/* 
	Theme Name: Traffic Gold Rush
	Theme URL: http://trafficgoldrush.com/
	Description: Customised WordPress Theme for <a href="http://trafficgoldrush.com/">Traffic Gold Rush</a>.
	Author: Milan Kaneria
	Author URI: http://wpcreations.com/
	Version: 1.0
		
*/


body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #272727;
	background: #000000 url(images/body-bg.jpg) center top repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1.3;
}

#wraper
{
	width: 830px;
	margin: 0px auto 0px auto;
	background: #ffffff;
	overflow: hidden;
}

#header
{
	height: 234px;
	background: url(images/header-bg.jpg) center top no-repeat;
}

#header-menu
{
	float: left;
	margin: 187px 0px 0px 0px;
	color: #024061;
	font-size: 15px;
	font-weight: bold;
}

#header-menu ul
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#header-menu li
{
	float: left;
	display: block;
	height: 26px;
	margin: 0px;
	padding: 8px 14px 0px;
	background: url(images/header-menu-bg.jpg) left top no-repeat;
	list-style: none;
}

#header-menu a:link, #header-menu a:visited
{
	color: #DAB525 !important;
}

#header-menu a:hover, #header-menu a:focus, #header-menu a:active
{
	color: #B92C00 !important;
}

#header-menu li.current_page_item a:link, #header-menu li.current_page_item a:visited
{
	color: #B92C00 !important;
}

#page
{
	height: 100%;
	background: url(images/page-bg.jpg) center top repeat-y;
	overflow: hidden;
}

#content
{
	float: left;
	width: 551px;
	padding: 20px 25px 0px 42px;
}

.postheader
{
	height: 25px;
	background: url(images/post-bg-top.jpg) center top no-repeat;
}

.post
{
	background: url(images/post-bg.jpg) center top repeat-y;
}

.postfooter
{
	height: 30px;
	padding: 0px 0px 50px;
	background: url(images/post-bg-bottom.jpg) center top no-repeat;
}

.posttitle
{
	margin: 0px;
	padding: 0px 25px;
	color: #3D2207;
	font-size: 24px;
}

.posttitle a
{
	color: #3D2207 !important;
}

.postmeta
{
	height: 50px;
	padding: 10px 25px 0px;
	font-weight: bold;
}

.postdate
{
	float: left;
	width: 58px;
	height: 45px;
	margin-right: 10px;
	padding-top: 5px;
	color: #000000;
	background: url(images/post-date-bg.jpg) center top no-repeat;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.postdate span
{
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.postmeta-text
{
	padding-top: 8px;
}

.postcontent
{
	padding: 0px 25px 10px;
}

blockquote
{
	width: 90%;
	margin: 0px auto 10px auto;
	padding: 10px;
	border: 1px solid #DFBA25;
	font-style: italic;
}

#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 0px 0px 20px;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 0px 0px 20px;
}


#sidebar
{
	float: left;
	width: 190px;
	color: #ffffff;
}

#sidebar-search
{
	padding: 0px 20px 0px;
	background: url(images/sidebar-search-bg.jpg) center top no-repeat;
}

#search #s
{
	width: 100px;
}

#sidebar-subscribe
{
	margin: 20px 0px 20px 6px;
}

.sidebar-widget
{
	width: 193px;
}

.sidebar-header
{
	height: 22px;
	margin-bottom: 15px;
	padding: 13px 0px 0px 50px;
	color: #000000;
	background: url(images/sidebar-header-bg.jpg) center top no-repeat;
	font-size: 14px;
	font-weight: bold;
}

.sidebar-content
{
	padding: 0px 12px 10px;
	font-size: 11px;
}

#sidebar a
{
	color: #DFBA25 !important;
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active
{
	color: #B92C00 !important;
}

.sidebar-widget ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar-widget li
{
	padding: 1px 0px 5px 18px;
	background: url(images/sidebar-li.jpg) left top no-repeat;
	list-style: none;
}



#footer
{
	clear: both;
	padding: 140px 0px 20px;
	color: #ffffff;
	background: #000000 url(images/footer-bg.jpg) center top no-repeat;
	font-size: 10px;
	text-align: center;
}


a, a:link, a:visited
{
	color: #B92C00;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
	color: #DFBA25 !important;
	outline: none;
}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 1px 4px;
	border: 1px solid #A4A4A4;
	background: #ffffff;
	font-family: Arial, Sans-Serif;
}

input.submit
{
	height: 20px;
	padding: 0px 3px;
	border: none;
	color: #ffffff;
	background: url(images/form-submit-bg.jpg) center top repeat-x;
	font-weight: bold;
	cursor: pointer;
}
