@charset "utf-8";
/* CSS Document */
/*  
Theme Name: Saddledome
Theme URI: http://pr0star.org
Description: Homemade theme
Version: 3.0
Author: Candy
Author URI: http://www.pr0star.org

*/

body{
	background-image:url(bg.gif);
	margin:10px;
	font-family:Tahoma, Georgia, Arial, Helvetica, sans-serif;
}

h2{
font-
family: Tahoma;
font size: 10px;
color: #FF0000;
} 

a:link, a:visited{
	text-decoration:none;
	color:#990000;
}
a:hover{
	text-decoration:underline;
	color:#FF0000;
}

div#mainContainer{
	width:900px;
	margin:0 auto;
	background-color:#FFFFFF;
}

div#content{
	float:left;
	display:block;
	width:615px;
	padding:5px 50px 5px 20px;
	font-size:10px;
}
.post .date {
	height: 50px;
	width: 45px;
	background: url(calendar.gif) no-repeat;
	font: normal 22px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	padding-top: 5px;
}
.postdata .comments{
	padding-left: 18px;
	float: right;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

div#sideBar{
        float:left;
        li:none;
        width:185px;
	margin-top:20px;
	padding:0 0px;
	font-color:#000000;
	font-family:Tahoma;
	font-size:10px;
}
div#footer{
	width:890px;
        height:30px
	padding:0px 10px;
	font-family:Tahoma;
        font-size: 10px;
	text-align: center;
        background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:bottom;
	clear:both;

}