/*
Theme Name: Lutsk 3 Column
Description: Трьохколоночний шаблон, лівий сайдбар відображається лише на головній сторінці. У цій темі використано CSS 3.Тому у деяких браузерах не будуть відображатися всі стилі дизайну. <strong>УВАГА!</strong> Даний шаблон не підтримується браузером Internet Explorer 6.
Version: 1.0
Author: Юрко Червоний
Author URI: http://skinik.name
Tags: fixed width, 960, three columns, widgets, skinik, red, grey, lutsk
*/

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


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

h1, h2, h3, h4, h5,h6 { font-family: Georgia, 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: #c00000; }
h3 span { color: #c00000; }

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

p { margin-bottom: 10px; }

input, textarea { 
	font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; 
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}

blockquote{ 
	font: italic 12px Georgia, Serif; 
	padding: 5px;
	border-left:3px solid #999999;
	margin: 10px 0 10px 20px;
	background-color: #fafafa;
}
blockquote p { margin: 0; }


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


/* Header
-------------------------------------------------------------------*/
#header { 
	width: 958px;  
	height: 70px; 
	float: none; 
	position: relative; 
	background-color: #fff;
	border-top:none !important;
	border: 1px #B6B5B5 solid;
	border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-khtml-border-bottom-leftradius:5px;		
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	box-shadow:0 4px 18px #C8C8C8;
	-moz-box-shadow:0 4px 18px #C8C8C8;
	-webkit-box-shadow:0 4px 18px #C8C8C8;
	-khtml-box-shadow:0 4px 18px #C8C8C8;
	margin-bottom: 25px;
}

#header h1 { 
	font-size: 24px;
	padding: 10px 0 0 10px; 
	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; 
	font-family: Georgia, serif;
	text-decoration: none; 
}
#header h1 a:hover,active {
	border-bottom: 1px #c00000 solid;
}
#header h1 span { 
	font-size: 15px; 
	color: #333;
	text-shadow: none; 
	display:block;
}


/* Search
-------------------------------------------------------------------*/
#search {
	position: absolute;
	top: 22px; 
	right: 10px;
	width:247px;
}
#s { 
	width: 196px;
	height: 14px;
	padding: 3px 0 3px 23px;
	vertical-align: bottom;
	line-height: 1px;
	font: normal 12px Verdana, Sans-Serif;
	color: #777;
	border: 0;
	background: url(images/sprite.gif) 0 4px no-repeat;
	border:1px #707070 solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

#search #feed a {
	height:16px;
	width:16px;
	background: url(images/sprite.gif) 0 -84px no-repeat;
	font-size:0;
	line-height:0;
	text-indent:-9999em;
	float:left;
	margin:4px 10px 0 0;
}

/* Navigation (Pages & Categories)
-------------------------------------------------------------------*/
#sidebar .current_page_item a { font-weight: bold; }
#sidebar .current-cat a { font-weight: bold;  }

#sidebar .block .page_item { list-style-type: square; border: none; line-height: 18px; }
#sidebar .block .cat-item { list-style-type: square; border: none; line-height: 18px; }


/* Content Widgets
-------------------------------------------------------------------*/
.block-content {
	width: 938px;
	padding: 7px 10px 10px 10px;
	margin-bottom: 15px;
	background: url(images/sprite.gif) scroll transparent repeat-x 0 -100px;
	background-color: #fff ;
	border: 1px #B6B5B5 solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	box-shadow:0 4px 18px #C8C8C8;
	-moz-box-shadow:0 4px 18px #C8C8C8;
	-webkit-box-shadow:0 4px 18px #C8C8C8;
	-khtml-box-shadow:0 4px 18px #C8C8C8;
	position: relative;
}
.block-content h3,h2 { 
	font: bold 14px Georgia, serif;
	color: #fff; 
	padding-bottom: 10px;
}

/* Front Page Content
-------------------------------------------------------------------*/
body.front #content { 
	width: 488px;
	margin: 0 15px 20px 15px;
}


/* Content
-------------------------------------------------------------------*/
#content { 
	width: 691px;
	float: left; 
	padding: 10px;
	margin: 0 15px 20px 0;
	background-color: #fff;
	border: 1px #B6B5B5 solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	box-shadow:0 4px 18px #C8C8C8;
	-moz-box-shadow:0 4px 18px #C8C8C8;
	-webkit-box-shadow:0 4px 18px #C8C8C8;
	-khtml-box-shadow:0 4px 18px #C8C8C8;
	position: relative;
}

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


/*** Bookmarks ***/
#content .post .bookmarks {
	clear:both;
	margin: 0 0 5px 0;
	line-height:15px;
	height:16px;
	display:block;
}
#content .post .bookmarks .text {float:right;font-weight:bold; padding-right:10px;}
#content .post .bookmarks a {
	float: right;
	width: 16px;
	height: 16px;
	margin: 0 0 -3px 5px;
	background: url(images/sprite.gif) scroll no-repeat transparent;
}
#content .post .bookmarks .f { background-position: 0 -20px; }
#content .post .bookmarks .s { background-position: 0 -36px; }
#content .post .bookmarks .t { background-position: 0 -52px; }
#content .post .bookmarks  .fo { background-position: 0 -68px; }

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

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

#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #000; 
	padding: 2px 5px;
	margin-bottom: 10px; 
	background-color: #E5E4E4;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	position: relative;
}
#content .post .post-info a { color: #000; text-decoration:none; }
#content .post .post-info a:hover { color: #000; text-decoration:underline; }

/*** написи під заголовком публікації START ***/
#content .date-category-author{ margin-bottom:4px; color:#333; }
#content .date-category-author a { color: #333; text-decoration:none; }
#content .date-category-author a:hover { color: #000; text-decoration:underline; }
/*** написи під заголовком публікації END ***/

#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;
}


/* Aligns
-------------------------------------------------------------------*/
.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }


/* Форма коментування
-------------------------------------------------------------------*/
#commentform { 
	background: #fafafa; 
	border:1px solid #d3d3d3;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 85%; 
	border: 1px solid #aaa; 
	height: 120px;
	font-size: 0.9em;
	padding:2px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 10px; 
	padding:2px;
	font-size: 0.9em;
}
#commentform input#submit { padding: 3px 10px; }



/* Вивід коментарів
-------------------------------------------------------------------*/
/*Стилі навігації коментарів*/
.entry{
margin: 0;
padding: 0;
}
.entry h3 {
	margin-top: 15px;
	clear: both;
}

/************ чергування кольорів у коментарях ***********/
ol.commentlist li.even {
	background:#fff;/*  білий */
	margin-top:15px;/* відступи знизу для дочірніх коментарів */
}
ol.commentlist li.odd {
	background:#f3f3f3;/*  сірий */
	margin-top:15px;/* відступи знизу для дочірніх коментарів */
}
/*********** START  виділення коментарів автора  ************/
ol.commentlist li.comment-author-admin{border:1px solid #c00000;}
/*********** END  виділення коментарів автора  ************/

.commentlist li .avatar { 
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 10px;
	background: #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;
	-webkit-border-radius:5px;
	-khtml-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; }/* відступи для дочірніх коментарів */
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}

/* Left Sidebar (only on maip page)
-------------------------------------------------------------------*/
#left-sidebar { 
	width: 190px; 
	float: left;
	padding: 0;
}

#left-sidebar h3,h2 { 
	font: bold 14px Georgia, serif;
	color: #fff; 
	padding-bottom: 10px;
}

#left-sidebar a { color: #333; text-decoration: underline; }
#left-sidebar a:hover { color: #555; }

#left-sidebar .block { 
	width:168px;
	padding: 7px 10px 10px 10px;
	margin-bottom:15px;
	background: url(images/sprite.gif) scroll transparent repeat-x 0 -100px;
	background-color: #fff ;
	border: 1px #B6B5B5 solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	box-shadow:0 4px 18px #C8C8C8;
	-moz-box-shadow:0 4px 18px #C8C8C8;
	-webkit-box-shadow:0 4px 18px #C8C8C8;
	-khtml-box-shadow:0 4px 18px #C8C8C8;
	position: relative;
}
#left-sidebar .block ul li { 
	list-style: none inside; 
	border-bottom: 1px #CCCCCC dotted;
	line-height: 25px;
}
#left-sidebar .block ul li ul li { margin-left: -20px; }


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


/* Left Wp-Polls */
#left-sidebar .block .wp-polls-ul {
	margin:0 0 10px 0 !important;
}
#left-sidebar .block  .wp-polls ul li, .wp-polls-ans ul li {
	border-bottom: none !important;
}


/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 230px; 
	float: left; 
	padding: 0;
}

#sidebar h3,h2 { 
	font: bold 14px Georgia, serif;
	color: #fff; 
	padding-bottom: 10px;
}

#sidebar a { color: #333; text-decoration: none; }
#sidebar a:hover { color: #555; text-decoration: underline;  }

#sidebar .block { 
	width:208px;
	padding: 7px 10px 10px 10px;
	margin-bottom:15px;
	background: url(images/sprite.gif) scroll transparent repeat-x 0 -100px;
	background-color: #fff ;
	border: 1px #B6B5B5 solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	box-shadow:0 4px 18px #C8C8C8;
	-moz-box-shadow:0 4px 18px #C8C8C8;
	-webkit-box-shadow:0 4px 18px #C8C8C8;
	-khtml-box-shadow:0 4px 18px #C8C8C8;
	position: relative;
}
#sidebar .block ul li { 
	list-style: none inside; 
	border-bottom: 1px #CCCCCC dotted;
	line-height: 25px;
}
#sidebar .block ul li ul li { margin-left: -20px; }


/* 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: 900px; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #f3f3f3; text-align: center; color: #000; }
#sidebar .block #calendar_wrap table td a { font-weight: bold; }


/* Wp-Polls */
#sidebar .block .wp-polls-ul {
	margin:0 0 10px 0 !important;
}
#sidebar .block  .wp-polls ul li, .wp-polls-ans ul li {
	border-bottom: none !important;
}


/* Footer
-------------------------------------------------------------------*/
#footer {
	width: 958px;
	height: 23px;
	clear:both;
	position: relative;
	background-color: #fff;
	border-bottom:none !important;
	border: 1px #B6B5B5 solid;	
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-khtml-border-top-leftradius:5px;		
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-top-right-radius:5px;
	box-shadow:0 4px 18px #C8C8C8;
	-moz-box-shadow:0 4px 18px #C8C8C8;
	-webkit-box-shadow:0 4px 18px #C8C8C8;
	-khtml-box-shadow:0 4px 18px #C8C8C8;
	margin-top: 25px;
	text-align: center;
	padding-top: 4px;
	margin-top: 20px;
}
#footer a { 
	color: #555;
	text-decoration: none;
	border-bottom: 1px #c00000 solid;
}
#footer a:hover { 
	color: #555;
	border-bottom: 1px #555 solid;
}


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

.wp-caption {
	border: 1px solid #E5E4E4;
	text-align: center;
	background-color: #E7E5DD;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	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: 4 4px 5px;
	margin: 0;
	text-align:center !important;
}


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

.box #related_posts h3{
	background:#f3f3f3;
	padding: 2px; 
}

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