/*
Theme Name: SCORE! Blog
Theme URI: http://blog.scorelearning.com
Description: 
Version: 1.0
Tags: custom header, fixed width, two columns
*/


body{
	text-align: center;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	line-height: 15px;
	background: #d7d7d7;
}

#container{
	/*width: 790px;*/
	width: 810px;
	text-align: center;
	margin: 0 auto;	
}

#header{
	width: 808px;
	height: 125px;
	text-align: left;
	background: url(images/header.gif) no-repeat;	
}

#header .leftCol{
	width: 600px; 
	float: left;	
	text-align: left;
}

#header .rightCol{
	width: 190px;
	float: left;	
	text-align: left;
}


#leftCol{
	width: 606px;
	float: left;	
	text-align: left;
}

#rightCol{
	width: 184px;
	float: left;	
	text-align: left;
}

.rightColContent{
	margin: 20px;
	color: #505050;
	font-size: 10px;
	line-height: 13px;
}

.rightColContent a{
	color: #505050;
	text-decoration: none;	
}

.rightColContent a:hover{
	color: #323232;
	text-decoration: none;	
}

/***** Post Styles *****/

.post{
	width: 606px;
	margin: 0 0 15px 0;
	position: relative;
}

.post .postTop{
	width: 606px;
	height: 46px;
	background: url(images/postTop_white.gif) no-repeat bottom;	
}

.post .postTop .date{
	margin: 0 0 0 35px;	
	color: #505050;
	text-transform: uppercase;
}

.post .postMid{
	width: 606px;
	background: url(images/postMid_white.gif) repeat-y;
}

.postContent{
	padding: 10px 35px;
}

.postContent .headline{
	height: 90px;
	width: 320px;
}

.postContent .bodyCopy{
	width: 320px;
}

.post .postBot{
	width: 606px;
	height: 46px;
	background: url(images/postBot_white.gif) no-repeat top;	
}

.post .postBot-commentTop{
	width: 606px;
	height: 43px;
	background: url(images/commentTop_white.gif) no-repeat top;	
	margin: 0;
	padding: 0;
}

.post .postComments{
	position: absolute;
	right: 38px;
	bottom: 7px;
	background: url(images/comment_over.gif) no-repeat top;
	height: 31px;
	width: 111px;
}

.post .postNoComments{
	position: absolute;
	right: 38px;
	bottom: 7px;
	
	background: url(images/comment_out.gif) no-repeat top;
	height: 31px;
	width: 111px;
}

.commentsText{
	color: #ffffff;
/*	position: absolute;
	bottom: 18px;
	right: 8px;
	
	height: 10px;
	width: 95px;
	*/
	text-align: center;
	line-height: 22px;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 10px;
}

.commentsText a{
	color: #ffffff;
	text-decoration: none;	
}

.commentsText a:hover{
	color: #ffffff;
	text-decoration: underline;	
}




/***** Headers *****/
h1{
	color: #015A9C;
	font-size: 22px;	
	line-height: 25px;
}

h3{
	font-size: 11px;
	color: #252063;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}

h1 a{
	text-decoration: none;
	color: #015A9C;	
}


/***** Comments *****/

.comments{
	width: 606px;
	margin: 0;
	padding: 0;
}

.comments .commentsTopWhite{
	width: 606px;
	height: 43px;
	background: url(images/commentTop_white.gif) no-repeat bottom;	
}

.comments .commentsMid{
	width: 606px;
	background: url(images/commentMid.gif) repeat-y;
}

.commentsContent{
	padding: 10px 35px;
	color: #ffffff;
}

.commentsContent a{
	color: #ffffff;
	text-decoration: none;
}
.commentsContent a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.commentsTitle, .commentsTitle a, .commentsTitle a:hover{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

.commentsBody, .commentsType{
	color: #ffffff;
}

.commentsType{
	font-weight: bold;	
}

.commentsTitle a:hover{
	text-decoration: underline;	
}

.comments .commentsBot{
	width: 606px;
	height: 43px;
	background: url(images/commentsBot.gif) no-repeat top;	
}

.comments .commentsBotRight{
	width: 606px;
	height: 41px;
	background: url(images/commentsBotRight.gif) no-repeat top;	
}

.comments .commentsBotLeft{
	width: 606px;
	height: 41px;
	background: url(images/commentBotLeft.gif) no-repeat top;	
}




/***** Footer *****/
.footer{
	background-color: #797b7d;
	height: 40px;	
	width: 100%;
	text-align: center;
	margin: 50px 0 0 0;
	color:  #d7d7d7;
}

.footer .footerContent{
	width: 790px;
	text-align: left;
	margin: 0 auto;	
	padding: 13px 0 0 20px;
	text-transform: uppercase;
}

.footer .footerContent a{
	color: #d7d7d7;
	text-decoration: none;	
}

.footer .footerContent a:hover{
	color: #ffffff;
	text-decoration: underline;	
}

/***** Utility *****/
.solidRule{
	border-top: 1px solid #aaaaaa;
	margin: 35px 0 10px 0; 	
}

a{
	color: #015A9C;
	text-decoration: none;	
}

a:hover{
	color: #015A9C;
	text-decoration: underline;	
}

/***** List Items *****/

ul.navList{
	list-style: none;	
	text-transform: uppercase;
}

ul > li{
	padding: 3px 0;	
}

p{
	margin: 0 0 10px 0;	
}

