/* Basics */

body { 
	margin: 0;
    	background: #000; 
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;} 

a:link { color: #fff; text-decoration: underline }
a:visited { color: #000; text-decoration: none}
a:hover, a:active { text-decoration: underline overline }
img { border: 0 }

input {
	padding: 3px;
	margin: 10px;
	vertical-align: middle;
	border: 1px solid #000;
	background-color: #673A85 }

textarea {
	padding: 3px;
	margin: 10px;
	vertical-align: middle;
	border: 1px solid #000;
	background-color: #673A85 }

iframe {
	width: 500px;
	height: 820px;
	float: left; 
	margin: 5px;
	}

/* These set the text sizes and styles */

h1 { font-weight: bold;	
	font-size: 1.2em;
	color: #fff;
	font-family: verdana, sans-serif;
	padding: 5px;
	margin: 10px 5px 5px 5px;
	background: #4C2485 url(http://www.worldweave.net/graphics/subheader.gif);
	text-align: right  }

h2 { font-size: 1em;
	font-weight: lighter;
	color: #fff; }

/* These control the menu lists */

h2 ul { display: inline;
	text-align: top; }

h2 ul li {
	list-style: none;
	padding-top: 5px;
	font-size: 1em;
	font-weight: bold; }

h2 ul li ul li{
	padding-left: 10px;
	padding-top: 0px;
	margin-left: 10px;
	font-weight: lighter; }

/* These control the content on the info pages */

dl {	display: inline; }

dt {
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 5px;
	}

dd {  
	border-left: 2px solid #48285d; 
	padding-left: 10px;}

/* The class for the drop down menu div */

.dropdown { 
	background: #593470 url(http://www.worldweave.net/graphics/subheader2.gif);
	border: 1px solid #000;
	font-family: verdana, sans-serif;
	padding : 4px 4px 7px 4px;	
	text-align: center;
      width: 95%;
	top : 175px; 
	left : 2%; 
	position : absolute; 
	visibility : hidden; }

#comiclayer { text-align: left; }

#forumlayer
	{ text-align: right }

#misclayer
	{ text-align: right }


/* These control the backgrounds on objects */

.light {
	background: #673A85 url(http://www.worldweave.net/graphics/tabbg_l.gif) 100% 100% no-repeat;
	padding: 10px;
	margin: 5px;
      text-align: left; }

.dark {
	padding: 10px;
	margin: 5px;
	background: #48285d url(http://worldweave.net/graphics/tabbg_d.gif) no-repeat;
	background-position: bottom right;
      text-align: left; }

.text {
	padding: 30px;
	margin: 10px;
	color: #000;
	background: #9265B0 url(http://www.worldweave.net/graphics/tabbg_t.gif) no-repeat;
	background-position: bottom right;
      text-align: left; }

/* Stuff for the header and footer */

#header {
	padding: 0px;
	text-align: left;
	background: #4C2485 url(http://www.worldweave.net/graphics/header.jpg) repeat-x; }

#header img {
	margin: 0px; 	}

#topnav {
	width: 100%;
      background: #4c2485 url(http://www.worldweave.net/graphics/subheader.gif);
      text-align: center;      }

#footer {
	height: 70px;
	margin: 0;
	padding-top: 20px;
	padding-left: 10px;
	clear: both; 	}

#footer h2 {
	display: inline}

#footer img {
	float: left;
	padding-right: 4px;
	height: 31px;
	width: 88px; }

/* Stuff for the main section */

#main_comic {
	float: left;	}

#main_sidebar {
	margin-left: 505px;
	vertical-align: top;	}

#main_sidebar form {
	display: inline;
	padding: 0;
	margin: 0; }

/* Stuff for the comic section */

#page {
	font-size: 14px; } 

#page img {
	width: 480px; }

#page p {
	text-align: center }	

#comic { 
	width: 500px;
	float: left; }

#comicmenu {
	margin-left: 510px;}

/* Stuff for the fan section */

.fan {
	width: 33%;
	float: left;	}

.fan img {
	height: 50px;
	width: 50px; }

.fan ul { margin-left: 0;
	padding: 0; }

.fan li { margin: 0;
	display: inline;
	padding: 0; }

#fic {
	margin: 50px; }

/* Stuff for the info section */

#info_content {
	width: 75%;
	padding: 0px;
	margin: 0px;
	float: left;	}

#info_sidebar {
	margin-left: 76%;	}

/* Stuff for the misc section */


.misc {
	width: 30%;
	color: #fff;
	float: left;	
	margin-left: 15px;}

.misc ul {
	list-style: none }

.misc li {
	padding-top: 20px; }

.misc a {
	font-weight: bold }

.misc p {
	text-align: center;
	margin: 5px;
	font-weight: bold;
	font-size: 14px }

#vote1 
	{  width: 400px;
	height: 400px;
	float: left; 
	}

#vote2
	{ width: 360px;
	height: 400px;
	float: right; 
	}