/* GENERAL */

body {
	margin: 0;
	background-color:#000000;
	background-image: url("images/blackroses_bg.jpg");	
	}

h1, h2, h3, h4 {
	margin: 0;
	}

img {
	border: 0;
	padding-right:8px;
	}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	}

.left {
	float:left;
	clear:none;

}

.right {
	float:right;
	clear:none;
}

.pcomment {
	width:200px;
}

.picborder {
	border:1px solid #333333;
}

/* WRAPPER */

#wrapper {
	margin: 0 auto;
	width: 960px;
	background:#000000 url("images/page.jpg") no-repeat top right;
	}

/* PAGE */

#page {
	}

/* HEADER */

#header {
	width: 960px;
	height: 220px;
	position: relative;
	}

/* HEADER INFO */
	
#header #header-info {
	position: absolute;
	top: 80px;
	left: 20px;
	width: 390px;
	color: #727272;
	}

#header #header-info h1 {
	color: #727272;
	font: normal 31px Helvetica;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 8px;
	}
	
#header #header-info h1 a {
	color: #BDB6B0;
	text-decoration: none;
	}

#header #header-info h1 :hover {
	color: #ff9e17;
	text-decoration: underline;
	}

#header #header-info .description {
	font: normal 16px Helvetica;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
	text-align: left;
	}

/* HEADER, MENU*/
	
#header #header-menu {
	position: absolute;
	top: 0;
	left: 85px;
	width: 555px;
	height: 10px;	
	}

#header #header-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 555px;
	height: 20px;
	color: #BDB6B0;
	}
	
#header #header-menu ul li {
	height: 20px;
	font: normal 10px/44px Verdana;
	color: #BDB6B0;
	float: left;
	text-transform: lowercase;
	background: url("images/header_menu_separator.gif") no-repeat right top;
	padding-right: 2px;
	margin-top: 0px;
	}
	
#header #header-menu ul li a {
	float: left;
	padding: 0 15px;
	color: #ff9e17;
	height: 20px;
	text-decoration: none;
	display: block;
	}
	
#header #header-menu ul li :hover {
	background-color: #000;
	color: #BDB6B0;
	}
	
#header #header-menu ul li ul {
	display: none;
	}
	
#header #header-menu ul li.current_page_item a {
	background-color: #000;
	color: #BDB6B0;
	}
	
/* Header - Search */
	
#header #header-search {
	position: absolute;
	top: 450px;
	left: 680px;
	width: 160px;
	height: 18px;
	color: #ff9e17;
	font: bold 12pt Helvetica;
	}
	
#header #header-search #searchform {
	margin: 0;
	padding: 0;
	width: 250px;
	color: #ff9e17;
	border:0px solid red;
	}
	
#header #header-search #s {
	width: 160px;
	height: 16px;
	padding: 3px;
	border: 0;
	font: normal 9pt Helvetica;
	color: #ffffff;
	background: #333333;
	float: left;
	}

#searchform .submitbutton {
	border: 1px solid #666666;
	color:	#FF9E17;
	font-size:8pt;
	background-color:black;
	margin:0px 0px 0px 10px;
	padding:3px;
	}	
	
#header-search .searchtitle {
	margin-bottom:5px;
	}
	
/* Header - Feed */
	
#header #header-feed {
	position: absolute;
	top: 350px;
	left: 720px;
	width: 62px;
	height: 62px;
	background: url("images/rss.png") no-repeat;
	}

/* Main */

#main {
	width: 960px;
	}

/* Main - Content */
	
#content {
	float: left;
	width: 650px;
	padding: 0 15px 0 20px;
	background-color: transparent;
	}
	
#content img {
	float: left;
	padding: 5px;
	}
	
/* Main - Content - Post */
	
#content .post {
	float: left;
	border:0px solid purple;
	margin-bottom: 45px;
	width: 580px;
	}
	
/* Post - Title */
		
#content .post .post-title {
	width: 580px;
	color: #727272;
	font: normal 14px Helvetica;
	}
		
#content .post .post-title a {
	color: #727272;
	text-decoration: none;
	}
		
#content .post .post-title a:hover {
	text-decoration: none;
	color: #ff9e17;
	}
		
#content .post .post-title .post-date {
	width: 82px;
	height: 45px;
	padding: 0 225px 6px 16px;
	background: url("images/post_date.gif") no-repeat;
	color: #BDB6B0;
	text-transform: lowercase;
	font: normal 12px/2px Helvetica;
	text-align: center;
	}
		
#content .post .post-title .post-date span {
	display: block;
	font-size: 20px;
	line-height: 24px;
	}
		
#content .post .post-title h2 {
	color: #BDB6B0;
	font: 20px Helvetica;
	text-transform: uppercase;
	padding-bottom: 5px;
	}
		
#content .post .post-title h2 a {
	color: #727272;
	text-decoration: none;
	}
		
#content .post .post-title h2 a:hover {
	text-decoration: underline;
	}
		
/* Post - Entry */
		
#content .post .post-entry {
	font: normal 12px/20px Verdana;
	color: #cccccc;
	width: 550px;
	}
		
#content .post .post-entry a {
	color: #ff9e17;
	text-decoration: none;
	}
		
#content .post .post-entry a:hover {
	text-decoration: underline;
	}
		
#content .post .post-entry a.more-link {
	font-weight: bold;
	}
		
#content .post .post-entry blockquote {
	border-left: 1px solid #ff9e17;
	margin: 0px 30px;
	padding-left: 15px;
	}
		
/* Post - Info */
		
#content .post .post-info {
	margin-top: 20px;
	padding-top: 10px;
	width: 580px;
	clear: both;
	font: normal 12px Helvetica;
	color: #727272;
	border-top: 2px dotted #727272;
	}
		
#content .post .post-info a {
	color: #727272;
	text-decoration: none;
	}
		
#content .post .post-info a:hover {
	text-decoration: underline;
	}
		
#content .post .post-info .post-info-comments {
	color: #ff9e17;
	font-weight: bold;
	}
			
#content .post .post-info .post-info-comments a {
	color: #ff9e17;
	}
		
/* Post - Comments */
		
#content .post h3 {
	font-size: 15px; 
	margin: 30px 0 5px 0;
	color: #ff9e17;
	text-decoration: none;
	font-family: Helvetica;
	}
		
#content .post .comments {
	font: normal 12px/20px ;
	color: #BDB6B0;
	width: 380px;
	}
		
#content .post .comments ol {
	margin: 10px 0;
	padding-left: 25px;
	}
		
#content .post .comments ol li {
	padding: 5px;
	}
		
#content .post .comments ol li a {
	color: #BDB6B0;
	text-decoration: none;
	}
		
#content .post .comments ol li a:hover {
	text-decoration: underline;
	}
		
#content .post .comments ol li.alt {
	background: #000000;
	}
		
#content .post .comments ol li cite {
	color: #727272;
	font-style: normal;
	font-weight: bold;
	}
		
#content .post .comments ol li cite a {
	color: #727272;
	text-decoration: none;
	}
		
#content .post .comments ol li cite a:hover {
	text-decoration: underline;
	}
		
#content .post .comments ol li .commentmetadata a {
	color: #727272;
	text-decoration: none;
	}
		
#content .post .comments ol li .commentmetadata a:hover {
	text-decoration: underline;
	}
		
#content .post #commentform {
	margin: 0;
	padding-left: 25px;
	font: normal 14px/20px Helvetica;
	color: #727272;
	width: 550px;
	}
		
#content .post #commentform a {
	color: #727272;
	text-decoration: none;
	}
		
#content .post #commentform a:hover {
	text-decoration: underline;
	}
	
/* Main - Content - Navigation */
	
#content .navigation {
	margin-bottom: 45px;
	font: bold 14px Helvetica;
	color: #fa9b17;
	background-color:#000;
	width: 380px;
	}
	
#content .navigation a {
	color: #fa9b17;
	text-decoration: none;
	}
	
#content .navigation a:hover {
	text-decoration: underline;
	color: #fa9b17;
	}
	
#content .navigation .navigation-previous {
	float: left;
	}
		
#content .navigation .navigation-next {
	float: right;
	}
	
/* Main - Sidebar */
	
#sidebar {
	float: left;
	width: 230px;
	font: normal 12px/18px Helvetica;
	color: #e9e7cd;
	background-color:#000;
	margin-top: 300px;	
	}
	
#sidebar a {
	color: #ccc;
	text-decoration: none;
	}
	
#sidebar a:hover {
	text-decoration: underline;
	color: #ff9e17;
	}
	
#sidebar .sidebar-box {
	padding-bottom: 20px;
	}
	
/* Sidebar - Titles */
		
#sidebar h3 {
	font: normal 18px Helvetica;
	color: #ff9e17;
	margin-bottom: 10px;
	}
		
/* Sidebar - Menus */
		
#sidebar ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style-type: none;
	}
		
#sidebar ul li {
	font: normal 13px/20px Helvetica;
	color: #e9e7cd;
	}
		
#sidebar ul li a {
	color: #727272;
	text-decoration: none;
	}
		
#sidebar ul li a:hover {
	text-decoration: underline;
	color: #ff9e17;
	}
		
#sidebar ul li ul {
	padding: 0 0 0 10px;
	}
		
/* Sidebar - Forms */
		
#sidebar #searchform {
	margin: 0;
	padding: 10px 0;
	width: 180px;
	text-align: center;
	}
		
#sidebar #searchform #s {
	width: 150px;
	}
		
/* Sidebar - Tables */
		
#sidebar #calendar_wrap {
	padding-left: 15px;
	width: 128px;
	}
		
#sidebar #calendar_wrap caption {
	font-weight: bold;
	color: #ff9e17;
	}
		
#sidebar #calendar_wrap tbody {
	text-align: right;
	}
		
#sidebar #calendar_wrap tfoot #next {
	text-align: right;
	}
		
#sidebar #calendar_wrap #today {
	font-weight: bold;
	}
		
/* Sidebar - Texts */
		
#sidebar .textwidget {
	padding: 0 5px;
	}

/* Footer */

#footer {
	width: 620px;
	padding: 0 65px;
	color: #BDB6B0;
	background-color: #000000;
	font: normal 12px/50px Helvetica;
	clear:both;
	text-align: center;
	}

#footer a {
	color: #ff9e17;
	}

#footer a:hover {
	color: #ff9e17;
	text-decoration: underline;
	}

/* Extras */
textarea {
	background-color:#333333;
	color:#ff9e17;
	border:0px;
	}

/* Twitter Sidebar */
.twitter {
	font-sze:7pt;
	}

.twitter_title_link {
	color:red;	
	}

.twitter-item{
	color:purple;
	border-bottom:1px dotted #333333;
	margin-bottom:5px;
	
	}

.twitter-message{
	color:yellow;
	}

.twitter-timestamp{
	color:#999999;
	display:block;
	font-size:7pt;
	text-align:right;
	}

#sidebar ul .twitter-link{
	color:#FF9E17;
	}

#sidebar ul .twitter-user{
	color:#999999;
	}


div.fillit {
clear:both;
display:block;
	width:580px;
	border:0px solid red;
	text-align:center;
}
.gad1 {
text-align:center;
width:580px;
height:80px;	
}
