@charset "utf-8";
/* CSS Document */

body  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:small;
	font-style:normal;
	line-height:170%;
	background: #232222;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #ffffcc;
}
.twoColFixLtHdr #container {
	width: 830px;  /* using 40px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #000;
	background-repeat: no-repeat;
	border-style: none;
	border-color: #000;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 5px;
}
#nav {
	width:150px;
	margin:0;
    padding:0px 0 0 5px;
    list-style:none;
    background:#000;
    }
#nav li {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:130%;
	font-style:italic;
	text-align: center;
}
#nav a {
	display:block;
	width:150px;
	margin:0;
	padding:4px 15px 5px 10px;
	color:#ffc166;
	text-decoration:none;
	background:#000;
}
#nav a:hover, body#tarzan #mars #venus #pellucidar #nonseries #alternates #bookmarks #prints #about #links #blog a {
	color:#ffffcc;
	padding-bottom:5px;
	background:url(siteimages/nav_on.gif) no-repeat center;
}
#footer p {
	font: 9px/150% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align:center;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
	text-align: left;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
} 
.gallerycaption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0 0 0 0;
	padding:0 35px 20px 0;
	border: none;
	line-height: 140%;
	color: #ffff99;
}
.wrapnail {
	width:340px;
	float:left;
	margin:0px 30px 35px 0;
	height: auto;
}
.wrapnail p {
	margin:0;
	padding:5px 0 0 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:17px;
	height:auto;
	width: 340px;
	color: #ffff99;
}
.thumbnail {
	width:197px;
	float:left;
	margin:0 30px 35px 0;
	height: 326px;
}
.thumbnail p {
	margin:0;
	padding:5px 0 0 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:17px;
	height: auto;
	width: 197px;
	color:#ffff99;
}
.altnail {
	width:525px;
	float:left;
	margin:0 0 75px 0;
}
.altnail img.figure {
	float:right;
	margin-left:30px;
	margin-bottom:30px;
}
.altnail p {
	margin:0;
	padding:0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:90%;
	line-height:150%;
	height:auto;
}
#endcomment {
	margin:0;
	float:none;
	padding: 0 40px 0 25px;
	text-align: center;
}
.endcomment p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#ffff99;
}
#endcomment .return {
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:medium;
	color:#ffff99;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.style1 {
	color: #FFC166;
	font-family: Tahoma, Geneva, sans-serif;
}

a:active {
	text-decoration: none;
}

.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 12px;
	letter-spacing: 1px;
	height: auto;
}
.button {
	padding-top: 5px;
	border-top: none none 10px;
}
.hidetype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 12px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	color: #000;
}
.centeritem   {
	padding: 0px 0px 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
	text-align: center;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.centeritem_p {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	font-style: normal;
	color: #FF9;
	text-indent: 0px;
}
* html #sidebar1 {
	overflow:hidden;
}
