/*
CSS for CADENCE OF THE SOUL: The Playing the Piano Fanlisting [v1]
http://piano.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: #160101;
	font: 15px "Trebuchet MS", "Lucida Sans Unicode", Sans-Serif;
	color: #C1BFBF;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

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

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

h1 {
	color: #86EEEA;
}


h3 {
	font-size: 16px;
}


a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
	border: 15px solid #19161A;
}

img.right {
	float: right;
	margin-left: 15px;
	margin-top: 15px;
	border: 15px solid #19161A;
}

b, strong {
	color: #34714E;
}

i, em {
	color: #808B64;
}

a, a:active, a:visited {
color: #6782AA;
text-decoration: none;
border-bottom: 1px dotted #D1408F;
}

a:hover {
	text-decoration: none;
	color: #028686; 
	border-bottom: #993366 1px dotted;
}

u {
	text-decoration: none;
	color: #aaa;
	border-bottom: #555 1px dotted;
}



blockquote {
	width: 371px;
	height: 160px;
	background: url(img/bq.jpg) no-repeat;
}

blockquote p {
	padding: 25px 35px;
	font: italic 14px/150% Georgia, "Times New Roman", Sans-Serif;
	color: #8F93B1;
	text-align: left;
	width: 320px;
}

table
{
	margin-bottom: 1.5em;
	margin: 0 auto;
	text-align: center;
}
table th
{
	font-weight: bold;
	
}
td
{
	padding: 10px;
	border: 1px #000 solid;
}
table tr.rowA, table td.C
{
	background-color: #232734;
	color: inherit;
}
table tr.rowB, table td.D
{
	background-color: #280F1E;
	color: inherit;
}

ul {
list-style: none;
}

li
{
padding-left: 25px;
padding-bottom: 5px;
background: url(img/bull.gif) no-repeat 0px 50%;
}

#divider {
margin: 0 auto;
width: 70%;
height: 27px;
color: #ccc;
background: url(img/div.gif) no-repeat;
}

#wrapper {
	align: left;
	width: 800px;
}

/* Header */

#header {
	height: 650px;
}

#stats {
position: absolute;
top: 405px;
left: -40px;
}

#welcome {
position: absolute;
top: 390px;
left: 385px;
border-left: 3px dotted #774358;
width: 455px;
}

#welcome p {
color: #CCCC99;
padding: 0px 20px;
font: 16px/150% "Trebuchet MS", Sans-Serif;
text-align: left;
letter-spacing: 1px; 
}


/* Content */


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

*html #content {
	padding: 0px;
}

.post {
	padding: 15px;
}

.post h1 {
	color: #99CCCC;
	margin: 0;
	padding: 3px 3px 3px 100px;
	font: italic 28px/200% Garamond, Georgia, Serif;
	letter-spacing: 5px;
	text-align: center;
	border-bottom: 1px dotted #555;
}

.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
{
width: 800px;
height: 50px;
color: #9C868F;
text-align: center;
letter-spacing: 2px;
background: #332028;
}

*html #navcontainer
{
position: relative;
left: 0px;
}


#navlist li
{
display: inline;
position: relative;
left: -30px;
padding-left: 15px;
background: url(img/bull2.gif) no-repeat 0px 50%;
}

#navlist a
{
font: italic 35px/120% Garamond, Georgia, Serif;
text-decoration: none;
color: #AFABD6;
border: 0px;
} 

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

#navlist a:hover
{
border-bottom: 3px solid #663333;
color: #FFCCFF;
/*background: #270C0C;*/
} 

/* Footer */

#footer {
	clear: both;
	height: 85px;
	background: url(img/footer.jpg) no-repeat;
	color: #ccc;
}


#meta {
	padding: 5px;
	font: 15px/100% "Century Gothic", Calibri, "Lucida Sans Unicode", "Lucida Sans", Sans-Serif;
	letter-spacing: 5px;
	text-align: right;
	position: relative;
	left: 20px;
}

#meta a, #meta a:active, #meta a:visited {
	text-align: center;
	text-transform: uppercase;
	color: #ffffcc;
	padding: 3px;
}

#meta a:hover {
color: #fff;
} 

#footertxt {
	padding: 3px;
	position: relative;
	left: 25px;
}

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

/* Quotes */

#quotes {
position: absolute;
left: 452px;
top: 200px;
width: 300px;
}

#quotes p {
color: #ccc;
font: italic 15px/120% Garamond, Serif;
letter-spacing: 2px;
}

.right {
float: right;
}


