/*
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: 900px;
	margin: 0 auto;
	background: url(images/headerimg.jpg) no-repeat;
}

#printheader {
	display: none;
}

#footer {
	width: 900px;
	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: 900px;
	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 12px;
}

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

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

#sidebar {
	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;
}

.post img {
	border: 1px solid #bbb;
	padding: 5px;
}

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

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

.postdate {

}

.post ul {
	list-style: disc;
	margin-bottom: 10px;
}

.post li {
	list-style: disc inside;
}

.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;
	margin-top: 5px;
}

.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;
}

.comment {
  background-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;
}

.dean_ch {
	margin: 10px 0;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.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;
}

img.wp-smiley {
	border: none;
	padding: 0px;
}

/* Book reviews */
.grid-book {
        display: block;
        float: left;
        width: 150px;
        height: 200px;
        border: 1px solid #999;
        margin: 10px;
        text-align: center;
        text-decoration: none;
}

.grid-book img {
        border: none;
        height: 100px;
/*      width: 100px; */
        margin: auto;
        padding: 10px;
}


.grid-title {
        font-size: 1.2em;
        color: #ff3355;
}

.grid-author {
        font-size: 1.0em;
 /*       color: #ff3355; */
}

#book-info-col {
        width: 400px;
        float: right;
}

#book-pic-col {
        float: right;
        width: 400px;
}