@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	
}

body {
	background-image: url('../images/bodybg.gif');
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Andale Mono", Monaco, Consolas, "Lucida Console", "Courier New";
	font-size: 12px;
	color: #131417;
	text-transform: uppercase;
}

#container {
	width: 1020px;
	margin: 0 auto;
}

#header {
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: 415px;
	
}

#header h1 {	
	float: left;
	display: inline;	
}

#header h1 p {
	text-indent: -9999px;
	height: 235px;
	width: 650px;	
	display: block;
}

#header h2 {
	float: left;
	display: inline;
}

#header h2 a {
	text-indent: -9999px;
	height: 235px;
	width: 250px;	
	display: block;	
}

#header #flashcontent {
	margin: 0px 0px 0px 280px;
	width: 620px;
}

#header #flashcontent .blurb {
	background-image: url('../images/blurb1.gif');
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
	height: 125px;
		
}

.intro {
	margin: 36px 0px 0px 360px;
	width: 620px;	
	color: #FFFFFF;
}

.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: capitalize;
}

#content {
	margin: 44px 55px 44px 55px;
	
}

#content a {
	color: #1e8ea2;
	text-decoration: none;
}

#content a:hover {
	background-color: #1e8ea2;
	color: #FFFFFF;
}


#content p {
	line-height: 18px;
	margin-bottom: 18px;
}

#content .col1 {
	float: left;
	display: block;
	width: 178px;
	margin: 18px 0px 0px 12px;
	
	
}

#content .col1 .nav {
	margin-bottom: 36px;
}

#content .col1 .nav li { 
	list-style: none;
	margin-bottom: 9px;
}

#content .col2 {
	float: left;
	display: block;
	width: 252px;
	margin-left: 18px;
}

#content .col3 {
	float: left;
	display: block;
	margin-left: 36px;
	width: 344px;
}

#content .col3_1, #content .col3_2 {
	float: left;
	display: block;
	margin-right: 10px;
}

#content .col3_1 {
	width: 160px;
}

#content .col3_2 {
	width: 164px;
}

#content .col3 ul {
	margin-bottom: 21px;
}

#content .col3 li {
	list-style: none;
	margin-bottom: 6px;
}

h3.contributors {
	background-image: url('../images/title_contributors.gif');
	width: 256px;
	height: 28px;
}

h3.mailing {
	background-image: url('../images/title_mailing.gif');
	width: 144px;
	height: 23px;
	margin-bottom: 0px;
}

h4.one {
	background-image: url('../images/title_stories.gif');
	width: 62px;
	height: 16px;
}

h4.two {
	background-image: url('../images/title_fanfictionexplosion.gif');
	width: 97px;
	height: 35px;
}

h4.three {
	background-image: url('../images/title_cartoons.gif');
	width: 135px;
	height: 16px;
}

h4.four {
	background-image: url('../images/title_bookmark.gif');
	width: 167px;
	height: 49px;
}

h4.five {
	background-image: url('../images/title_poetry.gif');
	width: 61px;
	height: 16px;
}

h4.image, h3.image {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top left;
}

h3 {
	margin-bottom: 18px;
}

h4 {
	margin-bottom: 9px;
}

.contest {
	margin-left: 18px;
	width: 600px;
}

.uncap {
	text-transform: none;
}

.small {
	font-size: 10px;
	line-height: 12px;
}

.highlight
{
	
	font-weight: bold;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	background-image: url('../images/dottedline.gif');
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 18px;
	margin-top: 18px;
	margin-left: 18px;
	text-transform: none;
}

form {
	margin: 18px 0px 18px 0px;
}	

input {
	float: left;
	display: block;
}

.textinput {
	height: 25px;
	border: 1px #919191 solid;
	width: 145px;
	font-size: 16px;
}

.clearBoth		{ clear:both; line-height:0px; height:0px; font-size:0px; margin:0px; }