/* Main */

body {
	background: #000000 url(../images/img.jpg) no-repeat right top;
	text-align: justify;
	font-weight: normal;
	font-size: 11px;
	font-family: arial, helvetica;
	color: #666666;
	line-height: 20px;
}

h1 {
	margin: 0px;
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
	margin: 0px;
}

blockquote {
	margin: 0 30px 10px 30px;
	padding: 5px 10px 5px 30px;  	
  	background: #fafafa url(../images/quote.gif) no-repeat 3px 5px;
	border-left: 4px solid #cf9b00;
	font: normal 1.0em/1.2em 'Trebuchet MS', verdana, arial; 
	color: #2f4747;	
}

blockquote a {
	color: #2f4747;	
}

a.noline {
	text-decoration: none;	
}

a.noline:active {
	text-decoration: none;	
}

a.noline:hover {
	text-decoration: none;	
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}

img { border: 2px solid #ffffff; margin: 5px 0px 0px 10px; }

.img1 {
	float: left;
	margin: 5px 15px 0px 0px;
}

.pagination {
 	padding: 5px 10px 5px 0px;  	
  	background: #fafafa;
	border-right: 5px solid #cf9b00;
	font: bold 1em/2em verdana, arial, helvetica;
	text-align: right;
	line-height: 1.5em;
	color: #2f4747;
	min-height: 1.4em;
}

.gcomment {
 	padding: 5px 10px 5px 5px;  	
  	background: #fafafa;
	border-left: 5px solid #cf9b00;
	font: bold 1em/2em verdana, arial, helvetica;
	text-align: center;
	line-height: 1.5em;
	color: #2f4747;
	min-height: 1.4em;
}

.gcomment2 {
 	padding: 5px 10px 5px 18px;  	
  	background: #fafafa;
	background: #fafafa url(../images/gquote.gif) no-repeat 3px 5px;
	font: normal 1em/2em verdana, arial, helvetica;
	text-align: left;
	line-height: 1.0em;
	color: #2f4747;
	min-height: 1.4em;
}

.error {
	padding: 5px 10px 5px 5px;  	
  	background: #fafafa;
	border-left: 5px solid #cc0000;
	font: normal 1em/2em verdana, arial, helvetica;
	text-align: left;
	line-height: 1.0em;
	color: #2f4747;
	min-height: 1.4em;
}

.okay {
	padding: 5px 10px 5px 5px;  	
  	background: #fafafa;
	border-left: 5px solid #33cc00;
	font: normal 1em/2em verdana, arial, helvetica;
	text-align: left;
	line-height: 1.0em;
	color: #2f4747;
	min-height: 1.4em;
}

.pagination a {
	text-decoration: none;
	color: #2f4747;
}

.pagination a:hover {
	text-decoration: none;
	color: #cf9b00;
}

.query {
 border-bottom: thin dotted #ffffff;
 cursor: help;
 font-weight: normal
}

/* Search */

#search {
	margin: 0px;
	padding: 0px;
	background-color: #cc441b;
	color: #ffffff;
}

/** Forms */

form {
	margin: 0px;
}

form.comment {
	margin: 0 30px 10px 30px;
	padding: 5px 10px 5px 30px;  
	border-right: 5px solid #cf9b00; 
	background-color: #fafafa;
	color: #2f4747;	
}

label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}

textarea {
	width: 400px;
	padding: 2px;
	font: normal 1em verdana, arial, sans-serif;
	border: 1px solid #dcdcdc;
	height: 100px;
	display: block;
	color: #000000;
}

input.button { 
	margin: 0; 
	font: bolder 1em Arial, Sans-serif; 
	border: 1px solid #dcdcdc; 
	padding: 1px; 
	background: #ffffff;
	color: #000000;
}

.input1 {
	width: 130px;
	background-color: #ffffff;
	border: 1px solid #363636;
	color: #ffffff;
}

input, select {
	font: normal 1em verdana, arial, helvetica;
	color: #000000;
	border: 1px solid #dcdcdc;
}

/* Header */

#header {
	width: 850px;
	height: 60px;
	margin: 0px auto;
}

#header h1 {
	float: left;
	margin: 0px;
	padding-top: 20px;
	font-size: 40px;
	letter-spacing: -2px;
}

#header h2 {
	margin: 0px;
	padding-top: 38px;
	font-size: 12px;
	letter-spacing: -1px;
}

#header a {
	text-decoration: none;
	color: #000000;
}

/* Post */

.updated {
 color: #cf9b00;
 font-weight: bold;
}

.latest-post {
	padding: 0px 1em 0.5em 3em;
	font-family: verdana;
}

.latest-post p {
	line-height: 1.3em;
}

.latest-post h2 {
	line-height: 1.0em;
	font: normal 1.7em verdana, arial, helvetica;
	color: #cf9b00;
	margin-left: 0.4em;
	padding: 5px 10px 2px 1px;
}

.latest-post h3 {
	line-height: 1.0em;
	letter-spacing: -1px;
	font: normal 1.7em verdana, arial, helvetica;
	padding: 5px 10px 2px 15px;
	margin-left: 2em;
	display: block;
	color: #cf9b00;
}

.latest-post h4 {
	line-height: 1.0em;
	letter-spacing: -1px;
	font: normal 1.7em verdana, arial, helvetica;
	padding: 5px 10px 2px 0px;
	margin-left: 0em;
	display: block;
	color: #cf9b00;
}

.who-post {
	padding: 0px 2em 1em 3em;
	font-family: verdana;
}

.who-post p {
	line-height: 1.2em;
}

.who-post h2 {
	font-size: 1.7em;
	color: #000000;
}

.who-post h3 {
	line-height: 1.0em;
	letter-spacing: -1px;
	font: normal 1.7em verdana, arial, helvetica;
	padding: 5px 10px 2px 0px;
	margin-left: 0em;
	display: block;
	color: #cf9b00;
}

.who-post h4 {
	line-height: 1.0em;
	letter-spacing: -1px;
	font: normal 1.7em verdana, arial, helvetica;
	margin-left: -10px;
	margin-bottom: -8px;
	display: block;
	color: #cf9b00;
}

.post {
	padding: 1em 2em 1em 3em;
	border-top: 1px dashed #4E6A6A;
	font-family: verdana;
}

.post p {
	line-height: 1.2em;
}

.post h2 {
	line-height: 1.0em;
	font: normal 1.7em verdana, arial, helvetica;
	color: #cf9b00;
	margin-left: 0.4em;
	padding: 1px 10px 2px 1px;
}

.post h3 {
	line-height: 1.0em;
	letter-spacing: -1px;
	font: normal 1.7em verdana, arial, helvetica;
	padding: 5px 10px 2px 15px;
	margin-left: 2em;
	display: block;
	color: #cf9b00;
}

.post h4 {
	line-height: 1.0em;
	letter-spacing: -1px;
	font: normal 1.7em verdana, arial, helvetica;
	padding: 5px 10px 2px 0px;
	margin-left: 0em;
	display: block;
	color: #cf9b00;
}

.month {
	display: block;
	font-size: 0.8em;
	line-height: 0.8em;
	color: #cccccc;
	text-transform: uppercase;
	text-align: center;
}

.year {
	display: block;
	font-size: 0.8em;
	line-height: 0.8em;
	color: #868686;
	text-transform: uppercase;
	text-align: center;
	margin-left: 0em;
}

.day {
	display: block;
	font: bold 2em arial, verdana, helvetica;
	line-height: 1.1em;
	color: #666666;
	letter-spacing: -1px;
	text-align: center;
}

.date {
	position: relative;
	float: left;
	top: 0px;
	left: 0;
	text-align: center;
	margin: 0;
	padding: 2px 10px 2px 10px;
	list-style: none;
	border-right: solid 1px #cccccc;
}

.file {
	color: #ffffff;
	background: url(../images/file_arrow.gif) no-repeat;
	padding: 0px 0px 5px 17px;
}

.cat {
	color: #cccccc;
}

.archives {
 display: block;
 height: 40px;
 overflow: hidden;
 text-align: justify;
 padding-left: 8px;
 top: 0px;
 text-decoration: none;
}

a.archives:link { display: block; color: #ffffff; text-decoration: none }
a.archives:active { display: block; color: #ffffff; text-decoration: none }
a.archives:visited { display: block; color: #ffffff; text-decoration: none }
a.archives:hover { display: block; text-decoration: none }

.comment_head {
	margin: 0 0 0 0;
}

/* Content */

#logo {
	display: block;
	background: #000000 url(../images/logo.gif) no-repeat left top;
	width: 133px;
	height: 100px;
}

#content {
	width: 820px;
	margin: 10px auto;
	padding: 5px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 560px;
	background-color: #2f4747;
	padding: 20px 20px;
	border: 4px solid #666666;
	color: #ffffff;
	opacity: 1; // 0.9
	font: bold 1.0em verdana, arial, helvetica;
	text-transform: lowercase;
}

#colOne a:hover {
	color: #cf9b00;		
}

#colOne h1 {
	padding: 0 0 0 5px;
	text-transform: uppercase;
	font: 1.9em verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #cf9b00;
	margin-top: -10px;
}

#colTwo {
	float: left;
	width: 200px;
	text-transform: lowercase;
	margin-bottom: -30px;
}

#colTwo ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 15px 0;			
}

#colTwo ul li {
	padding: 0 5px;
}

#colTwo ul a {
	display: block;
	font-weight: bold;
	color: #fafafa; 
	height: 1.5em;
	text-decoration: none;
	padding: .3em 0 .3em 15px;
	background: #000000;		
	line-height: 0.9em;
}

#colTwo li .link_on{
	border-left: 0px solid #ffffff;
	margin: 3px 0px 0px 0px;
}

#colTwo ul a:hover {
	padding: .3em 0 .3em 10px;
	background: #000000;
	border-left: 5px solid #cf9b00;
	color: #cf9b00;		
}

#colTwo li .lhcom a {
	padding: .0em 0 .3em 10px;
	color: #ffffff;		
}

#colTwo li .lhcom a:hover {
	padding: .0em 0 .3em 10px;
	background: #000000;
	border-left: 5px solid #cf9b00;
	color: #cf9b00;		
}

#colTwo h1, #colTwo h2 {
	background: url(../images/arrow.gif) no-repeat;
	padding: 0px 0px 5px 30px;
	text-transform: uppercase;
	font: bold 1.1em verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #cf9b00;
}

.lh_comment_author {
	padding: 0px 0px 5px 30px;
}

/* Footer */

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 3px 0px;
	color: #787878;
}

#footer p {
	margin: 0px;
	padding-right: 100px;
	text-align: right;
	font-size: 10px;
}

#footer a {
	color: #cf9b00;
}
