#main {
	width: 976px;
	margin: 20px auto 0;
	background: #fff;
	border: 2px solid #555559;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 10px;
	border: 3px solid #333339;
}

#nav {
	width: 950px;
	height: 30px;
	margin: 0 auto;
}

#menu {
	width: 669px;
	float: left;
}

#rss {
	width: 250px;
	float: left;
	padding: 0 0 0 10px;
}

#header {
	margin: 10px 0 1px;
	padding: 10px 0 10px;
	border-bottom: 1px solid #ccc;
}

#container {
	width: 669px;
	float: left;
	padding: 0 0 10px 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#sidebar {
	width: 260px;
	float: left;
	padding: 10px;
	border-top: 1px solid #ccc;
}

#footer {
	width: 950px;
	margin: 0 auto 10px;
}

.post {
	margin: 10px 0 0;
	padding: 5px 10px 0 0;
	border-bottom: 1px dotted #ccc;
}

.post-title {
	margin: 0 0 10px;
}

.indexpostmeta {
	height: 26px;
	margin: 10px 0 0;
}

.indexpostmetadata {
	float: left;
}

.postmeta {
	width: 300px;
	float: left;
	margin: 0 0 0 30px;
}

.navigation {
	padding: 5px 0;
}

.navleft {
	float: left;
}

.navright {
	float: right;
}

.cat {
	font-size: 10px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}

.postmetadata {
	font-size: 12px;
	line-height: 28px;
	font-variant: small-caps;
	font-weight: bold;
}

.indexpostmetadata a:hover {
	border-bottom: 1px solid #000099;
}

.postmetadata a:hover {
	border-bottom: 1px solid #000099;
}

.comment {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #666;
	float: right;
}

.comment-text {
	font-size: 12px;
	line-height: 26px;
	font-weight: normal;
	text-transform: uppercase;
}

.comment a:link, .comment a:active, .comment a:visited {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #000;
}

.comment a:hover {
	border-bottom: 1px solid #000;
}

.searchbox {
	width: 250px;
	padding: 0 0 10px;
}

.search input {
	width: 250px;
	padding: 4px 2px;
	font-variant: small-caps;
	border: 3px solid #f0f0f0;
	line-height: 16px;
	height: 16px;
}

#leaderboard {
	width: 730px;
	margin: 0 auto;
}

.social {
	width: 20px;
	margin: 0 0 0 -42px;
	background: #fff;
	padding: 5px 0 5px 5px;
	border: 3px solid #333339;
	position: fixed;
	top: 200px;
}

.social img {
	margin: 5px 0;
}

.social a.share {
	position: relative;
}

.social a.share span {
	display: none;
}

.social a.share:hover span {
	background: #fff;
	position: absolute;
	font-size: 10px;
	color: #000;
	display: block;
	padding: 0 0 0 5px;
	width: 110px;
	left: -126px;
	top: -10px;
	border: 3px solid #333339;
	border-right: 3px solid #fff;
}

.content {
	position: relative;
}