/*
Theme Name: mxodus
Theme URI: http://mxodus.com/
Description: 
Version: 1.0
Author: Hakeem
Author URI: http://radiobums.com/
Tags: radiobums, mxodus

*/
/*old background color bc681f;*/
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	margin:0;
	background:url(images/bg.jpg) repeat-x #000000;
}
hr.clear {
	clear:both;
	display:block;
	visibility:hidden;
	width:950px;
	margin:0;
	padding:0;
}

/* OBJECTS */
#wrapper,
#footer {
	margin:0 auto;
	width:935px;
}
#wrapper_footer {
	clear:both;
	display:block; 
	width:100%;
	background:url(images/bg_footer.jpg) repeat-x center #000;
	height:137px;
}
#heading {
	text-align: center;
}
#navigation {
	padding-left:25px;
	height:33px;
	background:url(images/bg_navigation.jpg) no-repeat;
}
#nav_left,
#nav_right,
#searchform {
	margin-top:9px;
}

#nav_left a:link,
#nav_left a:active,
#nav_left a:visited,
#nav_left a:hover,
#nav_right a:link,
#nav_right a:active,
#nav_right a:visited,
#nav_right a:hover,
#footer_left a:link,
#footer_left a:active,
#footer_left a:visited,
#footer_left a:hover{
	margin-right:15px;
	color:#fef7d2;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}

#footer_left a:link,
#footer_left a:visited,
#footer_left a:active,
#footer_left a:hover{
	color:#ac8f63;
	font-size:12px;
}

#nav_left a:hover,
#nav_right a:hover,
#footer_left a:hover {
	color:#f28327;
	text-decoration:underline;
}

#footer_left {
	float:left;
	padding:10px 0 0 15px;
}
#footer_right {
	color:#a28254;
	margin:10 20px 0 0;
	float:right;
}
#nav_left {
	float:left;
}
#nav_right {
	float:right;
}
#searchform {
	float:right;
	margin:6px 0 0 0;
}
/*SEARCH SUBMIT BUTTON */
#searchsubmit{
	margin-right:5px;
}
/*SEARCH INPUT FIELD*/
#s {
	width:90px;
	height:15px;
	margin-left:20px;
}	
#body_home {
	padding:10px;
	min-height:300px;
	background:url(images/bg_home_body.jpg) repeat-x bottom #373123;
}
#body_subpage {
	border:10px solid #353022;
	border-top: none;
	border-bottom: none;
	min-height:300px;
	background:url(images/border_column.gif) repeat-y right #fff;
}
#sub_tag {
	float:left;
}
#shadow_sub {
	height:8px;
	position:absolute;
	width:935px;
	top:0;
	left:-10px;
	background:url(images/bg_shadow_sub.png) repeat-x top center;
}
#content {
	margin-left:65px;
	width:580px;
	padding-bottom:15px;
}
#column {
	float:right;
	width:245px;
	position:relative;
	padding-right:5px;
}



/* CLASSES */	
.relative_div {
	position:relative;
}	
.td_home_body {
	color:#beb689;
	width:20%;
	padding:0 5px 0 5px;
}
.td_home_body a:link,
.td_home_body a:visited,
.td_home_body a:active,
.td_home_body a:hover {
	color:#f28127;
	font-weight:bold;
	text-decoration:none;
}
.td_home_body a:hover {
	text-decoration:underline;
}
.td_home_sep {
	padding:10px 0 10px 0;
	width:3px;
	text-align:center;
}
.home_title1 {
	text-transform:uppercase;
	color:#fdf6d1;
	font-weight:bold;
	font-size:14px
}
.home_title2 {
	color:#fdf6d1;
	font-weight:bold;
	font-size:12px;
}
.home_date {
	font-size:11px;
	color:#615b43;
}	
.sep_vert {
	width:3px;
	height:430px;
}
.sep_hor {
	width:160px;
	height:3px;
}
.sep_hor_spacing {
	margin:15px 0 15px 0;
}
.footer_logo_pad {
	margin:20px 70px 0 0;
}



