/* @override http://blog.sheenmedia.com/css/default.css */

/* Title:	Sheen Media Blog - master style */
/* Author:	Kalon Edser, http://www.kalonedser.com */
/* Updated:	14 March 2011 */

/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* @end */

/* @group Core */

body {
	margin: 0;
	padding: 0;
	font-family: "Courier New", Courier, mono;
	line-height: 1.125em; /* 16x1.125=18 */
	text-align: center;
	color: #000;
	background: #FFF;
	}

p, ul, ol {
	margin: .125em 0 1.125em 0;
	font-size: 0.75em /*12*/;
	}
	
ul ul, ol ol, ul ol, ol ul {
	font-size: 100%;
	}
	
dl {
	margin: .125em 0 1.125em 0;
	font-size: 0.8125em /*13*/;	
	}

h1, h2, h3, h4, h5, h6 {
	margin: 1.125em 0 .5625em 0;
	font-weight: normal;
	}
	
h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 1.375em /*22*/;
	line-height: 1.1em /*24*/;
	letter-spacing: 1px;
	}

a:link, a:visited {
	color: #000;
	text-decoration: none;
	}
a:hover, a:active {
	color: #d90000;
	text-decoration: none;
	}

.inverse a:link, .inverse a:visited {
	color: #d90000;
	text-decoration: none;
	}
.inverse a:hover, .inverse a:active {
	color: #d90000;
	text-decoration: none;
	border-bottom: 1px dotted;
	}

/* @end */
/* @group Master Layout */

#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	overflow: hidden;
	}
	
#content {
	float: left;
	margin: 20px 15px;
	padding-top: 2px;
	width: 595px;
	background: transparent url(../img/dots.png) 0 0  repeat-x;
	overflow: hidden;
	}

#content .footer {
	margin-top: 135px;
	padding-top: 17px;
	width: 100%;
	text-align: center;
	background: transparent url(../img/dots.png) 0 0  repeat-x;
	overflow: hidden;
	}

#sidebar {
	position: relative;
	float: right;
	margin: 0 15px;
	width: 220px;
	overflow: hidden;
	}

/* @end */
/* @group Sidebar/Navigation */

#logo {
	margin: 0;
	width: 220px;
	height: 140px;
	text-indent: -9000px;
	background: transparent url(../img/logo.png) 0 0 no-repeat;
	overflow: hidden;
	}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	}
	
ul#nav {
	margin: 115px 0 0 30px;
	font-size: 0.8125em /*13*/;
	/*overflow: hidden;*/
	}
	
#nav li {
	margin: 1.125em 0;	
	}
	
#nav li.nav-main {
	margin-top: 60px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	width: 100%;
	background: transparent url(../img/dots.png) 0 100%  repeat-x;	
	}
	
#nav .nav-main .nav-main-heading {
	display: block;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 1.692em /*22*/;
	line-height: 1.1em /*24*/;
	letter-spacing: 1px;
	background: transparent url(../img/bg-nav-main.png) 0 63% repeat-x;
	}
	
#nav .nav-main span a {
	padding-right: 5px;
	background: #FFF;
	}
	
#nav ul {
	text-align: right;
	}
	
#nav li li a {
	display: block;
	width: 100%;
	}
	
#nav .active {
	font-weight: bold;
	}
	
#subscribe {
	position: absolute;
	top: 160px;
	left: 50px;
	margin: 0;
	height: 55px;
	width: 100%;
	overflow: hidden;
	}
	
#subscribe li {
	margin-right: 5px;
	}
	
#subscribe li, #subscribe a {
	float: left;
	width: 65px;
	height: 55px;
	text-indent: -9000px;
	overflow: hidden;
	}
	
#subscribe a { background-position: 0 0; }
#subscribe a:hover {
	background-position: 0 -55px;
	}
	
#rss a { background-image: url(../img/icon-rss.png); }
#email a { background-image: url(../img/icon-email.png); }	

#sidebar .footer {
	margin: 45px 0 0 30px;
	text-align: right;
	}
	
#sidebar .footer p {
	font-size: 0.8125em /*13*/;
	}
	
.sheen-media {
	margin: 0 0 10px 0;
	height: 44px;
	width: 190px;
	text-align: left;
	text-indent: -9000px;
	background: url(../img/sheen-media.png) 0 0 no-repeat;
	overflow: hidden;
	}
	
.sheen-media a {
	display: block;
	width: 100%;
	height: 100%;
	}

/* @end */

/* @group Content */

.suparchive dt {
	margin-top: 1.125em;
	font-weight: bold;
	}
	
.suparchive .rssSubdate, .rssMonthCount {
	color: gray;
	}

.entry {
	margin: 0 0 45px 0;
	width: 100%;
	overflow: hidden;
	
	padding-top: 2px;
	background: transparent url(../img/dots.png) 0 0  repeat-x;
	}
	
.first-entry {
	padding-top: 0;
	background: none;
	} 
	
.entry-images {
	width: 100%;
	overflow: hidden;
	
	/*margin-bottom: 15px;*/
	/*padding-bottom: 2px;
	background: transparent url(../img/dots.png) 0 100%  repeat-x;*/
	}
	
.entry-images img, .entry-video-main {
	margin-top: 15px;
	}
	
.entry-content {
	margin-top: 15px;
	width: 100%;
	overflow: hidden;
	/*padding-top: 17px;
	background: transparent url(../img/dots.png) 0 0  repeat-x;*/	
	}
	
.entry-info {
	float: left;
	margin: 0 15px;
	width: 185px;
	overflow: hidden;
	}

.entry-title {
	margin: 0.125em 0;
	}
	
.entry-posted {
	margin: 15px 0 0 0;
	overflow: hidden;
	}

.entry-author {
	margin: 0 0 15px 0;
	overflow: hidden;
	}
.entry-posted strong,
.entry-author strong {
	float: left;
	font-weight: normal;
	width: 65px;
	}
	
.entry-thumbs {
	margin: 0;
	width: 100%;
	overflow: hidden;
	}
	
.entry-thumbs li {
	float: left;
	margin: 0 10px 10px 0;
	width: 80px;
	height: 80px;
	overflow: hidden;
	}
	
.entry-thumbs a img, .entry-thumbs a { border: none; overflow: hidden; float: left; }
.entry-thumbs a:hover { border: 3px solid #d90000; }
.entry-thumbs a:hover img { margin: -3px; }
	
.entry-body {
	float: right;
	margin-right: 10px;
	width: 340px;
	overflow: hidden;
	}

/* @group Text Formatting */

.entry-body h1, .entry-body h2, .entry-body h3 { font-size: 1em; /*16*/ }
.entry-body h4 { font-size: 0.875em; /*14*/ }
.entry-body h5 { font-size: 0.75em; /*12*/ }
.entry-body h6 { /*font-weight: bold;*/ font-size: 0.6875em; /*11*/ }

.entry-body h3.first,
.entry-body h4.first {
	margin-top: 0.125em;
	}

.entry-body blockquote {
	margin-left: 15px;
	padding-left: 17px;
	width: 308px;
	font-style: italic;
	background: url(../img/dots.png) 0 0 repeat-y;
	}
	
.entry-body ul,
.entry-body ol {
	margin: .5625em 0 1.125em 2em;
	}

.entry-body ul {
	list-style-type: disc;
	}
	
.entry-body ol {
	margin-left: 2.75em!important;
	list-style-type: decimal;
	}

.entry-body ins { text-decoration: underline; }
.entry-body sup { vertical-align: super; }
.entry-body sub { vertical-align: sub; }



/* @end */

/* @group Entry Navigation */

#content .footer ul {
	/*font-size: 0.8125em;*/ /*13*/
	}

ul#pagination {
	width: 100%;
	overflow: hidden;
	}

ul#pagination li {
	display: inline; 
	color: gray;
	}
	
ul#pagination li.active { 
	font-weight: bold; 
	color: #000;
	}
	
ul#pagination li a,
ul#pagination li.empty { padding: .5em; }


	
ul#entry-prev-next {
	width: 100%;
	/*font-size: 0.8125em;*/
	overflow: hidden;
	}
	
#entry-next {
	float: left;
	text-align: left;
	width: 49%;
	}
	
#entry-prev {
	float: right;
	text-align: right;
	width: 49%;
	}



/* @end */
/* @end */
/* @group Misc. */

div.pp_overlay {
	background: #FFF!important;	
	}

.hide {
	display: none;
	}
	
a.img,
a.img:hover {
	border-bottom: none !important;
	}

a img {
	border: none;
	}

/* @end */
