html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, p, blockquote, th, td, img, a {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

body {
	color: #444;
	background: #fdfdfd url(img/bg_body.jpg) top left repeat-y;
	font-size: 14px;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.6;
}

.right {
	float: right;	
}

.hdn {
	display: none;	
}

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

a:hover {
	text-decoration: underline;
}

p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #444;
}

h1 {
	font-size: 15px;
	color: #242323;	
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom : 1px solid #e5e5e5;
}

h1 a {
	color: #242323;	
}

h2 {
	font-size: 20px;	
	font-weight: normal;
	color: #0F83DB;
	margin-top: 15px;
}

h2.title {
	margin-top: 35px;
	font-size: 28px;	
	color: #262626;
}

/*
*	Layout
*/

#page {
	width: 940px;
	margin: 0px auto;	
	padding: 50px 0 50px 50px;
	background: url('img/bg_col3.gif') top right repeat-y;
	min-height: 600px;
}

.col1 {
	float: left;
	width: 340px;	
	margin-right: 30px;
}

#col2 {
	float: left;
	width: 700px;	
}

#col3 {
	float: right;
	width: 190px;
	padding-top: 30px;
}

#footer {
	width: 850px;
	margin: 2px auto;	
	padding: 20px;
	border-top: 1px solid #e5e5e5;
}

#footer p {
	font-size: 11px;
	text-transform: uppercase;
}

p.link {
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

p.link b {
	position: absolute;
	top: -7px;
	left: -20px;
	font-size: 22px;
	color: #666;
}

p.link em {
	position: absolute;
	top: -2px;
	left: -12px;
	font-size: 13px;
	color: #666;
}

p.meta {
	color: #999;
	font-family: Georgia;	
	font-size: 12px;
	padding-top: 5px;
}

p.meta a {
	margin-right: 10px;	
	color: #999;
}

p.meta b {
	color: #666;
	font-weight: normal;
}

p.descr {
	font-family: Georgia;	
	font-family: Verdana;
	font-size: 12px;	
}

ul.list {
	list-style: none;
}

ul.list li {
	padding: 10px 0;
	border-bottom: 1px solid #E5E5E5;
}

ul.list li.last {
	padding-top: 20px;
	border: 0;	
}

#col3 h1  {
	display: block;
	width: 187px;
	height: 32px;
	background: url('img/logo.gif') no-repeat;
	text-indent: -9999px;
	line-height: 1;
	border: 0;
}

#col3 h1 a {
	width: 185px;
	height: 32px;
	display: block;
	outline: none;
}

#col3 ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 25px 0;
	color: #222;
}

#col3 ul li a {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
}

#col3 .links {
	position:relative;
	height: 54px;
}

a.paging {
	background: #45A8DF;
	color: #FFF;
	font-size: 11px;
	padding: 5px 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-moz-border-radius: 7px;
	text-shadow: 0px 0px 1px #2F8CBF;
}

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

a.paging:active {
	position: relative;
	top: -1px;
}

/*
*	Content elements
*/

#content p {
	color:#444444;
	font-size:14px;
	padding:7px 0;
}

#content p.error {
	color: red;	
}

#content p code, ul li code, ol li code {
	background: #DFDFDF;	
	padding: 0 2px;
}

#content ul, #content ol {
	list-style-position: inside;	
	margin: 0 0 20px 20px;
}

#content .meta { 
	border-top : 1px solid #DDDDDD;
	border-bottom : 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 10px;
	color: #999999;
}

#content .intro {
	border-left: 2px solid #222;	
	padding: 0 10px;
	margin: 30px 0;
}

/*
*	Forms
*/

label {
	font-size: 11px;
	font-family: Tahoma;
}

input.txt {
	width: 200px;
	margin-right: 10px;
}

textarea {
	width: 500px;
	height: 200px;	
}

textarea, input.txt {
	border: 1px solid #CCC;	
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus {
	border-color: #959B9F;
	outline-color: #EFF8FF;
	outline-style: solid;
	outline-width: 2px;
}

textarea, input.txt {
	padding: 5px;
}

#submitForm label {
	display: block;
	padding: 5px 0 0 0;	
}

/*
*	Comments
*/

#content .comment_list {
	list-style: none;	
	margin-top: 7px;
	margin-left: 0;
}

.comment_list li .author {
	background: #EEE;
}

.comment_list li div.comment_block {
	padding: 10px;
	width: 670px;
	color: #444;
	overflow-x: hidden;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 20px;
}

.gravatar {
	float: left;
	width: 48px;
}

.gravatar img {
	padding: 2px;
	border: 1px solid #F2F2F2;
	width: 48px;
	height: 48px;
}

#content .comment_author {
	font-size: 16px;
}

.comment_author span {
	font-size: 12px;
}

.comment_text {
	margin-left: 70px;
}

#content .comment_text p {
	font-size: 12px;
	line-height: 1.8;
}

.comment_text code {
	background: #ddd;
	display: block;
	padding: 10px;
}

.comment_text blockquote {
	background: #ddd;
	display: block;
	padding: 10px;
	font-style: italic;
}
/*
*	Various
*/

.social {
	margin-top: 10px;
	padding: 10px;
	background: #eee;
	text-align: center;
}

.social img {
	margin: 5px;
}

table.options {
	width: 100%;
	margin: 10px 0 20px 0;	
}

table.options td {
	border-bottom: 1px solid #CFCCC2;
	padding: 5px 15px 5px 3px;
	color: #444;
	font-size: 12px;
}

.rss_tip {
	position: absolute;
	background: url('/img/shareit.png');
	width: 98px;
	height: 43px;
	padding: 20px;
	display: none;
}

.rss_tip a {
	display: block;
	color: #222;
	font-size: 11px;
}