/*
CSS for STUNNING: THE CATHERINE BELL FANLISTING [version 3: Sparkling Elegance]
http://cath.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: #999;
	font: 13px/130% "Lucida Grande", "Lucida Sans Unicode", Arial;
	color: #333;
	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 {
	background: #6F7680;
	border-bottom: 2px solid #555;
	color: #86EEEA;
}


h3 {
	font-size: 16px;
}


a {
	/*color: #F8E77C; #FFF090; #77CE77;*/
	text-decoration: none;
	color: #FFFF99;
}

a:hover {
	text-decoration: none;
	color: #9AD5CF;
	background: #333;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

b {
	color: #fff;
}

#header {
	width: 683px;
	height: 332px;
	margin: 0 auto;
}

/* Page */

#page {
	width: 683px;
	margin: 0 auto;
	background: #A6A6A6;
}

/* Content */

#content {
	float: left;
	width: 440px; 
	padding: 0px 0px 0px 10px;
}

.post {
	padding: 15px;
	background: url(images/bodybg.jpg) no-repeat top left;
	margin-bottom: 15px;
}

.post .title {
	margin: 0;
	padding: 3px 3px 3px 10px;
	font: bold italic 20px Georgia, Serif;
	text-transform: uppercase;
}

.post .title a:hover {
	text-decoration: none;
	background: none;
}

.post .entry {
	padding: 0 20px;
	text-align: justified;
}

.post .entry .p {
	text-align: justified;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	color: #FFFFCC;
	padding: 0px 30px 20px 0px;
}

*html #sidebar {
	padding: 15px 30px 20px 0px;
}

.menubg {
	background: url(images/menubg.jpg) no-repeat;
	z-index: 5;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
	font: 16px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 20px;
	border-bottom: 1px #99CCCC solid;
	background: url(images/bullet.gif) no-repeat 5px 50%;
}

#sidebar li li a, #sidebar li li a:active, #sidebar li li a:visited {
	display: block;
	color: #993333;
	font: italic 14px "Trebuchet MS", Tahoma, Arial;
	letter-spacing: 2px;
}

#sidebar li li a:hover {
	background: #A5AFA7;
}

#sidebar li h2 {
	height: 20px;
	margin-bottom: 15px;
	padding: 3px 3px 3px 10px;
	border-left: 3px solid #336666;
	border-bottom: 1px dotted #336666;
	color: #1B7575;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: italic 18px Arial;
	text-align: left;
}

#sidebar li p {
	padding: 0 20px;
}

/* Footer */

#footer {
	clear: both;
	width: 673px;
	height: 56px;
	margin: 0 auto;
	padding: 12px 5px;
	background: #A6A6A6;
}

#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: 620px;
	margin: 0 auto;
	padding: 3px;
	background: #6F7680;
	border-bottom: 2px solid #555;
}

#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;
}
