/*
THEME NAME: Simplish
THEME URI: http://labs.utopian.net/blogs/simplish/
DESCRIPTION: Simplish is a WordPress variant of the Scribbish theme for blogs.
TAGS: two columns, fixed width, right sidebar, galleries, gravatars, captions, widgets, microformats, hatom, hcard, valid CSS, valid XHTML
VERSION: 2.1
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:
*/

/*
 * #container
 * 	#header
 * 	#page
 * 	#content
 * 	#sidebar
 * 	#footer
 */

body{
	background: #969698;
	color: #323232;
	font-size: 12px;
	line-heght: 20px;
	font-family: Lucida Grande, Arial, Tahoma, Verdana;
	margin: 0px auto 0px; 
	padding: 0px;
}

#container{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 940px;
       
}
 
#wrap {
      background: #fff;
}

#header{
        background: #969698 url(img/blog_header.jpg) no-repeat;
	height: 335px;
	margin: 0px auto 0px;
	padding: 0;
        overflow: hidden;
}
#page{
        background: #fff;
}

#nav { 
	background: #35543d url('img/blog_nav.jpg') no-repeat;
	padding: 0px 0px 0px 0px;
	margin:0px auto 0px;
	width:940px;
	height:49px;
	
}

#nav a  {
    color:#fff;
	text-decoration:none;
}

#nav a:visited {
    color:#fff;
	text-decoration:none;
}

#nav a:hover {
    text-decoration:underline;
}

#nav ul {
    display:block;
	list-style:none;
	margin:0px 0px 0px 20px;
}
  
#nav li {
	float: left;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	display:block;
	} 

#nav li a {
	color: #fff;
	display: block;
	text-transform:uppercase;
    font-weight: normal;
    margin: 0px;
	padding: 0px 40px 0px 23px;
	
	}

#nav li a:visited {
	color: #fff;
	display: block;
    font-weight: normal;
	text-transform:uppercase;
    margin: 0px;
	padding: 0px 30px 0px 15px;
	}
	
#nav li a:hover {
	color: #c9c9c9;
	display: block;
	text-decoration: underline;
    margin: 0px;
	
	}


#content{
	background: #fff;
	width: 575px;
	margin: 0px;
	float: right;
	line-height:20px;
	padding: 10px 20px 20px 20px;
	
}

#sidebar{
	background: #fff;
	width: 280px;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	float: left;
	line-height:20px;
	border-right: dotted #999999 1px;
	height:100%;
}
#footer{
	clear: both;
        background: url('img/blog_footer.jpg') no-repeat; 
	font-size: 12px;
	height: 100px; 
	margin: 0px;
	padding: 45px 20px 0px 20px;
}
#header a:link, #header a:visited{
	color:#000;
	text-decoration: none;
}
#header a:hover, #header a:active{
	background: transparent;
	color:#760909;
	text-decoration: none;
}
#header h1{
	float: left;
	font: bold 410% georgia, serif;
	letter-spacing: -1px;
	margin: 0;
}
#header h2{
	float: right;
	font: normal 12px verdana, arial, sans-serif;
	margin: 2.35em 0.2em 0 0;
}
#content h1, #content h2, #content h3, #content h4, #content h5{
	font-family: times, serif;
	font-weight: normal;
	
}
#content h2{
	font-size: 18px;
	margin: 0 0 0.3em;
}
#content h3{
	font-size: 18px;
	margin: 1.2em 0 0.3em;
}
#content h4{
	border-bottom: 1px dotted #bbb;
	font-size: 14px;
	margin: 1.2em 0 0.3em;
}
#content h5{
	background: #ffd;
	border-bottom: 1px dotted #aaa;
	font-size: 14px;
	margin: 1.2em 0 0.3em;
}
#content h1.archive-title{
	color: #a9a9a9;
	font-size: 24px;
	margin: 0 0 0.3em;
	text-transform: uppercase;
}
#content h1.archive-title span.archive-subtitle{
	font-size: 26px;
	font-weight: bold;
	text-transform: none;
}
#content .archive-meta{
	color: #a9a9a9;
	font-size: 16px;
	margin: 0 6em;
	
}
#content .archive-meta .vcard .fn{
	font-family: georgia, times, serif;
	font-size: 26px;
	letter-spacing: -1px;
}
#content .archive-meta .vcard img.avatar{
	border: 1px solid #ddd;
	clear: both;
	float: left;
	margin: 0 8px 0 0;
}
#content .archive-meta .vcard .note{
	margin: 0 0 0 8px;
}
#content p{
	line-height: 20px;
	margin: 0 0 1.2em;
}
#content ul, #content ol{
	margin: 1em;
	padding:0;
}
#content ul{
	list-style-type: square;
}
#content li{
	line-height: 15px;
	margin: 0 0 0 1em;
	padding: 0;
}
#content hr{
	color: #ffffff;
	background-color: #ffffff;
	border-top: 1px dotted #bbbbbb;
	margin-bottom: 1em;
}
#content blockquote{
	color: #555;
	border-left: 5px solid #ccc;
	margin: 1.3em 1em;
	padding: 0 1em;
}
#content code{
	font: normal 12px "bitstream vera sans mono", monaco, "lucida console", "courier new", courier, serif;
}
#content pre{
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	color: #000000;
	font: normal 12px "bitstream vera sans mono", monaco, "lucida console", "courier new", courier, serif;
	margin: 0.9em 0;
	overflow: auto;
	padding: 8px;
}
#content .hentry{
	margin: 0 0 3em 0;
}
#content .hentry .entry-title{
	font-size: 24px;
	margin: 0;
        color: #712b13;
}
#content .hentry h2.page-title{
	margin: 0 0 .3em;
        color: #712b13;
}
#content .hentry .entry-title a:link, #content .hentry .entry-title a:visited{
	color: #712b13;
	text-decoration: none;
}
#content .hentry .entry-title a:hover, #content .hentry .entry-title a:active{
	background: transparent;
	color: #6e5850;
	text-decoration: underline;
}
#content .hentry .posted{
	color: #a9a9a9;
	float: left;
	font: normal 14px/14px helvetica, arial, verdana, sans-serif;
	letter-spacing: -1px;
	margin: 1px 0 0.6em 2px;
}
#content .hentry .posted .fn{
	font-weight: bold;
}
#content .hentry .posted a.url, #content .hentry .posted a:hover.url{
	color: #a9a9a9;
	background: transparent;
	text-decoration: none;
}
.clear{
	clear: both;
}
#content br.downpad{
	margin: 0 0 33px;
}
#content .hentry ul.meta{
	background: #b4bfb6;
	border: 1px solid #ddd;
	clear: both;
	font-size: 10px;
	list-style-type: none;
	margin: 0;
	padding: 5px;
}
#content .hentry ul.meta li{
	line-height: 13px;
	margin: 0;
	padding: 0;
}
#content .hentry .meta a:link, #content .hentry .meta a:visited{
	border-bottom: 1px dotted #aaa;
	color: #555;
	text-decoration: none;
}
#content .hentry .meta a:hover, #content .hentry .meta a:active{
	color: #fff;
}
#content ol.comments, #content ol.trackbacks{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content li.comment, #content li.trackback{
	border: 2px solid #ddd;
	margin: 0 0 1.5em;
	padding: 1em;
}
#content li.comment.preview{
	background: #ffc;
	border: 3px solid #fab444;
	margin: 0 0 1.5em;
	padding: 1em;
}
#content li.comment .comment-head,
#content li.trackback .comment-head{
	font-weight: bold;
	margin-bottom: 1em;
}
#content li.comment .comment-author,
#content li.trackback .comment-author{
	font-size: 16px;
	letter-spacing: -1px;
}
#content li.comment .comment-head abbr,
#content li.trackback .comment-head abbr{
	color: #999;
	padding-left:4px;
}
#content li.comment .comment-author{
	height:36px;
}
#content li.comment .comment-author img.avatar{
	background: #fff;
	clear:both;
	float: right;
	height: 48px;
	margin: 0 0 0.5em 0.5em;
	width: 48px;
}
#content li.comment p{
	padding-left:24px;
	padding-right:48px;
}
#content form.comments{
	background: #f2f2f2;
	border-top: 1px solid #ddd;
	padding: 1em 0.5em;
}
#content form.comments fieldset{
	border: none;
}
#content form.comments legend{
	display: none;
}
#content form.comments label{
	font-weight: bold;
}
#content form.comments textarea{
	height: 150px;
	padding: 3px;
	width: 90%;
}
#content .readmore{
	font-style: italic;
}
#sidebar h2{
	font: 18px Times New Roman, Times, Serif;
	margin: 0 0 0.5em;
}
#sidebar h2 a:link, #sidebar h2 a:visited{
	color: #712b13;
	text-decoration: none;
}
#sidebar h2 a:hover, #sidebar h2 a:active{
	background: transparent;
	text-decoration: underline;
}
#sidebar ul{
	list-style-type: none;
	margin: 0 0 2em;
	padding: 0;
}

#sidebar ul a {
	list-style-type: none;
	margin: 0 0 2em;
	padding: 0;
        color: #0d3f58;
        text-decoration: none;
}

#sidebar ul a:visited {
	list-style-type: none;
	margin: 0 0 2em;
	padding: 0;
        color: #0d3f58;
        text-decoration: none;
}

#sidebar ul a:hover {
	list-style-type: none;
	margin: 0 0 2em;
	padding: 0;
        color: #0d3f58;
        text-decoration: underline;
        background: none;
}


#sidebar li{
	margin: 0;
	padding: 1px 0;
}
#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}
#sidebar ul li li li{
	list-style-type: square;
	margin:0px 0px 0px 1.5em;
}
#sidebar ul li li li li{
	list-style-type: disc;
	margin:0px 0px 0px 1.5em;
}
#sidebar em{
	font-style: normal;
}
#sidebar .search p input{
	font-size: 11px;
	width: 92%;
}
#sidebar li#search{
        margin-bottom: 2em;
}
#footer a:link, #footer a:visited{
	color: #fff;
}
#footer a:hover, #footer a:active{
	color: #fff;
	
}
#footer hr{
	display: none;
}
#footer p{
	float: left; 
	margin: 0;
	padding: 0; 
	
}
#footer ul{
	float: right;
	list-style-type: none; 
	margin: 0;
	padding: 0;
	text-align: right; 
	width: 40%;
}
#footer li{
	display: inline; 
	margin: 0;
	padding: 0 0 0 1em;
}
input, textarea{
	font: normal 12px "bitstream vera sans", verdana, sans-serif;
}
abbr{
	border: none;
}
cite{
	font-style: normal;
}
a img{
	border: none;
	margin: 0;
	padding: 0;
}

a {
	color: #0d3f58;
	text-decoration: none;
	font-weight:normal;
	}
	
a:visited {
	color: #0d3f58;
	text-decoration: none;
	font-weight:normal;
	}
	
a:hover {
	text-decoration: underline;
	}





span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
}
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;
}
.navigation{
	display: block;
	font-size: 10px;
	margin-bottom: 60px;
	margin-top: 24px;
	text-align: center;
}
.hidden{
	display: none;
}
.wp-caption{
	background-color: #eeeeee;
	border: 1px solid #ddd;
	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: 0.8em;
	padding: 1em 4px 0 5px;
}
/* sp_vallery() Gallery styling. */
div.entry-content div.gallery{
	clear: both;
	float: left;
	margin: 1em auto;
	text-align: center;
	width: 100%;
}
div.entry-content div.gallery dl{
	float: left;
	margin: 0 auto;
	text-align: center;
}
div.entry-content div.gallery dl.gallery-columns-2{
	width: 49%;
}
div.entry-content div.gallery dl.gallery-columns-3{
	width: 33%;
}
div.entry-content div.gallery dl.gallery-columns-4{
	width: 24%;
}
div.entry-content div.gallery dl.gallery-columns-5{
	width: 19%;
}
div.entry-content div.gallery dd{
	font-style: italic;
	margin: 0 auto 1em auto;
	text-align: center;
}
div.entry-content div.gallery *{
	margin: 0;
	padding: 0;
}
/* Sitemap template styles for hentry/entry-title used as list items. */
#sitemap-list .hentry{
	margin: 0 0 0 1em;
}
#sitemap-list #all-posts span.entry-title{
	font-size: 12px;
	letter-spacing: normal;
	line-height: normal;
}
#sitemap-list ul ul, #sitemap-list ol ol{
	margin: 0;
}
#sitemap-list #all-posts .hentry .entry-title a:link,
#sitemap-list #all-posts .hentry .entry-title a:visited{
	text-decoration: underline;
}
#sitemap-list #all-posts .hentry .entry-title a:hover,
#sitemap-list #all-posts .hentry .entry-title a:active{
	background: #000 none repeat scroll 0 0;
	color: #fff;
}
/* Search template style overrides. */
#content.search-results .hentry{
	margin: 0;
}
#content.search-results .hentry h2.entry-title{
	font-size: 20px;
	letter-spacing: -1px;
}
#content.search-results .hentry .entry-title a:link,
#content.search-results .hentry .entry-title a:visited{
	text-decoration: underline;
}
#content.search-results .hentry .entry-title a:hover,
#content.search-results .hentry .entry-title a:active{
	background: #000 none repeat scroll 0 0;
	color: #fff;
}
@media print{
	#content{
		float: none;
		width: 90%;
	}
	#content pre{
		background: #eee;
		color: #000;
	}
	#content form.comments{
		display: none;
	}
	#sidebar{
		display:none;
	}
}
