/* CSS Document */
/* WeWriteRomance.com */
/* Copyright Heather Reed */
/* July 1, 2008 */
/* Home Layout Elements */

body {
	text-align: center;
	line-height: 1em;
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0 auto;
	width: 950px;
	position: relative;
	}
#layout {
	margin: 0;
	padding: 0;
	background-color: #fff;
	}
#banner-content {
	position : relative;
	text-align : center;
	margin : 0;
	padding: 0;
	margin-left: 10px;
	background-color : #fff;
	height: 60px;
	width: 468px;
	border: 2px solid #000000;
	}  
      #banner a , #banner a:hover {
	background-color : transparent;
	text-decoration : none;
	} 
#banner-header {
	text-align: center;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000000;
	}
#content {
	float: left;
	margin-left: 25%;
	width: 50%;
	display: inline;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding-top: 2px;
	background: #fff;
	font-size: 1em;
	}
#col1 {
	float: left;
	margin-left: -76%;
	padding-right: 10px;
	width: 22%;
	display: inline;
	}
#col2 {
	float: right;
	width: 22%;
	display: inline;
	}
#col1, #col2 {
	color: #000000;
	font-size: .9em;
	}
#content p , #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 , #content ul {
	margin-left: 20px;
	margin-right: 20px;
	}

p {
	margin: 0 0 1.4em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.4em;
	color: #444444;
	}
#newreleases { 
	clear: both; 
	width: 97%; 
	}
h1.home {
	font-size: 1.2em;
	padding-top: 20px;
	}
.chapters {
	text-align: center;
	}
.titles {
	font-weight: bold;
	}
hr {
	color: #000000;
	width: 75%;
	text-align: center;
	}
.clear {
	clear: both;
	}
.copyright, #navbottom {
	text-align: center;
	}

.box {
	border : 1px solid #000000;
	background-color : #ffffff;
	margin : 15px 0 10px 10px;
	} 
      .box p {
	padding : 5px 5px 5px 5px;
	margin : 5px 5px 5px 5px;
	} 
      .box h3 {
	margin : 4px;
	font-size: 100%;
	}
	.box ul {
	padding : 5px 5px 5px 25px;
	margin : 10px 5px 12px 10px;
	}
      h2.head {
	margin : 0;
	padding : 5px 5px 5px 5px;
	background-color : #9966CC;
	color : #ffffff;
	border-bottom : 1px solid #000000;
	background-image : none;
	text-align: center;
	font-variant: small-caps;
	font-size: 100%;
	} 

#subbox, #newreleases { 
	display: inline; 
	float: left; 
	padding: 2px 1% 10px 1%; 
	background-color: #ffffff; 
	margin-bottom: 1em; 
	}
#subbox, #features, #currentevents { 
	border: 1px solid #000000; 
	}
#subbox, #newreleases { 
	clear: both; 
	width: 97%;
	}
.left { 
	border: 1px solid #333333; 
	float: left; 
	margin-right: 1em; 
	margin-bottom: 1em; 
	}

/* ---Lists---- */

.memberslist2 ul {
	margin-left: 25px; 
	padding-left: 0;
	}
.memberslist2 ul li {
	list-style-type: none; 
/*	list-style-position: outside;
	list-style-image: url(/imgs/); */
	margin-left: 5px;
	padding: 0 0 0 5px; 
	}
.memberslist2 a { 
	text-decoration: none; 
	background: transparent; 
	}
.memberslist2 a:link { 
	color: #000000; 
	}
.memberslist2 a:visited { 
	color: #000000; 
	}
.memberslist2 a:hover { 
	color: #9966CC;
	text-decoration: underline; 
	background-color: transparent; 
	}
.memberslist2 a:active { 
	color: #000000; 
	}

