/*
CSS by Cincinnati Media
This is layout code.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Verdana;
	background-color: #FFFFFF;
	margin-top: 0px;
}

.clear {clear: both;}
.left {float: left;}
.right {float:right;}
img {border: 0;}
.bold {font-weight:bold;}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #000000;
	background: #ffffff url("bg.jpg") repeat-y;
}

#attendees1 {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #000000;
	background: #ffffff url("bg.jpg") repeat-y;
}

#nav {
	font-size: 14px;
	width: 160px;
	float: left;
	background-color:#E80401;
	display: inline;
	border-right: 1px solid #000000;
}

#nav ul {list-style-type: none;}

#nav li {
	text-align:center;
	background: #D47C8C;
	border-bottom: 1px solid #000000;
}

#nav li a {
	display:block;
	text-decoration:none;
	color:#000000;
	background:#D47C8C;
	padding: 4px 0;
}

#nav li a:hover {background:#F20000;}

#attendees2 {
	font: 10px Verdana;
	width: 680px;
	float: left;
	padding: 10px;
	padding-left: 15px;
}

#content {
	width: 612px;
	float: left;
	padding: 10px;
	padding-left: 15px;
}

#footer {
	width: 800px;
	background-color: #DFDFDF;
	text-align: center;
	padding: 2px 0;
}

/*
Front page styles.
*/

h1,h2,h3,h4,h5,h6 {margin-bottom: 5px;}

.bones {margin: 10px;}

p.summary:first-letter {
	font-size:45px;
	font-weight:bold;
	line-height:50%;
	float:left;
	margin-right:5px;
}

h4 {
	font-size: 1.5em;
	margin-bottom: 2px;	
}

h5 {font-size: 1.2em;}

h3 {
	font-size: 1.75em;
	padding-top: 15px;
}

p {line-height: 120%;}

p.spacer {margin-bottom: 15px;}

/*
Book page styles.
*/

.anthology, .anthology1 {
	width: 192px;
	padding: 5px;
	float: left;
}

.anthology img, .anthology1 img {margin-right: 8px;}

.cp {margin-right: 8px;}

#centerpiece {margin-bottom: 50px;}

ul.extras {display: inline;}

ul.extras li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	padding-left: 7px;
	border-right: 1px solid #000000;
}

ul.extras li.first {padding-left:0;}

ul.extras li.last {border:0;}

.extra {margin-bottom: 25px;}

.novel {margin-left: 7px;}

.book { 
		margin: 50px;
		margin-top: 80px;
}

/*
Biography styles
*/

p.bio {
	text-indent:0;
}

.newsletter {
	margin: 10px;
	margin-left: 0;
	padding: 5px;
	border: 1px solid black;
	width: 90px;
	background-color: #CBCBCB;
}

/*
For the Media styles
*/

.hiresphoto {
	float: right;
	width: 250px;
	margin:15px;
	margin-bottom:0;
}

.hiresphoto img {
	border: 1px dotted black;
}

.rescap {
	font-size: smaller;
	margin-bottom:15px;
}

p.long {line-height:150%;text-indent:25px;}

/*
Inspiration stuff
*/

ul.thumbs { 
	list-style: none; 
	padding: 0; 
	margin-bottom:25px;
}

ul.thumbs li { 
	float: left; 
	padding: 3px 2px; 
	margin: 0 9px 5px 2px;
}

ul.thumbs li a img { border: 4px solid #BFBFBF; }

ul.thumbs li a:hover img {	border: 4px solid #ADBFEC; }

div.popup {
	margin: 25px;
	text-align:justify;
	width: 700px;
}

div.popup img {
	margin-right: 15px;
	border: 1px solid black;
}

img.sbs {
	margin-right: 5px;
	margin-bottom: 5px;
}

div.popup a:visited {
	color:blue;
}

