/*  
Theme Name: Jessica Heine Dot Com
Theme URI: http://www.wpdesigner.com
Description: This is my theme for a tutorial.
Version: 1.0
Author: Tayber Voyer
Author URI: http://www.raincoatmedia.com/tayber
*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form, address, dd, dl, hr {
	margin: 0;
	padding: 0;
	}
body {
	size: 90%;
	font-family: 'Century Schoolbook', Georgia, Arial, sans-serif;
	text-align: center;
	vertical-align: top;
	background: #070706 url(images/bg.gif);
        background-repeat: repeat-y;
	color: #9b9c98;

	}
h1 {
	font-family: Times, sans-serif;
	font-size: 1.4em;
	padding: 0 0 10px 0;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #78692d;

	}
a:hover {
	color: #aaFF89;

	}
p {
	padding: 10px 0 0 0;
font-weight: lighter;
line-height: 1.45em;
	}
#wrapper {
background: #000000;
	margin: 0 auto 0 auto;
	width: 960px;
	text-align: left;
	}
#header {
	float: left;
	width: 510px;
	height: 200px;
	background: url(images/banner.jpg) no-repeat;
	margin: 10px 30px 0 20px;
	}
#player 
	{
	width: 396px;
	float: left;
	}
#container {

	float: left;
	width: 500px;
	margin-left: 150px;
	}
.post {
	padding: 10px 0 10px 0;
	}
.post h2 {
	font-family: Times, Arial, sans-serif;
	font-size: 1.4em;
	margin-bottom: 3px;
font-weight: lighter;
	}
.entry {
	line-height: 1.4em;
	}
p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	}
.navigation {
	padding: 10px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 18px;
}
.sidebar {
	float: left;
	width: 260px;
	background: none;
	margin: 0 0 0 10px;
	display: inline;
	}
.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 4px 10px 0 10px;
	}
.sidebar ul li{
	padding: 5px 10px 0 10px;
	margin: 10px 0 0 0;
	width: 150px;
	}
.sidebar ul li h2 {
	font-family: Georgia, sans-serif;
	font-size: 0.9em;
	}
.sidebar ul ul li {
	padding: 0;
	line-height: 1.3em;
	}
#footer {
	padding: 10px 0 0 0;
	clear: left;
	width: 440px;
	margin: 200px;
	color: #a9a9ff;
	}
#footer p{
	line-height: 18px;
	}
#footer ul {
	margin-left: 0;
	
	
	}
#footer li {
	list-style-type: none;
	display: inline;
	margin: none;
	margin-left: 10px;
	}
//comments style from wpdesigner.com 
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#header li {
	list-style-type: none;
	display: inline;
	}
#header ul {
	margin-left: 700px;
}