html {
	font: 12px Arial, Helvetica, sans-serif;
/*	line-height: 180%;*/
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	background: #909788;
	color: #333;
	/*border-top: 8px solid #4a545b;*/
}

a {
	/*color: #53574e;*/	
	color: #fff;
}

	a:hover {
		color: #7b8175;
	}

/********
 * Header
 */

#header {
	font: 1.6em;
	width:768px;
	margin: 0 auto 0 auto;
	position:relative;
	height:268px;
	/*background-image: url(http://design-comm.net/wp-content/themes/moonlight-v10/images/header-metalhouse.jpg);
	background-repeat:no-repeat;	
	text-align: center;*/
}

#header #rays {
	/*background: transparent url(images/page_back.gif) bottom left repeat-x;*/
}

#header h1 {
	display:none;
	margin:0;
	/*padding: 36px 0 2px 0;*/
	font-weight: normal;
	/*background: transparent url(images/rays.gif) bottom center no-repeat;*/
}
	#header h1 a {
		text-decoration: none;
		color: #fff;
	}
		#header h1 a:hover {
			color: #ddffff;
			text-decoration: underline;
		}

#header p {
	padding: 7px 0;
	margin: 0;
	font-style: italic;
	font-size: 0.8em;
	/*background: #3d444b;*/
}

#header #descriptionText {
	z-index:1;
	position:absolute;
	top:240px;
	margin-left:20px;
	font-size: 1.1em;
	color:#fff;
	font-style:italic;
	}
#header #descriptionTextshadow {
	z-index:1;
	position:absolute;
	top:241px;
	margin-left:20px;
	font-size: 1.1em;
	color:#000;
	font-style:italic;
	}	

/********
 * Post Content
 */

#content_box {
	width: 738px;
	margin: 0 auto 0 auto;
	background: #A0AC94;
	padding:15px;
	min-height:300px;
}

.posts {
	margin-right: 240px;
}

.posts h2, h3 {
	margin: 0;
	font-family: 1.7em;
}
	.posts h2 a {
		text-decoration: none;
		color: #ececec;
	}
		.posts h2 a:hover {
			text-decoration: underline;
		}

.posts h4.meta {
	margin: 0;
	font-size: 0.8em;
	font-weight: normal;
	color: #7b8175;	
}

h3 {
	margin-bottom: 10px;
	font-size: 1.4em;
}
	.entry h3, h3.archive_head {
		border-bottom: 1px solid #6d767d;
	}

code {
	padding: 8px;
	margin: 5px 0;
	display: block;
	font: 1.4em "Monaco", "Courier", sans-serif;
	background: #3d444b;
}
	#comment_list code {
		font-size: 1.1em;
	}

blockquote {
	margin: 0 0 0 15px;
	padding: 0 0 0 30px;
	font: 1.2em Georgia, Times, serif;
	line-height: 130%;
	color: #f0f0f0;
	background: url(images/quotes.gif) 0 3px no-repeat;
}

.tagged {
	position: relative;
	width: 99%;
	margin-bottom: 10px;
	/*border-top: 1px solid #6d767d;
	border-bottom: 1px solid #6d767d;*/
}
	.tagged span {
		position: absolute;
		right: 0;
	}

.tagged, .navigation {
	padding: 3px 0;
}

.navigation {
	position: relative;
	width: 99%;
	margin: 20px 0;
}
	.navigation span.next {
		position: absolute;
		right: 0;
	}
	
	.single .navigation {
		border-top: 1px solid #6d767d;
		border-bottom: 1px solid #6d767d;
	}

img[align="left"], img[alt="an image"] {
	margin: 0 10px 10px 0;
}

img[align="right"] {
	margin: 0 0 10px 10px;
}

img[alt="an image"] {
	float: left;
}

/********
 * Sidebar
 */

#sidebar {
	width: 200px;
	margin: 0 0 50px 0;
	float: right;
	display: inline;
	padding-bottom:20px;
}

#sidebar h2 {
	margin-top: 30px;
	font: 1.4em Georgia, Times, serif;
}

#sidebar ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
}
	#sidebar ul li ul, #sidebar ul div ul {
		margin:20px 0 0 0;
		/*list-style-image: url(images/icon_datearr.gif);*/
	}
	
	#sidebar li ul li {
	/*background-color:#CCCCCC;*/
	margin-bottom:3px;
	/*padding:2px;*/
	padding-bottom:10px;
	background-image:url(http://design-comm.net/wp-content/themes/moonlight-v10/images/dividerline-rough.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	}
	#sidebar ul a {
		text-decoration:none;
		}

#sidebar .textwidget {
	font-style:italic;
	color:#333;
	}		

.flickr img, #flickrrss img {
	margin: 0 5px 0 0;
	border: 2px solid #3a4147;
}
#sidebar .widgettitle {	
	display:none;
	}

/********
 * Comments
 */

#comments {
	margin-top: -25px;
}

	.page #comments {
		margin-top: 30px;
	}

h3.comments_header {
	font: 1.6em Georgia, Times, serif;
}

#comment_list {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
}

#comment_list li {
	margin: 0;
	width: 95%;
	padding: 7px 10px 7px 10px;
	background: #3d444b;
	/*border-top: 1px solid #3a4147;
	border-bottom: 1px solid #3a4147;*/
}
	#comment_list > li {
		width: auto;
	}

	#comment_list li.alt {
		background: transparent;
		border: none;
	}

#comment_list li p.comment_meta {
	position: relative;
	margin: 0;
}
	p.comment_meta span {
		position: absolute;
		right: 12px;
	}
		p.comment_meta > span {
			right: 0;
		}
	
		#comment_list li p.comment_meta span a {
			text-decoration: none;
			color: #fff;
		}

form#comment_form input {
	width: 45%;
}

form#comment_form textarea {
	width: 98%;
	height: 150px;
	font: inherit;
}
	form#comment_form > textarea {
		width: 100%;
	}

.form_submit {
	width: auto !important;
}

form#comment_form label {
	display: block;
}

form textarea {
	margin:0;
	}

/********
 * Footer
 */

#footer {
	padding-bottom: 10px;
	width:768px;
	margin: 0 auto 0 auto;
	/*background:#7b8175;*/
}

#footer p.copy {
	font-size: 0.9em;
	font-style: italic;
	padding: 7px 10px;
	margin: 0;
	/*background: #3d444b;*/
}

hr {
	clear: both;
	visibility: hidden;
}

img {
	border: none;
}

