/* ---------------------------------
HOUGHTON MIFFLIN COMPANY
BEST AMERICAN SHORT STORIES 
MASTER STYLESHEET
AUTHOR: Michael Borum // etherweave
Version: August 2007
----------------------------------*/

html {
	height: 100%;
	}
	body {
	background: url(../images/body-bg.jpg) fixed repeat-x bottom;
	width: 100%;
	min-height: 100% !important;
 	height: auto;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	}

a:link {
	color: #099;
	text-decoration: underline;
	}

a:visited {
	color: #333;
	text-decoration: underline;
	}

a:hover {
	color: #c00;
	text-decoration: underline;
	}

a:active {
	color: #c00;
	text-decoration: underline;
	}

h1, h2, h3 {
	margin: 15px 0 18px 0;
	padding: 0;
	line-height: 100%;
	color: #099;
	}

h1 {
	font-size: 36px;
	font-weight: normal;
	}
	
h2 {
	font-size: 18px;
	font-weight: normal;
	}

h3 {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
	}

p {
	margin: 0 0 15px 0;
	padding: 0 15px 0 0;
	}
p.title { /* for events */
	font-style: italic;
	margin-bottom: 5px;
	}
p.eventdesc {
	padding-bottom: 20px;
	}
	
#masthead {
	width: 100%;
	background: #fff url(../images/masthead-bg.jpg) repeat-x;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 40px 0 49px 0;
	border-bottom: 1px solid #000;
	}

#navbox {
	width: 100%;
	height: 20px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 auto 0 auto;
	padding: 0;
	}

#nav {
	width: 650px;
	margin: 0 auto 0 auto;
	padding: 0;
	}
	
#nav ul {
	list-style: none;
	float: left;
	margin: 0 0 0 95px;
	padding: 0;
	}

#nav ul.navhome {
	margin: 0 0 0 75px;
	}
	
#nav ul li {
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
	}

#nav ul li a {
	text-decoration: none;
	}

ul#secondnav li a {
	text-decoration: none;
	}

#booklinks a {
	text-decoration: none;
	}
	
#container {
	width: 100%;
	min-height: 100%;
	height: 100%;
	border-top: 1px solid #000;
	margin: 0;
	padding: 0;
	}
html>#container {
	height: auto;
	}
	

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}

ol {
	margin: 15px 0 15px 0;
	padding: 0 15px 0 25px;
	}