/*
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, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }
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{
	background: #fff url(img/bg.gif) no-repeat fixed left top;
	font: normal 12px verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0.6em 1em 1em;
	text-align: center;
}
#container{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
}
#header{
	border-bottom: 1px solid #996699;
	height: 60px;
	margin: 0 0 5px 0;
	padding: 0;
}
#page{
}
#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{
	text-decoration:none;
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	background: #996699;
}
#navmenu ul li a:hover{
	color: purple;
	background: #FFCC99;
}
#content{
	float: left;
	padding: 20px 0 0 5px;
	width: 612px;
	line-height:180%;
}
#sidebar{
	margin-top: 20px;
	border-left: 1px dotted #E5CCCC;
	float: right;
	font-size: 100%;
	padding-left: 15px;
	text-align: left;
	width: 250px;
	line-height:180%;
}
#footer{
	border-top: 1px solid #996699;
	clear: both;
	font-size: 95%;
	height: 20px;
	margin: 10px 0 0;
	padding: 10px 0 0;
}
#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{
	float: left;
	font: bold 200% Times New Roman, Georgia, Times, Serif;
	margin: 0;
}
#header h2{
	font: normal 1em verdana, arial, sans-serif;
	padding: 30px 0 0 0;
	line-height: 1.8em;
}

img, a img{border: 0;}

h1, h2, h3, h4, h5{
	font-family: Times New Roman, Georgia, Times, Serif;
	font-weight: normal;
}
h2{
	font-size: 16px;
	margin: 0 0 0.3em;
}
h3{
	font-size: 16px;
	font-weight: bold;
	margin: 1.2em 0 0.3em;
}
h4{
	font-size: 16px;
	font-weight: bold;
	margin: 1.2em 0 0.3em;
}
h5{
	border-bottom: 1px solid #EFE0E0;
	font-size: 16px;
	margin: 1.2em 0 0.3em;
	padding: 3px;
}
h1.archive-title{
	color: #663399;
	font-size: 16px;
	margin: 0 0 1.2em;
	text-align: center;
}
h1.archive-title span.archive-subtitle{
	color: #FF6699;
	font-weight: bold;
}
.archive-meta{
	color: #666600;
	font-size: 12px;
	margin: 0 6em;
}
.archive-meta .vcard .fn{
	font-family: Times New Roman, georgia, times, serif;
	font-size: 12px;
}
.archive-meta .vcard img.avatar{
	border: 1px solid #E5CCCC;
	clear: both;
	float: left;
	margin: 0 8px 0 0;
}
.archive-meta .vcard .note{
	margin: 0 0 0 8px;
}
p{
	margin: 1.2em 0;
}
ul, ol{
	margin-left: 1em;
	padding:0;
}
ul{
	list-style-type: disc;
}
li{
	margin-left: 1em;
	padding: 0;
}
dt{
	font-weight:bold;
}
hr{
	color: #ffffff;
	background-color: #ffffff;
	border-top: 1px dotted #bbbbbb;
	margin-bottom: 1em;
}
blockquote{
	color: #A37A7A;
	border-left: 5px solid #cc9999;
	margin: 1.3em 1em;
	padding: 0 1em;
}
code{
	font: normal 1em "lucida console", "courier new", courier, serif;
}
pre{
	background: #ffffff;
	color: #333333;
	font: normal 1em "lucida console", "courier new", courier, serif;
	margin: 1em;
	overflow: auto;
	padding: 10px;
}
.socialbookmark{
	float: right;
}
#notice{
	background: #FFFFcc;
	border: 1px dashed #FF6633;
	color: #FF6633;
	font: normal 12px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 10px 5px 10px;
	width: 90%;
}

fieldset{
	border: 1px solid #CC3399;
	padding: 0 10px 10px 10px;
	color: #CC3399;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
legend{
	font-weight: bold;
	border:#CC3399 solid 1px;
	padding:3px 6px;
}
.floatbox-right{float:right; margin: 0; padding: 0 0 5px 15px;}
.floatbox-left{float:left; margin: 0; padding: 0 15px 5px 0;}

sup { position: relative; top: -0.5em; font-size: 80%; }

/*
 * Tables. From	Gesso, after Boilerplate.
 */
table{border-collapse: separate; border-spacing: 0;}
table{margin-bottom: 1.4em;}
th{border-bottom: 2px solid #ddd; font-weight: bold;}
td{border: 0;}
.entry-content td{padding: 3px; border-bottom: 1px solid #E5CCCC;}
th,td{padding: 4px 0px;}
tfoot{font-style: italic;}
caption{background: #ffc;}
th{
	background: #EFE0E0;
}
.hentry{
	margin: 0 0 3em 0;
}
.entry-title{
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
	margin: 0;
}
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{
	color: #666666;
	font-size: 12px;
	float: left;
	font-style: italic;
	font-family: Georgia, Times, Serif;
	margin: 1em 0 0.3em 0px;
	line-height: 120%;
}
.posted .fn{
	font-weight: bold;
}
.posted a:link, .posted a:visited{
	color: #996699;
	background: transparent;
	text-decoration: none;
}
.posted a:hover{
	color: #009999;
	text-decoration: underline;
}
br.downpad{
	margin: 0 0 33px;
}
.meta{
	background: #E5CCCC;
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	clear: both;
	font-size: 95%;
	list-style-type: none;
	margin-top: 20px;
	margin-left: 0;
	padding: 10px;
}
.meta li{
	line-height: 180%;
	margin: 0;
	padding: 0;
}
.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{
	border-left: 1px dashed bbb;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	list-style-type: none;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-top: 0.5em;
}
li.depth-1{
	border: 1px solid #ddd;
	margin: 1.5em 0;
}
li.comment.preview{
	background: #ffc;
	border: 3px solid #cccc99;
	list-style-type: none;
	padding: 1em;
}
.comment-head{
	font-weight: bold;
	margin-bottom: 1em;
}
.comment-author{
	font-size: 12px;
	margin-bottom: 3px;
}
li.bypostauthor{
    /* CSS styles for author comments */
background-color: #FFFFDD;
color: #3E3E6B;
}
span.says{
	display: none;
}
.comment-head abbr{
	color: #999;
}
a.comment-permalink{
	text-decoration: none;
}
.comment-author .avatar{
	background: #fff;
	clear:both;
	float: right;
	margin: 0.5em;
}
.comment p{
	margin: auto;
}
form.comments{
	background: #EFE0E0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 1em 0.5em;
}
.comments fieldset{
	border: none;
	color: #A06582;
}
.comments legend{
	display: none;
}
.comments label{
	font-weight: bold;
}
.comments textarea{
	height: 150px;
	padding: 3px;
	width: 90%;
}
.readmore{
	font-style: italic;
}
.navigation{
	display: block;
	font-size: 95%;
	margin-bottom: 60px;
	margin-top: 24px;
	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{
	list-style-type: none;
	margin: 0 0 2em;
	padding: 0;
}
#sidebar li{
	margin: 0;
	padding: 1px 0;
}
#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}
#sidebar ul li li li{
	list-style-type: disc;
	margin-left: 1.5em;
}
#sidebar ul li li li li{
	list-style-type: disc;
	margin-left : 1.5em;
}
#sidebar em{
	font-style: normal;
}
#sidebar .widget_tag_cloud{
	margin-bottom: 2em;
}
#sidebar #ctc-3, #sidebar #cat, #sidebar #wp_movie_ratings{
	margin-bottom: 2em;
}
#sidebar label.screen-reader-text{
	display: none;
}
#sidebar select{
	width: 250px;
	font-size: 12px;
}
#cse-search-box .textInput{
	width: 250px;
	border: #996699;
}
#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{
	float: left;
	margin: 0;
	padding: 0;
	width: 40%;
}
#footer ul{
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
#footer li{
	display: inline;
	margin: 0;
	padding: 0 0 0 1em;
}

/* Applied-last Element Treatments */
input, textarea{
	font: normal 1em verdana, arial, sans-serif;
	margin-bottom: 20px;
}
abbr{
	border: none;
}
cite{
	font-style: normal;
}
a img{
	border: none;
	margin: 0;
	padding: 0;
}
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{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft{
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}
img.alignright{
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}
.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{
	background-color: #EFE0E0;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img{
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text{
	font-size: 95%;
	padding: 1em 4px 0 5px;
}

/* WordPress image gallery */
.gallery{
	margin: auto;
}
.gallery .gallery-item{
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery .gallery-caption{
	font-size: 95%;
	margin: 0 0 12px;
}
.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;
	letter-spacing: normal;
	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; background-color:#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;
	}
}
