/*
Name: EatSleepRace Blog 2010
Author: Justin Calingasan
Author URI: http://eatsleeprace.com/blog/
Date: January 2010
Version: 1.0
*/       

html, body {border: 0; margin: 0; padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif !important;
	background: #000 url(images/esr_bg.jpg);
  	width: 100%;
  	min-width: 970px;
  	color: black;
}
body.pageid-3 #header, body.s-category-og #header, body.pageid-316 #header{
	background:#000 url(images/og-head.gif) top center no-repeat !important;
	margin-top:10px;
}
body.pageid-3 .blog-title a, body.s-category-og .blog-title a, body.pageid-316 .blog-title a{
	display:block;
	background:none	;
	width:740px;
	height:150px;
	margin-top:0;
}
strong, em, b, i{
	font-family: Arial, Helvetica, sans-serif !important;
}
a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

a img {
  border: none;/*remove border for linked images*/
}

h1, .blog-title, h2, h3 {
	font-family: Arial, Helvetica, sans-serif !important;
}

/***** Main Layout ****/
.columns-two #page{

}
.content{
	background:#fff;

}
#page{
	padding:0;
	background:0;
	border:0;
}
body.columns-two #primary-wrapper{

}
#primary{

}
.secondary{

}
#current-content{
	margin-top:20px;
}
/**** Header ****/
#header{
	background:#000;
}
.blog-title{
	margin:0;
	padding:20px 0 0 20px;

}
.blog-title a{
	display:block;
	text-indent:-9999px;
	background:url(images/logo.png) no-repeat;
	width:139px;
	height:124px;
	margin:0;
	padding:0;
	outline:0;
	line-height:0;
}
.menu{
	font-size:17px;
	font-weight:bold;
	width:780px;
	background:#000;
	margin-left:0 !important;
	height:30px;
}
ul.menu li.current_page_item a, ul.menu li.current_page_ancestor a, body.single ul.menu li.blogtab a {

color:#fff;
background:none;

}
ul.menu li a:hover, ul.menu li.current_page_item a:hover{
	color:#c00;
	background:none;
}
/**** Content ****/
.content{
	padding:0 10px;
}
#nav-above, .single .navigation{
	display:none;
}
.nav-previous a, .nav-next a{
	width:80px !important;
	padding:10px;
	font-size:14px;
	background:#000;
}
.entry-head{
	padding:4px;
	background:#f2f2f2;
	border-top:1px solid #ccc;
}
.entry-title a:link{
	color:#000;
}
.four04 .entry-title, body.page .entry-title {
	text-align:left;
	margin:0;
}
.page-head, body.page #current-content .entry-title{
	text-align:left !important;
	margin-left:0;
}
/*** Footer ***/
#footer{
	width:780px;
	height:40px;
	background:#fff;
}
.footerfeedlinks, .footerpoweredby{
	display:none;
}