@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 auto;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333333;
	font-family:georgia,"times new roman",times,serif;
	font-size: 0.7em;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.0em;
}

h3 {
	font-size: 0.9em;
}

h4 {
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	margin-top: 2px;
}

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

a:hover {
	color: #c03330;
}

a img {
	text-decoration: none;
	border: none;
}

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0 35px 20px;
	text-align: left;
	background-color: #fefae7;
	background-image: url(../images/paperbackground.jpg);
	background-repeat: no-repeat;
}

#subscribe {
	text-align: right;
	padding-top: 2px;
}

#subscribe div {
	display:inline;
}

#subscribe input {
	border: solid 1px #000000;
}

#subscribeButton {
	padding: 3px;
	background-color:#000000;
	color: #FFFFFF;
	cursor: pointer;
}

#subscribeStatus .hidden {
	visibility: hidden; 
}

#subscribeStatus span {
	padding-right: 16px;
}

#header {
	padding-top: 5px;
	text-align: center;
}

#menu{
  	font-size: 1.2em;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 2px;
	border-bottom: 5px solid #333333;
}

#menu a {
	text-decoration: none;
}

#belowMenu{
	padding-top: 2px;
	border-top: 2px solid #333333;
	text-align: right;
}

#belowMenu #creativeCommons img {
	padding-left: 2px;
}

#belowMenu #creativeCommons img#ccsml {
	padding-right: 5px;
}

#menuItems{
	float: left;
}

#price{
	text-align: right;
}

#content {
	padding: 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

.boxed {
	border: 1px solid #EEEEEE;
}

#sidebar {
	padding: 5px;
	width: 280px;
	float: right;
}

#mainContent {
	width: 640px;
    margin: 0 280px 0 0;
}

#columnA, #columnB {
	float: left;
	width: 317px;
}

#columnA {
	padding-right: 5px;
}

.floatRight {
	float: right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfloatleft{
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfloatright{
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.feature {
	height: 350px;
	padding: 5px;
}

.storyPreview {
    padding: 5px;
	margin: 5px 0;
}

.storyPreview img, .inThisSeries img, .links img {
	border: solid #666666 2px;
	margin: 0 10px 0 0;
}

.storyPreview .inThisSeries ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

.storyPreview .inThisSeries ul li { 
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	width: 70px;
	float: left; 
}

.storyPreview .inThisSeries ul li img { 
	/*display: block;*/
}

.storyPreview .inThisSeries ul li .caption {
	padding: 0;
	margin: -3px 0 10px 0;
	display: block;
	width: 60px;
}

#storyDetails .storyRight, #seriesDetails .seriesRight, #contributorBio .contributorRight {
	float: right;
	width: 250px;
	padding: 0 0 5px 10px;
}

#storyDetails .inThisSeries, #storyDetails .links, #seriesDetails .links, #contributorBio .links {
    padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #EEEEEE;
}



#storyDetails .inThisSeries img,  #storyDetails .links img, #seriesDetails .links img, #contributorBio .links img {
	float: left;
}

#storyDetails .inThisSeries ul,  #storyDetails .links ul, #seriesDetails .links ul, #contributorBio .links ul
{
	padding: 0;
	margin: 0;
}

#storyDetails .inThisSeries li,  #storyDetails .links li, #seriesDetails .links li, #contributorBio .links li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	clear: both;
}

#pageTitle H1, #pageTitle H2 {
	display: inline;
}

#contributor #pageTitle H1, #contributor #pageTitle H2 {
	display: block;
}

#pageTitle H1 {
	font-size: 1.8em;
}

#pageTitle H2 {
	font-size: 1.4em;
	margin-left: 5px;
}

#seriesDetails ul li p {
	margin-top: 2px;
}

#contributor #seriesDetails H1 {
	margin-top: 10px;
}

#contributor #seriesDetails li H1 {
}



H2#storiesBy {
	font-size: 1.2em;
	margin-bottom: 5px;
}

#pageTitle H3 {
	font-size: 1.0em;
}

#pageTitle H4 {
	font-size: 0.9em;
}

#sidebar H1 {
	margin-bottom: 5px;
}

#sidebar li H1 {
	margin-bottom: 0px;
}


#sidebar ul, ul#contributorList
{
padding: 0;
margin: 0;
}

#sidebar li, #contributorList li
{
list-style: none;
margin: 0;
padding-bottom: 1.5em;
}

#sidebar li img,  #contributorList li img {
	border: solid #666666 2px;
	margin: 0 5px 10px 0;

}

#home #sidebar img {
	display: none;
}

#pageTitle img {
	border: solid #666666 2px;
	margin: 0 10px 10px 0;
}

#seriesDetails ul
{
padding: 0;
margin: 0;
}

#seriesDetails li
{
list-style: none;
margin: 0;
padding-bottom: 1.5em;
clear: left;
}

#seriesDetails li img {
	border: solid #666666 2px;
	margin: 0 10px 10px 0;

}

#movie {
}

#multimediaWrapper {
	border: 1px solid #FFFFFF;
}



#footer {
	margin-top: 20px;
}
#contributorBio {
	padding-top: 10px;
	padding-bottom: 20px;
}

#finePrints {
	font-style:italic;
	font-size: 0.9em;
}

img#gonzo {
	margin-right: 20px;
}

#header .credits {
	text-align: right;
}

