/* @override http://tep.kz/test/ukko/wp-content/themes/ukko/style.css */

/*
Theme Name: UKKO
Description: Wordpress theme
Version: 1.0
Author: Author
*/


body, div, form, input, textarea, ul, li {
	font-family: tahoma;
	font-size: 12px;
	color: #404040;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
body {
	margin: 20px;
}
img {
	border: none;
	text-decoration: none;
}
a {
	text-decoration: underline;
	font-size: 12px;
}
h1 {
	font-family: "Century Gothic", Tahoma;
	font-size: 20px;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 3px;
	font-weight: 400;
}
h2 {
	font-family: "Century Gothic", Tahoma;
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 3px;
	font-weight: 400;
}
.color1 {
background-color: #eaeaea;
}
.color2 {
background-color: #fff;
}
/* =========== Header =========== */
#header {
	width: 960px;
	height: 120px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #ccc;
	border-bottom: none;
}
.logo {
	margin-top: 23px;
	margin-left: 38px;
}
#header_meta {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	padding-left: 5px;
	position: absolute;
	bottom: 24px;
	right: 14px;
	width: 137px;
}
#header_meta a {
	font-family: "Andale Mono", "Lucida Console", "Consolas", monospace;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #818285;
	margin-bottom: 5px;
}
#slogan_1 {
	position: absolute;
	top: 48px;
	left: 410px;
	font-family: "Century Gothic", Tahoma;
	font-size: 24px;
	text-transform: uppercase;
	color: #b41c12;
	letter-spacing: 3px;
}
#slogan_2 {
	position: absolute;
	top: 78px;
	left: 480px;
	font-family: "Century Gothic", Tahoma;
	font-size: 17px;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 3px;
}
#ic_rss {
	position: absolute;
	top: 75px;
	left: 745px;
}
/* =========== End Header =========== */


/* =========== Main =========== */
#main {
	width: 962px;
	margin: 0 auto;
	background: url(images/bg_main.gif) repeat-y;
	overflow: hidden;
}	
#sidebar_left {
	width: 177px;
	float: left;
	margin-left: 16px;
	margin-right: 16px;
	position: relative;
	padding: 55px 14px;
	color: #fff;
	font-size: 12px;
	display: inline;
}
#sidebar_right {
	width: 134px;
	float: right;
	border-left: 14px solid #d83b31;
	padding: 0 17px;
	display: inline;
}
#content {
	width: 520px;
	float: left;
	display: inline;
}
.blog_home {
	position: absolute;
	top: 5px;
	left: 0;
}
#sidebar_left h3 {
	color: #d83b31;
	font-family: "Century Gothic", tahoma;
	font-size: 15px;
	display: block;
	padding: 15px 0 5px 0;
	margin: 15px 0 0 0;
	border-top: 1px solid #777;
	font-weight: 400;
	text-transform: uppercase;
}
.search_title {
	color: #fff;
	font-family: "Century Gothic", tahoma;
	font-size: 15px;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
}
#sidebar_left li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
}
#sidebar_left li a, #sidebar_left a {
	color: #fff;
	text-decoration: none;
}
#sidebar_left li li {
	padding: 0 0 0 10px;
}
#sidebar_left li li a {
	color: #999;
}
.right, .right li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.right li li {
	margin-left: 16px;
}
.right li a {
	font-family: "Andale Mono", "Lucida Console", "Consolas", monospace;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #4E4E50;
	line-height: 20px;
}
.postpic {
	position: relative;
	padding-top: 3px;
	text-align: center;
	float: right;
	margin: 0 0 50px 30px;
	font-family: "Andale Mono", "Lucida Console", "Consolas", monospace;
	font-size: 10px;
	color: #404040;
	width: 150px;
	line-height: 12px;
}
.postpic img {
	margin-bottom: 5px;
}
.postpic_tape {
	position: absolute;
	top: 0;
	left: 35px;
	background: url(images/tape.png) no-repeat;
	width: 77px;
	height: 27px;
}
/* =========== End Main =========== */


/* =========== Footer =========== */
#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-top: none;
	background: url(images/bg_footer.png) repeat-x bottom;
	position: relative;
}	
.copyright {
	position: absolute;
	top: 60px;
	left: 232px;
	color: #888;
	font-size: 10px;
	font-family: "Andale Mono", "Lucida Console", "Consolas", monospace;
}
.meta {
	position: absolute;
	top: 20px;
	left: 232px;
	vertical-align: bottom;
}
.meta img {
	margin-right: 3px;
}
.meta a {
	font-family: "Andale Mono", "Lucida Console", "Consolas", monospace;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #818285;
	margin-right: 5px;
}
/* =========== End Footer =========== */


/* =========== Blog =========== */
.blog_item {
	border-bottom: 16px solid #b0afaf;
	padding-bottom: 16px;
	margin-bottom: 30px;
}
.blog_item_meta {
	background: url(images/seporator.gif) no-repeat bottom;
	padding-bottom: 7px;
	overflow: hidden;
	display: block;
}
.blog_item_content {
	padding-top: 10px;
}
.blog_item_content p {
	padding: 0;
}
.more-link, .read_more {
	background: url(images/read_more.png) no-repeat;
	width: 108px;
	height: 24px;
	display: block;
	margin-top: 15px;
}
.date {
	width: 58px;
	height: 47px;
	background: url(images/bg_date.gif) no-repeat;
	float: left;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
	padding-top: 7px;
	overflow: hidden;
	display: inline;
}
.day {
	font-size: 14px;
	font-weight: 900;
}
.month {
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	line-height: 34px;
	font-size: 14px;
}
.title {
	float: left;
	width: 400px;
	padding: 5px 0 0 0;
	display: block;
}
.title a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
	font-weight: 400;
}
.comments {
	float: right;
	width: 31px;
	height: 29px;
	background: url(images/ic_comments.gif) no-repeat;
	text-align: center;
	color: #fff;
	font-weight: 900;
	padding-top: 3px;
	margin-top: 8px;
}
.posted {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	display: block;
}
.posted a {
	color: #cc3333;
	font-size: 12px;
	text-decoration: underline;
}
#nav {
	height: 59px;
	background: url(images/bg_nav.gif) repeat-x;
	color: #666;
	font-size: 12px;
	text-align: center;
	line-height: 23px;
	overflow: hidden;
	position: relative;
}
.nav_left, .nav_right {
	position: absolute;
	bottom: 8px;
}
.nav_left {
	left: 10px;
}
.nav_right {
	right: 10px;
}
.nav_left a, .nav_right a {
	font-family: "Century Gothic", tahoma;
	text-transform: uppercase;
	font-size: 16px;
	color: #ffcccc;
	text-decoration: none;
}
/* =========== End Blog =========== */


/* =========== Forms =========== */
.subscribe {
	text-align: right;
}
.subscribe_text {
	width: 170px;
	padding-left: 5px;
	height: 22px;
	background: url(images/bg_input.png) repeat-x;
	border: 1px solid #919191;
	margin-top: 0;
	margin-bottom: 5px;
} 
.subscribe_text:focus {
    outline: none;
}
.subscribe_input {
	width: 108px;
	height: 24px;
	background: url(images/btn_subscribe.png) no-repeat;
	margin-top: 3px;
	border: none;
	cursor: pointer;
} 
#sss p.wpsb_form_label {
	color: #777;
}
#sss p {
	color: #d83b31;
	margin: 0;
	padding: 10px 0 0 0;
}
.search {
	overflow: hidden;
}
.search_text {
	width: 117px;
	padding-left: 5px;
	height: 22px;
	background: url(images/bg_input.png) repeat-x;
	border: 1px solid #919191;
	margin-top: 8px;
	float: left;
} 
.search_input {
	width: 48px;
	height: 24px;
	background: url(images/btn_go.gif) no-repeat;
	margin-top: 0;
	border: none;
	cursor: pointer;
	float: right;
	margin-top: 8px;
} 
.search_text:focus {
    outline: none;
}
/* =========== End Forms =========== */
.clearboth {
	clear: both;
}

#commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 17px solid #8a99a1;
	padding-bottom: 10px;
}
#commentlist li {
	padding: 15px 10px;
}
#commentlist p {
	padding: 0;
	margin: 0;
	color: #666666;
}
.comment_author, .comment_author a {
	font-size:14px; 
	color:#000; 
	font-weight:900;
	text-decoration: none;
}
.comment_date {
	margin-top: 12px;
	color: #000;
}
#commentform {
	overflow: hidden;
	padding-bottom: 100px;
}
#commentform input, #commentform textarea {
	background-color: #ebebeb;
	border: 1px solid #b8b8b8;
}
#commentform input {
	width: 243px;
	height: 27px;
}
#commentform input:focus, #commentform textarea:focus {
    outline: none;
}
#commentform textarea {
	width: 517px;
	height: 162px;
}
#commentform small {
	font-size: 12px;
	color: #000;
}
#commentform input.btn_red {
	width: 108px;
	height: 24px;
	background: url(images/btn_red_submit.png) no-repeat;
	cursor: pointer;
	border: none;
	float: right;
}
#commentform a, #commentlist a {
	color: #000;
}
