/*
Theme Name: writer
Theme URI: http://davebarber.org/
Description: CMS-style theme for writers	
Version: 1.0
Author: Dave Barber
Author URI: http://davebarber.org/
Tags: CMS

	This theme was designed by Dave Barber,
	who also blogs at http://www.greatwhatsit.com.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	min-width: 960px;
	text-align: center;
	background-color: #333366;
	margin: 0;
}

#container {
	text-align: left;
	width: 950px;	
	margin: 0 auto;
	background-color: #333354;
	overflow: hidden;
}

#containerin {
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

#pageheader {
	width: 850px;
	padding-top: 25px;
	padding-left: 50px;
	text-align: justify;
}

#pagelabel {
	width: 900px;
	padding-left: 50px;
}

#maincol {
	width: 550px;
	padding: 0 50px 30px 50px;
	float: left;
	overflow: hidden;
}

#sidecol {
	width: 250px;
	padding: 85px 50px 50px 0;
	float: right;
}

#sidecolpage {
	width: 250px;
	padding: 25px 50px 0 0;
	float: right;
}

#masthead {
	padding-top: 70px;
	float: left;
}

#mastheadtext {
	padding: 0 0 0 139px;
	float: left;
}

.menuitem {
	margin: 0 auto;
	float: left;
}

#homesplash {
	width: 610px;
	margin: 0;
	padding-top: 30px;
}

#picture {
	float: right;
	padding-bottom: 20px;
}

#photocredit {
	margin: 0 auto;
	padding-top: 2px;
	width: 610px;
	text-align: right;
}

#pagelabel {
	margin-top: 15px;
	height: 93px;
	width: 900px;
}

#frontpagecontent {
	margin-top: 280px;
	line-height: 120%;
}

#pagecontent {
	padding: 5px 0px 30px 0;
	line-height: 120%;
}

#reviewscontent {
	padding-top: 5px;
	padding-right: 120px;
	line-height: 130%;
}

.bookscontent {
	padding-top: 5px;
	line-height: 110%;
}

.bookinstance {
	float: left;
	margin-top: 20px;
	margin-bottom: 40px;
}

.bookphoto {
	width: 157px;
	float: left;
}

.booktext {
	width: 420px;
	padding-left: 30px;
	float: right;
}

#sitecredit {
	padding-top: 80px;
}

.right { float: right; }

.left { float: left; }

.clear {
	clear: both;
}

.newBFC {
	overflow: hidden;
}

/* Hide from ie Mac \*/
* html .newBFC {
	overflow: visible;
	overflow-x:hidden;
	height: 0;
}
/* End hide */

/*\*//*/ 
.newBFC {display: inline-block;}
/**/



/*Styling of fonts, links */
body { 
	font-family: Georgia, "Times New Roman", serif;
	font-size: 81%; 
	color: #FFFFE9;
}

img {
	border: none;
}

a:link {
	color: #ff9900;
	text-decoration: none;
}

a:visited {
	color: #ff9900;
	text-decoration: none;
}

a:hover, a:active {
	color: #ffcc66;
	text-decoration: underline;
}

h2 {
	font-size: 1.3em;
	padding: 20px 0 0 0;
	margin:0;
}

h2 a:link, a:visited {
	color: #ff9900;
	text-decoration: none;
}

h2 a:hover, a:active {
	color: #ffcc66;
	text-decoration: none;
}

#photocredit {
	font-size: .8em;
}

#frontpagecontent {
	font-size: 1.1em;
}

#pagecontent {
	font-size: 1.1em;
}

.entry {
	text-align: justify;
	line-height: 1.3em;
}

#pageheader {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
}

#sidecol {
	font-size: 1.9em;
	font-style: italic;
}

#sidecol p {
	padding: 9px 0 0 0;
	margin: 0;
}

#sidecol a:link {
	color: #FFFFE9;
	text-decoration: none;
}

#sidecol a:visited {
	color: #FFFFE9;
	text-decoration: none;
}

#sidecol a:hover, a:active {
	color: #ff9900;
	text-decoration: none;
}

.blurb {
	font-size: 1.3em;
	}

#pageheader a:link, a:visited {
	color: #ff9900;
	text-decoration: none;
}

#pageheader a:hover, a:active {
	color: #ffcc66;
	text-decoration: none;
}

.sidetext {
	font-size: .6em;
	font-style: normal;
}

.sidetext a:link, a:visited {
	color: #ff9900;
	text-decoration: none;
}

.sidetext a:hover, a:active {
	color: #ffcc66;
	text-decoration: none;
}

#bookscontent {
	font-size: 1.2em;
}

.bookphoto a {
	text-decoration: none;
}

#mastheadtext {
	font-size: 1.4em;
	line-height: 1.3em;
	text-align: justify;
}
