/*
Theme Name: Credit Scores
Theme URI: 
Description: 
Version: 1
Author: Thomas McMahon
Author URI: http://bloggerdesign.com/

*/
body {
	margin: 0;
	padding: 0;
	background: #F4F9FC url(images/header-back.png) repeat-x;
	color: #333;
	font: 12px Verdana, Arial;
}
input, textarea {
	font: 12px Verdana, Arial;
}
a:link {
	color: #5D9CC7;
}
a:visited {
	color: #996699;
}
a:hover {
	text-decoration: underline;
}
a.redlink {
	color: #EE2326;
}
.header {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	height: 210px;
	background: transparent url(images/top-back.png) no-repeat right top;
}
.header .report {
	height: 201px;
	width: 200px;
	background: transparent url(images/free-report-back.png) no-repeat;
	margin: 0;
	float: left;
	padding: 0 0 0 25px;
}
.header .report a, .header .report a:visited {
	color: #EE2326;
	font: 18px "trebuchet MS", Arial, Verdana, Sans-Serif;
	text-decoration: none;
}
.header .header2 {
	float: left;
	width: 740px;
}
.header h1 {
	margin: 20px 0 0 20px;
	padding: 0;
}
.header h1 a, .header h1 a:visited {
	font: 50px "trebuchet MS", Arial, Verdana, Sans-Serif;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.header .search {
	height: 25px;
	text-align: right;
	margin: 0;
	padding: 0;
	font: 10px Verdana;
}
.header .search form {
	margin: 0;
	padding: 0;
	font: 10px Verdana;	
}
.header .menu {
	margin: 0;
	padding: 0 0 0 40px;
}
.header .menu, .header .menu a, .header .menu a:visited {
	font: 16px "trebuchet MS", Arial, Verdana, Sans-Serif;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.header .menu a:hover {
	text-decoration: underline;
}
.middle {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.middle .sidebar {
	width: 220px;
	float: left;
	background-color: #5D9CC7;
	font: 14px "trebuchet MS", Arial, Verdana, Sans-Serif;
	margin: 0 0 10px;
	padding: 0;
}
#text-3 h2 {
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}
#text-3 p {
	font: 12px "trebuchet MS", Arial, Verdana, Sans-Serif;
}
#text-4 a {
	font: bold 14px "trebuchet MS", Arial, Verdana, Sans-Serif;
	margin: 8px 0;
	padding: 0;
	display: block;
}
#archives-3 h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.middle .entry {
	float: left;
	width: 728px;
	padding: 0 20px;
	margin: 0;
}
.entry h2, .entry h2 a, .entry h2 a:visited {
	font: 24px Verdana;
	color: #EE2326;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
h2.pagetitle {
	color: #5d9cc7;
	border-bottom: 1px solid #5d9cc7;
	margin: 0 0 10px;
	padding: 0;
}
.entry h3 {
	font: 16px Verdana;
	color: #EE2326;
}
.middle .email {
	margin: 0 3px 10px;
	padding: 0;
	color: #fff;
}
.middle .email img {
	margin: 0;
	padding: 0;
}
.footer {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-top: 1px solid #999;
	padding: 10px 0;
	clear: both;
	margin-top: 5px;
}
.post {
	clear: both;
	margin: 0;
	padding: 4px 0 0;
}
.post-title {
	float: left;
	width: 550px;
}
.alignright .comments {
	float: right;
}
.alignright .date {
	float: right;
	width: 50px;
	height: 50px;
	text-align: center;
	font: bold 11px Verdana;
	background: transparent url(images/date-back.png) no-repeat;
	margin: 0 5px 0 0;
	padding: 0;
}
.alignright .comments {
	float: right;
	width: 50px;
	height: 50px;
	text-align: center;
	font: bold 20px Verdana;
	background: transparent url(images/comment-back-sm.png) no-repeat;
	margin: 0 5px 0 0;
	padding: 0;
	color: #333;
}
.alignright .comments a, .alignright .comments a:visited {
	color: #333;
	text-decoration: none;
}
.alignright .date div {
	padding-top: 14px;
}
.alignright .comments div {
	padding-top: 7px;
	padding-left: 2px;
}
/* from wordpress */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	/*margin-bottom: 60px;*/
	color: #859A0D;
	}
.navigation a {
	color: #859A0D;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .post li {
	margin: 7px 0 8px 10px;
	}

.post ul li:before, .sidebar ul ul li:before {
	content: "\00BB \0020";
	}
	

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.post ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.post .postmetadata {
	margin: 0;
	padding: 5px 0 0;
	border-top: 1px solid #5D9CC7;
}
.postmetadata a {
	text-decoration: none;
}

.sidebar ul, #sidebar ul ol {
	margin: 0 10px;
	padding: 0;
	}
	
.sidebar h2 {
	font: bold 14px "trebuchet MS", Arial, Verdana, Sans-Serif;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 0;
	margin: 0;
}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin: 0;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
	}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	border-bottom: none;
	}
.sidebar a, .sidebar a:visited {
	color: #fff;
	text-decoration: none;
}
.sidebar a:hover {
	text-decoration: underline;
}
/* End Entry Lists */



/* Begin Form Elements */

.post form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	padding: 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin: 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border: 1px solid #f5f5f5;
	background: #fff url(images/comment-back.png) no-repeat right top;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	border: 1px solid #f5f5f5;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0;
	margin: 0;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font: 10px Verdana;
	}
.commentmetadata a {
	text-decoration: none;
}
.avatar {
	float: right;
}
.comment-author, .comment-author a {
	font-weight: bold;
	text-decoration: none;
}
.reply a {
	background-color: #cceafe;
	color: #405c81;
	text-decoration: none;
	padding: 1px 3px;
}
/* End Comments */
.post-teaser-block {
	padding: 5px 5px 5px 16px;
	background: #fff url(images/more-arrow.png) no-repeat;
	margin: 5px 0 10px;
	clear: both;
}
.post .sociable ul li:before {
	content: "";
	}
.sociable li {
	display: inline;
}
a:hover, a:visited:hover {
	text-decoration: underline;
}
#content .sociable-hovers {
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}
