#blog-title{
	height: 70px;
	min-height: 70px;
	margin-top: 25px;
}
#blog-description{
	height: 30px;
	min-height: 30px;
}
#menu{
	height: 30px;
	min-height: 30px;
	margin-top: 25px;
}
.top-margin{
	margin-top: 20px;
}
#the-top{
	width: 960px;
	height: 10px;
	min-height: 10px;
	background: url('../images/top_shadow_960.png');
}
#wrapper{
	background: #efefef url('../images/middle_shadow_960.png') repeat-y;
	overflow: hidden;
}
#header-container{
	background: url('../images/header.jpg');
	height: 180px;
	min-height: 180px;
	margin-top: -10px;
}
#the-bottom{
	width: 960px;
	background: url('../images/bottom_shadow_960.png');
	height: 10px;
	min-height: 10px;
}
.post{
	margin-bottom: 40px;
	padding: 5px;
}
.post-meta{
	margin-bottom: 10px;
}
.navigation, #discussion{
	padding: 5px;
}
#sidebar-left{
	background: #E9F1DC;
}
.sidebar ul li.widget, .sidebar ul li.component{
	padding: 5px;
	margin-bottom: 10px;
}
#sidebar-left ul li.widget, #sidebar-left ul li.component{
	padding-left: 10px;
}
#footer{
	border-top: 1px dashed #CDC0D2;
}
.footer ul li.widget, .footer ul li.component{
	padding: 10px;
}

.floatleft{
	float: left;
	clear: right;
}
.floatright{
	float: right;
	clear: left;
}
