/*
Theme Name: Creative Blog
Theme URI: http://www.themeslive.com
Description: High quality theme Creative Blog
Version: 1.0
Author: ThemesLive.Com
Author URI: http://www.themeslive.com/
*/


body {
	background: #000000;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #000000;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #FF6347;
}


h1, h2 {
	margin-top:0px;
}

h1 {
	font-size:14pt;
}

h2 {
	font-size:11pt;
	background: url('images/h2.png') repeat-x;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding-bottom: 60px;
	width: 960px;
	background: url('images/bgpage.png');
	background-repeat: repeat-y;
}

#header {
	margin-top: 0px;
	width: 960px;
	height: 291px;
	background: url('images/header.jpg');
	background-repeat: no-repeat;
}

.title {
	padding-top: 210px;
	margin-left: 120px;
}

.title a{
	color: #ffffff;
}

.title a:hover {
	color: #FF6347
}

#pagewrap {
	position: relative;
	width: 720px;
	margin: 0 auto;
	margin-top: 30px;
}

#container {
	float:left;
	width: 510px;
}

.sidebar {
	float:right;
	width: 200px;
}

#footer {
	clear: both;
	background: url('images/footer.png') no-repeat;
	height: 38px;
}

.copyright {
	position: relative;
	top: 40px;
	text-align: center;
}

.post {
	border-bottom: 2px dotted #666666;
	margin-bottom: 20px;
}

.entry {
}

.postmetadata {
	font-size: 8pt;
	color: #B22222;
}

.sidebar ul{
	list-style-type: disc;
	color: #B22222;
}

.sidebar ul ul li{
	list-style-type: circle;
}



/* COMMENT STYLE CSS */

.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;
}


blockquote {
	font-size:8pt;
	color: #666666;
	margin-top:15px;
	margin-bottom:15px;
	margin-left: 50px;
}
