/* Libris Erotica - Reo Site - styles April 2009
copyright Stormbringer Enterprises 
------------------------------------- */


/* MAIN BODY COMPONENTS
-------------------------------- */

* {
	margin: 0;
	padding: 0;
}

img {
   border: 0;
}

/* setting index page to fill browser window with height and min-height */
html, body {
   height: 100%; 
   overflow: inherit; /* triggers 100% height in Opera 9.5 */
}

body {
   color: #cfcfcf;
   background-color: #230D0D;
   font: small/150% Verdana, Geneva, Arial, Helvetica, sans-serif;
   min-width: 990px;
}

a {
	text-decoration: none;
	color: #90EE90;
}

a:hover {
	text-decoration: underline;
}

#idxback {
   min-height: 100%;
   background-image: url(gfx/glade2.jpg);
   background-position: 100% 100%;
   background-repeat: no-repeat;
}

* html #idxback {
   height: 100%; /* IE6 treats height as min-height */
}

#idxback h1 {
   margin-left: -5000px;
}


/* INDEX PAGE ENTER 
------------------------------------- */

#in {
   background-image: url(gfx/glade_in.gif);
   background-repeat: no-repeat;
   float: right;
   margin-top: 20px;
}

#in a {
   display: block;
   width: 400px;
   height: 150px;  
}

#in a span {
   visibility: hidden;
}

/* INNER PAGES
---------------------------------- */

#page {
	width: 980px;
	margin: 0 auto;
	background-image: url(gfx/gladehead.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 280px;
}

#contents {
	width: 800px;
	margin: 0 auto;
	padding: 50px;
	clear: both;
}

h2 {
   padding-bottom: 30px;
   text-align: center;
   font-family: "Times New Roman", Times, serif;
   font-size: 165%;
   color: #B8B8B8;
}

h3 {
   padding-bottom: 12px;
	padding-top: 25px;
}

p {
	text-align: justify;
   padding-bottom: 0.7em;
}

.fleft {
	float: left;
	margin: 5px 10px 5px 0;
}

.fright {
	float: right;
	margin: 5px 0 5px 10px;
}

.clear {
	clear: both;
}

/* NAVIGATION
---------------------------------- */


#nav {
	padding: 0;
	width: 680px;
	margin: 20px auto;
}

#nav li {
	float: left;
	list-style: none;
	width: 96px;
	text-align: center;
	border: 1px ridge #708090;
	margin-left: -1px;
	padding: 4px 0;
}

#nav a {
	text-decoration: none;
	color: #C0C0C0;
   font: small/150% Georgia, serif;
}

#nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


/* COPYRIGHT FOOTER
------------------------------------ */

#copy {
   clear: both;
   padding: 12px 30px 25px 0;
}

#copy p {   
   text-align: right;
	font-family: "Times New Roman", Times, serif;
   font-style: italic;
}

#copy a {
	color: #C8C8C8;
	text-decoration: none;
}


/* ARTISTS
------------------------- */

#artists {
   width: 96%;
	margin: 10px auto;
}

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

#artists li {
	float: left;
	margin: 20px 15px 30px 15px;
	text-align: center;
}

#artists img {
	display: block;
	border: 0;
}

/* UPDATES
--------------------------------------- */

#updatearea {
   padding: 30px 30px 30px 60px;
}


/* CONTACT FORM
----------------------------------------- */

#contactfrm {
   width: 450px;
	margin: 30px 0 30px 80px;
	color: #4D5D67;
}


/* EROTIC STORIES
------------------------------------- */

.prevlist {
	margin: 30px;
}

.prevlistleft {
	width: 45%;
	float: left;
}

.prevlistright {
	width: 45%;
	float: right;
}

.prevlist li {
	list-style-type: none;
	font-size: 120%;
	padding: 5px;
}

/* EROTIC ART
------------------------------- */

.centerpic p {
	text-align: center;
	clear: both;
}

.centerpic img {
	display: block;
	margin: 0 auto 20px auto;
}

/* DIVIDER
-------------------------------- */

.divide {
   display: block;
   clear: both;
   margin: 0 auto;
   padding: 50px 0;
}

/* FLOATED SECTION
-------------------------------- */

.areart {
   float: right;
   width: 350px;
   border: 2px outset #004825;
   padding: 10px 10px 30px 10px;
   margin: 5px 0 10px 20px;
   background-image: url(gfx/ElfWd06s.jpg);
}

.areart h3 {
   text-align: center;
}

.areart ul {
   padding-top: 20px;
}

.areart li {
    list-style-type: none;
    padding-left: 20px;
}


/* ADVERTISING AREA
-------------------------------------- */

.banad img {
	display: block;
	margin: 30px auto;
   clear: both;
}