/*  
Theme Name: Starlet
Theme URI: http://www.headlessbuddha.com
Description: The Starlet theme.
Version: 2.0
Author: headlessbuddha.com
Author URI: http://www.headlessbuddha.com/

*/

html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #9f5da3;
        text-decoration: none;
}
a:hover {
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: #160020 0px 135px url(images/grad_ava.jpg) repeat-x;
	font: 12px "Verdana" arial, sans-serif;
	color: #cdc1e1;
	text-align:none;
}
table,tr,td {
margin:0px;
}
#header {
	background: 6px 0 url(images/header_bg.jpg) repeat-x;
        align:center;
        text-align: center;

}
h1 {
	height: 95px;
	color: #9f5da3;
	font-weight: normal;
	font: 40px "harrow", "Lucida Grande", arial, sans-serif;
	line-height: 95px;
	text-indent: 23px;
	width: 400px;
}
h1 span {
	font-size: 60px;
}

#body {
/*	background: top right url(images/body_bg_ava_flare.jpg) no-repeat;*/
	margin-right:auto;
        margin-left:auto;
        align:center;
        text-align: center;
}

#nav {
	background: url(images/nav_bg_ava.gif) repeat-x;
	height: 40px;
	font-size: 10px;
	margin-right:auto;
        margin-left:auto;
        width:750px;
        clear: both;
}
#nav em {
	font-size: 14px;
	font-style: normal;
}
#nav ul {
	min-width: 780px;
	padding: 0;
	padding-top: 10px;
}
#nav li {
	background: 12px 6px url(images/bullet_nav_ava.jpg) no-repeat;
	float: left;
	padding-left: 30px;
	padding-right: 10px;
	margin: 0;
}
#nav li.first {
	background: none;
	padding-left: 20px;
}
#nav a {
	font-weight: normal;
	color: #9f5da3;
	text-decoration: none;
}
#nav a:hover {
	color: #9f5da3;
}

#content {
	background: #000000;
	border: 1px solid #cdc1e1;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: center;
}

#content h2 {
	font: 16px "Verdana" arial, sans-serif;
	font-weight: normal;
	color: #9f5da3;
	clear: both;
}
#content h2 strong {
	color: #9f5da3;
	font-weight: bold;
}
#content h2 a {
	color: #9f5da3;
	font-weight: bold;
	border-bottom: 0px;
}

#content h2.h {
	font-size: 12px;
}

.post {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	align: center;
	text-align: center;
}

.sidebar {
float: left;
width: 200px;
margin: 48px 28px 8px 28px;
background: #000000;
border: 1px solid #cdc1e1;
visibility:  hidden;
}
.sidebar .i {
	padding: 15px;
}
.sidebar h2 {
	color: #9f5da3;
}

.sidebar ul{
	list-style: disc;
	margin: 0;
	padding: 0 10px 0 10px;
}
.sidebar ul li li:before {
	color: #9f5da3;
	content: "\00BB \0020";
}

#copyright {
	text-align:left;
	margin-left:10px;
	padding-top: 6px;
	padding-bottom: 14px;
}

#footer {
	clear: both;
	background: url(images/footer_ava.jpg) repeat-x;
	height: 46px;
}

/*Adapted from WP */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
