/*
CSS for FLUFFY GOODNESS: THE PANCAKES FANLISTING [version 1]
http://pancakes.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: #F5E2CD url(img/bg.gif) repeat top left;
	font: 14px "Trebuchet MS", Arial, "Lucida Grande", "Lucida Sans Unicode", Serif;
	color: #7B83B4;
	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;
}


h3 {
	font-size: 16px;
}


a {
	text-decoration: none;
	color: #009999;
	border-bottom: #EFD5C0 1px dotted;
}

a:hover {
	text-decoration: none;
	color: #D1408F;
	border-bottom: #FFFFCC 1px dotted;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

b, strong {
	color: #DB8183;
}

i, em {
	color: #6E9048;
}


blockquote {
	width: 520px;
	height: 300px;
	padding: 10px;
	background: url(img/nav.jpg) no-repeat right;
}

blockquote p {
	width: 120px;
	font: italic 12px/180% Cambria, Georgia, Garamond, Serif;
	color: #555;
	text-align: left;
}

#divider {
margin: 0 auto;
width: 70%;
height: 27px;
color: #ccc;
background: url(img/div.gif) no-repeat;
}

/* Header */

#header {
	width: 637px;
	height: 150px;
	margin: 0 auto;
}

*html #header {
	position: relative;
	left: -12px;
}


/* Page */

#page {
	width: 637px;
	margin: 0 auto;
	background: url(img/bodybg.gif) repeat-y;
}


/* Content */


#content {
	width: 600px; 
	padding: 20px;
	position: relative;
	top: -40px;
}

.post {
	padding: 15px;
}

.post h1 {
	color: #C57F6C;
	margin: 0;
	padding: 3px 3px 3px 120px;
	font: bold italic 20px Georgia, Serif;
	text-transform: lowercase;
	background: url(img/h1-3.gif) no-repeat left 20%;
}

.post .title a:hover {
	text-decoration: none;
	background: none;
}

.post .entry {
	padding: 0 20px;
	text-align: justified;
	margin-top: 5px;
	margin-bottom: 2px;
	line-height: 150%;
}

.post .entry .p {
	text-align: justified;
	color: #1B4C4F;
}

.welcome {
color: #2875AB;
background: #FFF8E5;
padding: 10px;
}

/* Menu */

#navcontainer
{
width: 350px;
height: 30px;
margin: 0 auto;
color: #9C868F;
position: relative;
top: -70px;
left: 100px;
}

#navlist li
{
display: inline;
padding-left: 15px;
background: url(img/bullet.gif) no-repeat 0px 50%;
}

#navlist a
{
font: italic 20px Garamond, Georgia, Serif;
text-transform: lowercase;
text-decoration: none;
color: #A07070;
}

#navlist a:link, #navlist a:visited
{
padding: 5px;
}

#navlist a:hover
{
border-bottom: 3px solid #9D7095;
color: #6E9048; 
} 

/* Footer */

#footer {
	clear: both;
	width: 637px;
	height: 124px;
	margin: 0 auto;
	background: url(img/footer3.gif) no-repeat bottom center;
	color: #799A84;
}


#meta {
	padding: 5px;
	font: bold 20px/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 {
color: #A07070;
} 

#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;
}

#fanupdate h2 {
border-bottom: 1px dashed #ccc;
font: 14px "Lucida Sans", "Lucida Sans Unicode", Arial, Sans-serif;
}
