@charset "UTF-8";

/*-------------These are the divs*---------------------*/
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/site_images/background.jpg);
	}

 #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	float:left;
	background-image: url(images/site_images/containerbckgrnd.jpg); 
} 
 #header {
	div align:center;
	padding-left: 180px;
	}
	
 #nav {
	float: right;
	width: 710px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	text-align:left;
	margin-top: 0;
	margin-bottom: 50;	
	}
 

	
	#samplestories{
	float:left;
	margin-top:0px;
	border-top-style: dotted;
	border-top-width: thin;
	}
	
	#samplestories2{
	float:left;
	margin-top:0px;
	
	}
	
#sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	height: 400px;
	width:150;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: none;
	text-align: right;
	font-style: italic;
} /* padding keeps the content of the div away from the edges */
	
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	height: 500px;
	width:150;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: none;
	text-align: center;
	
} /* padding keeps the content of the div away from the edges */

#sidebarNav{
	margin-right: 20px;
	padding-left: 20px;
}


 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	div-align:right;
	background-image: none;
	font-size: 9px;
}


 #mainContent {
	width:475px;
	padding-top:10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:5px; /* reme2ber that padding is the space inside the div box and margin is the space outside the div box */
	left: 55px;
	background-color: #FFFFFF;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	
} 
 #footer {
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;

	}
	
	.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

	}


#c_thumbnail {
	float: left;
	width: 100px;
	margin: 20px 30px 10px 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
    font-size: 10px;
    color: #000000;
}

#thumbDiv{
	float:left;
    padding-left:0px;
	background-color: #FFFFFF;
	}
	
#castDiv{
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 5px;
	margin-bottom:10px;
}
	
#thumbDiv2{
	float:right;
	width:200px;
	margin:20px 15px 10px 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	
	
	
}

#storyLink{
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	float:left;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 30px;
}

#storyLink2{
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	float:left;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 30px;
	margin-top:20px;

}
#randomLink{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-right: 30px;
	margin-top:15px;
	width:400px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#randomLinkbk{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 25px;
	margin-right: 30px;
	margin-top:15px;
	width:400px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.sideParagraph{
	float:left;
	width:450px;
	margin:0px, 0px, 0px, 100px;
	padding: 20px;
 	background-color: #FFFFFF;
	
}

#buttonDiv{
	padding-left:10px;
	background-color: #FFFFFF;
	font-size: 9px;
	}

.separator{
height:5px;
margin:0 px;
float:left;
width:400px;


}


#separator2{
	height:100 px;
	width:400
	margin-top:0px;
	float: left;	
}

#comicsParagraph{
float:left;
padding-right:10px;
width:400px;

}

#labanarama{
float:left;
}

#linksDiv{
	float:left;
	line-height: 40px;
}
/*-------------This is the text-----*/

#mainContent p{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	align:left;
	margin-top:0;
   
	}
	

	
#sidebar1 p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	font-size: 14px;
	font-weight: lighter;
	}
	


p:first-letter { font-size: 2em; }
p:first-line { line-height: 1em; }


p, p1, p2{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	align:left;
	margin-top:0;
	}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #330000;
	left: auto;
	margin-top:0;
	}
	
h2{
font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #330000;
	left: auto;
	margin-top:0;
	}


/*-------These are the links-----*/
	
 #footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	align: center;
	padding-top: 10px;
} 


	
#nav li
{
	display: inline;
	list-style-type: none;
	padding-right:30px;
	line-height: normal;
	text-decoration: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;	
		
}

#nav ul li a {
	color: #330000;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #0033FF;
	text-decoration: underline;
}

#nav ul li a:visited {
	color: #0033FF;
	text-decoration: none;
}

#sidebar1 a{
	line-height: normal;
	color: #000000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	font-size: 18px;
	/*padding-left: 50px;*/	
	}


#sidebar1 a:hover {
	color:#0033FF;
	text-decoration: underline;
	}
	
#sidebar1 a:visited{
color:#0033FF;
text-decoration: none;
	}
	
	
#sidebar3 a{
	line-height: normal;
	color: #000000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	font-size: 18px;
	/*padding-left: 50px;*/	
	}


#sidebar3 a:hover {
	color:#0033FF;
	text-decoration: underline;
	}
	
#sidebar3 a:visited{
color:#0033FF;
text-decoration: none;
	}
	
#sidebarNav a href:visited{
color:#0033FF;
text-decoration: none;
}


#c_thumbnail a:{

font-family: "Times New Roman", Times, serif;
 font-size: 10px;
color: #000000;
text-decoration: none;

	}
	
#c_thumbnail a:hover{
color: #0033FF;
text-decoration: underline;
	}
	
#c_thumbnail a:visited{
	color: #0033FF;
	text-decoration: none;
}

#c_thumbnail a img{
border: none;
}
	

#c_thumbnail a:hoverimg{

border: 3px solid #14d873;
}	


	
#storyLink a {
font-family: "Times New Roman", Times, serif;
 font-size: 12px;

}

#storyLink a:visited{
text-decoration: none;
}


#storyLink2 a {
font-family: "Times New Roman", Times, serif;
 font-size: 12px;

}

#storyLink2 a:visited{
text-decoration: none;
}

#randomLink a{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}

#randomLink2 a{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

#randomLinkbk a{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
	
#linksDiv a{
font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-decoration:none;
}

#linksDiv a:hover{
	text-decoration: underline;
}

#contDiv a{
font-size:10px;
}
.white {
	color: #FFF;
}
#container #mainContent #sideParagraph {
	color: #FFF;
}
