html,body{
	margin:0;
	padding:0;
	height:100%;
}
body{
	font-size:16px;
	font-size:0.75em;
	font-family:Arial;
	background-color:#FFF;
	line-height:1.34em;
}
a{
	text-decoration:none;
	color:#06C;
}
a:hover{ color:#de0092;}

.aligncenter{
	text-align:center!important;
	margin:0 auto;
	width:auto;
}
#content{
	margin:0 auto;
	height:100%;
	width:960px;
	padding:10px 0;
}
#next-page{ float:right; }
#page-title{
	margin:0;
	color:transparent;
	background:transparent url(images/header.png) no-repeat top center;
	height:150px;
}
	#page-title a{
		text-decoration:none;
		display:block;
		height:126px;
	}
#pagination{ margin-bottom:20px; }
#posts{
	width:600px;
	float:left;
}

.post{
	background-color:#EFEFEF;
	margin-bottom:20px;
}
	.post div.head{ 
		margin:0;
		font-size:2em;
		line-height:1em;
		position:relative;
		min-height:50px;
		padding-left: 60px;
		padding-top:10px;
		color:#222;
	}
		.post .head .edit{
			background:#FFF url(images/gradient.png) repeat-x bottom left;
			border-bottom-left-radius:43px;
			-webkit-border-bottom-left-radius:43px;
			-moz-border-radius-bottomleft:43px;
			-moz-box-shadow:0 0 5px #333;
			box-shadow:0 0 5px #333;
			-webkit-box-shadow:0 0 5px #333;
			cursor:pointer;
			font-size:0.38em;
			height:40px;
			line-height:30px;
			padding-right:5px;
			position:absolute;
			right:0;
			text-align:right;
			text-transform:uppercase;
			top:0px;
			width:40px;
		}
		.post .head .edit:hover{
			background:#CEF url(images/gradient.png) repeat-x bottom left;
		}
			.post .head .edit a{ text-decoration:none; }
	.post div.date{
		background-color:#4cff15;
		text-align:center;
		padding:10px;
		color:#FFF;
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		min-height:40px;
		background:#68de00 url(images/gradient.png) repeat-x bottom left;
	}
	.post div.date span{
		display:block;
		font-size:0.3em;
		line-height:1em;
		text-transform:uppercase;
	}
	.post .body{ padding:10px 20px 10px 20px; }
		.post .body a img{
			border:none;
		}
	.post .body .comments{
		border-top:1px solid #CCC;
		padding-top:5px;
	}
#prev-page{ float:left; }
.rounded{
	border-top-left-radius:30px;
	-webkit-border-top-left-radius:30px;
	-moz-border-radius-topleft:30px;
	border-bottom-right-radius:30px;
	-webkit-border-bottom-right-radius:30px;
	-moz-border-radius-bottomright:30px;
}
#searchform{
	margin:0;
	line-height:30px;
}
.shadowed{
	-moz-box-shadow:0 0 5px #333;
	box-shadow:0 0 5px #333;
	-webkit-box-shadow:0 0 5px #333;
}
#sidebar{ margin-left:620px;}
.side_module{
	background-color:#EFEFEF;
	margin-bottom:20px;
}
.side_module .head{
	color:#FFF;
	line-height:30px;
	padding-left:20px;
	padding-right:20px;
	font-size:1.4em;
	background:#2866ff url(images/gradient.png) repeat-x top left;
	float:left;
	margin-bottom:10px;
}
.side_module .head_red{ background-color:#de0092; }
.side_module .head_wrapper{ height:30px; }
.side_module .body{ padding:10px; }
.side_module .body ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#status{
	text-align:center;
	padding-bottom:10px;
}