/*
CSS for STRENGTH OF WILL: THE MICHELLE DESSLER FANLISTING [version 1]
http://24.beatifique.org/michelle
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: #4C4C4C url(img/bg.jpg) repeat-x top left;
	font: 15px "Trebuchet MS", Arial, "Lucida Grande", "Lucida Sans Unicode", 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;
}


h3 {
	font-size: 16px;
}


a {
	text-decoration: none;
	color: #99CCCC;
	border-bottom: #EFD5C0 1px dotted;
}

a:hover {
	text-decoration: none;
	color: #99CCBB;
	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: #CCCC99;
}

blockquote {
	margin: 0 auto;
	width: 70%;
	font: 10px/140% Arial, Serif;
	color: #ffffcc;
	padding: 15px;
	border: #25999B 4px double;
}

#header {
	width: 601px;
	height: 375px;
	margin: 0 auto;
}


/* Page */

#page {
	width: 601px;
	margin: 0 auto;
	background: url(img/bodybg.gif) repeat-y;
}

*html #page {
	margin-bottom: -56px;
	padding-bottom: 45px;
}

/* Content */

#content {
	width: 580px; 
	padding: 0px 0px 0px 10px;
}

.post {
	padding: 15px;
	background: url(images/bodybg.jpg) no-repeat top left;
}

.post h1 {
	color: #C57F6C;
	margin: 0;
	padding: 3px 3px 3px 30px;
	font: bold italic 20px Georgia, Serif;
	text-transform: lowercase;
	background: #553C3D url(img/pat.jpg) no-repeat left 1px;
}

.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;
}


/* Menu */

#navcontainer
{
height: 32px;
margin: 0 auto;
position: relative;
top: -50px;
color: #9C868F;
}

*html #navcontainer
{
position: relative;
top: -38px;
left: -22px;
margin-bottom: -58px;
}

#navlist li
{
display: inline;
padding-left: 15px;
background-repeat: no-repeat;
}

#navlist a
{
font: bold 16px Georgia, Serif;
text-transform: uppercase;
text-decoration: none;
color: #DDDDBD;
background: #B65050;
border: 1px dotted #333;
border-bottom: 3px solid #333;
}

#navlist a:link, #navlist a:visited
{
padding: 5px;
}

#navlist a:hover
{
border: 1px dotted #ccc;
border-bottom: 3px solid #ccc;
background: #333;
color: #90BABA; 
} 


/* Footer */

#footer {
	clear: both;
	width: 601px;
	height: 75px;
	margin: 0 auto;
	background: url(img/footer.jpg) no-repeat bottom center;
	color: #799A84;
}

*html #footer {
	margin-bottom: -45px;
}

#meta {
	padding: 5px;
	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;
}
