/* CSS Document */

#contentcontainer {
	width: 985px;
	height: auto;
}

#leftcol {
	margin: 0;
	padding: 0;
	width: 720px;
	height: auto;
	float: left;
	text-align: left;
}

#rightcol {
	margin: 0;
	padding: 0;
	top: 0px;
	right: 0px;
	width: 250px;
	height: auto;
	float: right;
}





/* THE FOLLOWING ARE STYLES TO OVERRIDE DEFAULT STYLING */
#showheader h1 {
/*	background-color: #D9DFEA;
	font-size: 14px;	
	padding-bottom: 6px;
	padding-left: 10px; */
}

#subscribe {
	text-transform: lowercase;
}
#subscribe h1 {
	background-color: #D9DFEA;
	font-size: 14px;	
	padding-bottom: 6px;
	padding-left: 10px;
}
#populartags {
	text-transform: lowercase;
}
#populartags h1 {
	background-color: #D9DFEA; 
}
.mainentry {
	background-color: #D9DFEA;
}
.entry h2 a {
	color: #FF6633;
	text-decoration: underline;
}

#browsecomments .commententry {
	background-color: #D9DFEA;
}

/* Top right box background for static pages */
#pagebox {
	background-color: #EAF5FF;
}
.feedlist-even {
	background-color: #F5FAFF;
}
.feedlist-odd {
	background-color: #D9DFEA;
}