/*
CSS for PROLIFIC GENIUS: The David E. Kelley Fanlisting [version 1: Pattern Overdose]
http://kelley.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: #D3DDDE url(img/bg.jpg) repeat-x top left;
	font: 16px/110% "Trebuchet MS", "Lucida Grande", Arial, Serif;
	color: #555;
	margin: 0px;
	padding: 0px;

}

input, textarea, select {
	border: 0px;
	background: #D3DDDE;
	border: 1px solid #99CC99;
	font: 11px/100% Verdana, Tahoma, sans-serif;
	color: #333;
}


textarea {
overflow-x: hidden;
overflow-y: scroll;
width: 150px;
height: 30px;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font: bold 24px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	letter-spacing: 2px;
	margin: 0;
	padding: 5px 5px 0px 10px;
	text-transform: uppercase;
	border-bottom: 1px dashed #628AA1;
}


h3 {
	font-size: 16px;
}


a {
	color: #CC3333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #759CB2;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

b {
	color: #74587F;
}

ul, li {
	list-style: diamond;
}

/* HEADER */

#header {
	width: 750px;
	height: 303px;
}


/*MENU*/

#menu {
	width: 340px;
	background: #240000;
	position: relative;
	left: 400px;
	top: -250px;
	z-index: 10;
	padding: 2px;
	text-align: center;
	letter-spacing: 2px;
}

#menu a {
	text-transform: uppercase;
	font: bold 14px Arial;
	color: #999;
}

#menu a:hover {
	background: #000;
	color: #759CB2;
}


/* Page */

#page {
	width: 720px;
	position: relative;
	top: -170px;
}

*html #page {
	position: relative;
	top: -203px;
}

/* Content */

#content {
	width: 500px;
	position: relative;
	left: 225px;
}

.post {
	padding: 15px;
	margin-bottom: 15px;
}

.post .title {
	margin: 0;
	padding: 5px 5px 0px 10px;
	text-transform: uppercase;
	color: #669999; 
}

.post .title a:hover {
	text-decoration: none;
	background: none;
}

.post .entry {
	padding: 0 20px;
	color: #555;
	font: 17px/140% Garamond, Georgia, Serif;
}

.post .meta {
	padding: 10px;
	background: #C5DACB;
	font: bold 14px Verdana;
	color: #6F7680;
	text-align: center;
}

.tiny {
	color: #006699;
	font: italic 9px Arial, Tahoma, Serif;
	padding: 10px;
	text-align: center;
}


/* Footer */

#footer {
	width: 200px;
	position: absolute;
	top: 240px; 
	left: 10px;

}

.meta {
padding: 10px;
background: #C5DACB;
font: bold 14px Verdana;
color: #6F7680;
text-align: center;
}


#footertxt {
	color: #006699;
	font: italic 9px Arial, Tahoma, Serif;
	padding: 10px;
	text-align: justified;
}

#footer a {
	color: #333;
}

#footer a:hover {
	color: #555;
	background: #ccc;
}