/*
	SHENANIGAN!
	By DMJ and LEK
	shen_stylez.css
*/

body {
	background-image: url("images/bg_tile.jpg");
	background-repeat: repeat;
	background-position: top center;
	background-attachment: fixed;
	margin: 0px;
}

img {
	border: 0px;
}

/*	One div tag to rule them all and on the webpage hold them.	*/
.container {
	background-image: url("images/bg_container.gif");
	background-repeat: repeat-y;
	top: 0px;
	width: 820px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*	Top title banner.	*/
.imgtitle {
	background-image: url("images/ban_main.gif");
	background-repeat: no-repeat;
	top: 0px;
	width: 800px;
	height: 125px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/*	Fun little bit that we can change every so often, like the subtitle on the cornstalker forums	*/
.subtitle {
	background-image: url("images/ban_subtitle.gif");
	background-repeat: no-repeat;
	width: 800px;
	height: 25px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/*	Meant to hold the navigation at the top of the other pages	*/
.topnav {
	width: 800px;
	height: 40px;
	margin-left: 10px;
}

.topnav_img {
	width: 88px;
	margin: 0px;
	border: 0px;
}

/*	$page title banners	*/
.ban_arch {
	background-image: url("images/ban_archive.gif");
	width: 800px;
	height: 30px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.ban_about {
	background-image: url("images/ban_about.gif");
	width: 800px;
	height: 30px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.ban_art {
	background-image: url("images/ban_art.gif");
	width: 800px;
	height: 30px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.ban_cast {
	background-image: url("images/ban_cast.gif");
	width: 800px;
	height: 30px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.ban_extras {
	background-image: url("images/ban_extra.gif");
	width: 800px;
	height: 30px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.ban_links {
	background-image: url("images/ban_links.gif");
	width: 800px;
	height: 30px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}


/*	Title of the latest comic page	*/
.cptitle {
	width: 800px;
	color: #000000;
	font-family: Tw Cen MT, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0px;
}

/*	COMIC TABLE SPECS	*/
.comictbl {
	width: 800px;
	height: 930px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
}

.ct_left {
	width: 100px;
	height: 310;
	text-align: center;
	margin: 0px;
}

.ct_middle {
	width: 600px;
	text-align: center;
}

.ct_right {
	width: 100px;
	height: 310;
	text-align: center;
	margin: 0px;
}
/*	END COMIC TABLE SPECS	*/

/*	news banner	*/
.ban_news {
	background-image: url("images/ban_news.gif");
	background-repeat: no-repeat;
	width: 800px;
	height: 70px;
	margin-left: 10px;
	margin-top: 20px;
}

/*	NEWS TABLE SPECS	*/
.newstbl {
	width: 800px;
	height: 300px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	border: 0px;
}

/*	pimp's av, pimp's blabber	*/
.nt_left_av {
	width: 110px;
	text-align: center;
	margin: 0px;
}

.nt_left_news {
	width: 190px;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
	overflow: auto;
	margin: 0px;
}

/*	shoutbox	*/
.nt_middle {
	width: 200px;
	color: #339933;
	font-family: Arial, sans-serif;
	font-size: 9px;
	margin: 0px;
}

/*	lego's av, lego's blabber	*/
.nt_right_av {
	width: 110px;
	text-align: center;
	margin: 0px;
}

.nt_right_news {
	width: 190px;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
	overflow: auto;
	margin: 0px;
}
/*	END NEWS TABLE SPECS	*/


/*	copyright text @ bottom of every page	*/
.tinytext {
	width: 600px;
	color: #339933;
	font-family: Arial, sans-serif;
	font-size: 9px;
	line-height: 14px;
	margin-left: 110px;
	margin-top: 25px;
}

/*	bottom colour	*/
.bottomline {
	background-color: #9d84b9;
	width: 800px;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/*	MISCELLANEOUS DIVS	*/

/* Used in Archive page */
.widw {
	background-color: #f5f2f8;
	width: 400px;
	margin-left: 210px;
	margin-bottom: 20px;
	padding: 10px;
	border-color: #9d84b9;
	border-style: solid;
	border-width: 2px;
}

/* Random centred div */
.six {
	width: 600px;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	margin-top: 10px;
	margin-left: 100px;
	margin-bottom: 20px;
	padding: 10px;
}

/*	END MISC DIVS	*/


a:link {
	color: #004400;
	text-decoration: underline;
	border: 0px;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #002200;
	text-decoration: underline;
	border: 0px;
}