/*   
Theme Name: NateEndicott.com
Theme URI: 
Description: The Blog of Nate Endicott - Husband : Father : Friend
Author: Bryan Stedman
Author URI: http://morningbellmedia.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic 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('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* =Global Elements 
---------------------------------------*/
body {
	font:arial;
}

/* =Header 
---------------------------------------*/
#header {
background:#000; /* Makes the background white */
}


#blog-title a {
background:url(images/nateendicot.png) no-repeat top center;
margin-left:-75px;
display:block;
text-indent:-9000px;
width: 1109px;
height: 218px;
}


/* =Menu 
---------------------------------------*/
.sf-menu {
    	border-right:0px;
	float:right;
}
.sf-menu a {
	border-left:0px;
	border-top:0px;
	border-bottom:0px;
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#fff;
}
.sf-menu li {
	background:#000;
}

.sf-menu li li {
	background:#000;
}
.sf-menu li li li {
	/*background:		#9AAEDB;*/
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #000;
	outline:		0;
    text-decoration:underline;
    border-bottom-color:#ccc;
}
.sf-menu ul {
    /*border-right:1px solid #ccc;*/
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.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 7px 0;
    color:#d8de3f;
}
.entry-title a {
    color:#d8de3f;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #d8de3f;
}

/* =Footer 
---------------------------------------*/
#footer {
    border-top:1px solid #ccc;
    margin-top:10px;
    background-color: #000;

}

#footer a {
	color:#d8de3f;
}

#footer a:hover{
	color:#e0922f;
}

