/*   
Theme Name: Thematic Feature Site
Theme URI: 
Description: Use the Thematic Feature Site Theme to power your WordPress web site.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0.1
Tags: Thematic
.
Thematic Site is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('2c-r-fixed-988px.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');






/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    color: #3f3f38;
}

a:link, .aside a:link, .aside a, a:visited {
	color: #8a0e0e;
}

a:active, a:hover, .aside a:active, .aside a:hover {
	color: #ba1b1b;
}

#buttons {
    padding:.75em 0;
} 
a.button {
    /* border:1px solid #ccc; */
    -webkit-border-radius: .7em;
    -moz-border-radius: .7em;
    border-radius: .7em;
    color:#666;
    font-size:13px;
    margin:0 10px 0 0;
    padding:.75em 1.25em;    
    text-decoration:none;
}
a.button:hover,
a.button:active {
    color: #FF4B33;
}


/* =Header
-------------------------------------------------------------- */

#branding {
    position:relative;
}
#blog-title {
    width:652px;
}

#blog-description {
    width:652px;
}
#branding #searchform {
    position:absolute;
    top:97px;
    right:0;
}
#branding #searchform label {
    display:none;
}
#branding #searchform input {
    font-size:13px;
    line-height:18px;
}
#branding #searchform input#s {
    width: 316px;
}
#branding #searchform input#searchsubmit {
    display:none;
}

/* =Menu
-------------------------------------------------------------- */

#nav {
    float:right;
}


/* =Content
-------------------------------------------------------------- */

.search .page-title {
    display:none;
}

#main {
	padding: 20px 0 10px 0;
}

h1, h2, h3, h4, h5, h6, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	color: #4d3d34;
	font-family: georgia,serif;
}

.entry-content h2 {
	font-size: 21px;
	padding-top: 35px;
}

/* =Leader and Front Page Styles
-------------------------------------------------------------- */

.page-template-front-page-php #leader {
    	border-bottom: 1px solid #cbcbba;
	padding: 0;
	margin: 0 0 45px 0;
}
#leader-container {
    margin:0 auto;
    overflow:hidden;
    position:relative;
    width:988px;
}

#leader h1.entry-title, #leader h2.entry-title {
	padding: 0;
	margin: 30px 0 0 0;
    	font-size: 45px;
	font-family: 'adobe garamond',garamond,'Times New Roman',georgia,serif;
	color: #4d3d34;
    	line-height: 70px;
}

#leader .entry-title span {
    font-family:Georgia,serif;
    font-weight:normal;
    font-style:italic;
}
.single #leader .entry-title {
    width:652px;
}

#leader .entry-meta {
}

/*
.page-template-front-page-php #feature {
		float:left;
}
.page-template-front-page-php #feature img {
float:left;
margin:-10px 10px 0 -10px;
}
*/


.page-template-front-page-php #feature-info {
	float: none;
	padding: 0;
	margin: 0;
}
.page-template-front-page-php #feature-info h2 {
    font-family:Arial,sans-serif;
    font-size:40px;
    font-weight:bold;
    line-height:45px;
    margin-top:-8px;
    padding:0 0 14px 0;
}
.page-template-front-page-php #container,
.page-template-front-page-php #content  {
    margin:0;
    padding:0;
    width:988px;
}
.page-template-front-page-php #container {
    margin-top:-21px;
}
.page-template-front-page-php #sub-feature {
    font-size:13px;
    line-height:18px;
    position:relative;
    overflow:hidden;
}
.page-template-front-page-php #sub-feature p {
    margin:0 0 18px 0;
}


.page-template-front-page-php #sub-feature h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
.page-template-front-page-php #sub-feature h3 img {
    position:absolute;
    top:3px;
    right:0;
}
.page-template-front-page-php .block {
    	float:left;
	width: 310px;
}

#front-block-1, #front-block-2 {
    	margin-right: 10px;
	padding-right: 10px;
    	border-right: 1px solid #cbcbba;
}
.page-template-front-page-php .block .avatar {
    float:left;
    margin:.25em 10px 0 0;
}
.page-template-front-page-php .block ul {
    list-style:none;
    margin:0;
}
.page-template-front-page-php .block ul li {
    display:inline;
}
.page-template-front-page-php .block ul li a {
    display:block;
    padding:6px 0;
}
.page-template-front-page-php .block ul li a:hover,
.page-template-front-page-php .block ul li a:active {
/*
    background:#fafafa;
    color: #FF4B33;
*/
}
.page .entry-content,
.single .entry-content {
    padding-top:0;
}



/*  more */

body {
	background-color: #a9a999;
}

#header, #wrapper {
        background-color: #f9f9f2;
}

#access {
        background-color: #e9e9df;
        background-color: #e0e0d3;
	height: 44px;
	border: 0;
}

#primary {
	border: 0px !important;
}

#searchform input {
	width: 260px;
	margin: 0 5px 0 5px;
}

#footer {
	background: #a9a999 url(images/footer-fade.png) top left repeat-x;
	border: 0;
	color: #444439;
}

#footer a {
	color: #444439;
}

#footer h3 {
	font-family: 'adobe garamond', garamond, 'Times New Roman', georgia, serif; 
	font-size: 25px;
	font-style: normal;
	color: #444439;
	margin: 0 0 15px 0;
}

#siteinfo {
	background: url(images/footer-hr.png) top center no-repeat;
	color: #636357;
	text-align: center;
}

#branding {
	padding: 0 0 26px 0;
}

#blog-title a {
        background:url(images/mehrfardefense-logo.jpg) no-repeat top center;
        display:block;
        text-indent:-9000px;
        width: 378px;
        height: 70px;
}

#blog-description {
        text-indent:-9000px;
}
	
#contactheader {
	width: 980px;
	margin: 0 auto -43px auto;
	text-align: right;
}

/*--------- 2. NAVIGATION Area ---------  */

/*reset*/

#nav, .menu, .sf-menu, ul.sf-menu, sf-menu li, sf-menu ul, .sf-menu li.current_page_item, .sf-menu li li.current_page_item, .sf-menu a {
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

#nav {
	float: none;
}

/* First level menu items */


.top_menu { z-index:2; background:transparent }
ul.sf-menu {
}

.sf-menu li ul { border:none; padding:0; margin:0 }
.sf-menu, .sf-menu ul  { z-index:100; margin:0; padding:0; list-style:none; line-height:1; }


.menu {
	margin: 0 auto;
}

.sf-menu a  { 
	display:block;
	line-height: 44px;
	padding: 0 15px;
	font-size:22px; 
	color:#000000; 
	text-decoration:none; 
	font-family: 'adobe garamond', garamond, 'Times New Roman', georgia, serif; 
	border-right: 2px solid #f9f9f2;
}

.sf-menu .page-item-27 a {
	border-left: 2px solid #f9f9f2;
}

.sf-menu li:hover li a {color:#000000 }
.sf-menu li:hover { background:#F9F9F2 }
.sf-menu li  { float:left; }
.sf-menu li.current_page_item { background:#f9f9f2; }


.sf-menu li ul li {
	display: none !important;
}



/* contact form */

input, textarea {
	background: #fff;
	border: 1px solid #d2d2c9;
	padding: 1px 2px;
}

input:focus, textarea:focus {
	border: 1px solid #b0b0a6;
}



/* footer */

#subsidiary #first.aside, #subsidiary #second.aside {
	width: 470px;
}



/* side bar testimonials */

#primary .widget_stray_quotes p.sidequote {
	margin: 0 0 5px 0;
}

#primary .widget_stray_quotes p.sidequoteauthor {
	margin: 0 0 5px 0;
}


/* side bar general */

#main h3.widgettitle {
	font-size: 18px;
	border-bottom: 1px solid #a9988e;
	border-bottom: 1px solid #d5cbc6;
	margin: 0 0 7px 0;
	text-decoration: none;
	font-style: normal;
}




/* new home page widget area */

/* the widget container */

#content #sub-feature .aside {
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        width: 988px;
	border: 0px;
}

/* each of the widget areas */

#secondary ul {
        margin: 0 !important;
        padding: 0; !important; 
}

#secondary li#text-5, #secondary li#categoryposts-4, #secondary li#twitter-4 {
        margin: 0 !important;
        padding: 0; !important;
	float: left;
	width: 290px;
	min-height: 400px;
}

#secondary li#text-5, #secondary li#categoryposts-4 {
	margin: 0 15px 0 0 !important;
	padding: 0 15px 0 0 !important;
    	border-right: 1px solid #cbcbba;
}

#secondary li li {
	margin: 0 0 8px 20px;
}

#secondary ul h3 a {
	color: #3f3f38;
}
/*
html > body .wordpress y2010 m04 d18 h07 home singular slug-homepage page pageid-27 page-author-admin page-parent page-comments-closed page-pings-closed page-template page-template-front-page-php linux unknown-browser > div #wrapper .hfeed > div #main > div #container .feature > div #content > div #sub-feature > div #secondary .aside main-aside
*/
