/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #212B35;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	border: 1px solid #3C7BCF;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 1.5em;
	color: #626456;
}

h1 {
	letter-spacing: -.05em;
	font-size: 3em;
}

h2 {
	letter-spacing: -.02em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #8D8E85;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #3C7BCF;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #626456;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #3C7BCF;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 980px;
	height: 268px;
	margin: 0 auto;
}

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 10px 20px 0 20px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #8C8F7D;
}

#menu a:hover {
	background:  #F3F3F3;
	color: #2C2E22;
}

#menu .current_page_item a {
	background:  #F3F3F3;
	color: #2C2E22;
}

.search {
	float: right;
	/*border:1px solid #f00;*/
	position:relative;
	top:0;
	right:0;
	margin-top:20px;
	padding:20px 0 0 0;
	width: 290px;
}
.search input {
	margin:0;
	padding:1px 5px;
}

/* Logo */

#logo {
	width: 978px;
	height: 263px;
	margin: 0 auto;
	background: url(images/img12.jpg);
	border: 20px solid #F3F3F3;
}

#logo h2 {
	/*border:1px solid #0f0;*/
	padding: 0 5px 0 20px;
	margin-top: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 3.2em;
	color: #FFF;
	width:660px;
}

#logo h3 {
	/*border:1px solid #ff0;*/
	position:relative;
	top:0;
	left:0;
	width:660px;
	margin: 25px 5px 0 40px;
	padding:0;
	font-style: italic;
	color: #DDD;
}

#logo p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #E9E9E9;
}

/* Page */

#page {
	width: 978px;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	background: #FFFFFF;
	border: 20px solid #F3F3F3;
	border-top: none;
}

/* Content */

#content {
	float: left;
	width: 530px;
	padding: 0px;
	margin:0 20px;
}

.post h1 {
	padding: 15px 0  0 15px;
	font-size: 24px;
}

.post {
	padding: 0 10px 30px 15px;
	font-size:13px;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	background: url(images/img04.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CFCFCF;
}

.post .meta a {
	color: #CFCFCF;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x;
}

.post .links a, .post .tags a {
	border: none;
}

.post img {
border:none;
}

.post pre {
font-size:90%;
overflow:auto;
}

.post p {
overflow:auto;
}

.hornav p {
overflow:visible;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	margin: 0;
	background: url(images/img13.gif) no-repeat left top;
	padding: 15px 0  0 15px;
	height: 30px;
}

#recent-posts h3 {
	margin: 0;
	font-size: 13px;
	padding: 15px 0  0 15px;
	background: url(images/img04.gif) repeat-x left bottom;
}

#recent-posts p {
	margin: 0 0 10px 0;
	padding: 15px 0  0 15px;
	line-height: 22px;
	font-size: 13px;
}

/* Sidebars */

.sidebar {
	width: 190px;
	padding: 0px 5px;
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li li {
	padding: 5px;
	background: url(images/img04.gif) repeat-x left bottom;
	font-size: .8em;
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
	background: url(images/h2.gif) no-repeat left top;
	padding: 15px 0  0 15px;
	height: 30px;
}

.sidebar li ul {
	line-height: normal;
	background: url(images/img04.gif) repeat-x;
}

.sidebar li a {
	border: none;
	padding-left: 10px;
}

.sidebar li a:hover {
	border: none;
	padding-left: 10px;
}

/* Footer */

.footer {
	text-align: center;
	font-size: 9px;
}

.footer img {
	border:none;
}

.backl {
	text-align:right;
	font-size:11px;
	margin-bottom:20px;
	padding-right:4px;
	
}

.backl a {
	padding:2px 8px;
	color: #999;
	background: #eee;
	border:1px solid #ddd;
}

.backl a:hover {
	color: #333;
	background: #eee;
	border:1px solid #999;
}

.rubblock li {
padding-bottom:20px;
border-bottom:2px dotted #999;
}

.rubblock li h3 {
font-size:18px;
letter-spacing:-1px;
color: #666;
}