/*
========
General Layout and Resets
========
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
u { text-decoration: underline; }

html, body {
   margin:0;
   padding:0;
   height:100%;
}

body {
	line-height: 1;
	background-color: #000000;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

:focus {
outline: 0;
}

.nofloat {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}

.regular {
	font-size: 0.8em;
}

.regularp {
	font-size: 12px;
}

.smallp {
	font-size: 10px;
}

a:hover {
	color: #f00;
	text-decoration: none;
}

.right-side-ads {
	margin: 50px auto 0 auto;
	text-align: center;
}

.small {
	font-size: 0.7em;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 24px;
	margin-top: 10px;
	font-weight: normal;
}

.bold {
	font-weight: bold;
}
.large {
	font-size: 1em;
}
.flt-right {
	float: right;
}
.flt-left {
	float: left;
}


ins {
text-decoration: none;
}

del {
text-decoration: line-through;
}
.align-right {
	text-align: right;
}

.underline 
{
	text-decoration:  underline;
}

table {
border-collapse: collapse;
border-spacing: 0;
} 

.activated {
	color:#f00; 
}
/*
========
Erotica Republic CSS Styles Copyright 2009
========
*/

.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	min-height:100%;
    position:relative;
}

.header {
	height: 128px;
	position: relative;
	bottom: 0px;
	width: 800px;
	left: 0px;
	top: 0px;
	right: 0px;
}

.no-nav-header {
	height: 25px;
	position: relative;
	bottom: 0px;
	width: 800px;
	left: 0px;
	top: 0px;
	right: 0px;
}

.footer {
	background-image: url(../Images/footer-BG.gif);
	background-repeat: no-repeat;
	height: 28px; /* Height of the footer minus padding for links */
	font-size: 11px;
	padding-top: 85px;
	padding-left: 25px;
	position:absolute;
	bottom:0;
	width:775px;
}
	
.footerlist a {
	font-size: 11px;
	color: #666;
}

.logo {
	position: absolute;
	left: 0px;
	margin-left: 15px;
}


/*
========
Navigation
========
*/
.main-nav {
	width: 339px;
	position: absolute;
	top: 96px;
	right: 0px;
	bottom: 0px;
	height: 32px;
}
.main-nav li {
	float: left;
}
.main-nav li a {
	display: block;
	height: 32px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.main-nav .alerts {
	background-position: 0px 0px;
	width: 63px;
	background-image: url(../Images/nav.gif);
}
.main-nav .favorites {
	background-position: -63px 0px;
	width: 84px;
	background-image: url(../Images/nav.gif);
}
.main-nav .settings {
	background-position: -147px 0px;
	width: 77px;
	background-image: url(../Images/nav.gif);
}
.main-nav .authors {
	background-position: -224px 0px;
	width: 115px;
	background-image: url(../Images/nav.gif);
}

.main-nav .alerts:hover {
	background-position: 0px -32px;
}
.main-nav .favorites:hover {
	background-position: -63px -32px;
}
.main-nav .settings:hover {
	background-position: -147px -32px;
}
.main-nav .authors:hover {
	background-position: -224px -32px;
}

.user-controls {
	height: 25px;
	width: 300px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../Images/user-control-BG.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	bottom: 0px;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.homepage-header {
	background-image: url(../Images/homepage-header.gif);
	background-repeat: no-repeat;
	height: 269px;
}

/*
========
Content
========
*/
.content {
	padding-top: 25px; 
	padding-bottom: 125px; /* Height of the footer */
}

.content p {
	line-height: 1.6em;
}

.content .left-column {
	float: left;
	width: 550px;
}

.content .right-column {
	float: right;
	width: 250px;
}

.general {
	padding-top: 25px;
	padding-bottom: 125px;
}

.general .left-column {
	float: left;
	width: 550px;
}

.general .right-column {
	float: right;
	width: 250px;
}

.general h2 {
	font-size: 18px;
	color: #F5DE1E;
	margin-top: 15px;
	margin-bottom: 15px;
}

.general p {
	font-size: .9em;
}

.adAdmin {
	padding-top: 25px;
	padding-bottom: 125px;
}

.adAdmin label {
	display:block;
	float:left;
	width: 140px;	
}

.adAdmin input, select {
	display: block;
	float:left;
	margin: 2px 0 2px 0;	
}

.submit-story {
	background-image: url(../Images/submit-story.gif);
	background-repeat: no-repeat;
	height: 146px;
	width: 235px;
	display: block;
	text-indent: -9999px;
	margin-left: 15px;
}

.click-to-join {
	background-image: url(../Images/click-here-to-join.gif);
	background-repeat: no-repeat;
	width: 212px;
	height: 114px;
	display: block;
	text-indent: -9999px;
	margin-left: 15px;
	margin-top: 50px;	
}

.welcome-title {
	background-image: url(../Images/title-welcome.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.line-divide {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-bottom: 15px;
	margin-top: 5px;
}

.sub-pages-header {
	background-image: url(../Images/sub-page-header-BG.gif);
	background-repeat: no-repeat;
	height: 99px;
	width: 800px;
	text-align: center;
	padding-top: 9px;
}

.search-stories {
	background-image: url(../Images/search-stories.gif);
	background-repeat: no-repeat;
	display: block;
	height: 80px;
	width: 236px;
	margin-left: 14px;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.breadcrumb {
	font-size: 11px;
	color: #F5DE1E;
	background-image: url(../Images/breadcrumb-BG.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 550px;
	padding-top: 10px;
	margin-top: 8px;
}

.breadcrumb-list a {
	color: #F5DE1E;
}

.breadcrumb-list a:hover {
	color: #f00;
	text-decoration: none;
}

.breadcrumb-list li {
	display: inline;
	padding-left: 8px;
}

.main-categories {
	margin-top: 20px;
	margin-bottom: 20px;
}

.straight {
	background-image: url(../Images/straight-stories.gif);
	height: 57px;
	width: 188px;
	display: block;
}

.straight:hover {
	background-position: left bottom;
}

.gay {
	background-image: url(../Images/gay-stories.gif);
	background-repeat: no-repeat;
	display: block;
	height: 57px;
	width: 151px;
}

.gay:hover {
	background-position: left bottom;
}

.lesbian {
	background-image: url(../Images/lesbian-stories.gif);
	background-repeat: no-repeat;
	height: 57px;
	width: 188px;
}

.lesbian:hover {
	background-position: left bottom;
}

.yellow {
	font-size: 12px;
	color: #F5DE1E;
}

/*
=================
Admin
=================
*/

.admin {
	padding-top: 25px; 
	padding-bottom: 125px; /* Height of the footer */
}

.admin-title {
	background-image: url(../Images/title-admin.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 45px;
	width: 175px;
}

.admin p {
	line-height: 1.6em;
}

.admin .left-column {
	float: left;
	width: 250px;
}

.admin .right-column {
	float: right;
	width: 550px;
}

/*
=================
Authors' Area
=================
*/

.authors-area {
	padding-top: 25px; 
	padding-bottom: 125px; /* Height of the footer */
}

.authors-area-title {
	background-image: url(../Images/title-authors-area.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 51px;
	width: 406px;
}

.authors-area p {
	line-height: 1.2em;
}

.authors-area .left-column {
	float: left;
	width: 250px;
}

.authors-area .right-column {
	float: right;
	width: 550px;
}

.authors-area h1 {
	color: #F5DE1E;
}

.quick-stat {
	width: 120px;
	text-align: right;
	font-size: 14px;
	display: block;
	float: left;
	line-height: 1.1em;
	color: #aaa;
}

.quick-stat-value {
	display: block;
	float: left;
	text-align: left;
	font-size: 16px;
}

.authors-area-option {
	font-size: 18px;
	line-height: 1.6em;
	text-decoration: none;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;	
	margin-bottom: 10px;
}

.feedback-email-label {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.authors-area label {
	width: 135px;
	display: block;
	float: left;
	text-align: right;
	padding: 3px 10px 3px 5px;
	margin: 15px 0 0 0;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.authors-area input {
	display: block;
	float: left;
	margin-top: 15px;
	padding: 1px 3px 1px 3px;
	font-size: .8em;
}

.authors-area .email {
	width: 250px;
}

.authors-area .helpful-tip {
	padding-top: 3px;
	margin-left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	font-size: .7em;
}

.authors-area .radio {
	width: 20px;
	margin: 0 0 5px 20px;
	padding-left: 0;
}

.authors-area .radio-option {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1em;
	padding: 0 0 3px 0;
	margin: 3px 0 0 5px;
	display: inline;
	float: left;		
}

.authors-area  input.btn-save-changes {
	height: 28px;
	width: 106px;
	cursor: pointer;
	border: 0px none #FFF;
	display: inline;
	margin: 0 0 25px 40px;
}

.story-stats {
	border: solid 1px #333;
	width: 100%;
}

.story-stats td {
	border: solid 1px #333;
	padding: 3px 3px 3px 3px;
}

.story-stats-header td {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	background-color: #111;
	font-size: .8em;
}

.story-stats-story {
	width: 400px;
}

.story-stats-stat {
	width: 75px;
}

.story-stats-status {
	width: 100px; 
}

.story-stats-odd {
	background-color: #090909;
}

.changes-saved {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #0a0;
}

input.pending-options  {
	margin: 0;
}

/*
=================
Settings
=================
*/

.feedback label {
	width: 135px;
	display: block;
	float: left;
	text-align: right;
	padding: 3px 10px 3px 5px;
	margin: 15px 0 0 0;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.feedback input {
	display: block;
	float: left;
	margin-top: 15px;
	padding: 1px 3px 1px 3px;
	font-size: .8em;
}

.feedback .email {
	width: 250px;
}

.feedback .message {
	width: 350px;
	height: 200px;
	margin-top: 15px;
	margin-bottom: 10px;	
	display: inline;
}

.feedback .captcha {
	width: 50px;
}

.feedback .helpful-tip {
	padding-top: 3px;
	margin-left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	font-size: .7em;
}

.feedback .captchaImage 
{
	width: 120px;
	height: 40px;
	margin-left: 150px;
	display: inline;	
}

.feedback .badCaptcha 
{
	color: #f00;
	margin-left: 150px;
}

.feedback  input.btn-send {
	height: 28px;
	width: 48px;
	cursor: pointer;
	border: 0px none #FFF;
	margin-left: 147px;
	display: inline;
}

.author-details 
{
	display: block;
	padding-left: 25px;
	margin-top: 50px;
}
/*
=================
Settings
=================
*/

.settings-form {	
	padding-bottom: 125px; /* Height of the footer */
}

.settings-title {
	background-image: url(../Images/title-settings.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 51px;
	width: 246px;
}

.settings-form fieldset {
	padding-bottom: 30px;
}

.settings-form .username-password-title {
	background-image: url(../Images/title-username-password.gif);
	height: 14px;
	width: 151px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.settings-form .profile-title {
	background-image: url(../Images/title-profile.gif);
	height: 15px;
	width: 52px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.settings-form label {
	width: 135px;
	display: block;
	float: left;
	text-align: right;
	padding: 3px 10px 3px 5px;
	margin: 15px 0 0 0;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.settings-form input, select {
	display: block;
	float: left;
	margin-top: 15px;
	padding: 1px 3px 1px 3px;
	font-size: .8em;
}

.change-password-help {
	margin-top: 15px;
	float: right;
	text-align: left;
	width: 475px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	font-size: .7em;	
}

.settings-form input {
	width: 125px;
}

.settings-form .email {
	width: 250px;
}

.settings-form .fetishes {
	width: 350px;
}

.settings-form .biography {
	width: 350px;
	height: 200px;
	margin-top: 15px;
	margin-bottom: 10px;	
	display: inline;
}

.settings-form  input.btn-save-changes {
	height: 28px;
	width: 106px;
	cursor: pointer;
	border: 0px none #FFF;
	margin-left: 147px;
	display: inline;
}

/*
=================
Favorites
=================
*/

.favorites-container {
	margin-top: 5px;
	margin-bottom: 25px;
}

.favorites-container .favorite-head {
	float: left;
	background-color: #111111;
	height: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}

.favorite-head .checkbox {
	float: left;
	width: 15px;
	margin-left: 3px;
}

.favorite-head .story-title {
	font-size: 18px;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
	width: 390px;
}

.favorite-head .brief-description {
	width: 390px;
	padding-left: 23px;
	float: left;
	font-size: 12px;
}

.favorite-head .brief-description2 {
	width: 390px;
	padding-left: 7px;
	float: left;
	font-size: 12px;
}

.favorite-info {
	float: right;
	width: 122px;
	text-align: right;
	margin-top: 5px;
	padding-right: 8px;
	font-size: .8em;
}

.btn-remove-favorites {
	height: 30px;
	width: 132px;
	cursor: pointer;
	border: 0px none #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline;
	float: left;
}

.no-favorites {
	font-size: 1.2em;
	color: #fff;
}

/*
=================
Story Previews
=================
*/

.category-title {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;	
	color: #F5DE1E;	
	margin-bottom: 5px;
}

.preview-container {
	margin-top: 5px;
	margin-bottom: 25px;
}

.preview-container .preview-head {
	float: left;
	background-color: #111111;
	height: 55px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}

.preview-container .preview-head-author {
	float: left;
	background-color: #111111;
	height: 25px;
	margin-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}

.preview-container .preview-head-summary {
	float: left;
	background-color: #111111;
	height: 55px;
	margin-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}

.preview-head-summary .story-title,
.preview-head .story-title,
.preview-head-author .story-title {
	font-size: 18px;
	line-height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 2px;
	float: left;
	width: 410px;
}

.preview-head-summary .brief-description,
.preview-head .brief-description {
	width: 410px;
	padding-left: 10px;
	float: left;
	font-size: 12px;
	line-height: 12px;
}

.preview-info {
	float: right;
	width: 122px;
	text-align: right;
	margin-top: 5px; 
	padding-right: 8px;
	font-size: .8em;
}

.story-preview .title-date {
	font-size: 12px;
	text-align: right;
}

.preview-body {
	display: inline;
}

.preview-body .left-body {
	float: left;
	width: 120px;
	padding-left: 10px;
	padding-top: 15px;
}

.preview-body .right-body {
	float: right;
	width: 400px;
	padding: 10px 10px 10px 10px;
}

.preview-container .chapters {
	background-color: #111111;
	float: left;
	border-top-width: 1px;
	/*border-bottom-width: 1px;*/
	border-top-style: solid;
	/*border-bottom-style: solid;*/
	border-top-color: #333333;
	/*border-bottom-color: #333333;*/
	margin-bottom: 0;
	margin-top: 10px;
	width: 530px;
	padding-left: 10px;	
	padding-right: 10px;
}

.preview-container .chapters-summary {
	background-color: #111111;
	float: left;
	border-bottom-width: 1px;
	/*border-bottom-width: 1px;*/
	border-bottom-style: solid;
	/*border-bottom-style: solid;*/
	border-bottom-color: #333333;
	/*border-bottom-color: #333333;*/
	margin-bottom: 0;
	margin-top: 0;
	width: 530px;
	padding-left: 10px;	
	padding-right: 10px;
}

.preview-container .preview-foot {
	background-color: #111111;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	margin-bottom: 30px;
	margin-top: 10px;
	width: 550px;
}

.preview-container .preview-foot-with-chapters {
	background-color: #111111;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	margin-bottom: 30px;
	margin-top: 0;
	width: 550px;
}

.preview-container .preview-foot-summary {
	background-color: #111111;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 0; /*10px;*/
	margin-top: 0px;
	width: 550px;
}

.preview-foot-summary .words 
{
	width: 60px;
	float: left;
	padding-left: 10px;
}

.preview-foot-summary .nMode
{
	width: 160px;
	float:left;
	padding-left: 40px;
}

.preview-foot-summary .PoV
{
	width: 150px;
	float:left;
}

.preview-foot-with-chapters .preview-foot-left,
.preview-foot .preview-foot-left,
.preview-foot-summary .preview-foot-left {
	width: 425px;
	float: left;
	padding-left: 10px;
}

.preview-foot-with-chapters .preview-ratings,
.preview-foot .preview-ratings,
.preview-foot-summary .preview-ratings {
	display: inline;
	float: right;
	height: 17px;
	width: 85px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 10px;
	background: url(../Images/star-empty.gif) 0 0 repeat-x;
}

.preview-foot-with-chapters .preview-ratings div,
.preview-foot .preview-ratings div,
.preview-foot-summary .preview-ratings div {
	height: 17px;
	background: url(../Images/star-full.gif) 0 0 repeat-x;
}

/*
.sort-previews {
	margin-top: 15px;
}
*/
.category-pad {
	float: left;
}
.latest-news-title {
	background-image: url(../Images/title-latestnews.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	font-size: 18px;
}
.stories {
	background-image: url(../Images/title-stories.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	font-size: 18px;
}

.no-stories {
	font-size: 1.2em;
	color: #fff;
}


/*
=================
Story 
=================
*/

.ratingStar {font-size:0pt; width:17px; height:17px; margin:0px; padding:0px; cursor:pointer; display:block; background-repeat:no-repeat;}
.filledRatingStar {background-image:url(../Images/rating-star-full.gif);}
.emptyRatingStar {background-image:url(../Images/rating-star-empty.gif);}
.savedRatingStar {background-image:url(../Images/rating-star-full.gif);}

.starring-title {
	background-image: url(../Images/title-cast-of-characters.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 47px;
	width: 278px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.btn-change-names {
	height: 32px;
	width: 137px;
	cursor: pointer;
	border: 0px none #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline;
}

.cast-list {
	/*float: left;*/
	clear: both;
	margin-bottom: 5px;
}

.new-character-name {
	float: left; 
	width: 100px;
	padding: 1px 3px 1px 3px;
	font-size: .8em;
}

.character-description {
	font-size: .8em;
	float: left;
	line-height: 1.2em;
	margin-left: 10px;
}

.story-paper {
	background-color: #F9F9F9;
	background-image: url(../Images/story-BG.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 520px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
}
.story-container {
	margin-top: 20px;
}

.story-paper a {
	color: #000000;
	text-decoration: underline;
}

.story-paper a:hover {
	color: #f00;
	text-decoration: none;
}

.story-paper  .datePosted 
{
	width: 300px;
	font-size: 11px;
	margin-bottom: 30px;
}

.story-paper  .small-storyp {
	font-size: 11px;
	margin-bottom: 30px;
}
.story-paper-bottom {
	background-image: url(../Images/story-paper-bottom.gif);
	height: 30px;
	width: 550px;
}

.story-paper h2 {
	color: #000000;
	font-size: 18px;
}
.story-paper-details {
	width: 424px;
	float: left;
	margin-top: 4px;
	padding-left: 10px;
	height: 33px;
	padding-top: 12px;
}

.adverts-bottom 
{
	/*
	height: 100px;
	width: 550px;*/
	margin-top: 10px;
	float:left;
}

.story-trailer {
	margin-top: 10px;
	width: 100%;
	display: block;
}

.story-trailer a {
	float: left;
	margin-right: 5px;
}

.story-ratings {
	float: right;
	width: 106px;
	padding-right: 10px;
}
.rate-title {
	background-image: url(../Images/title-rate-story.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 12px;
	width: 110px;
}

.story-paper .story-p,
.story-paper p {
	font-size: 0.8em;
	color: #000;
	width: 520px;
	overflow:hidden;
}

.story-paper .byLine 
{
	font-size: 0.8em;
	color: #000;
	width: 300px;
	overflow:hidden;
}

.story-p b,
.story-p strong,
.story-p em,
.story-p i,
.story-p u,
.story-p p
{
	color: #000;
}

.story-p a
{
	color: #00f;
	text-decoration: underline;
}

.serial-links {
	margin-top: 25px;
	font-size: 0.8em;
}

.serial-links b {
	color: #000;
}

.nextpage {
	background-image: url(../Images/next-page-BG.gif);
	height: 26px;
	width: 540px;
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 9px;
	padding-left: 10px;
	float:left;
}

.nextpage-list li {
	display: inline;
	margin-right: 5px;
	font-size: 12px;
}

.help {
	margin-top: 2px;
	margin-left: 5px;
}
textarea {
	overflow: auto;
	width: 300px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin-bottom: 15px;
}

br {
	clear: left;
}

.error {
	color: #f00;
	font-size: 1em;
}

.register-title {
	background-image: url(../Images/title-register.gif);
	text-indent: -9999px;
	height: 18px;
	width: 88px;
}
.btn-push {
	margin-left: 155px;
}

.validator-error {
	color: #f00;
	float: left;
	padding: 3px 10px 3px 5px;
	margin: 15px 0 0 0;
}

/*
=================
Categories
=================
*/

.categories {
	background-image: url(../Images/title-categories.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	font-size: 18px;
}

.cat-subtitle {
	font-size: 18px;
	text-decoration: none;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;	
}

.cat-subtitle:hover {
	color: #C90016;
}

.sub-categories {
	margin-top: 20px;
}

.sub-categories li {
	margin-bottom: 10px;
}

/*
=================
Login Page
=================
*/

.login {
	margin-top: 30px;	
}

.login-title {
	background-image: url(../Images/title-login.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 45px;
	width: 125px;
}

.login label {
	width: 135px;
	display: block;
	float: left;
	text-align: right;
	padding: 3px 10px 3px 5px;
	margin: 15px 0 0 0;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.login input {
	display: block;
	float: left;
	margin-top: 15px;
	padding: 1px 3px 1px 3px;
	font-size: .8em;
	width: 125px;
}

.login .checkbox {	
	width: 15px;
	padding-left: 0;
	margin-left: 0;
}

.login .btn-login {
	height: 32px;
	width: 64px;
	cursor: pointer;
	border: 0px none #FFF;
	margin-left: 147px;
	display: inline;
}

.login .btn-forgot-password {
	height: 28px;
	width: 156px;
	cursor: pointer;
	border: 0px none #FFF;
	margin-left: 20px;
	display: inline;
}

.redirected {
	margin-top: 25px;
}

.forgot-password {
	margin-top:30px;
}

.forgot-password label {
	width: 135px;
	display: block;
	float: left;
	text-align: right;
	padding: 3px 10px 3px 5px;
	margin: 15px 0 0 0;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.forgot-password input {
	display: block;
	float: left;
	margin-top: 15px;
	padding: 1px 3px 1px 3px;
	font-size: .8em;
	width: 250px;
}

.forgot-password .btn-forgot-password {
	height: 28px;
	width: 156px;
	cursor: pointer;
	border: 0px none #FFF;
	margin-left: 147px;
	display: inline;
}

.password-reset p {
	line-height: 1em;
	font-size: 1em;
	font-weight: normal;
}

/*
=================
Registration Page
=================
*/

.registration-title {
	background-image: url(../Images/title-become-a-member.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 74px;
	width: 407px;
}

.registration-sub-title {
	background-image: url(../Images/title-register.gif);
	height: 18px;
	width: 88px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-bottom: 0;
	margin-top: 15px;
}

.member-benefits-title {
	background-image: url(../Images/title-member-benefits.gif);
	height: 23px;
	width: 203px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-bottom: 0;
	margin-top: 15px;
}

.member-benefits {
	list-style-image: url(../Images/star.gif);
	list-style-position: inside;
	list-style-type: disc;
}

.member-benefits li {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 2px 2px 2px 2px;
}

.registration label {
	width: 135px;
	display: block;
	float: left;
	text-align: right;
	padding: 3px 10px 3px 5px;
	margin: 15px 0 0 0;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.registration input {
	display: block;
	float: left;
	margin-top: 15px;
	padding: 1px 3px 1px 3px;
	font-size: .8em;
	width: 125px;
}

.registration .email {
	width: 250px;
}

.registration .checkbox 
{
	width: 20px;
	margin: 0 0 0 0;
	padding-left: 0;
}

.registration .btn-join-now {
	height: 28px;
	width: 78px;
	cursor: pointer;
	border: 0px none #FFF;
	margin-left: 147px;
	display: inline;
}

.registration .terms-and-conditions {
	padding: 3px 10px 3px 0;
	margin: 15px 0 0 147px;
	display: inline;
	float: left;	
}

.thank-you-title {
	background-image: url(../Images/title-thank-you.gif);
	height: 24px;
	width: 135px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-bottom: 15px;
	margin-top: 15px;	
}

.thank-you p {
	line-height: 1em;
	font-size: 1em;
	font-weight: normal;
}

/*
=================
Submit Story Page
=================
*/

.submit-story-title {
	background-image: url(../Images/submit-story-header.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 81px;
	width: 358px;
}

.submit-story-form {	
	padding-bottom: 125px; /* Height of the footer */
}

.submit-story-form fieldset {
	padding-bottom: 30px;
}

.submit-story-form .general-details-title {
	background-image: url(../Images/title-general-details.gif);
	height: 12px;
	width: 109px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.submit-story-form .char-details-title {
	background-image: url(../Images/title-char-details.gif);
	height: 12px;
	width: 129px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px;
}

.submit-story-form .the-story-title {
	background-image: url(../Images/title-the-story.gif);
	height: 12px;
	width: 69px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px;
}

.submit-story-form label {
	width: 135px;
	display: block;
	float: left;
	text-align: right;
	padding: 3px 10px 3px 5px;
	margin: 15px 0 0 0;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#author-label
{
	margin-top: 0;
}

#story-label, 
#note-label
{
	margin: 0 0 0 0;
}

.submit-story-form input, select {
	display: block;
	float: left;
	margin-top: 15px;
	padding: 1px 3px 1px 3px;
	font-size: .8em;
}

.submit-story-form .story-category {
	width: 260px;
}

.submit-story-form .story-title {
	width: 300px;
}

.submit-story-form .story-description {
	width: 400px;
}

.submit-story-form .story-tags {
	width: 300px;
}

.submit-story-form .narrative-mode {
	width: 100px;
}

.submit-story-form .point-of-view {
	width: 150px;
}

.submit-story-form .the-story {
	width: 530px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.submit-story-form .intro 
{
	width: 530px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.submit-story-form .previous-chapter {
	width: 300px;
}

.submit-story-form .guidelines {
	width: 500px;
	border: solid 1px #f00;
	padding: 10px 10px 10px 10px;
	margin-top: 15px;
}

.submit-story-form .guidelines p {
	font-size: 0.8em;
	font-weight: bold;	
}

.submit-story-form .guidelines ul {
	list-style-type: disc;
}

.submit-story-form .guidelines li {
	margin-left: 25px;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 2px;
	margin-top: 2px;
}

.submit-story-form .checkbox {
	width: 20px;
	margin: 0 0 0 0;
	padding-left: 0;
}

.submit-story-form .terms-and-conditions {
	padding: 3px 10px 3px 0;
	margin: 15px 0 0 147px;
	display: inline;
	float: left;		
}

.submit-story-form .helpful-tip {
	padding-top: 3px;
	margin-left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	font-size: .7em;
}

.submit-story-form .narrative-help {
	margin-top: 15px;
	float: right;
	text-align: left;
	width: 475px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	font-size: .7em;	
}

.submit-story-form .named-characters {
	margin-left: 150px;
}

.submit-story-form .named-character-labels {
	width: 120px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.submit-story-form .char-name {
	width: 100px;
	margin: 3px 10px 0 0;
}

.submit-story-form .char-description {
	width: 300px;
	margin: 3px 0 0 0;
}

.submit-story-form .add-more-characters {
	height: 28px;
	width: 165px;
	cursor: pointer;
	border: 0px none #FFF;
	margin: 5px 0 0 147px;
	display: inline;
}

.submit-story-form  input.btn-submit-story {
	height: 28px;
	width: 108px;
	cursor: pointer;
	border: 0px none #FFF;
	margin-left: 147px;
	display: inline;
}

.red {
	color: #f00; 
}

.approve-button 
{
	margin-left: 75px;
	font-weight: bold;
	background-color: #0a0;
	width: 150px;
	display: inline;
}

.reject-button 
{
	margin-left: 25px;
	font-weight: bold;
	background-color: #a00;
	width: 150px;
}

.edit-authors-note
{
	padding: 10px 20px 10px 20px;
	width: 570px;
}

.authors-note
{
	padding: 10px 20px 10px 20px;
	width: 500px;
}

.authors-note .helpful-tip {
	padding-top: 3px;
	/* margin-left: 150px;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	font-size: .7em;
}

.note 
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #ccc;
	line-height: 1.6em;
	display: block;
	margin-top: 25px;
}

.note a { text-decoration: underline; }

.pdf-link {
	background-image: url(../Images/pdf.gif);
	height: 39px;
	width: 39px;
	display: block;
	float: right;
}

.ePub-link {
	background-image: url(../Images/ePub.gif);
	height: 39px;
	width: 43px;
	display: block;
	float: right;
}

.mobipocket-link {
	background-image: url(../Images/mobi.gif);
	height: 39px;
	width: 32px;
	display: block;
	float: right;
}

.show-authors-note {
	background-image: url(../Images/icon-authors-note.gif);
	height: 103px;
	width: 92px;
	display: block;
	float: right;
}

.author-alerts 
{
	border: solid 1px #333;
}

.author-alerts td {
	border: solid 1px #333;
	padding: 3px 3px 3px 3px;
}

.author-alerts-header td {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	background-color: #111;
	font-size: .8em;
}

.alert-explanation 
{
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	font-size: .8em;
}