/* CSS Document */

.top-tab-left{
	background:url(../images/top-tab-left-bg.jpg) no-repeat;
	width:188px;
	height:25px;
	float:left;
	padding-top:5px;
	font-weight:bold;
	color:#990000;
	font-size:12px;
	text-align:center;
}
.top-tab-right{
	background:url(../images/top-tab-right-bg.jpg) no-repeat;
	width:123px;
	height:25px;
	float:right;
	text-align:center;
	padding-top:5px;
	font-weight:bold;
	font-size:12px;
	margin-left:1px;
}
a.top-tab-right:link, a.top-tab-right:active, a.top-tab-right:visited{
	color:#990000;
	background:none;
	margin-top:-5px;
	margin-left:0px;
}
a.top-tab-right:hover{
	background:url(../images/top-tab-right-bg-over.jpg) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}
.blogWrapper{
	margin-bottom:2px;
	width:75%;
}
.blogTitle{
	color:#666666;
	font-weight:bold;
	background-color:#d7d6cc;
	margin:0px 5px;
	padding:4px;
}
.blogDate{
	color:#666666;
	font-weight:bold;
	background-color:#d7d6cc;
	padding:4px;
}
.blogContent{
	padding:4px;
	background-color:#f7f6ef;
	border:1px solid #d7d6cc;
}
.blogButtons{
	font-weight:normal;
	color:#666666;
	margin-right:10px;
}
html {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: #F0F0EE;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #E0E0DD;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #F5F5F5;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tablerow1 {
	background-color: #BBBBBB;
}
/* Fix for MS Office style paragraphs (MsoNormal) */
p {
	margin: 0;
	padding: 0;
}
/* Fix for MS Office unindeted lists */
.unIndentedList {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.unIndentedList li {
	padding: 0;
}
/* Fix for MS Office UL lists */
ul {
	margin-top: 0;
	margin-bottom: 0;
}
input.btn{
	background:url(../images/button-bg-off.jpg) no-repeat;
	width:92px;
	height:25px;
	text-align:center;
	color:#990000;
	border:none;
	margin-right:1px;
	font-weight:bold;
	font-size:9px;
}
input.btnhov{
	background:url(../images/button-bg-over.jpg) no-repeat;
	width:92px;
	height:25px;
	text-align:center;
	color:#FFFFFF;
}
.postWrapper{
	background:url(../images/content_bg.jpg) no-repeat;
}
.postTitle{
	color:#660066;
	font-weight:bold;
	padding:12px 0px 0px 35px;
	float:left;
}
.postDate{
	color:#999999;
	padding:12px 0px 0px 5px;
	float:left;
}
.postContent{
	padding:10px 0px 25px 15px;
	color:#454545;
}
.pinnedpost{
	float:left;
	margin:8px -25px 0px 12px;
}
