ul{ list-style:none; padding:0;}
a,
a:link,
a:active,
a:visited,
a:hover{
	color:#b70101;
	font-weight: bold;
}
body{
	background:#990000;
	margin:0;
	padding:0;
	font-size: 12px;
	color:#6a0202;
	font-family:Arial, Helvetica, sans-serif;
}
.clear{
	clear: both;
}
.mini {
	
	float: left;
	
	margin-right: 10px;
}
.wrapper{
	margin:0 auto;
	margin-bottom:0;
}
#page{
	background:#990000;
	width:100%;
	height:100%;
}

#head{
	background:#990000 url(images/top.jpg) no-repeat 0 0;
	width:827px;
	height:159px;
	cursor:pointer;
}
#main{
	background:#990000 url(images/repeat.jpg) repeat-y 0 0;
	width:752px;
	
}
#main2{
	background:transparent url(images/top2.jpg) no-repeat 0 0;
	width:752px;
	height:auto;
	overflow:hidden;
	margin:0;
	padding:0;
}

#sidebar{
	width:180px;
	float:right;
	padding-right:0;
}
#sidebar h2 {
	background: url(images/nag.jpg) no-repeat 0 0;
	width:187px;
	height:118px;
	line-height:118px;
	font-size:14px;
	margin-left:-9px;
	text-align:center;
}
#sidebar p {
	width:150px;
	
}
#content{
	width:520px;
	height:auto;
	overflow:hidden;
	margin:0;
	float:left;
	padding-left:40px;
}
#footer{
	background: url(images/footer.jpg) no-repeat 0 0;
	width:752px;
	height:125px;
}
.post{
	position:relative;
	width:500px;
}
.data{
	position:absolute;
	top:-20px;
	left:-40px;
	background: url(images/data.jpg) no-repeat 0 0;
	width:70px;
	height:113px;
	z-index:0;
	padding: 40px 10px;
	
}
.menupis{
	font-size:14px; font-weight:bold; padding-left:65px; line-height:10px; top:-5px; position:relative; 
}
.post h2{
	font-size: 18px;
}
.post h2 a{
	text-decoration:none;
}
.post_title{
	padding-top:5px;
	margin-top:20px;
	margin-left: 40px;
	height: 80px	
}
.entry{
	z-index:24;
}
.postmetadata{
	background: url(images/meta.jpg) no-repeat 0 0;
	width:496px;
	height:30px;
	text-align:center;
	line-height:28px;
}
.day{
	font-size:18px;
	font-weight:bold;
	text-align:center;
width:45px;
}
.month{
	font-size:12px;
	font-weight:bold;
	text-align:center;
width:45px;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.navigation a{
	font-size: 10px;
}
.navigation {
	z-index:2;
	position:relative;
}

/* End Images */
