@charset "utf-8";
* {
	outline:none;
}
body {
	font:11pt Tahoma, Arial, Helvetica, sans-serif;
	color:#373737;
	width:100%;
	min-width:950px !important;
	height: 100%;
	position:absolute;
}
#main {
	height: 100%;
}
#header {
	height: 200px;
	width: 100%;
	background-color:#373737;
}
#logo {
	background-image: url(img/logo.gif);
	display: block;
	float: left;
	height: 140px;
	width: 785px;
	margin:60px 0 0 40px !important;
	margin:80px 0 0 20px;
}
#header ul {
	display: block;
	font-size: 14px;
	text-align: right;
	position:absolute;
	top: 147px !important;
	top: 167px;
	right: 60px;
	line-height: 13pt;
}
#header a {
	text-decoration:none;
	color:#FFF;
}
#body {
	height: auto !important;
	height: 70%;
	min-height: 70%;
	margin-top: 40px;
}
#menu {
	float: right;
	width: 180px;
	padding: 0 30px 0 75px;
	height:auto !important;
	height:80%;
	min-height:80%;
	font-size:12px;
}
#menu a {
	text-decoration:none;
	color:#777;
}
#menu a:hover, #rss:hover {
	text-decoration:underline;
}
#searchbox {
	background: #373737 url(img/search-bg.gif) no-repeat left top;
	height: 28px;
	width: 156px;
	padding: 8px 0 0 18px;
	margin-bottom: 10px;
}
#searchbox input {
	font-size: 10px;
	color:#777;
	padding: 2px;
	height: 12px;
	width: 140px;
}
#menu h2 {
	font-size: 13pt;
	color: #0bc6fb;
	display: block;
	width: 100px;
	padding: 0 0 3px 2px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #0bc6fb;
	margin:20px 0 4px 0;
}
#menu ul {
	margin-left: 4px;
}
#menu li {
	padding-bottom:3px;
}
#content {
	padding-left: 40px;
}
#footer {
	text-align: center;
	width: 100%;
	overflow:hidden;
	font-size:10px;
}
#content {
	line-height:1.5em;
	padding-right:285px;
}
#content a {
	color:#0bc6fb;
	text-decoration:underline;
}
.post .info {
	text-align: center;
	float: left;
	width: 150px;
	margin: 8px 50px 0 0;
	font-size:13px;
	position:absolute;
	left: 0 !important;
	left: -200px;
}
.post {
	overflow: hidden;
	margin-bottom:30px;
	position:relative;
}
.post .date {
	font: bold 14px Georgia, Times, serif;
	padding-bottom:3px;
	color: #0bc6fb;
}
.post .text {
	margin-left: 200px;
}
.post .text p {
	text-indent: 1.5em;
}
.text h1, .text h2, .text h3 {
	margin:5px;
	color: #0bc6fb;
}
.info h1 {
	color: #0bc6fb;
}
.post h1, .post h1 a {
	font-size: 16pt;
	text-decoration: none;
}
#comments {
	margin-top: 40px;
}
#comments li {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}
#comments .head {
	color: #0BC6FB;
	letter-spacing: .2em;
	font-size: 8pt;
}
#comments p {
	font-size: 10pt;
	text-indent:0.5em;
}
#comments form input[type='text'], #comments form textarea {
	border: 1px solid #0bc6fb;
	width: 70%;
	font-size: 10pt;
	padding: 5px;
}
#comments form input[type='submit']{
	margin-left: 120px;
	width: 100px;
}
#comments form label {
	display:block;
	float: left;
	width: 120px;
}
#comments form li {
	margin: 5px;
	overflow:hidden;
}
.text h2 {
	font-size: 14pt;
}
.text h3 {
	font-size: 12pt;
}
.text ol, .text ul {
	line-height:1em;
	margin-left:15px;
}
.text li {
	list-style-position:outside;
	margin: 5px;
}
.text ol li {
	list-style-type:decimal;
}
.text ul li {
	list-style-type:disc;
}
.text ul li ul li {
	list-style-type:circle;
}
b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
blockquote {
	display: block;
	border-width: 0 0 0 3px;
	border-style: solid;
	border-color: #0bc6fb;
	padding-left: 10px;
	margin:10px;
	letter-spacing: 0.1em;
	font-style: italic;
}
