/* THORSDAY SPECIFIC */
body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
	font-size: .8em;
	margin: 0;
	padding: 0;
	background: #FFF url(../images/thorbackground.jpg);	
}

#container {
	width: 1070px;
	margin: 0 auto;
	background: #FFF url(../images/thorcontent.jpg);
	
}


#content {
	width: 960px;
	margin: 0 auto;
	background: #ba9257;
}

#content #splash{
	width: 960px;
	height: 310px;
	margin: 0;
	background: #FFF url(../images/thorheader.jpg);	
}


#content #splash h1 {
	font-size: 4.3em;
	margin-top: 0;
	padding-top: 40px;
	padding-bottom: 15px;
}


#content #splash h1, #content #splash  h2, #content #splash  h3, #content #splash img {
	margin-left: 450px;
}

#content .cthulhu {
	background:#C6D880;
	color:#264409;
	border-color:#4F9040;
}

#nav {
	 width: 320px;
	 float: left;
}

#nav ul{
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#nav ul li{
	padding: 2px 0;
}





#content a {
	text-decoration: none;
	color: #701;
}
#content a:visited {
	text-decoration: none;
	color: #701;
}
#content a:hover {
	text-decoration: underline;
	color: #d00;
}

#content a:active, #content a:focus {
	text-decoration: underline;
	color: #701;
}

#content pre {
    width: 600px;
	background-color: #e4b56f;
}

#footer {
	width: 960px;
	height: 300px;
	margin: 0;
	padding: 0;
	background: #333 url(../images/thorfooter.jpg) no-repeat;	
}
/* END THORSDAY */

