/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 10px;
	background: #000000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

h1, h2, h3 {
	color: #c664cc;


}

h1 {
}

h2 {
}

h3 {text-align: right; padding-right: 40px;
font: italic 18px Georgia, "Times New Roman", Times, serif;
;
}

p, blockquote, ul, ol {
	margin-bottom: 16px;
	line-height: 1.5em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #cb81c8;
}

a:hover {
	text-decoration: none;
	color: #cb81c8;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 892px;
	height: 110px;
background: url(images/header.jpg) no-repeat;

	margin: 0 auto;
	border-bottom: 1px solid #cb81c8;
}

/* Logo */

#logo {
	float: left;
	width: 868px;
	height: 96px;
	margin: 0px;
	padding: 28px 0px 0px 30px;
}

#logo h1 {
	margin: 0;
	padding: 0;
color: #bf6cbc;
	text-shadow: #ffffff -1px 1px 1px;
	font: italic 46px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	margin: 4px 0 20px 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}





/* Page */

#page {
	width: 930px;
	margin: 0 auto;
}

#page-bgtop {
	padding: 0px 26px;
}

/* Content */

#content {
	float: left;
	width: 620px;
}
.post {
	margin: 0px 0px 10px 0px;
font-size: 102%;

}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
text-shadow: #b35db0 -1px 1px 1px;
font-weight: normal;
	color: #e9b9e7;
}

.post .title a {
	padding: 4px 25px 4px 5px;
	text-decoration: none;
	
	color: #FFFFFF;
}

.post .entry {
}

.post img {
	float: left;
border: 2px solid #aa59a7;
margin-right: 12px; margin-top: 8px; margin-bottom: 8px;

}

.post .meta {
	text-align: right;
	padding-top: 20px;
	border-bottom: 1px solid #cb81c8;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	color: #5E5E5E;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 224px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 4px 0px 40px 12px;
}

#sidebar li li {
	font-size: 110%;
margin: 0;
	padding: 9px 0px;
	border: none;
}

#sidebar h2 {
	margin-bottom: 12px;
	padding: 0px;
	border-bottom: 1px solid #cb81c8;
	font-size: 160%;
	font-weight: normal;
	color: #e9b9e7;
}

#sidebar h3 {
	font-size: 120%;
font: italic;
	color: #cb81c8;
margin-bottom: 28px;
margin-right: -24px
}

#sidebar p {
	margin-bottom: 8px;
	line-height: normal;
	color: #a8a3a8;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #cab6cb;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #d4d1d4;
}


/* Footer */

#footer {
	width: 892px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	border-top: 1px solid #E5E5E5;
	color: #757E82;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #757E82;
}

#footer a:hover {
	text-decoration: none;
}