
/* CSS Document */

.blog_left_column {
	width:370px; 
	float:left;
	padding-bottom: 1em;
}

.blog_left_column h2 {
	font-size:10px; 
	font-weight:bold;
}

.blog_left_column h3 {
	border-left: 2px solid #999999; 
	line-height:1.2em;
	padding-left:4px; 
	margin-bottom:5px;
	margin-left: 0;
}

.blog_left_column a:link, .blog_left_column a:visited, .blog_left_column a:active, .blog_right_col_unit a:link, .blog_right_col_unit a:visited, .blog_right_col_unit a:active{
	text-decoration:none;
}

.blog_left_column a:hover, .blog_right_col_unit a:hover{
	text-decoration:underline;
}

p.continue_reading {
	font-size:10px; 
	margin-top:5px; 
	margin-bottom:5px;
}
p.permalink {
	font-size:10px;
	padding-top: 1em;
	padding-bottom: 1.5em;
}

div.blog_right_column {
	width:190px;
	float:right; 
	margin-left:10px;
	margin-bottom: 1em; 
	padding:10px 5px 5px 5px; 
	display:block; 
	vertical-align:top; 
	/*background-color:#e9efde; */
	background-color:#eeeeee;
	font-size:10px; 
	border:#999999 solid 1px;
}

div.blog_right_col_unit {
	width:100%; 
	margin-bottom:10px;
	background-color:#ffffff; 
	border: 1px  solid #999999;
	color: #000000;
}

.twoColFixLtHdr #mainContent div.blog_right_col_unit h2 {
	color: #ffffff;
	background-color:#666666;
	font-size:10px; 
	padding-left:5px;  
	line-height:2.5em;	
	text-align: left;
}

div.blog_rt_col_unit_inner {
	padding: 5px;
}

div.blog_rt_col_unit_inner ul {
	margin-left: 20px;
}

.centered {
	text-align: center;
}

div.comments_container {
	margin-top: 5px;
	margin-right: 5px;
}
.twoColFixLtHdr #mainContent div.comments_container h2 {
	color: #ffffff;
	background-color:#666666;
	font-size:10px; 
	padding:10px 5px;  
	line-height:2.5em;	
	text-align: left;
}

textarea#comment-text {
	width: 350px;
}

.twoColFixLtHdr #mainContent h2.archive_date {
	font-weight: bold;
	font-size: 10px;
}
.twoColFixLtHdr #mainContent .module-header {
	color: #ffffff;
	background-color:#666666;
	font-size:10px; 
	padding:5px;  
	line-height:2.5em;	
	text-align: left;	
}
.twoColFixLtHdr #mainContent .module-content {
	background-color:#eeeeee;
	font-size:10px; 
	border:#999999 solid 1px;
}