﻿#blogOptions{
	height: 25px;
	width: 100%;
	border-bottom: 1px silver solid;
	display: block;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}

#blogOptions .back{
	background: url('../../images/v2.1/blog/iconset.png') no-repeat;
	display: inline-block;
	height: 28px;
	width: 300px;
}
#blogOptions .back span{
	background: #FFF;
	display: inline-block;
	padding: 5px 0 0 5px;
	height: 25px;
	width: 250px;
	margin-left: 35px;
}


#blogOptions .comment{
	background: url('../../images/v2.1/blog/iconset.png') no-repeat top left;
	display: inline-block;
	height: 28px;
	width: 70px;
	float: right;
}

#blogOptions .comment span{
	height: 25px;
	width: 110px;
	margin-left: -77px;
	float: left;
	background: #FFF;
	display: inline-block;
	padding: 5px 0 0 0;
}

#themain h1{
	font-size: 18pt;
	margin: 10px 0 3px 3px;
}


#blogPost{
	padding: 10px;
	border: 1px silver solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 5px 0 15px 0;
}

#archive{
	background: url('../../images/v2.1/blog/Archive.png') no-repeat;
	width: 250px;
	height: 199px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

#archive ul{
	list-style: none;
	margin: -10px 4px 0 -9px;
}

#archive li{
	margin: 6px;
}

#archive li a{
color: #F4F4F4;
}
#archive li a:hover{
color: #99CCFF;
}


#archive h1{
font-size: 13pt;
color: white;
padding: 10px;
}



#blog_sidebar{
	display: block;
	width: 250px;
	margin: 0px 10px 10px 0px;
}

#blog_sidebar span{
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
font-size: 9pt;
padding: 2px;
}

.recentComments{
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 9pt;
	color: #666666;
	border-bottom: 1px #CCCCCC solid;
	padding: 5px;
	margin: 0;
}
.recentComments img{
	float: left;
	margin: 0 7px 0 0;
	height: 50px;
	width: 50px;
	}



#blog_sidebar h1{
	margin: 0;
	display: block;
	width: 250px;
	background: url('../../images/v2.1/blog/sidebar.png') no-repeat;
	height: 41px;
	color: white;
	font-size: 15pt;
	font-family: "Lucida Sans";
	padding: 7px 7px 0px 7px;
}
