/* March 30, 2010 dtink/Lori Foster update */


.clearout {
	clear:both;
}


/*---------------------------------
STEVEN MCCAULEY - Official Web Site
www.stephenmccauley.com

MASTER STYLE SHEET 
Author: Michael Borum, etherweave
www.etherweave.com

April 2006
----------------------------------*/

/* Global Styles */

body {
	background: #ccc;
	color: #000;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Georgia, TimesNewRoman, TimesRoman, Times, serif;
	font-size: 12px;
	line-height: 18px;
	}

h1, h2, h3, h4 {
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 150%;
	letter-spacing: 1px;
	}

h1 {
	font-size: 16px;
	}
	
h2 {
	font-size: 14px;
	}

h3 {
	font-size: 12px;
	}

h4 {
	font-size: 10px;
	}

a:link {
		color: #c00;
		text-decoration: none;
		}
a:visited {
		color: #666;
		text-decoration: underline;
		}
a:hover {
		color: #fff; 
		text-decoration: underline;
		background: #000;
		}
a:active {
		color: #ccc;
		text-decoration: underline;
		background: #000;
		}

#nav a {
	background: none;
	text-decoration: none;
	}
	
.textnav {
	font-size: 9px;
	padding-top: 20px;
	}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}
	
input {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border: thin solid #666;
	}

#container {
	background: #fff;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	overflow: visible;
	}

#bookinfo {
	float: left;
	width: 150px;
	height: 400px;
	margin: 0;
	padding: 0;
	}

#bookinfo a, #bookinfo ul {
	font-size: 11px;
	}

#content-home {
	background: #fff;
	width: 750px;
	height: 450px;
	margin: 0 auto 0 auto;
	padding: 0;
	}
	
#content {
	background: #fff;
	width: 750px;
	padding: 0 0 100px 0;
	margin: 0 auto 0 auto;
	}

#bodytext {
	width: 550px;
	margin-left: 160px;
	padding: 0;
	}
body#easy #bodytext {width: 500px; } /* did this to get rid of "orphans"  below image */	
.rightside {
	width: 130px;
	float: right;
	margin: 75px 0 0 0;
	padding: 0 0 0 10px;
	text-align: right;
	}

.rightside ul {
	font-size: 11px;
	}
	
#masthead {
	width: 750px;
	height: 30px;
	text-align: left;
	padding: 10px 0 0 8px;
	margin: 0 auto 0 auto;
	}

#masthead a {
	background: none;
	text-decoration: none;
	}
	
#masthead img {
	border: none;
	}

#nav {
	background: #fff url(../images/navbg.gif);
	width: 100%;
	height: 31px;
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	overflow: hidden;
	}
	
#nav ul, #nav li {
	width: 750px;
	height: 31px;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#nav ul img {
	border: none;
	padding: 0;
	margin: 0 25px 0 0;
	}
	
#footer {
	width: 100%;
	height: 100px;
	background: #ccc;
	border-top: 1px solid #c00;
	font-size: 9px;
	margin: 0;
	padding: 0;
	text-align: center;
	}

/* MISCELLANEOUS STYLES */

ul.links li, ul.news li {
	margin-bottom: 20px;
	}

img.jacket {
	border: 1px solid #000;
	margin: 0;
	padding: 0;
	}
	
img.imgleft {
	float:left;
	padding: 0px 7px 4px 0px;
}
	
