@charset "utf-8";

/*Generic--------------------*/
body {
	background:black url(../images/bg.jpg) no-repeat top center;
	margin:0;
	padding:0;
	font:0.9em/150% "Palatino Linotype", Palatino, "Times New Roman", serif;
	color:#DFF7FF;
	}

/*Headers-------------------*/	
h1 {
	font-size:1.8em;
	}

h2 {
	font-size:1.4em;
	}

h2.news {
	color:white;
	padding-top:12px;
	text-indent:50px;
	width:600px;
	height:50px;
	background:url(../images/newsbg.png) no-repeat;
	}
	
h2.firstNews {
	margin-top:-40px;
	position:relative;
	text-indent:50px;
	width:600px;
	height:50px;
	}
	
h3 {
	font-size:1.1em;
	}

h3#rift {
	margin-top:0;
	padding-top:0;
	text-align:center;
	}
	
h3#sorrow {
	text-align:center;
	}

#sideContent h3#date {
	margin-top:20px;
	}
	
#sideContent h3 {
	text-align:center;
	padding-top:1px;
	color:white;
	width:250px;
	height:25px;
	margin-top:50px;
	background:url(../images/sidecontentbg.png) no-repeat;
	}

h4 {
	font-size:0.8em;
	font-weight:normal;
	}

/*Links--------------------*/	
a {
	outline:none;
	}

a:link {
	color:#06d3f9;
	text-decoration:none;
	}

a:visited {
	color:#06d3f9;
	text-decoration:none;
	}

a:hover {
	color:#353afe;
	text-decoration:none;
	}

a:active {
	color:#DFF7FF;
	text-decoration:none;
	}

a img {
	border:none;
	}

a#buysigned {
	margin:0 0 0 50px;
	display:block;
	width:152px;
	height:245px;
	background:url(../images/totp_signed_flip.png) no-repeat;
	text-indent:-9999px;
	}
	
a#buysigned:link, a#buysigned:active, a#buysigned:visited {
	background:url(../images/totp_signed_flip.png) no-repeat;
	border:none;
	}
	
a#buysigned:hover {
	border-bottom:none;
	background-position:-152px 0;
	border:none;
	}

/*p-------------------------*/
#mainContent p:first-letter {
	font-weight:bold;
	font-size:150%;
	}

#mainContent p.novelsP:first-letter {
	font-weight:normal;
	font-size:100%;
	}

#mainContent p.novelsP {
	text-indent:0;
	text-align:center;
	}

p.news {
	padding:0 25px 50px 50px;
	margin-top:-15px;
	}
	
p.center {
	text-align:center;
	}
	
p#copyright {
	font:0.7em/150% "Palatino Linotype", Palatino, "Times New Roman", serif;
	}
		
p#footerLinks {
	font:0.8em/150% "Palatino Linotype", Palatino, "Times New Roman", serif;
	}
	
p#signedcopy {
	font-size:0.8em;
	text-align:center;
	margin:0;
	}
	
span.bold {
	font-weight:bold;
	}
	
span.italics {
	font-style:italic;
	}
	
span.red {
	color:red;
	font-weight:bold;
	}

#biography p {
	padding-top:20px;
	}
	
p.faq {
	color:#06d3f9;
	}

p.faq:hover {
	color:#353afe;
	cursor:pointer;
	}
	
p.faq:first-letter {
	color:#DFF7FF;
	}
		
/*IMG-----------------------*/
img#mikebio {
	float:left;
	}

/*Lists---------------------*/
#sideContent ul {
	margin-bottom:0;
	list-style-type:circle;
	font-size:0.9em;
	}
	
/*Forms----------------*/
form {
	margin:0 0 0 70px;
	padding:0;
	}
	
form ul {
	padding:0;
	color:red;
	font-size:0.8em;
	}
	
input, textarea {
	border-top:1px solid #06d3f9;
	border-left:1px solid #06d3f9;
	border-right:1px solid #353afe;
	border-bottom:1px solid #353afe;
	margin:0 0 10px 0;
	}
	
label {
	font-size:1.1em;
	}
	
#formConfirmed {
	margin-top:250px;
	text-align:center;
	font-weight:bold;
	font-size:1em;
	}

/*Divs----------------------*/
/*Header--------------------*/
div#header {
	width:974px;
	height:275px;
	margin:0 auto;
	border:0;
	padding:0;
	}

/*Wrap--------------------*/
div#content {
	width:974px;
	margin:0 auto;
	padding-top:25px;
	}
	
/*Main--------------------*/	

div#mainContent {
	width:620px; /*650 total*/
	float:left;
	padding:0 20px 0 10px;
	}
	
/*Sidebar--------------------*/
div#sideContent {
	width:250px; /*324 total*/
	float:right;
	padding:0 15px 0 59px;
	}

div.sidebg {
	background:url(../images/sidecontentbarmiddle.png) repeat-y right;
	margin:0;
	}
	
div.sidebgbottom {
	background:url(../images/sidecontentbarbottom.png) no-repeat right;
	margin:0;
	height:14px;
	}
	
/*Footer--------------------*/	
div#footer {
	width:974px;
	clear:both;
	text-align:center;
	}
/*Misc. Divs----------------*/	
div.novelsImg {
	float:left;
	width:225px;
	padding:0;
	margin:0;
	}

div.applet {
	height:400px;;
	}
	
div.novelContent {
	float:right;
	width:375px;
	height:400px;
	padding:0 0 0 20px;
	margin:0;
	}
	
div#hiddenJavaDiv{
	visibility:hidden;
	}
	
div.center {
	text-align:center;
	width:620px;
	}
	
div.sideCenter {
	text-align:center;
	}
	
div#biography {
	width:620px;
	}