/*  
Theme Name: iMCPooBah

Make it blue

darkest #8C5D31
dark    #A5964A
medium  #A59E42
light   #F7D7A5
lightest#F7F3F7

*/

.siteWrapper {
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-right: 2px solid;
}


/* ---------- Black ---------------*/
.blackText, .blackText a, .blackText a:visited {
	color: #000000;
}
.blackText a:hover {
	color: #333333;
}


/* ---------- Darkest ---------------*/
.darkestText, .darkestText a, .darkestText a:visited, 
#sideBar ul li a, #sideBar ul li a:visited {
	color: #8C5D31;
}
.darkestText a:hover, #sideBar ul li a:hover {
	color: #A5964A;
}
#focusBar .widget-title {
    color: #8C5D31;
}
.darkestBorder, #sideBar .darkestBorder h3 {
    border-color: #8C5D31;
}
.darkestBackground {
    background: #8C5D31;
}


/* ---------- Dark ---------------*/
.darkText, .darkText a, .darkText a:visited {
	color: #A5964A;
}
.darkText a:hover, #sideBar ul li a:hover {
	color: #8C5D31;
}
#sideBar .darkBackgroundText {
    background-color: #A5964A;
    color: #F7F3F7;
    padding-left: 5px;
}
.darkBorder {
    border-color: #A5964A;
}




/* ---------- Medium ---------------*/
.mediumText, .mediumText a, .mediumText a:visited {
	color: #A59E42;
}
.mediumText a:hover {
	color: #F7D7A5;
}

/* ---------- Light ---------------*/
.lightText, .lightText a, .lightText a:visited {
	color: #F7D7A5;
}
.lightText a:hover {
	color: #A59E42;
}
div.lightBorder {
    border-color: #F7D7A5;
}


/* ---------- Lightest ---------------*/
.lightestText, .lightestText a, .lightestText a:visited {
	color: #F7F3F7;
}
.lightestText a:hover {
	color: #F7D7A5;
}
.lightestBorder {
    border-color: #F7F3F7;
}


/* ---------- White ---------------*/
.whiteText, .whiteText a, .whiteText a:visited {
	color: #F7F3F7;
}
.whiteText a:hover {
	color: #F7D7A5;
}


/* ---------Special Drop Down Navigation ----------------*/
ul.dropdown li.hover,
ul.dropdown li:hover {
    background-color: #8C5D31;
    color: #FFFFFF;
    border-width: 1px 0px 1px 0;
    border-color: #A59E42;
}

li.topNav {
    width: 100px; 
    text-align: center;
	border-color: #8C5D31;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
    background-color: #A5964A;
}

li.firstTopNav {
    width: 55px; 
    text-align: center;
	border-color: #8C5D31;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
    background-color: #A5964A;
}

ul.dropdown li {
	border-bottom: 1px solid #8C5D31;
	background-color: #A5964A;
	text-align: left;
}

ul.dropdown li {
	border-bottom: 1px solid #8C5D31;
	background-color: #A5964A;
	text-align: left;
}

ul.dropdown a, ul.dropdown a:visited	{ 
    color: #F7F3F7; 
    text-decoration: none; 
}
ul.dropdown a:hover		{ 
    color: #FFFFFF; 
    font-weight: bold;
}
ul.dropdown a:active { 
    color: #ffa500;
}


tr.light_rows {
    background-color: #FFFFFF;
}

tr.dark_rows {
    background-color: #EEEEEE;
}

#tag_cloud a, #tag_cloud a:visited {
    color: #A5964A;
    text-decoration: none;  
}

#tag_cloud a:hover {
    text-decoration: underline;
}

.main_header
{
height:200px;

	 background: #C0C0C0 url(http://xantek.cc/moneyspot_header_bg.png);
}

.main_logo
{
display:block;
margin-left:auto;
margin-right:auto;	

}

.main_container
{
width:100%;
background-color:#EAEAEA;
}

.body_text
{
width: 80%;
height: 800px;
margin-left:auto;
margin-right:auto;	
margin-top:25px;
background-color:white;

}

.normaltext
{
	font-size:1em;
	line-height:2.0em;
	margin-left:25px;
	margin-right:25px;
}

.images
{
	padding:20 0 20 20;
}

.sub_text
{
	position:relative;
	top:-109px;
	font-size:1.4em;
	font:avant-gard;

}

body{

margin-top:0;
margin-left:0;
margin-right:0;
}
