/*
Theme Name: ghostwriter
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
		background-color: #ebebeb;

*/

body {
	min-width: 720px;
	text-align: center;

	background-color: #800000;
	margin: 0;
}

#container {
	width: 700px;	
	margin: 0 auto;
	background-color: #f5f5f5;
}

#containerin {
	width: 610px;
	text-align: left;
	margin: 0 auto;
}

#pageheader {
	width: 610px;
	padding-top: 25px;
	text-align: justify;
}

.menuitem {
	margin: 0 auto;
	float: left;
}

#homesplash {
	width: 610px;
	margin: 0;
	padding-top: 30px;
}

#masthead {
	width: 284px;
	height: 254px;
	float: left;
}

#picture {
	width: 326px;
	height: 254px;
	float: right;
}

#photocredit {
	margin: 0 auto;
	padding-top: 2px;
	width: 610px;
	text-align: right;
}

#pagelabel {
	margin-top: 15px;
	height: 93px;
	width: 610px;
}

#frontpagecontent {
	padding-top: 5px;
	line-height: 120%;
}

#pagecontent {
	padding-top: 5px;
	padding-right: 120px;
	line-height: 130%;
}

#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: #404040;
}

img {
	border: none;
}

a:link, a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover, a:active {
	color: #33cc33;
	text-decoration: underline;
}

#photocredit {
	font-size: .8em;
}

#frontpagecontent {
	font-size: 1.4em;
}

#pagecontent {
	font-size: 1.25em;
}

#reviewscontent {
	font-size: 1.1em;
}

#pageheader {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
}

#pageheader a:link, a:visited {
	color: #999999;
	text-decoration: none;
}

#pageheader a:hover, a:active {
	color: #ff0000;
	text-decoration: none;
}

#sitecredit {
	font-size: .9em;
}

#sitecredit a:link, a:visited {
	color: #999999;
	text-decoration: none;
}

#sitecredit a:hover, a:active {
	color: #ff0000;
	text-decoration: none;
}

#bookscontent {
	font-size: 1.2em;
}

.bookphoto a {
	text-decoration: none;
}

