/* 
Theme Name: Below the Horizon Theme 
Theme URI: http://www.mertural.com 
Description: Below the Horizon Theme 
Version: 1.0 
Author: MerT UraL 
Author URI: http://www.mertural.com 
*/ 
 
body { 
	margin: 0; 
	padding: 0; 
	background: #0D0D0D url(images/img1.gif) repeat-y center top; 
	font-family: Tahoma, Helvetica, Arial, sans-serif; 
	font-size: 13px; 
	color: #dfdfdf; 
} 
 
h1, h2, h3 { 
/*	text-transform: lowercase;   */
	font-family: Arial, "Times New Roman", Times, serif; 
	font-weight: normal; 
	font-style: italic; 
	color: #FF941D; 
} 
 
h2 { font-size: 24px; } 
h3 { font-size: 18px; } 
h4 { font-size: 11px; } 

h5 { margin: 0; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	font-style: italic; 
	color: #efefef; 
}
 
p, ol, ul, blockquote { 
	line-height: 22px; 
} 
 
a { 
	border-bottom: 1px dotted #707070; 
	text-decoration: none; 
	color: #eFeFeF; 
} 
 
a:hover { 
	border: none; 
} 
 
strong { 
	color: #f9f9f9; 
} 
 
/* Posts */ 
 
.post { 
	margin-bottom: 9px; 
	padding: 20px 40px 20px 60px; 
	background: #131313; 
	border-top: 1px solid #1F1F1F; 
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
	border-left: 1px solid #1F1F1F; 
	background: url(images/img1.gif) repeat-y -150px 0px; 
} 
 
.post h2, .post h3 { 
	margin-left: -40px; 
} 
 
/* Header */ 
 
#header { 
	width: 700px; 
	height: 175px; 
	margin: 0 auto; 
	background: url(images/img2.jpg); 
} 
 
#header h1 { 
	margin: 0; 
	padding: 40px 0 0 40px; 
	font-size: 36px; 
} 
 
#header h2 { 
	margin: 0; 
	padding: 0 0 0 192px; 
	font-size: 16px; 
} 
 
#header a { 
	border: none; 
	letter-spacing: -1px; 
	color: #333333; 
} 
 
/* Content */ 
 
#content { 
	width: 680px; 
	margin: 0 auto; 
	padding: 12px; 
} 
 
#colOne { 
	float: left; 
	width: 180px; 
} 
 
#colOne ul { 
	margin-left: 0; 
	padding-left: 0; 
	list-style: none; 
} 
 
#colTwo { 
	float: right; 
	width: 490px; 
} 
 
.comment { 
	border-top-style: none; 
	border-right-style: none; 
	border-bottom-style: none; 
	border-left-style: none; 
		background-color: #333333; 
		color:#FFFFFF; 
} 
 
/* Footer */ 
 
#footer { 
	clear: both; 
	width: 680px; 
	margin: 0 auto; 
	padding-top: 20px; 
} 
 
#footer p { 
	margin: 0; 
	text-align: center; 
	font-size: 10px; 
} 
 
#footer * { 
	color: #333333; 
}