/*
Theme Name: Cehla
Description: Simple and easy WordPress theme
Version: 2.0
Author: Jurko Chervony
Author URI: http://skinik.name
Tags: fixed width, two columns, widgets, skinik, red, grey
*/

/* Reset
-------------------------------------------------------------------*/
* { padding:0; margin:0; }
:focus { outline:0 none; }
ul, ol { list-style: none outside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }
textarea { resize:none; }


/* Body
-------------------------------------------------------------------*/
body {
	font: 13px/18px Helvetica, Arial, "Lucida Grande", Verdana, Geneva, sans-serif;
	color: #333;
	background-color: #fff;
}

h1, h2, h3, h4, h5,h6 { font-family: Georgia, serif, "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; font-weight: normal; color: #333; }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #999; }

a { color: #5371c5; text-decoration: none; }
a:hover,active { color: #ff0000; text-decoration: underline; }
a:visited { color: #810381; }

p { margin-bottom: 10px; }

input[type='submit'] { cursor:pointer; }

input[type='text'],
input[type='password'],
textarea,
select {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}


input[type='text'],
input[type='password'],
textarea,
select { background-color:#fff; }

input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
select:focus { background-color:#FFFFCC; }


blockquote{
	font: italic 12px Georgia, Serif;
	padding: 5px 5px 5px 40px;
	margin: 10px 0 10px 20px;
	background: #F4F5F7 url(i/sk-sprite.gif) no-repeat 0 -326px;
}

legend, th, td { padding:4px; }
fieldset { padding:6px; }
hr { margin-bottom:10px; }
abbr { border-bottom:1px dashed; cursor:help; }


/* Container
-------------------------------------------------------------------*/
#container {
	width: 960px;
	margin: 15px auto;
	overflow: hidden;
}
#container #wrapper {
	width: 960px;
	float: left;
	overflow: hidden;
}


/* Header
-------------------------------------------------------------------*/
#header {
	width: 960px;
	height: 70px;
	float: left;
	position: relative;
}
#header h1 {
	font: 24px Verdana;
	padding: 12px 0 0 0;
	margin-bottom: 0;
	color: #000;
	text-shadow: 1px 1px 1px #ccc;
	text-decoration: none;
}
#header h1 a {
	color: #000;
	text-shadow: 1px 1px 1px #ccc;
	text-decoration: none;
}
#header h1 span {
	font-size: 15px;
	color: #333;
	text-shadow: none;
	display:block;
}



/*** Search ***/
#search {
	position: absolute;
	top: 30px;
	right: 0px;
}
#s {
	width: 217px;
	height: 18px;
	padding:4px 0 3px 23px;
	vertical-align: bottom;
	line-height: 1px;
	font: normal 12px Verdana, Sans-Serif;
	color: #777;
	border: 1px #999 solid;
	background:transparent url(i/sk-sprite.gif) no-repeat 0 -15px;
}

/*** Navigation ***/
#nav {
	width: 960px;
	float: left;
	height: 50px;
	position: relative;
}
#nav ul {
	height:25px;
	margin: 15px 0 0 0;
	width:690px;
	text-shadow: 1px 1px 1px #ccc;
}
/* Home */
#nav ul li.home {
	background:transparent url(i/sk-sprite.gif) no-repeat 0 3px;
	padding-left: 25px;
}

#nav ul li {
	display: block;
	float:left;
	margin-right: 10px;
	font-weight: bold;
	color: #000;
	position:relative;
}

#nav ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	clear:both;
}

#nav ul li.current_page_item a,
#nav ul li.current_page_parent a { border-bottom: 2px #999999 solid; }
#nav ul li a:hover { border-bottom: 2px #c00000 solid; }


/*** Drop-down menu ***/
#nav li ul {
	clear:both;
	background-image:none;
	margin:-5px 0 0 0;
	padding:0;
	height:auto;
	background-color:#404040;
	text-shadow:none;
	width: 170px;
	position: absolute;
	left: -999em;
	top:25px;
	z-index:666;
}
#nav ul li.hover ul, /* _ie6_ */
#nav ul li:hover ul {
	left: 0;
	display: block;
 }

#nav ul li ul li {
	display:block;
	float:none;
	line-height:1em;
	padding:0;
	margin:0;
	position:relative;
}

#nav ul li ul li a {
	color:#fff;
	display:block;
	font-weight:normal;
	width:156px;
	padding:7px;
	border-bottom:none;
}
#nav ul li.current_page_parent ul li a { border-bottom:none; }

#nav ul li.current_page_parent ul li a:hover,
#nav ul li ul li a:hover {
	border:none;
}
#nav ul li ul li a:hover {
	background-color:#c00000;
}

/** 3rd level **/
#nav ul li.hover ul li ul,/* _ie6_ */
#nav ul li:hover ul li ul {
	position:absolute;
	left:-9999em;
}

#nav ul li.hover ul li.hover ul, /* _ie6_ */
#nav ul li:hover ul li:hover ul {
	margin:0;
	position:absolute;
	left:170px;
	top:0;
}

/*** RSS Buttons ***/
#nav #feed {
	position: absolute;
	right: 0px;
	top: -3px;
	display: block;
	width:240px;
	text-align:center;
}
#nav #feed ul {
	background:transparent;
	height:45px;
	padding:0;
	margin:0;
	width:200px;
}
#nav #feed ul li {
	float: left;
	margin:0 5px 0 0;
}

#nav #feed a {
	display:block;
	float:left;
	height:45px;
	width:45px;
	background:transparent url(i/sk-sprite.gif) no-repeat 0 0;
	border-bottom:none;
	opacity:0.7;
}
#nav #feed a:hover { opacity:1; }

#nav #feed .rss{background-position:0 -102px;}
#nav #feed .greader {background-position:0 -192px;}
#nav #feed .lenta {background-position:0 -147px;}


/* Content
-------------------------------------------------------------------*/
#content {
	border-top:4px solid #C00000;
	float:left;
	overflow:hidden;
	padding:15px 0;
	width:690px;
}

#content .post {margin-bottom: 10px; overflow:hidden; }
#content .post p { 	text-align:justify; }

#content .post a.more-link { font-weight: bold; color: #c00000; }
#content .post a:hover.more-link { text-decoration:underline; }

#content .post h1.post-title {
	color: #333;
	font-family: Georgia, serif;
	font-size: 20px;
	margin-bottom: 1px;
	clear: both;
}
#content .post h1.post-title a {
	font-family: Georgia, serif;
	text-decoration: none;
	color: #333;
}
#content .post h1.post-title a:hover {
	text-decoration: underline;
	color: #333;
}

#content .post .post-info {
	clear: both;
	font-size: 11px;
	color: #333;
	padding: 2px 5px 2px 5px;
	margin: 10px 0;
	border: 1px #999 dashed;
}
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #000; text-decoration:underline; }

/* Post thumbnails */
#content .post .thumbnails {
	padding:2px;
	border:1px #ccc solid;
}


/*** START info under post title ***/
#content .date-category-author{
	margin-bottom:4px;
	color:#333;
	font-style:italic;
}
#content .date-category-author a { color: #333; text-decoration:none; }
#content .date-category-author a:hover { color: #000; text-decoration:underline; }
/*** END info under post title ***/

#content #pages { text-align: center; }
#content ul, ol, dl { margin-bottom: 20px; }
#content ul {
	list-style: disc;
	list-style-position: inside;
}
#content ol {
	list-style: decimal;
	list-style-position: inside;
}
#content dl dt {
	font-weight: bold;
}
#content dl dd {
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

/*** Bookmarks ***/
#content .post .bookmarks {
	clear:both;
	margin: 0 0 5px 0;
	line-height:15px;
	height:16px;
	display:block;
	float:right;
}
#content .post .bookmarks .text {
	float:left;
	font-weight:bold;
	padding-right:5px;
}
#content .post .bookmarks ul {
	display:block;
	width:auto;
	float:left;
	margin-bottom:0;
}
#content .post .bookmarks ul li {
	display:block;
	float:right;
	list-style:none;
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 0 -3px 5px;
}
#content .post .bookmarks ul li a {
	display:block;
	float:right;
	list-style:none;
	float: right;
	width: 16px;
	height: 16px;
	margin: 0 0 -3px 5px;
	background: url(i/sk-sprite.gif) scroll no-repeat transparent;
}
#content .post .bookmarks .f { background-position: 0 -40px; }
#content .post .bookmarks .s { background-position: 0 -56px; }
#content .post .bookmarks .t { background-position: 0 -72px; }
#content .post .bookmarks  .fo { background-position: 0 -88px; }


/*** Aligns and others classes ***/
.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }
.no-text {text-indent:-9999em; overflow:hidden;}
.dnone {display:none;}
.clear { clear:both; }
.b { font-weight:bold; }
.red { color:#cc0000; }


/* Comment Form
-------------------------------------------------------------------*/
#commentform {
	background-color: #fafafa;
	border:1px solid #d3d3d3;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 10px;
	color: #555;
	font-size:1em;
}
#commentform p { margin:0 0 7px 0; }
#commentform label.req {
	color:#ff0000;
	font-size:1.5em;
}
#commentform textarea {
	font-family:Helvetica,Arial,"Lucida Grande",Verdana,Geneva,sans-serif;
	border:1px solid #AAA;
	color:#777777;
	float:left;
	font-size:1em;
	height:120px;
	margin:0 5px 15px 0;
	padding:2px;
	width:85%;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
	width: 190px;
	border: 1px solid #aaa;
	margin-right: 5px;
	padding:3px 3px 3px 24px;
	font-size:12px;
	color:#777;
}

#commentform input#author { background:#fff url(i/sk-sprite.gif) no-repeat 5px -246px; }
#commentform input#email { background:#fff url(i/sk-sprite.gif) no-repeat 5px -272px; }
#commentform input#url { background:#fff url(i/sk-sprite.gif) no-repeat 5px -300px; }

#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus, 
#commentform #comment:focus {
	background-color:#FFFFCC;
	color:#000;
}

/* Container for add & cancel commemt */
#commentform .add-cancel {
	height:30px;
	clear:both;
	margin:10px 0;
}
/* Submit Button */
#commentform input#submit {
	padding: 3px 10px;
	float: left;
	margin-right:20px;
}
/* Cancel Reply */
#commentform .cancel-comment-reply {
	line-height:30px;
}
#commentform .cancel-comment-reply a {
	color: #cc0000;
}


/* Display comments
-------------------------------------------------------------------*/
/* Comment nav. */
.entry{
margin: 0;
padding: 0;
}
.entry h3 {
	margin-top: 15px;
	clear: both;
}

/************ alternating colors in the comments ***********/
ol.commentlist li.even {
	background-color:#fff;/*  white */
	margin-top:15px;/* margin bottom for children comments */
}
ol.commentlist li.odd {
	background-color:#f3f3f3;/* grey */
	margin-top:15px;/* margin bottom for children comments */
}
/*********** START  admin`s comment  ************/
ol.commentlist li.comment-author-admin{
	border:1px solid #c00000;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
}
.comment-author-admin .fn { color:#c00000; }
.comment-author-admin .fn a { color:#c00000; }
/*********** END  admin`s comment  ************/

.commentlist li .avatar {
	float: right;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #f3f3f3;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.says{
	font-size: 0.9em;
	font-weight: normal;
}
.commentmetadata {
	font-weight: normal;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	font-size: 0.9em;
	font-weight: bold;
	border:1px solid #aaa;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 10px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	overflow: hidden;
}
.commentlist li ul li {
	font-size: 1em;
	margin: 7px 0px -10px -10px;
	list-style: none;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}
.children { padding:0px; }/* no padding for children comments */
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}

/* Sidebar
-------------------------------------------------------------------*/
#sidebar {
	width: 240px;
	float: right;
	margin-bottom: 15px;
	border-top:4px solid #999;
	overflow: hidden;
	padding: 0;
}

#sidebar h3,
#sidebar h2 {
	font: bold 16px Georgia, serif;
	color: #333;
}

#sidebar a { color: #333; text-decoration: none; }
#sidebar a:hover { color: #777; text-decoration: underline;  }
#sidebar .current-cat a { color: #000; text-decoration: underline;  }
#sidebar .cat-item a:hover { color: #000; text-decoration: underline;  }


#sidebar .block {
	padding: 15px 0;
	padding-right: 0;
	overflow: hidden;
	border-bottom: 1px #c00000 dashed;
}

#sidebar .last-child,/* _ie6_ */
#sidebar .block:last-child { border-bottom:none; }/* Remove bottom border */
#sidebar .block ul li {
	background:transparent url(i/arrow.gif) no-repeat scroll 0 3px;
	list-style:none inside;
	padding-left:15px;
	margin-bottom:5px;
	line-height:1.1em;
	clear:both;
}
#sidebar .block ul li ul li { margin: 5px 0 0 -20px; }

/*** Comments in sidebar ***/
#sidebar #sidebar-comments ul {
	padding:5px 0 0 0;
}

#sidebar #sidebar-comments ul li {
	background-image:none;
	padding:0;
	margin-bottom:10px;
	min-height:29px;
}

#sidebar #sidebar-comments ul li .user-avatar { float:left; }
#sidebar #sidebar-comments ul li .user-avatar img {
	margin:0 5px 3px 0;
	border:1px #ccc solid;
	padding:1px;
}

/*** Wp-Polls ***/
#sidebar .block .wp-polls-ul {
	margin:0 0 10px 0 !important;
}
#sidebar .block .wp-polls ul li,
#sidebar .block .wp-polls-ans ul li {
	list-style: none !important;
	padding-left: 0  !important;
    background-image:none !important;
}


/*** Calendar ***/
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background-color: #f3f3f3; text-align: center; color: #000; }
#sidebar .block #calendar_wrap table td a { font-weight: bold; }


/* Footer
-------------------------------------------------------------------*/
#footer {
	width: 100%;
	height: 26px;
	clear:both;
	position: relative;
	border-top: 4px #999 solid;
	text-align: center;
	line-height:26px;
	overflow:hidden;
}
#footer a {
	color: #555;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

/*** footer_counters ***/
.footer_counters {
	margin:-15px 0 10px;
	text-align:center;
}


/*** Captions ***/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	text-align:center !important;
}


/*** Related posts ***/
#content .box {
	border: 1px solid #f3f3f3;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 0;
	margin-bottom:10px;
}

#content .box h3{
	background-color:#f3f3f3;
	padding: 2px 5px;
}

#content .box ul.related_post {
	margin-left:5px;
	margin-bottom:5px;
	padding-bottom:0;
}
#content .box ul.related_post li {
	padding-left:0;
}
#content .box .excerpt {
	display:block;
}

/*** Wp-Syntax ***/
#content  .wp_syntax {
	width:99%;
}

/*** WP Recent Comments ***/
#recentcomments li.recentcomments a.openid_link url {
         padding-left:21px !important;
}
