/*
THEME NAME: Simplish
THEME URI: http://simplish.pomfolio.com
DESCRIPTION: Simplish is a WordPress variant of the Scribbish theme for blogs.
TAGS: two-columns, fixed-width, right-sidebar, threaded-comments, sticky-post, microformats, white, light
VERSION: 2.4
AUTHOR: <a href="http://labs.utopian.net">Utopian.net Labs</a>, <a href="http://pittcrew.net/geekblog/">K. Pitt</a>, <a href="http://quotedprintable.com">J. Hardy</a>
AUTHOR URI:
*/

/*
 * Reset. Adapted from Eric Meyer, via CSS Boilerplate.
 * Uses different bracket/spacing style to ease comparing with source. 
 */
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, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; 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; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/*
 * #container
 * 	#header
 * 	#page
 * 		#content
 * 			#article-n (.hentry)
 * 				.entry-title
 * 				.posted
 * 				.entry-content
 * 				.meta
 * 		#sidebar
 * 	#footer
 */

body{
	margin: 0;
	padding: 0.6em 1em 1em;
	background: #fff url(img/bg.gif) no-repeat fixed left top;
	font: normal 12px Verdana, Arial, helvetica, Sans-Serif;
	text-align: center;
}
#container{
	width: 930px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#header{
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #996699;
	height: 60px;
}
#navmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#navmenu li{
	margin: 0;
	padding: 0;
	display: inline;
}
#navmenu ul li a{
	margin: 0;
	padding: 5px 8px;
	background: #996699;
	color: #fff;
	text-decoration:none;
}
#navmenu ul li a:hover{
	background: #FFCC99;
	color: #800080;
}
#content{
	width: 642px;
	float: left;
	padding: 30px 0 0 5px;
	line-height:180%;
}
#sidebar{
	width: 250px;
	float: right;
	margin-top: 30px;
	padding-left: 15px;
	border-left: 1px dotted #E5CCCC;
	font-size: 100%;
	text-align: left;
	line-height:180%;
}
#footer{
	margin: 10px 0 0;
	padding: 10px 0 0;
	height: 20px;
	border-top: 1px solid #996699;
	font-size: 95%;
	clear: both;
}
#header a:link, #header a:visited{
	color:#000;
	text-decoration: none;
}
#header a:hover, #header a:active{
	background: transparent;
	color:#009999;
	text-decoration: underline;
}
#header h1{
	margin: 0;
	float: left;
	font: bold 200% "Times New Roman", Georgia, Times, Serif;
}
#header h2{
	padding: 30px 0 0 0;
	font: normal 1em Verdana, Arial, Sans-Serif;
	line-height: 1.8em;
}
img, a img{
	border: 0;
}
h1, h2, h3, h4, h5{
	font-family: "Times New Roman", Georgia, Times, Serif;
}
h2{
	margin: 0 0 0.3em;
	font-size: 16px;
}
h3, h4{
	margin: 1.2em 0 0.3em;
	font-size: 16px;
}
h5{
	margin: 1.2em 0 0.3em;
	padding: 3px;
	border-bottom: 1px dotted #E5CCCC;
	font-size: 16px;
}
h1.archive-title{
	margin: 0 0 1.2em;
	color: #663399;
	font-size: 16px;
	text-align: center;
}
h1.archive-title span.archive-subtitle{
	color: #FF6699;
	font-weight: bold;
}
.archive-meta{
	margin: 0 6em;
	color: #666600;
	font-size: 12px;
}
.archive-meta .vcard .fn{
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 12px;
}
.archive-meta .vcard img.avatar{
	margin: 0 8px 0 0;
	float: left;
	border: 1px solid #E5CCCC;
	clear: both;
}
.archive-meta .vcard .note{
	margin: 0 0 0 8px;
}
p{
	margin: 1.2em 0;
}
ol, ul{
	margin-bottom: 1.5em;
	margin-left: 1em;
	padding: 0;
}
ol ol, ol ul, ul ol, ul ul{
	margin-bottom: 0;
}
ol{
	list-style-type: decimal;
}
ul{
	list-style-type: disc;
}
li{
	margin-left: 1em;
	padding: 0;
}
dt{
	font-weight: bold;
}
hr{
	margin-bottom: 1em;
	border-top: 1px dotted #bbbbbb;
	background: #ffffff;
	color: #ffffff;
}
blockquote{
	margin: 1.3em 1em;
	padding: 0 1em;
	border-left: 5px solid #cc9999;
	color: #A37A7A;
}
code{
	font: normal 1em "Lucida Console", "Courier New", Courier, Serif;
}
pre{
	margin: 1em;
	padding: 10px;
	background: #ffffff;
	color: #333333;
	font: normal 1em "Lucida Console", "Courier New", Courier, Serif;
	overflow: auto;
}
sup{
	position: relative;
	top: -0.5em;
	font-size: 80%; 
}
.socialbookmark{
	float: right;
}
#notice{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px 5px 10px;
	border: 1px dashed #FF6633;
	background: #FFFFcc;
	color: #FF6633;
	font: normal 12px;
}
fieldset{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px 10px 10px;
	border: 1px solid #CC3399;
	color: #CC3399;
}
legend{
	margin-top: 20px;
	padding:3px 6px;
	border:#CC3399 solid 1px;
	font-weight: bold;
}
.floatbox-right{
	margin: 0;
	padding: 0 0 5px 15px;
	float: right;
}
.floatbox-left{
	margin: 0;
	padding: 0 15px 5px 0;
	float:left;
}
.sticky{
	margin-bottom: 20px;
	padding: 0 6px 10px 6px;
	border: 0;
	background-image: url(img/bg_sticky.gif);
	color: #CC0066;
}
.sticky .posted, .sticky .meta, .sticky .entry-title{
	display: none;
}
.sticky a:link, .sticky a:visited{
	background: #FFFF66;
	text-decoration: none;
}
.sticky a:hover, .sticky a:active{
	background: transparent;
	color: #009999;
	text-decoration: underline;
}

/*
 * Tables. From	Gesso, after Boilerplate.
 */
table{border-collapse: separate; border-spacing: 0;}
table{margin-bottom: 1.4em; width:100%;}
td{padding: 3px; border: 0;}
.entry-content td{padding: 3px; border-bottom: 1px solid #E5CCCC;}
tfoot{font-style: italic;}
caption{background: #ffc;}
th{
	padding: 3px;
	color: #993399;
	font-weight: normal;
	background: #E5CCCC;
}
.hentry{
	margin: 0 0 3em 0;
}
.entry-title{
	margin: 0;
	font: bold 16px;
	line-height: 120%;
}
h2.page-title{
	margin: 0 0 .3em;
}
.entry-title a:link, .entry-title a:visited{
	color: #996699;
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:active{
	background: transparent;
	color: #009999;
	text-decoration: underline;
}
.entry-content a:link, .entry-content a:visited{
	color: #996699;
	text-decoration: none;
}
.entry-content a:hover, .entry-content a:active{
	color: #009999;
	text-decoration: underline;
}
.posted{
	margin: 1em 0 0.3em 0px;
	float: left;
	color: #666666;
	font: italic 12px Georgia, Times, Serif;
	line-height: 120%;
}
.posted .fn{
	font-weight: bold;
}
.posted a:link, .posted a:visited{
	background: transparent;
	color: #996699;
	text-decoration: none;
}
.posted a:hover{
	color: #009999;
	text-decoration: underline;
}
br.downpad{
	margin: 0 0 33px;
}
.meta{
	margin-top: 20px;
	margin-left: 0;
	padding: 10px;
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	clear: both;
	background: #E5CCCC;
	font-size: 95%;
	list-style-type: none;
}
.meta li{
	margin: 0;
	padding: 0;
	line-height: 180%;
}
.meta a:link, .meta a:visited{
	border-bottom: 1px dotted #663366;
	color: #663366;
	text-decoration: none;
}
.meta a:hover, .meta a:active{
	color: #6F6FBC;
	text-decoration: underline;
}
ol.comments{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li.comment, li.trackback, li.pingback{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	border-top: 1px solid #CC3399;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	list-style-type: none;
}
li.depth-1{
	border: 1px solid #CC3399;
	margin: 1.5em;
	padding: 1em;
}
li.comment.preview{
	padding: 1em;
	border: 3px solid #CC3399;
	background: #ffc;
	list-style-type: none;
}
.comment-head{
	margin-bottom: 1em;
	font-weight: bold;
}
.comment-author{
	margin-bottom: 3px;
	font-size: 12px;
}
li.bypostauthor{
	/* CSS styles for author comments */
	background: #FFEEDD;
	color: #993366;
}
span.says{
	display: none;
}
.comment-head abbr{
	color: #999;
}
a.comment-permalink{
	text-decoration: none;
}
.comment-author .avatar{
	margin: 0.5em;
	float: right;
	background: #fff;
	clear: both;
}
.comment p{
	margin: auto;
}
form.comments{
	padding: 1em 0.5em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #EFE0E0;
}
.comments fieldset{
	border: none;
	color: #A06582;
}
.comments legend{
	display: none;
}
.comments label{
	font-weight: bold;
}
.comments .inputtext{
	display: inline-block;
	width: 30%;
}
.comments textarea{
	width: 100%;
	height: 150px;
	padding: auto;
}
.readmore{
	font-style: italic;
}
.navigation{
	margin-bottom: 60px;
	margin-top: 24px;
	display: block;
	font-size: 95%;
	text-align: center;
}
.prevlink{
	float: left;
}
.nextlink{
	float:right;
}
#sidebar h2{
	font: bold 12px Verdana, Arial, helvetica, Sans-Serif;
	margin: 0 0 0.5em;
}
#sidebar h2 a:link, #sidebar h2 a:visited{
	color: #000;
	text-decoration: none;
}
#sidebar h2 a:hover, #sidebar h2 a:active{
	background: transparent;
	color: #009999;
	text-decoration: underline;
}
#sidebar ul{
	margin: 0 0 2em;
	padding: 0;
	list-style-type: none;
}
#sidebar li{
	margin: 0;
	padding: 1px 0;
}
#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}
#sidebar ul li li li{
	margin-left: 1.5em;
	list-style-type: disc;
}
#sidebar ul li li li li{
	margin-left : 1.5em;
	list-style-type: disc;
}
#sidebar em{
	font-style: normal;
}
#sidebar .widget_tag_cloud{
	margin-bottom: 2em;
}
#sidebar #ctc-3, #sidebar #cat, #sidebar #wp_movie_ratings, #sidebar .widget_tptn_pop_daily-2{
	margin-bottom: 2em;
}
#sidebar label.screen-reader-text{
	display: none;
}
#sidebar select{
	width: 100%;
	font-size: 12px;
}
#sidebar .cat-item-1{
	display:none;
}
#footer a:link, #footer a:visited{
	color: #000;
	text-decoration: none;
}
#footer a:hover, #footer a:active{
	color: #009999;
	text-decoration: underline;
}
#footer hr{
	display: none;
}
#footer p{
	width: 40%;
	margin: 0;
	padding: 0;
	float: left;
}
#footer ul{
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
	text-align: right;
}
#footer li{
	margin: 0;
	padding: 0 0 0 1em;
	display: inline;
}

/* Applied-last Element Treatments */
input{
	margin-bottom: 20px;
	font: normal 1em Verdana, Arial, Sans-Serif;
}
abbr{
	border: none;
}
cite{
	font-style: normal;
}
a img{
	margin: 0;
	padding: 0;
	border: none;
}
a:link, a:visited{
	color: #000;
	text-decoration: none;
}
a:hover, a:active{
	color: #009999;
	text-decoration: underline;
}
span.caps{
	font-size: 95%;
}
p img{
	max-width: 100%;
	padding: 0;
}
.aligncenter, div.aligncenter, img.centered{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.alignleft{
	margin: 0 7px 2px 0;
	padding: 4px;
	display: inline;
}
img.alignright{
	margin: 0 0 2px 7px;
	padding: 4px;
	display: inline;
}
.alignleft{
	float: left
}
.alignright{
	float: right;
}
span.caps{
	cursor: help;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
.clear{
	clear: both;
}

/* WordPress img captions */
.wp-caption{
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #EFE0E0;
	text-align: center;
}
.wp-caption img{
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text{
	padding: 1em 4px 0 5px;
	font-size: 95%;
}

/* WordPress image gallery */
.gallery{
	margin: auto;
}
.gallery .gallery-item{
	width: 33%;
	margin-top: 0;
	float: left;
	text-align: center;
}
.gallery .gallery-caption{
	margin: 0 0 12px;
	font-size: 95%;
}
.gallery dl{
	margin: 0;
}
.gallery img{
	border: 5px solid #eee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* Shared between search and sitemap templates archive listings. */
.archive-index .entry-title a:link, .archive-index .entry-title a:visited{
	text-decoration: underline;
}
.archive-index .entry-title a:hover, .archive-index .entry-title a:active{
	background: #000 none repeat scroll 0 0;
	color: #fff;
}
/* Sitemap template restyles .entry-title as list item. */
#sitemap-list .hentry{
	margin: 0 0 0 1em;
}
#sitemap-list .entry-title{
	font-size: 1em;
	line-height: normal;
}
#sitemap-list ul ul, #sitemap-list ol ol{
	margin-left: 0;
}

/* Search template restyles .entry-title as list item. */
.search-results .entry-title{
	font-size: 1.7em;
	letter-spacing: -1px;
}
.linkcat ul{
	padding: 0 0 2em 0;
}
@media print{
	/* (Modified) Gesso */
	body{background:none; color:#000; font-family:"Times New Roman", Serif; font-size:12pt; line-height:1.4; margin:0; padding:0; width:100%;}
	h1{font-size:18pt;}
	h2{font-size:16pt;}
	h3{font-size:14pt;}
	h4,h5,h6{font-family:Helvetica, Arial, Sans-Serif; font-size:12pt;}
	code,pre{font:10pt Courier, monospace;}
	blockquote{font-size:10pt; margin:1.25em; padding:1em;}
	hr{background:#ccc; border:none; color:#ccc; height:2px; margin:5px 0; padding:0; width:100%;}
	table{margin:1px; text-align:left;}
	th,td{border-bottom:1px solid #ccc; padding:4px 10px 4px 0;}
	tfoot{font-style:italic;}
	caption{background:#fff; margin-bottom:2em; text-align:left;}
	tr{page-break-inside:avoid;}
	/* Simplish */
	#content{
		float: none;
		width: 90%;
	}
	.admin-edit, form.comments, .reply{
		display: none;
	}
	.meta, li.depth-1{
		border: none;
	}
	#sidebar{
		display:none;
	}
}

