/*  

Theme Name: Pehr_blog

Theme URI: 

Description: Basic theme for my blog, nearly completely re-written to remove fluff

Version: 1.1

Author: pehrhovey

Author URI: 

Tags: 

*/



img#wpstats {

	display:none

}

body {

	margin-top: 0px;

	margin-right: auto; /*some browsers automatically put 8px of padding on the body, get rid of it*/

	margin-left: auto;

	/*padding-right:0px;

	padding-left:0px;*/

	

	font-family: Verdana, Helvetica, arial, Sans-serif;

	font-size: 12px;

	text-align: justify;

	line-height: 16pt;

	vertical-align: top;

	background:#ffffff;

	/*background: #99ccff; /*blue so we know we are testing the right one */

	color: #0d0e11;

}

a img {

	border: 0px;

}

a:link, a:visited {

	text-decoration: none;

	color: #003399;

}

a:hover {

	text-decoration: none;

	color: #0000FF;

}

#header {

	width: 100%;

	height: 237px; /*height of bg.jpg*/

	background-color: #fff;

	background-image: url(images/bg_grad.jpg);

	background-position: top center;

	background-repeat: repeat-x;

	

}

/*

everything between header and footer



medium images will be max 640px wide so it must be at least that wide



*/

#container{

	width: 1280px;

	float:center;

	margin-left:auto;

	margin-right:auto;

}

#all_posts {



	

	margin-top: 45px; /*push down from bottom of header */

	margin-right: auto; /*give sidebar some space */

	margin-bottom: 0px;

	

	margin-left:auto;

	width: 640px; 

}

#post { /*an entire post */

	

}

#post_content {  /*the text/images in a post*/

	margin-top: auto; /*push down from title */

	padding-left:20px;

	padding-right:20px;

	

	

}



.size-medium { /*a medium image in the post */

padding-top:20px;

padding-bottom:20px;



}

#footer {

	clear: both;

	text-align: center;

	color: #000000;

}

#info {

	margin: -150px auto 0px auto;

	width: 815px;

}

.blogname {

	font-family: georgia, "times new roman", serif;

	color: #ffffff;

	letter-spacing: -1px;

	font-size: 36px;

	padding-bottom: 10px;

}

.blogdescription {

	font-family: verdana, arial, helvetica, sans-serif;

	color: #c0f500;

	font-size: 12px;

}

.date {

	color: #0093a2;

	font-size: 10px;

}

h2 {

	font-family: Georgia, "Times New Roman", Serif;

	font-size: 17px;

	font-weight: normal;

}

.title h2 a {

	text-transform: none;

	margin-bottom: -12px;

	font-family: Georgia, "Times New Roman", Serif;

	letter-spacing: -1px;

	font-weight: normal;

	text-align: left;

	font-size: 26px;

	line-height: 12pt;

}

p.postmetadata {

	border-bottom: 1px dashed #363636;

	margin: 10px 0 50px 0;

	padding-bottom: 6px;

	font-size: 10px;

	color: #000000;

}

.postmetadata a {

	color: #000000;

}

.postmetadata a:hover {

	color: #000000;

}

hr {

	border-top: 1px dashed #000000;

	border-bottom: 0px;

	width: 95%;

	height: 1px;

	background-color: #000000;

}

blockquote {

	padding: 4px 18px;

	color: #000000;

	border: 0px dashed #663399;

	background: #ebebeb;

	text-align: justify;

	font-size: 11px;

}

textarea {

	border: 0px dashed #111111;

	background-color: #ebebeb;

	color: #000000;

	font-family: verdana, sans-serif;

	font-size: 10px;

}

input {

	border: 0px dashed #111111;

	background-color: #ebebeb;

	color: #000000;

	font-family: verdana, sans-serif;

	font-size: 10px;

}

#flickr a img {

	width: 60px;

	height: auto;

	margin-top:40px;

	padding: 5px;

	margin: 0 5px 5px 0;

	border: 1px dotted #ccc;

}

pre {

	border: solid 0px #738695;

	padding:5px 5px 5px 8px;

	margin:8px 8px 8px 8px;

	overflow:scroll;

}

/*Sidebar*/



.sidebar {

	float: right; /*hug the content which is on the left in the big container*/

	width: 210px;

	/*padding-top: 45px; /*push down from bottom of header*/

	

	margin-top:auto;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left:20px; /*if window gets narrow this maintains some space between sidebar and text*/

}

.sidebar a {

	color: #003399;

}

.sidebar a:hover {

	color: #0000FF;

}

.sidebar ul {

	list-style-type: none;

	margin: 0;

	padding: 0 10px 0 0px;

}

.sidebar ul li {

	padding:  0;

	margin-right: 17px;

}

.sidebar ul li a img {

	border: 0;

}

.sidebar ul li h2 {

	font-family: Georgia, "Times New Roman", Serif;

	font-size: 20px;

	color: #000000;

	padding-top: 0px;

	letter-spacing: -1px;

	font-weight: normal;

	background-color: #fff; /*the heading rectangle with cat name in it*/

	margin-top: 25px;

}

.sidebar ul ul li {

	padding: 0;

}

/*End Sidebar*/







/*Search Form*/

#searchLabel{

font-family: Georgia, "Times New Roman", Serif;

	width: 205px;

	font-size: 20px;

	color: #000000;

	padding-top: 0px;

	letter-spacing: -1px;

	font-weight: normal;

	background-color: #fff; /*the heading rectangle with cat name in it*/

	margin-top: 25px;

	width: 210px;

}

#searchform {

	border: 0px solid #000000;

	font-family: verdana, arial, sans-serif;

	color: #000000;

	

	

}

#searchFormInputs{

padding-bottom: 20px;



}

#searchsubmit {

	float:right;

	background-color: #dddddd;

	border: 0px solid #000000;

	font-family: verdana, arial, sans-serif;

	color: #000000;

}

#s { /*the search field itself*/

	float:left;

	background-color: #dddddd;

	border: 0px solid #000000;

	font-family: verdana, arial, sans-serif;

	color: #000000;

}

/*End Search Form*/







/* Begin Navigation*/

 

 

#navcontainer { /*the container for page links */

	margin-top: -60px; /*put it inside header bg to line up with a feature in the image*/

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	width: 815px;

}

#navlist /*the actual links */ {

	padding: 0;

	margin-left: 120px;

	border-bottom: 0px solid #778;

	font: 18px Georgia, serif;

}

#navlist li {

	list-style: none;

	margin: 0;

	display: inline;

}

#navlist li a {

	padding: 3px 0.5em;

	margin-left: 3px;

	border: 0px solid #778;

	border-bottom: none;

	text-decoration: none;

}

#navlist li a:link {

	color: #000000;

}

#navlist li a:visited {

	color: #000000;

}

#navlist li a:hover {

	color: #000000;

}

#navlist li a#current {

	background: white;

	color: #000000;

}

/* End Navigation*/	

	



	

	

/* Begin Comments*/

	.commentlist li .avatar {

	float: left;

	border: 0px solid #eee;

	padding-right: 7px;

}

.alt {

	margin: 0;

	padding: 10px;

	background-color: #ebebeb;

}

.commentlist {

	padding: 0;

	text-align: justify;

}

.commentlist li {

	margin: 15px 0 3px;

	padding: 15px 10px 3px 11px;

	list-style: none;

	border: 0px dashed #363636;

}

.commentlist p {

	margin: 10px 5px 10px 0;

}

#commentform p {

	margin: 5px 0;

}

.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

}

.commentmetadata {

	margin: 0;

	display: block;

}

h3.comments {

	padding: 0;

	margin: 40px auto 20px;

}

/* End Comments */





/* WP Captions*/



.aligncenter, div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.alignleft {

	float: left;

}

.alignright {

	float: right;

}

.wp-caption {

	border: 0px solid #ddd;

	text-align: center;

	padding-top: 4px;

	margin: 10px;

}

.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}

.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}

/*End WP Captions*/