/*
Template: SWNovels
Theme Name: SWNovels
Theme URI: http://www.blogiseverything.com/wordpress/tricolumn-three-columns-wordpress-theme/
Description: Theme for swnovels.com
Version: 1.0
Author: Mike Headley
Author URI: http://www.lonestranger.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	PLEASE refer README.txt for more documentations!
*/

html, body { 
	margin: 0; 
	padding: 0; 
	text-align: center;
	background: #000000;
	background-image: 	url('http://www.swnovels.com/wp-content/themes/SWNovels/image/site/starfield.gif');
	background-repeat: 	repeat;

} 

a:link, a:visited {
	color: #FFCC33;
	text-decoration: none; 
/*underline*/;
}

a:hover {
	text-decoration: none;
	background-color: #FFCC33;
	color: #000066;
}

blockquote {
	color: #999999;
	border-left: 4px solid #999999;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-style: normal;
	}

img {
	border: none;
}

txt {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, 'Lucida Sans';
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0;
}

h2 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Verdana, Arial, 'Lucida Sans';
	margin: 20px 0 6px 0;
	padding: 0;
	border-bottom: 1px solid #666666;

}

h3 {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, 'Lucida Sans';
	margin: 15px 0 15px 0;
	padding: 0;
}

h5 {
	color: #666666;
	border-bottom: 1px solid #999999;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, 'Lucida Sans';
	margin-left: 25px;
	margin-top: -18px;
	padding-bottom: 5px;
}

h6 {
	color: #999999;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Verdana, Arial, 'Lucida Sans';
	text-decoration: underline;
	margin-left: 0px;
	margin-top: -15px;
	padding: 0;
}



form {
	/* background: #ffffff; */
	margin: 0px;
	padding: 2px;
}

input, textarea, select {
	margin: 1px 0;
	font-size: 100%;
}
input.text, textarea.text {
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	background: #f5f5f5;
	border: 1px solid #999999;
	color: #444444;
}

input.text:focus, textarea.text:focus {
	background: #f5f5f5;
}

input.text:hover, textarea.text:hover {
	background: #ffffff;
}

tr, td {
	vertical-align: top;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

#content {  
	margin-left: 15px; 
	padding-right: 0px;
} 

#blog { 
	width: 855px; 
	text-align: left;
	margin-top: 0;
//15px;
	margin-bottom: 30px;
/*	margin-left: 0; */
margin-left: auto; 
/*	margin-right: 0; */
margin-right: auto;
	/*border: 2px solid #999999;*/
	padding: 0px;
} 

#submit {
	width: auto;
	/* background: #000000; */
	border: 1px solid #000066;
	color: #FFCC33;
	font-size: 11px;
	margin: 0;
	padding: 1px;
}

#submit:hover {
	/* background: #FFCC33;*/
	border: 1px solid #000066;
	color: #000066;
}

#topbar {
	text-align: center;
	margin: 0;
	padding: 6px;
	font: 12px/16px Verdana;
	color: #000000;
	background-color: #FF00FF;
	/*border-bottom: 2px solid #999999;*/
}

#wrapper {
	padding: 0px;
	margin: 0px;
}

#wrapperleft {
	width: 665px;
	float: right;
	position: relative;
	padding: 0px;
	margin: 0px;
} 

#main {
	width: 475px;
	float: left;
	/*background-color: #ffffff;*/
	font-size: 11px;
	color: #CCCCCC;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, 'Lucida Sans';
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;

}

#main ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#main li {
	padding: 0px 0px 4px 12px;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

#main h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, 'Lucida Sans';
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	padding: 0px 4px 4px 30px;
	/*background: url(images/date.png) no-repeat 8px 0px;*/
}

#main #menu {
	clear: both;
	width: 465px;
	height: 23px;
	margin: 0px 4px 10px 4px;
	padding: 0px;
	border-bottom: 1px solid #337788;
	/*background: #ffffff;*/
}

#main #menu ul {
	list-style-type: none;
	margin-left: 5px;
	margin-bottom: 0px;
}

#main #menu li {
	float: left;
	margin-left: 5px;
	margin-bottom: -5px;
	padding: 0px;
	width: auto;
	display: block;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

#main #menu li a, #main #menu li a:link {
	/*background: #337788;*/
	color: #FFCC33;
	border: 1px solid #337788;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: block;
}

#main #menu li a:hover {
	color: #000066;
	cursor: pointer;
	background: #FFCC33;
}

#main #menu li:hover {
	border-bottom: 1px solid #ffffff;
	background: #ffffff;
}

#main #menu li a#current:hover {
	border: 1px solid #ffffff;
	background: #ffffff;
}

#main .entry h1, #main .entry h1 a {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, 'Lucida Sans';
	font-weight: bold;
	text-decoration: none;
	font-size: 17px;
	/*background: none;*/
	margin-bottom: -13px;
	padding: 0px;
	color: #FFCC33;
}

#main .entry h1 a:hover {
	text-decoration: none;
	background-color: #FFCC33;
	color: #000066;
}

#main #comments h1, #main #commentform h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, 'Lucida Sans';
	font-weight: bold;
	font-size: 14px;
	/* background: none; */
	padding: 0px;
	color: #999999;
}

#main .entry, #main #comments, #main #commentform {
	padding: 0px 10px 30px 10px;
	margin: 0px;
}

#main .entrycontent {
	padding-bottom: 12px;
	margin: 0px;
margin-top: 20px;
        border-bottom: 1px solid #999999; 
}

#main .entryfooter {
	/* background-color: #f5f5f5; */
	color: #666666;
	text-align: center;
	font-weight: bold;
	padding: 7px 0px 7px 0px;
	margin-top: 5px;
	font-size: 11px;
}

#main .asides {
	padding: 0px 10px 10px 10px;
}

.title {
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Verdana, Arial, 'Lucida Sans';
	text-align: center;
	padding-top: 30px;
}

.tagline {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, 'Lucida Sans';
	text-align: center;
	padding-top: 15px;
}

#archives {
	margin-left: 15px;
	padding: 10px 0 20px 0;
	width: 460px;
	}
	
.archive {
		margin: 0;
		padding: 0;
		}

#comments {
	/*background-color: #000000;*/
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}

/* Main Div */
#comment_quicktags {
	text-align: left;
	margin-left: 1%;
}
/* Main Quicktags Toolbar Div */
#comment_quicktags #ed_comment_toolbar {
	display: inline;
}
/* Button Style */
#comment_quicktags input.ed_button {
	background: #f5f5f5;
	border: 1px solid #666666;
	color: #CCCCCC;
	margin: 1px;
	width: auto;
}

#comment_quicktags input.ed_button:hover {
	background: #ffffff;
}

/* Button Style on focus/click */
#comment_quicktags input:focus.ed_button {
	/*background: #FFFFFF;*/
	border: 1px solid #686868;
}
/* Button Lable style */
#comment_quicktags #ed_strong {
	font-weight: bold;
}
/* Button Lable style */
#comment_quicktags #ed_em {
	font-style: italic;
}

#main #comments .comment {
	/*background-color: #000000;*/
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	border: 1px solid #999999;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 4px 20px 4px 20px;
}

#main #comments .comment:hover {
	background: #f5f5f5;
}

#main #comments .officialuser {
	/*background-color: #ffffff;*/
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	border-top: 1px solid #999999;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 4px 20px 4px 20px;
}

#main #comments .comment h4, #main #comments .officialuser h4 {
	font-size: 11px;
	font-weight: normal;
}

#main #comments .comment .commentnumber, #main #comments .officialuser .commentnumber {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	margin-right: 8px;
}

#categories { 
font-family: 'Trebuchet MS', Verdana, Arial, 'Lucida Sans';
font-weight: bold;
border: 1px solid #CCCCCC; 
/*background-color: #f5f5f5;*/
padding: 10px; 
width: 405px; 
text-align: justify; 
}

#categories a {
text-decoration: none; 
}

#main #commentform form {
	/* background-color: #000000; */
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	border-top: 1px solid #999999;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 4px;
}

#main #commentform label {
	font-size: 11px;
	font-weight: bold;
}


#main #commentform .commentforminfo {
	font-size: 11px;
	font-family: Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

#header {
	height: auto;
  float: left;
  position: relative;
	width: 855px;
/*	background-color: #000000; */
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
  text-align: center;
/*  border: 1 solid #FF0000; */
	}
	
#headerimg {
	height: 126px;
	width: 576px;
	padding: 0px;
	margin: 0px;
  margin-left: auto;
  margin-right: auto;

	background: transparent url('http://www.swnovels.com/wp-content/themes/SWNovels/image/site/swnovels-rots-swnovels-com.gif') no-repeat top center;
/*  border: 1 solid #00FF00;*/

	}

#bannerimg {
	height: 90px;
	width: 728px;
	padding: 0px;
	margin: 0px;
  	margin-left: auto;
  	margin-right: auto;

	border: 1px solid #666666;

	}

#right {
	width: 186px;
	float: right;
	position: relative;
	/*background-color: #ffffff;*/
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #CCCCCC;
	border-right: 0px solid #ffffff;
}


#right h2 {	
	width: 176px;
	height: 28px;
	padding-left: 10px;
	padding-top: 4px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 1.4em;
	/*background-color: #FF0000;*/
	color: #FFFFFF;
	/*border: 3px solid #FF0000;*/
  	border-bottom: 0px solid #FF0000;
  	background-image: 	url('http://www.swnovels.com/wp-content/themes/SWNovels/image/site/newsborder-top.gif');

}

#right ul {
	list-style-type: none;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: ##CCCCCC;
	padding: 5px;
	margin: 0px;
	border: 3px solid #FF0000;
	border-top: 0px solid #FF0000;
  	background-image: 	url('http://www.swnovels.com/wp-content/themes/SWNovels/image/site/starfield60blue.gif');

}

#right li {
	padding: 0px 0px 4px 12px;
	/* background: url(images/bullet-doc.gif) no-repeat 0 4px; */
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

#left {
	width: 186px;
	float: left;
	position: relative;
	/*background-color: #ffffff;*/
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #CCCCCC;
	border-left: 0px solid #ffffff;
}

 
#left h2 {
	width: 176px;
	height: 28px;
	padding-left: 10px;
	padding-top: 4px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 1.4em;
	/*background-color: #CC0000;*/
	/*border: 3px solid #FF0000;*/
  	border-bottom: 0px solid #FF0000;
	color: #FFFFFF;
  	background-image: 	url('http://www.swnovels.com/wp-content/themes/SWNovels/image/site/newsborder-top.gif');
	
}
 
#left ul {
	list-style-type: none;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding: 5px;
	margin: 0px;
	border: 3px solid #FF0000;
  	background-image: 	url('http://www.swnovels.com/wp-content/themes/SWNovels/image/site/starfield60blue.gif');
	border-top: 0px solid #FF0000;

}

#left li {
	padding: 0px 0px 4px 12px;
	/*background: url(images/bullet-doc.gif) no-repeat 0 4px;*/
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	/*background-color: #f5f5f5; */
	border: 0px solid #ffffff;
	text-align: center;
	padding: 5px;
	paddin-top: 0px;
	font-weight: bold;
	font-family: Verdana, Arial, 'Lucida Sans';
	font-size: 10px;
	color: #999999;
}


#footerbannerimg {
	height: 60px;
	width: 468px;
	padding: 0px;
	margin: 0px;
  	margin-left: auto;
  	margin-right: auto;

	border: 1px solid #666666;

	}


.relatedposts {
	margin-left: 15px;
	padding: 10px 0 20px 0;
	font-size: 12px;
	color: #666666;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, 'Lucida Sans';
	font-weight: normal;
	}

.navigation {
	/* border-top: 1px solid #999999;*/
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
	/*padding: 10px 0 0 0; */
}

.alignleft {
	text-align: left;
	margin-left: 10px;
	margin-bottom: 5px;
}

.alignright {
	text-align: left;
	margin-left: 10px;;
	margin-bottom: 20px;
}

/* a.annotation { position: absolute; border: 1px solid white; padding: 0; display: none; }
a.annotation span { display: block; width: 100%; height: 100%; background: white; opacity: 0.2; -moz-opacity: 0.2; filter:alpha(opacity=20); }
a.annotation:hover { border-color: yellow; opacity: 0.2; -moz-opacity: 0.2; filter:alpha(opacity=20); } */

/* GRAVATAR styling */

.gravatar {
	float: right;
	padding: 0px;
	border: 4px solid #999999;
	background: #ffffff;
	margin: 4px;
	width: 50px;
	height: 50px;
}

.postgrav {
	float: right;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #999999;
	background: #ffffff;
}

/* Float containers fix: http://www.csscreator.com/attributes/containedfloat.php */ 
#wrapperleft:after, #wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
#wrapperleft, #wrapper { display: inline-table; }

/* Hides from IE-mac */
* html #wrapperleft, * html #wrapper { height: 1%; }
#wrapperleft, #wrapper { display: block; }
/* End hide from IE-mac */  

/* icons for the multiple topic icon plugin. */
img.mti_icon {
	/* border: 1px solid #999999; */
background-color: transparent;
}

img.coverimage {
	margin:  10px;
	width: 125px;
	/*height: 206px;*/
	border:  1px solid #666666;
 
}

img.smallcoverimage {
	margin:  0px;
	width: 100px;
	border:  1px solid #666666;
 
}

img.largecoverimage {
	/*padding:  10px;*/
	width: 450px;
	margin-top:20px;
	border:  1px solid #666666;
	margin-left: auto;
	margin-right: auto; 
}

label.poll-answer {
	color: #CCCCCC;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, 'Lucida Sans';
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0;
}

img.tiny {
	width: 		20px;
	height:		20px;
	align: 		center;
	vertical-align: middle;
}

a.tiny:hover  {
	width: 		20px;
	height:		20px;
	align: 		center;
	vertical-align: middle;
}

td.nl_eraicon {
	width:		30px;
	align:		left;
	vertical-align: top;
	height:		20px;
}

td.nl_timeline {
	width:		60px;
	align:		center;
	vertical-align: top;
	height:		20px;
}

td.nl_title {
	width:		280px;
	align:		center;
	vertical-align: top;
	height:		20px;
}


td.nl_date {
	width:		40px;
	text-align:	center;
	vertical-align: top;
	height:		20px;
}

td.al_author {
	width:		220px;
	align:		center;
	vertical-align: top;
	height:		20px;
}

td.al_novelcount {
	width:		40px;
	text-align:	center;
	vertical-align: top;
	height:		20px;
}

td.al_website {
	width:		40px;
	text-align:		center;
	vertical-align: top;
	height:		20px;
}

td.al_email {
	width:		40px;
	text-align:	center;
	vertical-align: top;
	height:		20px;
}


td.ul_timeline {
	width:		60px;
	align:		center;
	vertical-align: top;
	height:		20px;
}

td.ul_title {
	width:		280px;
	align:		center;
	vertical-align: top;
	height:		20px;
}


td.ul_date {
	width:		60px;
	text-align:	center;
	vertical-align: top;
	height:		20px;
}

TD.betweenrows {
	color: #999999;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, 'Lucida Sans';
	padding: 0;
	margin: 0;
}


img.dspic {
	margin-left: auto;
	margin-right: auto;
	alignment: center;
	border: 1px solid #666666;
}

div.links-container {
	text-align:	center;
	margin-left: 	auto;
	margin-right: 	auto;	
}

div.links-link {
	margin:		5px;
	margin-left: 	auto;
	margin-right: 	auto;
}


table.cancelled-table {
	background-color:	none;
	
}

td.cancelled-cell {
	background-color:	#333333;
	text-align:		center;
}

td.cancelled-info {
	background-color:	none;
}

td.eraTitle {

}

td.eraTime {
}

td.eraDesc {
}

td.eraIcon {
	padding-right:	20px;
}

img.eraIcon {
	margin-top:	20px;
	/*border:		1px solid #CCCCCC;*/
}


hr.separator {
	width: 			80%;
	color:			#333333;
}