/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic/
DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em&gt;the&lt;/em></strong> starting point for theme development.
VERSION: 0.9.5.1
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

#wrapper {
    background:#eaeaea;
}

#main {    
    background:#FAFAFA;
    clear:both;
    padding:45px 0 22px 0;
}

#content {
    width:695px;
}

#primary {
    border:1px solid #000000;
    padding:15px 0 0 15px;
    margin-bottom:22px;
    color:#000000;
    background:#e3b53d;
}

.main-aside {
    width:205px;
}

.main-aside ul {
    padding:0px;
}

.aside a {
    color:#000000;
}

.aside a:active,
.aside a:hover {
    color: #000000;
}


.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}

.wp-caption-text,
.gallery-caption {
    color:#000;
    font-size:13px;
    line-height:18px;
}

.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {	
margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:3px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}




#blog-title {
display:none;
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
display:none;
    color:#666;
    font-size:13px;
    font-style:italic;
}



/* =Menu
-------------------------------------------------------------- */

#access {
    background:#ffffff; 
    border-bottom:1px solid #000;
    height:32px;
    font-size:13px;
    color:#000000;
    overflow:visible;
    z-index:100;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:1px solid #000;
    float:left;
}
.sf-menu a {
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:9px 8px;
	text-decoration:none;
}

.sf-menu li {
	background:		#e3b53d;
}
.sf-menu li li {
	background:		#e3b53d;
}

.sf-menu li li li {
	background:		#e3b53d;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #eaeaea;
	outline:		0;
    border-bottom-color:#000;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#000;
}

.sf-menu ul a {
    background:#e3b53d;
}

.sf-menu ul {
    border-right:1px solid #000;
    border-bottom:1px solid #000;
}

.sf-menu ul a:hover {
    color: #FF4B33;
}


/* =Content
-------------------------------------------------------------- */
.entry-title {
    font-family:Arial,sans-serif;
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 9px 0;
}

.entry-content {
    padding:0 0 0 35px;
}

.entry-content table, td, tr, img {
	text-align: center;
        vertical-align: middle;
}

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}


.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    border-top:4px solid #da0203;
    border-bottom:4px solid #da0203;
    margin-top:0px;
    background:#e3b53d;
}
#siteinfo {
    color:#284775;
    font-size:13px;
    line-height:18px;
    padding:0px 0 0px 0;
}
#siteinfo a {
    color:#000000;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #284775;
}

#header {
    z-index:2;
    background:url(http://www.safepilots.us/images/FadedGreyBG.jpg);
    background-size: 100%;
    background:#;
    border-top:4px solid #da0203;
    border-bottom:4px solid #da0203;
}

#branding {
    padding:0 0 0 0;
}
