/*
CSS for SUBTLY SEXY: THE HALTER STYLE FANLISTING [version 1]
http://halter.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: #EEF2F1 url(img/bg1.jpg) repeat top left;
	font: 13px/150% "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Serif;
	color: #322C16;
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
	border: 0px;
	background: #CDCFB6;
	border-bottom: 1px dotted #6AA57E;
	font: 11px/100% Verdana, Tahoma, sans-serif;
	color: #C84867;
}

textarea {
overflow-x: hidden;
overflow-y: scroll;
width: 150px;
height: 30px;
}

h1 {
	font-size: 24px;
}


h3 {
	font-size: 16px;
}


a {
	background: #EBEBD9;
	color: #678390;
	font: italic 10px "Trebuchet MS", Tahoma, Arial;
	letter-spacing: 1px;
	border-bottom: 1px #CC9966 solid;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border-bottom: none;
	border-top: 1px #CC9966 solid;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

b {
	color: #368985;
}

i, em {
	color: #993333;
}

blockquote {
border: 2px dashed #49D0D4;
background: #EAF0EB;
padding: 10px;
font: italic 11px/110% Verdana, Arial; 
color: #7A3961;
}

/* Container */
#wrapper {
float: right;
width: 702px;
}

/* Header */

#header {
	width: 702px;
	height: 411px;
}

/* Page */

#page {
	width: 702px;
	background: url(img/bg4a.jpg) repeat-y top left;
}

/* Content */

#content {
	float: right;
	width: 380px; 
	padding: 0px 0px 0px 10px;
	position: relative;
	top: -50px;
}

*html 
#content {
	width: 360px; 
}
.post {
	padding: 15px;
	margin-bottom: 15px;
}

.post h1 {
	margin: 0;
	padding: 3px 3px 3px 10px;
	font: 24px "Century Gothic", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Serif;
	text-transform: uppercase;
	color: #C84867;
	letter-spacing: 2px;
	border-bottom: 1px dotted #6AA57E;
}

.post .entry {
	padding: 0 20px;
	text-align: justify;
}

.post .entry .p {
	text-align: justify;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	color: #FFFFCC;
	padding: 0px 0px 20px 40px;
}

*html #sidebar {
	padding: 15px 30px 20px 45px;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	background: #C2D4CA;
	border-bottom: 2px solid #7CB6BA;

}

#sidebar li p {
	font: 11px/120% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial;
	color: #454C64;
	text-align: justify;
}

#sidebar li h1 {
	font: 15px/130% "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial, Georgia, Garamond, Times, Sans-Serif;
	color: #F6F6D7;
	background: #B0577C;
	letter-spacing: 2px;
	text-align: right;
	padding: 2px;
	border-top: 1px solid #7CB6BA;
}

#sidebar li ul {
	font: 16px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 20px;
}

#sidebar li li a, #sidebar li li a:active, #sidebar li li a:visited {
	display: block;
	background: #E4EAC0 url(img/bullet.gif) no-repeat 0 8px;
	color: #678390;
	font: italic 12px "Trebuchet MS", Tahoma, Arial;
	letter-spacing: 2px;
	padding: 2px;
	padding-left: 20px;
	border-bottom: none;
}

#sidebar li li a:hover {
	background: #669999;
	color: #fff;
	padding: 2px;
	text-align: right;
	border-right: 4px solid #678390;
	border-bottom: 1px solid #555;
	border-top: 0px;
}


#sidebar li p {
	padding: 0 20px;
}

/* Footer */

#footer {
	clear: both;
	width: 250px;
	margin: 0 auto;
	color: #667C99;
}

#meta {
	padding: 5px;
	font: bold 12px Arial, Verdana;
	color: #6F7680;
	text-align: center;
}

#meta a, #meta a:active, #meta a:visited {
	color: #BE264C;
	text-align: center;
	text-transform: uppercase;
}

#footertxt {
	width: 240px;
	padding: 3px;
	background: #DBE8E6;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #73798F;
	font: 10px Tahoma, Arial, Serif;
	text-align: center;
}

#footer p a:active,  #footer p a:visited, #footer p a:link {
	color: #268D92;
	border-bottom: 2px dotted #ffffcc;
	background: none;
	font: 10px/110% Arial, Serif;
	letter-spacing: 0px;
}

#footer .legal {
	float: center;
}

#footer .credit {
	font: italic 9px Arial;
	color: #ffffcc;
}
