/*
Theme Name: Compare Credit
Theme URI: http://www.wpdesigner.com/2007/11/25/gluttony-wordpress-theme/
Description: SHUT UP.
Version: 0.1.1
Author: Myself
Author: http://www.o3b.com/
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input{ margin: 0; padding: 0; }

body{
	font-family: "Lucida Grande", Geneva, Arial, Tahoma, sans-serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	background: url(images/bg.png) repeat-x;
	background-color: #f7f5eb;
}



h2, h3{ font-size: 16px; }

a{ text-decoration: underline; color: #fff; }
a:hover{ text-decoration: none; }
a img{ border: 0; }

address, dl, p{ padding: 10px 0 5px;
	color:#595959; }

blockquote{
	margin: 10px 0 0;
	background: #f5f5f5;
}
blockquote p{ padding: 10px; }
blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

img.centered{ display: block; margin-left: auto; margin-right: auto; }
img.alignleft{ margin: 3px 10px 2px 0;}
img.alignright{ margin: 3px 0 2px 10px;}

img.alignleft, img.alignright{
	padding: 9px;
	border: 1px solid #eee;
	display: inline;
}

p img{max-width: 100%;width: expression(this.width > 560 ? 560: true);}

small{ font-size: 11px; }

.alignleft{float: left;}
.alignright{float: right;}

.clear{margin: 0; padding: 0; clear: both;}

.tl, .tr, .bl, .br{
	width: 10px;
	height: 10px;
	overflow: hidden;
}

.tl, .bl{float: left; clear: left;}
.tr, .br{float: right; clear: right;}

#wrapper{
	margin: 0px auto;
	width: 1001px;
}

#container{
	width: 1001px;
	margin: 0px;
	text-align: left;
}

.maincolumn{
	float: left;
	width: 762px;
	margin: 0;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-x;
}



#content{
	float: left;
	width: 762px;
	margin: 0px;
	
}

#banner{
	width: 762px;
	height: 267px;
	margin: 0px;
	color: #fff;
}

.post{
	margin: 0 10px;
}

.entry-head, .entry-wrap{
	margin: 1px 0 0;
}

.entry-head{
	color: #666;
}

.entry-head h2{
	padding: 10px
}

.entry-head h2 a{text-decoration: none; color: #666;}
.entry-head h2 a:hover{color: #000;}

.entry-date{
	padding: 0 0 0 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}

.entry-wrap{
}

.entry-wrap .rc{
	height: 14px;
	overflow: hidden;
}

.entry-content{
	padding: 3px 20px 0;
	line-height: 24px;
}

.entry-content a{
	color: #000;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	padding: 10px 0 0;
	font-size: 14px;
}
.entry-content h5{font-size: 11px;}
.entry-content h6{font-size: 10px;}

.entry-meta{
	padding: 10px 0 0;
	font-family: arial, helvetica, sans-serif;
}

.entry-meta a{
	font-weight: bold;
}

.navigation{
	padding: 15px 20px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

.navigation a{color: #000;}

.sidebar{
	float: left;
	width: 239px;
	margin: 0px;
	padding:0px;
	background-color: #b4d1ed;
	background-image: url(images/side_bg.png);
	background-repeat:repeat-y;
	
	
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.sidebar ul a{
	font-weight: bold;
}

.sidebar ul li{
	margin: 10px 0 0;
}

.sidebar ul li#search form{
	
}

.sidebar ul li#search form input#s{
	margin: 7px 10px 0 30px;
	height: 32px;
	width:152px;
	color: #223548;
	border: #a8c3dc solid 1px;
	font-size: 13px;
	
	
}

.sidebar ul li h3{
	padding: 7px 10px;
	font-size: 11px;
	text-transform: uppercase;
	color: #ccc;
	
}

.sidebar ul ul{
	padding: 0 10px 10px;
	line-height: 18px;
	
}

.sidebar ul ul li{
	margin: 0;
	padding: 3px 0 0;
}

.sidebar ul ul ul{
	padding: 0 10px 0;
	background-color: transparent;
	background-image: none;
}

/* Sidebar Widgets */

#calendar_wrap{
	padding: 10px;
	
}

#calendar_wrap table{
	width: 100%;
}

#calendar_wrap th, #calendar_wrap table td{
	padding: 3px 0;
}

/* End Sidebar Widgets */

#comments h3{
	margin: 10px 0 0;
	padding: 7px 10px;
	background: #f5f5f5;
}

ol.commentlist{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.commentlist li .comment-entry{
	margin: 10px 0 0;
	border: 1px solid #eee;
	padding: 3px 10px 0;
	line-height: 24px;
}

#commentform{
	margin: 0 0 7px;
	padding: 0 10px 6px;
	border-top: 1px solid #fff;
	background: #eee;
}

#footer{
	width: 100%;
	font-size: 11px;
	text-align: center;
	background: url(images/footer_bg.png) repeat-x;
	margin:0px;
	padding:0px;
	height: 180px;
}

#footer p{
	line-height: 18px;
	padding: 30px 20px 20px;
}

#footer a{ text-decoration: none; }
#footer a:hover{ text-decoration: underline; }

/*-----------------------------------*/
/*------------ HEADER -----------*/
/*-----------------------------------*/



#wrapper #container #header {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 178px;
	width: 1001px;
}
		#wrapper #container #header h1 {
			display: block;
			height: 113px;
			width: 576px;
			float: left;
			margin: 0px;
			padding: 0px;
			font-size: 1px;
			color: #C6DFF3;
			background-image: url(images/compare_credit_report.png);
			background-repeat: no-repeat;
		}
		
			#wrapper #container #header ul#topnav {
			display: block;
			list-style-type: none;
			float: left;
			margin:20px 0px 0px 80px;
		}
		
		#wrapper #container #header ul#topnav li {
			display: inline;
			float: left;
			margin:0px;
			padding:0px;
			overflow:hidden;
			text-indent:-9000px;
			
		}
			ul#topnav li a{
			display: block;
			padding: 0;
			margin:0;
			height:39px;
			background: url(images/nav2_top.png) no-repeat;
			
		}
			ul#topnav li#topnavHome a{ background-position: 0 0; width: 114px; }		
			ul#topnav li#topnavContact a{background-position: -114px 0; width: 115px;}		
		 
			ul#topnav li#topnavHome a:hover{ background-position: 0 -39px; width: 114px; }		
			ul#topnav li#topnavContact a:hover {background-position: -114px -39px; width: 115px;}		


		ul#menu {
			list-style-type: none;
			margin: 0;
			padding: 0;
			display:block;
			width:1001px;
			padding:0;
			margin:0;
			clear:both;
			background: url(images/nav_top.png) no-repeat;
			height:65px;
			
		}
		
		ul#menu  li {
			float: left;
			margin:0;
			padding:0;
			overflow: hidden;
			display: inline;
			text-indent:-9000px;
		}
		
		ul#menu li a{
			display: block;
			padding: 0;
			margin:0;
			height:65px;
			
		}
		
		
		
			ul#menu li#nav1 a{ background-position: 0 0; width: 249px; }		
			ul#menu li#nav2 a{background-position: -249px 0; width: 220px;}		
		    ul#menu li#nav3 a{background-position: -469px 0; width: 220px; }
	        ul#menu li#nav4 a{background-position: -689px 0; width: 312px; }
			
			
		
		
		
		
		
		
		
		ul#menu li a:hover{
			text-decoration: underline;
		}
		
		ul#menu li span.feed{
			padding: 0 17px 0 0;
			background: url(images/feed.gif) no-repeat right top;
		}
		
		ul#menu li.current_page_item{
			background: #fff url(images/bg_tab_current_right.gif) no-repeat right top;
		}
		
		ul#menu li.current_page_item2{
			color:#006633;
		}
		
		
		ul#menu li.current_page_item a{
			background: url(images/bg_tab_current_left.gif) no-repeat;
			color: #000;
		}
		
		
/*-----------------------------------*/
/*------------ END HEADER -----------*/
/*-----------------------------------*/
#maincontent {
	background-color: #FFFFFF;
	background-image: url(images/maincontent_bg.png);
	background-repeat: repeat-y;
	margin: 0px;
	;
}


#wrapper #container #maincontent .maincolumn #content th {
	background-color: #64b7cf;
	font-size: 14px;
	color: #FFFFFF;
	padding: 4px;
	font-weight:bold;
	text-align:center;
}
#wrapper #container #maincontent .maincolumn #content td {
	background-color: #f5f3e9;
	font-size: 13px;
	color: #000;
	padding: 6px;
	font-weight: normal;
	border-bottom:1px #999999 solid;
}

#wrapper #container #maincontent .maincolumn #content td.oddcol {
	background-color: #f8f1cb;
	border-right:1px #999999 solid;
	border-left:1px #999999 solid;

}
#wrapper #container #maincontent .maincolumn #content td.lastrow {
	border-bottom:none;
}





#wrapper #container #maincontent .maincolumn #content table {
	border: #666666 1px solid;
}
#wrapper #container #maincontent .sidebar #search {
	margin: 0px;
	display: block;
	background-image: url(images/search_top.png);
	background-repeat: no-repeat;
	padding-top: 44px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.entry-head h2 {
	margin:20px;
	padding: 20px 0px 0px 0px;
	font-size:24px;
	color: #A3C80A;
	border-bottom: 1px dotted #CCCCCC;
}


.entry-content h3 {
	margin:20px;
	padding: 0;
	font-size:18px;
	color: #6d9ac3;
	
}

#footer #footercontent {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	padding-top: 20px;
	padding-left: 25px;
}
#footer #footercontent .footernav {
	display: block;
	float: left;
	margin-right: 20px;
	margin-left: 25px;
	list-style-type: none;
	text-align: left;
	padding:0px;
}

#footer #footercontent .footernav a {
color:#FFFFFF;
text-decoration:none;
display:block;
padding:2px;
}
#footer #footercontent .footernav a:hover {
color:#afc41f;
background-color:#e8f2a6;
}
.gluttony #wrapper #container #maincontent .maincolumn #content .boxthreecol {
	width: 210px;
	float: left;
	margin-left: 15px;
	border: 1px #d8d8d8 solid;
	padding: 2px;
}
#wrapper #container #maincontent .maincolumn #content .boxthreecol strong {
	font-size: 16px;
	color: #2F5F94;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
}
#wrapper #container #maincontent .maincolumn #content .boxthreecol p {
	font-size: 12px;
	margin-right: 25px;
	margin-left: 10px;
	margin-top: 3px;
	padding: 0px;
}

#wrapper #container #maincontent .maincolumn #content .boxthreecol a {
	display: block;
	text-align: center;
	padding: 0px;
	width: 65px;
	color:#FFFFFF;
	background-color: #356499;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000000;
	
}

#wrapper #container #maincontent .maincolumn #content .boxthreecol a:hover {
	background-color: #afc41f;
	
}
#footer #footercontent p#copyright {
	color: #ecf4b9;
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 9px;
	text-transform: uppercase;
}
#footer #footercontent p#disclaimer {
	font-size: 9px;
	color: #728011;
	line-height: 10px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 400px;
	text-align: justify;
}
#footer #footercontent #footerright {
	width: 400px;
	float: right;
	text-align: right;
}
