/*
CSS for AMERICA'S QUEEN: THE JACKIE O. FANLISTING 
http://jackie.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: #52A685 url(img/bg.jpg) repeat-x top left;
	font: 14px/110% "Lucida Grande", Arial, Serif;
	color: #2E0C1B;
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
	border: 0px;
	background: #CCD9DC;
	border: 1px dotted #ccc;
	font: 11px/100% Verdana, Tahoma, sans-serif;
	color: #333;
}

textarea {
overflow-x: hidden;
overflow-y: scroll;
width: 150px;
height: 30px;
}

h1 {
	font-size: 24px;
}


h3 {
	font-size: 16px;
}


a:hover {
	text-decoration: none;
	color: #99FFFB;
	background: none;
}

a  {
	text-decoration: none;
	color: #821515;
	border-bottom: 1px dotted #ECEBC2;
}

a img {
	border: none;
}

b {
	color: #155882;
	background: #E8DAB3;
}

i, em {
	color: #B5D9A7;
}

blockquote {
border: 2px dotted #ccc;
padding: 10px;
font: italic 11px/110% Verdana, Arial; 
color: #26345E;
background: url(img/bq.jpg) no-repeat left;
}

/* Container */
#wrapper {
margin: 0 auto;
width: 656px;
}

/* Header */

#header {
	width: 656px;
	height: 486px;
	position: relative;
	top: -2px;
}

/* Page */

#page {
	width: 650px;
	border-right: 3px #376F5A solid;
	border-left: 3px #376F5A solid;
	position: relative;
	top: -2px;
}

/* Content */

#content {
	float: right;
	width: 400px;
	padding-right: 10px;
	position: relative;
	top: -270px;
	left: 10px;
	margin-bottom: -270px;
}

.post {
	padding: 15px;
}

.post h1 {
	margin: 0;
	padding: 3px 3px 10px 45px;
	border-bottom: 2px dashed #B5D9A7;
	font: bold italic 24px Georgia, Serif;
	text-transform: uppercase;
	color: #0C1A33;
	letter-spacing: 3px;
	background: url(img/h1.gif) no-repeat top left;
}

*html .post h1 {
	height: 36px;
}

.post .entry {
	padding: 0 20px;
	text-align: justify;
}

.post .entry .p {
	text-align: justify;
	color: #2E0C1B;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	color: #FFFFCC;
	padding: 15px 10px 10px 8px;
	position: relative;
	left: 20px;
	top: -170px;
}

*html #sidebar {
	padding: 5px 10px 20px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	padding: 5px 5px 3px 5px;
}

*html #sidebar li {
	height: 20px;
}

#sidebar li a, #sidebar li a:active, #sidebar li a:visited {
	display: block;
	color: #CCE9E7;
	font: bold italic 14px "Trebuchet MS", Tahoma, Arial;
	letter-spacing: 2px;
	padding: 5px 10px;
	font: italic 18px Georgia, Serif;
	background: #60A584;
	border-bottom: 1px dotted #ccc;
	border-left: 5px solid #ffffcc;
}

#sidebar li a:hover {
	background: #B5D9A7;
	color: #333;
	padding: 5px 10px;
}


#sidebar li p {
	padding: 0 20px;
}

/* Footer */

#footer {
	clear: both;
	width: 630px;
	height: 56px;
	padding: 12px 5px;
	color: #CCFFFF;
}

#meta {
	padding: 5px;
	font: bold 12px Arial, Verdana;
	text-align: center;
}

#meta a, #meta a:active, #meta a:visited {
	color: #555;
	text-align: center;
	text-transform: uppercase;
}

#meta a:hover {
	color: #333;
}

#footertxt {
	width: 590px;
	padding: 3px;
	background: #60A584;
	border: 1px dotted #ccc;
	border-bottom: 3px solid #995555;
}

#footer p {
	margin: 0;
	line-height: normal;
	font: 10px Tahoma, Arial, Serif;
	text-align: center;
}


#footer a, #footer a:visited, #footer a:active {
	color: #CCFFCC;
	border: 0px;
}

#footer a:hover {
	border-bottom: 1px dashed #ccc;
}


#footer .legal {
	float: center;
}

#footer .credit {
	font: italic 9px Arial;
	color: #ffffcc;
}
