@charset "UTF-8";
/* CSS Document */

#blog{
	width:600px;
	float:left;
}
#archives{

}
.right-menu li{
	padding:2px;
	margin-bottom:2px;
	border-bottom:dotted 1px #c2c2c2;
	list-style:none;
}
.right-menu select{
	margin:6px 2px 4px;
}
.right-menu h1, .right-menu h3, .right-menu h2, .right-menu h4, .right-menu label{
	color:#000000;
	padding-bottom:5px;
	border-bottom:dotted 1px #c2c2c2;
}
#news{

}
.post{
	padding:10px;
	margin-bottom:5px;
}
.first-post{
	background-color:#e2e2e2;
	border:1px dotted #626262;
}
.post-header a{
color:#000000;
}
.post-header a:hover{
color:#626262;
}
.entry{
color:#454545;
}
.meta{
	font-size:0.7em;
}
.post img{
	background-color:#FFFFFF;
	border:solid 1px #c2c2c2;
	padding:9px;
}
#right_menu{
	float:right;
	margin-left:10px;
}
#right_menu ul, #right_menu ol{
margin:0!important;
}
.right-menu{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
	padding:5px;
	text-align:center;
	width:140px;
	border:solid 1px #c2c2c2;
	margin-bottom:15px;
}
#s{
	margin:5px;
}
.side-header{
	font-weight:bold;
	color:#ffa200;
	font-size:1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.side-entry{
	font-size:0.9em;
	color:#929292;
	padding-top:3px;
}
.side-post{
	border-bottom:1px dotted #C2C2C2;
	margin-bottom:1px;
	padding-bottom:2px;
	padding-top:3px;
}
.side-post p{
	padding:0px;
	line-height:1.3em;
}
.side-post img{
	border:none;
	padding:1px!important;
}
