/*
CSS for FLY TO THE ANGELS: THE MALIBU FANLISTING [v.2]
http://malibu.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: #0E002C;
	font: 13px/130%  Arial, Serif;
	color: #999;
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
	border: 0px;
	background: #333;
	border: 1px dotted #99CC99;
	font: 11px/100% Verdana, Tahoma, sans-serif;
	color: #ffffcc;
}

textarea {
overflow-x: hidden;
overflow-y: scroll;
width: 150px;
height: 30px;
}

h1 {
	font-size: 24px;
}


h3 {
	font-size: 16px;
}


a {
	color: #9A9458;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #C5DFC7;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

b {
	color: #5B62A2;
}

i, em {
	color: #E7B5AA;
}

blockquote {
padding: 10px;
font: italic 12px/120% Georgia, Sans-Serif;
color: #8B6591;
background: #1A0044;
}

blockquote a, blockquote a:visited, blockquote a:active {
color: #B4AC69;
}

/* Container */
#wrapper {
float: right;
width: 499px;
}

/* Header */

#header {
	width: 499px;
	height: 361px;
}

/* Page */

#page {
	width: 499px;
}

/* Content */

#content {
	padding: 40px 0px 0px 10px;
}

.post {
	padding: 15px;
	background: url(images/bodybg.jpg) no-repeat top left;
	margin-bottom: 15px;
}

.post h1 {
	margin: 0;
	padding: 3px 3px 3px 10px;
	font: 20px Georgia, Serif;
	text-transform: uppercase;
	color: #D593C2;
	letter-spacing: 3px;
	border-bottom: 1px dashed #333;
}

.post .entry {
	padding: 0 20px;
	text-align: justify;
}

.post .entry .p {
	text-align: justify;
}


/* Menu */

#menu {
	float: right;
	width: 575px;
	height: 30px;
	padding: 5px;
	background: #09001B;
	font: 22px "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial;
	color: #A49F5B;
}


#menu a, #menu a:active, #menu a:visited {
	color: #A49F5B;
	text-transform: uppercase;
	padding: 5px 10px;
}

#menu a:hover {
	color: #ffffcc;
	padding: 5px 10px;
}


#sidebar li p {
	padding: 0 20px;
}

/* Footer */

#footer {
	clear: both;
	width: 450px;
	height: 56px;
	padding: 12px 5px;
}

#meta {
	padding: 5px;
	font: bold 12px Arial, Verdana;
	color: #6F7680;
	text-align: center;
}

#meta a, #meta a:active, #meta a:visited {
	color: #ffffcc;
	text-align: center;
	text-transform: uppercase;
}

#footertxt {
	width: 450px;
	padding: 10px;
	font: italic 11px/110% Verdana, Arial; 
	color: #8B6591;
	background: #1A0044;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #86EEEA;
	font: 10px Tahoma, Arial, Serif;
	text-align: center;
}

#footer a {
	color: #99CC99;
}

#footer .legal {
	float: center;
}

#footer .credit {
	font: italic 9px Arial;
	color: #ffffcc;
}
