/*
CSS for IN THE DARK: THE THRILLER FANLISTING [version 1]
http://thriller.beatifique.org
Modified by Ai~ [http://beatifique.org]
Based on a design by Free CSS Templates (http://www.freecsstemplates.org)
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #575757 url(img/pattern3.jpg) repeat top left;
	font: normal 16px/150% "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-Serif;
	color: #ccc;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

input, textarea, select {
	border: 0px;
	background: #ECD8CF;
	border: 1px dotted #1B2F4F;
	font: 11px/100% Verdana, Tahoma, sans-serif;
	color: #1B4C4F;
}

textarea {
overflow-x: hidden;
overflow-y: scroll;
width: 150px;
height: 30px;
}

h1 {
	color: #86EEEA;
	background: #000 url(img/pattern_099.gif);
	text-align: right;
}

h2 {
color: #A70B0A;
}


h3 {
	font-size: 16px;
}


a {
	text-decoration: none;
	color: #99CCCC;
	border-bottom: #EFD5C0 1px dotted;
}

a:hover {
	text-decoration: none;
	color: #E1C9CA;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

b, strong {
	color: #CC6666;
}

i, em {
	color: #CCCC99;
}

blockquote {
	margin: 0 auto;
	width: 70%;
	font: 10px/140% Arial, Serif;
	color: #ffffcc;
	padding: 15px;
	border: #25999B 4px double;
}

/* Header */

#header {
	width: 739px;
	height: 371px;
	margin: 0 auto;
}


/* Page */

#page {
	width: 739px;
	margin: 0 auto;
	background: url(img/bodybg.gif) repeat-y;
}

*html #page {
	position: relative;
	left: 3px;
	margin-bottom: -56px;
	padding-bottom: 45px;
}

/* Content */

#content {
	width: 700px; 
	padding: 20px;
}

#welcome {
background: #333;
width: 70%;
margin: 0 auto;
padding: 15px;
font: 20px/150% Georgia, Serif;
}

.first-letter {
font: bold 32px/150% Georgia, Serif;
color: #BA0300;
}

.clincher {
font-style: italic;
color: #ffffcc;
}

.normal {
font: 15px/150% "Century Gothic", Arial, Sans-serif;
color: #F6BB93;
text-align: center;
width: 70%;
margin: 0 auto;
}

.post {
	padding: 15px;
}

.post h1 {
	margin: 0;
	padding: 3px 3px 3px 30px;
	font: italic 24px Georgia, Serif;
	color: #ffffcc;
	letter-spacing: 5px;
}

.post .title a:hover {
	text-decoration: none;
	background: none;
}

.post .entry {
	padding: 0 20px;
	text-align: justified;
	margin-top: -12px;
	line-height: 150%;
}

.post .entry .p {
	text-align: justified;
	color: #1B4C4F;
}


/* Menu */

#navcontainer
{
height: 32px;
margin: 0 auto;
position: relative;
top: -70px;
}

*html #navcontainer
{
position: relative;
top: -55px;
left: -22px;
margin-bottom: -58px;
}

#navlist li
{
display: inline;
padding: 5px 0px;
background: #000;
}

#navlist a
{
font: 18px/120% "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif; 
text-decoration: none;
color: #ffffcc;
border-bottom: 1px solid #990000;  
}

#navlist a:link, #navlist a:visited
{
padding: 5px;
}

#navlist a:hover
{
color: #E2583E;
border-bottom: 1px solid #1C531B; 
} 

/* Submenu */

#submenu {
	clear: both;
	padding: 20px 0;
	background: #222; 
	color: #A9B6BB;
}

#submenu ul {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: block;
	float: left;
	width: auto;
	padding: 0 12px 0 0;
}

#submenu li ul {
	width: 200px;
	margin: 0;
}

#submenu li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 10px;
	background: url(img/img17.gif) no-repeat left center;
	border-bottom: 1px solid #424546;
}

#submenu h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid #424546;
	font-size: 1.2em;
}



/* Footer */

#footer {
	clear: both;
	width: 739px;
	height: 119px;
	margin: 0 auto;
	background: url(img/footer.jpg) no-repeat bottom center;
	color: #799A84;
}

*html #footer {
	margin-bottom: -45px;
}

#meta {
	padding-top: 15px;
	font: bold 15px/100% Georgia, Sans-Serif;
	text-align: center;
}

#meta a, #meta a:active, #meta a:visited {
	text-align: center;
	text-transform: uppercase;
	color: #B65050;
}

#meta a:hover {
background: #B65050;
color: #ccc;
} 

#footertxt {
	width: 450px;
	margin: 0 auto;
	padding: 3px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font: 10px Tahoma, Arial, Serif;
	text-align: center;
}

#footer .legal {
	float: center;
}

#footer .credit {
	font: italic 9px Arial;
	color: #ffffcc;
}
