/*
Theme Name: RJ
Description: Rowan Jacobsen dot com.
Version: 1.0
Author: Michael Heilemann's "default" Kubrick w/ stylesheet adapted by Figrig
Author URI: http://www.figrig.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* ==================== ROWAN ================= */
/* style-rj.css
Screen styles for RowanJacobsen.com
Version: 29 July 2008
Author: Carter Stowell, www.figrig.com
Designed to re-skin Kubrick (the default) Wordpress Theme.
*/
body {
	background: #fbf9ea url(images/bg_linen.jpg) top left repeat-x;
	text-align: center;
	font-family: "times new roman", georgia, serif;
	font-size: medium;
	margin: 0;
	padding: 0;
}
#page {
	background: transparent url(images/bg-page.png) top left repeat;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
p, li {
	font-size: 100%;
	line-height: 1.4em;
}
a, a.visited {
	color: #6C2F10;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	width: 680px;
	text-align: center;
}
h1 {
	font-size: 200%;
	font-weight: normal;
	border-bottom: 1px solid black;
	margin: 0 0 0 80px;
	padding: 11px 0 4px 0;
}
#nav {
	width: 680px;
	text-align: center;
	margin-left: 80px;
}
#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	margin: 0;
	padding: 12px 24px 0 24px;
}
.current_page_item a {
	text-decoration: underline;
	font-weight: bold;
}
li#navHome {
	padding-left: 0;
}
li#navContact {
	padding-right: 0;
}
#header {
	float: left;
	margin: 0;
	padding: 0;
}
.description {
	clear: left;
}

#content {
	float: left;
	width: 680px; /* content should be 640 wide within 760 page width */
	margin-top: 24px;
	margin-bottom: 24px;
}
#content h2 {
	margin-left: 80px;
	font-size: 140%;
}
/* appearances page / calendar */
#content li.ko_calendar h2 {
	font-size: 130%;
	margin-left: 0;
}
#content li.ko_calendar {
	margin-left: 0;
}
#content table {
	margin-left: 80px;	
}#content ul {
	margin-left: 80px;	
}
#content li {
	margin-left: 20px;
	margin-bottom: 6px;
	line-height: 125%;
}
#content h3 {
	margin: 6px 0 16px 80px;
	font-size: 110%;
	font-style: italic;
}
#content p {
	margin: 16px 0 0 80px;
	padding: 0;
	line-height: 150%;
}
#content .post, 
#content .entry {
	margin: 0; 
	padding: 0;
}
#footer {
	clear: both;
	padding: 6px 0 0 0;
	margin: 0 auto;
	text-align: center;
	background: #fbf9ea url(images/bg_linen.jpg) top left repeat-x;
}
#footer p {
	line-height: 140%;
}
p.copyright {
	margin-top: 12px;
	font-size: 80%;
}

#sidebar-1 ul {
	list-style: none;
}
#sidebar-1 li {
	list-style: none;
	margin: 0;
	padding: 0;

}
#sidebar-1 h2 {
	font-size: 120%;
	font-weight: normal;
}

img {
	border: none;
}

/* HOME page
-------------------------------------------------------- */

#content .col1 {
	float: left;
	width: 300px;
	padding-top: 8px;
	padding-bottom: 20px;
	font-size: 95%;
}
#content .col2 {
	float: right;
	width: 320px;
	padding-top: 8px;
	padding-bottom: 20px;
}
#content .col2 h2,
#content .col2 ul,
#content .col2 p { /* Home page */
	margin-left: 0;
}

/* Widget */
h2.widgettitle {
	margin: 16px 0;
}
#sidebar-1 {
	margin-top: 0;
}
#wpng-cal-widget-events div {
	float: left;
	width: 70px;
	margin: 0;
	padding: 0;
}
#wpng-cal-widget-events ul {
	margin: 0;
	padding: 0 0 14px 80px;
}
#wpng-cal-widget-events li {
	margin: 0;
	padding: 0;
}

/* BOOKS page
-------------------------------------------------------- */
ul.booklist {
	float: left;
	display: inline;
	list-style: none;
	margin: 10px 0;
	padding: 0 0 0 60px;
	text-align: center;
}
.booklist li {
	float: left;
	background: #fbf9ea;
	height: 225px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.booklist h3 {
	margin-left: 0;
	margin-top: 60px;
}
.booklist p {
	margin-left: 0;
}
#content .bookbox {
	float: right;
	padding: 0 0 14px 14px;
}
#content .bookbox ul {
	margin-left: 0;
}

/* copied from Kubrick
-------------------------------------------------------- */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

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

.wp-caption {
	border: 1px solid #6C2F10;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */

p.feature-quote {
	font-size: 1em;
	line-height: 1.1em;
}
