/*
Theme Name: Grassy Sunset
Theme URI: http://wwww.twd.in
Description: A different color version of the Grassy Snow theme Desinged by <a href="http://www.twd.in">TWD</a>
Author: Swapnil Argawal
Author URI: http://www.twd.in


/*-----------Block Level Elements--------------*/

Body {
	background: #000000;
	color: #FFFFFF;
	font-family: Arial, Tahoma, san serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 1px;
}

a:link, a:visited {
	color: #FFFFFF;
}

#body {
	width: 740px;
	margin: 0 auto;
	background: url('images/body_bg.png') repeat-y;
}

#page {
	width: 676px;
	margin: 0 auto;
}

#header {
	width: 100%;
	padding-bottom: 8px;
}

#headerimg {
	height: 250px;
	background: url('images/header.png') no-repeat;
}

#headerimg h1 {
	font-size: 48px;
	letter-spacing: 3px;
	padding: 22px 32px 0px 32px;
	margin: 0;
}

#headerimg h1 a:link, #headerimg h1 a:visited {
	color: #000000;
	text-decoration: none;
}

.description {
	color: #000000;
	font-size: 18px;
	letter-spacing: 1px;
	padding-left: 36px;
}

#wrapper {
}

#content {
	float: left;
	width: 415px;
	margin-left: 13px;
}

#sidebar {
	width: 220px;
	margin-left: 444px;
	background: url('images/sidebar_bg.png') repeat-y;
}

#sidebar_top {
	height: 16px;
	background: url('images/sidebar_top.png') no-repeat;
}

#sidebar_bottom {
	height: 14px;
	background: #000000 url('images/sidebar_bottom.png') no-repeat;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px 22px;
	padding-left: 0px;
}

#sidebar ul ul li {
	list-style-image: url('images/bullet.png');padding-left:13px; padding-right:2px; padding-top:0px; padding-bottom:2px
}


#sidebar li a:link, #sidebar li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar h2 {
	color: #FF6600;
	font-size: 17px;
	letter-spacing: 1px;
	text-align: center;
	padding: 20px 5px 13px 5px;
	margin: 0px;
}

#footer {
	margin-left: 13px;
	clear: both;
	text-align: center;
	background: url('images/footer_bg.png') repeat-y;
}

#footer_top {
	height: 13px;
	background: url('images/footer_top.png') no-repeat;
}

#footer_bottom {
	height: 11px;
	background: #000000 url('images/footer_bottom.png') no-repeat;
}
.title_h2 {
	text-align: center;
}

.title_h2 a:link, .title_h2 a:visited {
	color: #FF6600;
	text-decoration: none;
	font-size: 18px;
}

.title_icon {
	text-align: center;
	display: inline;
	background: #000000 url('images/title_img.png') no-repeat left;
	padding-left: 40px
}

.title_icon_right {
	display: inline;
	background: #000000 url('images/title_img.png') no-repeat right;
	padding-right: 40px
}

.post {
	background: #000000 url('images/box_bg.png') repeat-y;
	margin-bottom: 17px
}

.entry {
	padding: 0px 24px;
	font-size: 11px;
}

.post_top {
	height: 17px;
	background: #000000 url('images/box_top.png') no-repeat;
}

.post_bottom {
	height: 14px;
	background: #000000 url('images/box_bottom.png') no-repeat;
}

/*-------------Other------------------*/

hr {
	color: #FFFFFF;
	height: 0px;
	margin: 0px 24px;
	border: 1px solid #FFFFFF;
}

.postmetadata {
	text-align: center;
	margin: 5px 24px;
	border-top: 1px solid #FFFFFF;
	padding-top: 10px;
}

.postmetadata a:link, .postmetadata a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.author {
	background: #000000 url('images/author.png') no-repeat left;
	padding-left: 22px
}

.category {
	background: #000000 url('images/cat.png') no-repeat left;
	padding-left: 22px
}

.comments {
	background: #000000 url('images/comment.png') no-repeat left;
	padding-left: 22px
}

#comment {
	width: 410px;
}
#main_start {position: absolute;left: -10000px;};