/* GLOBAL STYLES */
/*div#right {
	float: right;
}
div#left {
	float: left;
}*/

div#content_left {
	background-color: #364e58; 
	color: white;
	padding-top: 15px;
}


body.warh div#content_right,
body.wxos div#content_right,
body.wil div#content_right {
	margin-top: 195px;
}

div#post_info,
div#post_body,
div#tags,
div#share_bar {
	margin: 0px 20px 22px 20px !important;
}

ol { list-style-position: inside; }

.notice {
	display: block; 
	background-color: #eeeeee; 
	color: #333333; 
	padding: 3px; 
	margin-bottom: 10px; 
	border: 1px solid #333333;
}
div.even {
	background-color: #eeeeee;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
/* Single post styles */
div#post_info {
	font-size: 12px;
}

div#post_info #votes { 
	float: right; 
	text-align: center; 
	color: #666666;
}
div#post_info #votes a img { border: none; }
div#post_info #votes h3 { margin-bottom: 3px; font-weight: normal; font-size: 10px; }
div#post_info #votes a { text-decoration: none; font-size: 10px; color: #999999; }
div#post_info #votes span { display: none; }

div#post_info h1 {
	font-size: 18px;
	margin: 10px 0px 10px 0px
}

div#post_info div#byline a img {
	position: relative;
	top: 5px;
	border: none;
}

span#last_updated {
	font-size: 10px;
}

div#author_image{
	display: block;
	position: relative;
	float: left;
	margin-right: 10px;
}
div#author_image img {
	border: 3px solid #5e7179;
}
div#author_image span.about {
	display: none;
	width: 400px; 
	height: 100px;
	overflow-y: auto;
	border: 3px solid #f7e7bb; 
	position: absolute;
	left: -15px;
	bottom: 0px;
	background-color: #faf3d7; 
	color: #333333;
	padding: 5px;
	z-index: 1000;
}

div#author_image span.about a { color: #ec6413; }

#tags {
	margin: 10px 0px 10px 0px;
}

div#post_body { 
	overflow: hidden; 
	line-height: 1.4em;
	background-color: #faf3d7;
	border: 1px solid #b4a58e;
}
div#post_body .normal { font-size: 12px; }
div#post_body .big { font-size: 14px; }
div#post_body .biggest { font-size: 16px; }

div#post_body div.photo {
	
}
div#post_body img {
	margin: 5px;
	padding: 3px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}
div#post_body ol,
div#post_body ul {
	margin: 15px;
	padding: 15px;
	margin-top: 5px;
	padding-top: 5px;
}
div#post_body img.left{
	float: left;
}
div#post_body img.right{
	float: right;
}
div#post_body img.center {
	text-align: center;
	display: block;
	margin: auto;
}
div#post_body p {
	margin-bottom: 1.5em;
}
div#preview {
	font-size: 10px;
	line-height: 1.25em;
	margin-top: 10px;
	padding: 5px;
}
div#preview a.full_story {
	font-weight: bold;
	display: block;
}

div#attachment_links {
	margin-top: 10px;
}
div#attachment_links span {
	display: block;
	margin: 5px 0px 5px 0px;
	color: #364e58;
	font-weight: bold;
}
div#attachment_links span img {
	border: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 3px;
}
/* Attachments */
div.attachment {
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
div.attachment div.media {
	text-align: center;
}
div.attachment div.info {
	margin-top: 10px;
	padding: 3px;
}
div.attachment div.info h3 {
	font-size: 16px;
	font-weight: normal;
}
/* Viddler divs */
div.viddlercomment {
	text-align: center;
	display: block;
}
div.viddlercomment p {
	margin: auto;
}
div.viddlercomment img {
	padding: 3px;
	margin-bottom: 3px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}
/* Legal warning */
div#old_warning {
	padding: 2px 2px 2px 25px;
	border-bottom: 1px dashed #cccccc;
	color: #333333;
	font-size: 10px;
	margin: 0px 0px 5px 0px;
	position: relative;
	z-index: 1;
}
div#old_warning img { padding: 0px; background: transparent; position: absolute; top: 0px; left: 0px; border: none; }

