body{ 
	font-size:.90em;
	font-family:arial,helvetica,tahoma,'sans serif';
	 height:100%; 
}

h1,h2,h3{
	color:#FFF;
	background-color:#485367;
	font-family:tahoma,arial,helvetica,'sans serif';
	font-size:1.45em;
	padding:.25em;
}

a{
	color:#006600;
}

li {

	margin-bottom:1em;
}

form{
	margin-top: 0;
	margin-bottom: 0;
}

#container{
	width:96%;
	margin-left:auto;
	margin-right:auto;
	background-repeat:repeat-y;
	height:100%;
}


#header{
	background-image:url(/images/rblog_header.jpg);
	background-color:#485367;
	height:50px;
	background-repeat:no-repeat;
	display:block;
}

#main{
	margin-left:180px;
	margin-right:200px;
	border-right:solid 1px #485367;
	border-left:solid 1px #485367;
}

.main_content{
	padding:.5em;
}

#column_left{
	width: 180px;
	float:left;
	color:#000;
	background-color:#FFF9B3;
	height:100%;
}



#column_right{
	width:200px;
	float:right;
	text-align:right;
	height:100%;
}

.column_nav{
	margin-left:5px;
	margin-right:12px;
	font-size:.75em;
	font-weight:bold;

}

.column_nav li{
	margin-bottom:.50em;
}

.column_nav ul{
 	list-style: none;
	margin:0;
	padding:0;
}
.post{
	border-bottom:1px dashed silver;
	margin-bottom:2em;
}


.post_info{
	color:#666;
}

.post_info .post_site{
	font-size:.9em;
	color:#000;
}

.post_info .post_link{
	font-weight:bold;
	color:#006600;
}

.post_title{
	background-repeat:no-repeat;
}

.post_title_span{
	margin-left:20px;
}

.excerpt{
	margin-top:.5em;
	margin-bottom:.75em;
	font-size:.9em;
}

.nav_top{
	color:#FFFFFF;
	margin-top:3px;
	margin-right:3px;
	text-align:right;
	font-size:.9em;
}

.nav_top a{
	color:#FFFFFF;
	font-weight:bold;
}

.tags{
	font-size:.75em;
	color:#666;
	margin-bottom:.75em;
}

.tags a{
	color:#006600;
	font-weight:bold;
}

.clicks{
	color:#C71585;
	font-weight:bold;
}

.the_info{
	padding:.5em;
	margin:.5em;
	border:1px solid #666;
}



.column_title{
	color:#FFF;
	background-color:#485367;
	font-size:.9em;
	padding:2px;
	font-weight:bold;
	text-align:left;
}

#nav_top_container{
	border-bottom:10px solid #485367;

}

.nav_top_row{
	float:left;
	padding:4px;
	font-size:.8em;
	font-weight:bold;

}

.nav_top_row select{
	border:1px solid #000;
	font-size:10px;
	width:100px;
}

.nav_top_row input{
	border:1px solid #000;
	font-size:10px;
	margin-bottom:5px;
}
.top_post{
	padding:3px;
	background-color:#FFF9B3;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #485367;
	font-size:.75em;
}

.top_links{
	text-align:right;
	color:#FFF;
	font-weight:bold;
	margin-left:auto;
	margin-right:5px;
	font-size:.85em;
	font-family:verdana,arial,helvetica,'sans-serif';
}

.top_links ul{
	margin:0;
	list-style:none;
}

.top_links li{
	list-style:none;
	margin:0px;
}

.top_links a{
	color:#FFF;
}

.top_links a:visited{
	color:#FFF;
}

.mug{
	text-align:center;
	padding:.5em;
	font-size:.85em;
}

.mp{
	padding:.2em;
	border:1px solid #FF6600;
	text-decoration:none;
	margin-left:.2em;
}

.clr{
	clear:both;
}

.hbb .yellow{
	color:#FFD008;
}

.hbb {
	border:2px solid #FFD008;
	padding:.5em;font-size:1.1em;
	text-align:center;
	background-color:#020266;
	font-weight:bold;
}

.hbb a{
	color:#FFFFFF;
	text-decoration:none;
}