/*
Theme Name: Peter Boosten 2
Theme URI: http://www.boosten.org
Description: My real first theme
Version: 0.1
Author: Peter Boosten
Author URI: http://www.boosten.org
Tags: basic
*/

@import "style/css/reset.css";
/* @import "style/css/typography.css"; */
/* @import "style/css/layout.css"; */


html, body {
	height: 100%;
}

body {
	font-family: Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	line-height: 18px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 160%;
	margin: 0 0 20px 0;
}

h3 {
  font-size: 140%;
  margin: 10px 0;
}

h4 {
  font-size: 120%;
  margin: 0 0 10px;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

#footer, #push {
	height: 4em;
}

#header {
/*	height: 8em; */
	width: 600px;
	margin: 0 auto;
	background: url(images/headerimg.jpg) no-repeat;
}

#printheader {
	display: none;
}

#footer {
	width: 600px;
	margin: 0 auto;
}

#inner-footer {
	border-top: 1px solid #bbb;
}

a {
	text-decoration: none;
	color: #3e8e65;
}

a:hover {
	color: #ff5b5b;
}

#nav {
	float: left;
	margin: 0 0 30px;
	width: 100%;
}

#nav ul {
	float: left;
	margin-left: 15px;
}

#nav li {
	float: left;
	margin: 0 5px ;
	list-style-type: none;
	border: 1px solid #bbb;
	border-top: none;
}


#nav a {
	display: block;
	text-decoration: none;
	padding: 0 20px;
	color: #000;
}

#nav a:hover, #nav a:active {
	color: #fff;
	background-color: #3e8e65;
}

#inner-wrapper {
	clear: both;
	width: 600px;
	margin: 20px auto;
}

#content {
	width: 580px;
	float: left;
	padding: 0 20px;
}

#content-single {
	float: left;
	padding: 0 20px;
}

.post h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 10px;
}

p {
	margin: 0 0 10px;
}

pre {
	font-family: Courier, serif;
	margin: 0 0 10px;
}

code {
	font-family: Courier, serif;
	margin: 0 0 10px;
}

#sidebar {
	display: none;
	width: 240px;
	float: left;
	padding: 0 20px;
}

#title {

	height: 53px;
	border-bottom: 1px solid #bbb;
	padding: 10px 20px;
	text-indent: -9999px;
}

#artnav .left {
	float: left;
}

#artnav .right {
	float: right;
}


.post {
	margin: 0 0 20px;
}

.post h2 {
	margin: 0 0 10px;
}

.meta {
	margin: 0 0 10px;
	font-size: 80%;
}

.info {
	margin: 10px 0 0;
	border-top: 1px solid #bbb;
	font-size: 80%;
}

.postdate {

}

.author {
	text-transform: uppercase;
}

.clear {
	clear: both;
}

.widget {
	border: 1px solid #bbb;
	margin: 0 0 20px;
	padding: 5px;
}

.widget h2 {
	margin: 0 0 10px;
	color: #bbb;
}

.widget li {
	margin: 0 10px;
}

/* Search form */

#searchform input {
	border: 1px solid #bbb;
	padding: 2px 0;
}

#searchform input:focus {
	background-color: #3e8e65;
	color: #fff;
}

#searchform input.button {
	border: 1px solid #bbb;
	background: #fff;
	color: #000;
	padding: 0 10px; 
	font-size: 95%; 
}

#searchform input.button:hover {
	background: #3e8e65;
	color: #fff;
}

/* images */
.alignright {
	float:right;
	margin:0 0 20px 20px;
}

/* Contact Form */

.contactform input, .contactform textarea {
	float:left;
	margin-left:0;
	text-align:left;
	border: 1px solid #bbb;
	padding:6px 6px 0;
}

.contactform input:focus, .contactform textarea:focus {
	background-color: #3e8e65;
	color: #fff;
}

.contactform label {
	display:block;
	margin-top: 10px;
}

/* Comments */

.commentlist {
	padding: 5px;
}

.commentlist li .avatar {
	margin:0 20px 10px;
}

.avatar {
	float:right;
}
.commentlist .comment {
	height:auto;
	margin:20px 0 0;
}

.commentlist li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	border: 1px solid #bbb;
	padding:20px 0 20px 20px;
}

.commentlist .comment-author a {
	font-weight:bold;
}

.commentlist .comment-meta {
	margin:0 0 20px;
}

.commentlist li p {
	margin:0 20px 20px 0;
}

.commentlist ul.children {
	margin:0;
	padding:0;
}

.box-left {
	margin:0 0 10px;
}

#commentform label {
	display:block;
	margin:0 0 5px;
}

#commentform textarea {
	border:1px solid #bbb;
	height:150px;
	padding:6px 6px 0;
}

#commentform input {
	border:1px solid #bbb;
	padding:6px 6px 0;
}

#commentform input.text, #commentform textarea {
	margin:0 0 10px;
	width:90%;
}

#commentform input:focus, #commentform textarea:focus {
	background-color: #3e8e65;
	color: #fff;
}

#commentform .button {
	border: 1px solid #bbb;
	background: #fff;
	color: #000;
	padding: 0 20px; 
	font-size: 95%; 
	margin: 5px auto;
}

#commentform .button:hover {
	background: #3e8e65;
	color: #fff;
}

.bypostauthor {
	background-color: #eee;
}

.solo-subscribe-to-comments {

}

#solo-subscribe-email {
	border:1px solid #bbb;
	padding:6px 6px 0;	
}

#solo-subscribe-email:focus {
	background-color: #3e8e65;
	color: #fff;
}
