/*  
Theme Name: Simple Balance 2.1
Theme URI: http://blogsessive.com
Description: Simple, highly customizable, well-balanced 3 column theme. More Power. More Style. Your Style!
Tags: fixed width, three columns, simple, control panel, custom layout
Author: Alex Cristache
Author URI: http://blogsessive.com
*/

/* License and other information:

- This theme is released unde Creative Commons 3.0 licence;
- You may share, modify and use it in personal or commercial projects;
- I'd appreciate it if you DO NOT remove the author information in the theme's footer;
- Under any circumstances, DO NOT remove the original author information from this CSS file (this includes Name and URL);
- If you modify the theme, please mention the original author in a comment like this one.

*/


/* General styles */
@import 'categories.css';
body {
	background: #fff url(img/background.jpg) repeat-x center top;
	background-position: 50% 0px;
	margin: 0 auto;
	text-align: center;
	font: normal normal 12px Tahoma, Arial, Verdana, sans-serif;
	color: #000;
	
}
p {
	margin:4px;
	text-indent: 10px;}

#wrap {
	margin: 0 auto;
	width: 1024px;
	text-align: left;
	
	
}

a {
	color: #01475b;
	text-decoration: none;
}

#page a:hover {
	color: #000;
	text-decoration:underline;
	
}

a img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

small {
	font-size: 9px;
}

.noborder img {border: none;}

.left {
	float: left;
}

.right {
	float: right;
}


/* Header styles */
#header {
	width: 1024px;
	overflow: hidden;
	margin-bottom: 35px;
}

.topLogo {
	width: 200px;
	float: left;
	margin-right: 20px;
	padding-top: 25px;
}

.topLogo h1, .topLogo h2 {
	font: normal normal 25px Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	color: #00a2ee;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.topLogo h1 a, .topLogo h2 a {
	text-decoration: none;
	color: #00a2e6;
}

.topLogo h1 a:hover, .topLogo h2 a:hover {
	color: #207f7b;
}

.topLogo .blogDescription {
	font: normal normal 16px Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	color: #207f7b;
}

.topMenu {
	width: 470px;
	float: left;
	margin-right: 20px;
	font: normal normal 14px Georgia, "Times New Roman", serif;
}

.topMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.topMenu ul li {
	margin: 0 20px 0 0;
	padding: 25px 0 0 0;
	float: left;
	}

.topMenu ul li.current_page_item {
	
}

.topMenu ul li a {
	color: #207f7b;
	padding-top: 20px;
	text-decoration: none;
}

.topMenu ul li a:hover {
	color: #00a2ee;
}

.topSearch {
	width: 260px;
	float: right;
	padding-top: 13px;
}

.s {
	border: 1px solid #92bdbb;
	width: 200px;
	float: left;
	height: 18px;
}

.searchSubmit {
	padding: 0;
	background: none;
	border: none;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	cursor: pointer;
	float: right;
	line-height: 20px;
}

/* Page structure styles */

#page {
	width: 1024px;
	overflow: hidden;
}

#lsidebar {
	width: 200px;
	float: left;
	margin-right: 10px;
}

#rsidebar {
	float: right;
	width: 200px;
}

#content {
	float: left;
	width: 600px;
	margin-right: 10px;
}

/* Sidebars styles */

#lsidebar .leftPic{
	padding-top: 170px;
	background: url(img/logo.png) no-repeat;
	height:20px;
}

#lsidebar .leftPicCustomWrap {
	width: 200px;
	overflow: hidden;
	
}

#lsidebar .leftPicCustom {
	margin: 0;
	border: 0;
	background: none;
}

#lsidebar h2, #rsidebar h2 {
	font: normal normal 17px Georgia, "Times New Roman", serif;
	color: #fff;
	margin: 0;
	padding: 18px 0px 5px 10px;
	background:url(img/h22_dog.png) no-repeat;
	height:40px;
}

#lsidebar ul, #rsidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#lsidebar ul ul ul, #rsidebar ul ul ul {
	margin: 4px 0 0 10px;
	padding: 0;
	list-style: none;
}

#lsidebar ul li, #rsidebar ul li {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

#lsidebar li li, #rsidebar li li {
	margin: 0;
	padding: 4px 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
}

#lsidebar li li li, #rsidebar li li li {
	margin: 0;
	padding: 4px 0;
	list-style: none;
	border: none;
}

#lsidebar ul ul ul a, #rsidebar ul ul ul a {
	font-size: 11px;
}

#lsidebar li.rssFeed {
	background: url(img/bg-rss.gif) no-repeat;
	width: 200px;
	height: 50px;
	font: normal bold 12px Georgia, "Times New Roman", serif;
}

.textwidget {
	padding-top: 10px;
}

.rssFeed a {
	line-height: 50px;
	width: 143px;
	height: 50px;
	display: block;
	text-decoration: none;
	color: #fff;
	padding-left: 57px;
}

.rssFeed a:hover {
	color: #fffcc5;
}

.rssForm form {
	margin: 10px 0;
}

.rssEmail {
	border: 1px solid #92bdbb;
	width: 126px;
}

.rssSubmit {
	width: 66px;
	padding: 0;
	background: none;
	border: none;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	cursor: pointer;
	color: #207f7b;
}

.rssForm small {
	padding: 2px;
	background: #eff7f7;
	display: block;
}

#rsidebar .ads125 {
	padding: 10px 0 0 0;
	width: 200px;
	overflow: hidden;
}

.leftBanner {
	float: left;
	margin-bottom: 10px;
}
.rightBanner {
	float: right;
	margin-bottom: 10px;
}

.advertiseHere {
	clear: both;
	display: block;
	text-align: center;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	margin-bottom: 10px;
}

.google250 {
	text-align: center;
}

#wp-calendar {
	width: 100%;
	padding: 0;
	border: none;
	margin: 0;
}

#wp-calendar caption {
	padding: 4px;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	color: #207f7b;
}

#wp-calendar th {
	padding: 4px;
	text-align: center;
	background: #eff7f7;
}

#wp-calendar td {
	padding: 4px;
	text-align: center;
	background: #f5f5f5;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar a {
	color: #00a2ee;
}

#wp-calendar a:hover {
	color: #207f7b;
}


/* Content styles */

.topAd {
	margin-bottom: 25px;
}

.archiveTitle {
	font: normal normal 14px Georgia, "Times New Roman", serif;
	color: #666666;
	font-variant: small-caps;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
}

.post {
    font: normal normal 13px Tahoma, Arial, Verdana, sans-serif;
	margin-bottom: 0px;
	padding:5px 7px 5px 4px;
	width: 600px;
	overflow: hidden;
	
	border-top: 1px solid #b2b1b1;
	border-bottom: 1px solid #b2b1b1;
	background: url(img/back_post.jpg) ;
	
}

.postFeatured {
	margin-bottom: 25px;
	width: 450px;
	overflow: hidden;
	padding: 10px;
	background: #f5f5f5;
}

.post a, .postFeatured a {
	text-decoration: underline;
	padding: 0px 0 0px 2px;
	color#00a2e6;
	
	
}

.postmetadata {
padding: 0 0px;
color:#595959;}

.postTitle h1, .postTitle h2 {
	font: normal normal 22px Georgia, "Times New Roman", serif;
	color: #00a2e6;
	padding: 0px 0 2px 0px;
	
	margin: 0 0 5px 0;
}

.postTitle h1 a, .postTitle h2 a {
	font: normal normal 22px Georgia, "Times New Roman", serif;
	color: #00a2e6;
	text-decoration: none;
}

.postTitle h1 a:hover, .postTitle h2 a:hover {
	font: normal normal 22px Georgia, "Times New Roman", serif;
	color: #00a2e6;
	text-decoration:underline;
}

.postInfo {
	font-size: 11px;
	padding: 0px 0 0px 6px;
	color:#595959;
}

.postContent {
	margin-top: 7px;
	margin-bottom: 10px;
	line-height: 20px;
	width: 600px;
	overflow: hidden;
	
}

.sizeFeatured {
	width: 450px;
}

.featHead {
	font: normal normal 14px Georgia, "Times New Roman", serif;
	color: #777;
	font-variant: small-caps;
	text-transform: capitalize;
	background: #ddd;
	padding: 3px 10px;
}

.postContent h1 {
	font: normal normal 22px Georgia, "Times New Roman", serif;
	color: #00a2e6;
}

.postContent h2 {
	font: normal normal 20px Georgia, "Times New Roman", serif;
	color: #00a2e6;
}

.postContent h3 {
	font: normal normal 18px Georgia, "Times New Roman", serif;
	color: #00a2e6;
}

.postContent h4 {
	font: normal bold 14px Georgia, "Times New Roman", serif;
	color: #666;
	font-variant: small-caps;
	text-transform: capitalize;
}

.postContent blockquote {
	margin: 0;
	padding: 20px 20px 20px 40px;
	background: #eff7f7 url(img/bg-blockquote.gif) no-repeat;
	font: normal normal 12px Georgia, "Times New Roman", serif;
}

.postExtras {
	border-top: 1px solid #ddd;
	padding: 5px 0;
	font-size: 11px;
}

.postMeta {
	border-top: 1px solid #00a2e6;
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
	width: 600px;
	overflow: hidden;
}

.postMetaFeatured {
	border-top: 1px solid #ddd;
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
	width: 450px;
	overflow: hidden;
}

.postMeta a, .postMetaFeatured a {
	color: #0288c1;
	text-decoration: none;
}

.postMeta a:hover, .postMetaFeatured a:hover {
	color: #414141;
	text-decoration:underline;
}

.postLink {
	float: left;
}

.postComments a {
	background: url(img/icon-comments.gif) no-repeat 0 4px;
	padding-left: 16px;
}

.postLink a {
	background: url(img/icon-postlink.gif) no-repeat 0 1px;
	padding-left: 14px;
}

.navigation {
	width: 600px;
	font: normal normal 14px Georgia, "Times New Roman", serif;
	overflow: hidden;
}

.navigation a {
	text-decoration: none;
	margin-bottom: 25px;
	display: block;
}

/* Comments styles */

.commentZone {
	padding-bottom: 10px;
	border-bottom: 1px solid #b2b1b1;
	background: url(img/back_post.jpg)
}

h3#respond, h3#comments, h3#trackbacks {
	font: normal normal 18px Georgia, "Times New Roman", serif;
	color: #00a2e6;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	margin: 5px 0 0 0;
}

.commentList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentList li {
	width: 600px;
	overflow: hidden;
	display: block;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ddd;
}

.commentLeft {
	float: left;
	width: 80px;
}

.commentLeft img {
	padding: 4px;
	border: 1px solid #e5e5e5;
}

.commentAuthor {
	font: normal bold 14px Georgia, "Times New Roman", serif;
}

.commentAuthor a {
	color: #00a2e6;
}

.commentAuthor a:hover {
	color: #999;
	text-decoration:underline;
}

.commentRight {
	float: right;
	width: 520px;
	overflow: hidden;
}

.commentRight p {
	margin: 10px 0;
}

#author, #email, #url {
	border: 1px solid #92bdbb;
}

#comment {
	border: 1px solid #92bdbb;
	width: 400px;
}

#submit {
	width: 80px;
	height: 20px;
	border: none;
	background: url(img/bg-addcomment.gif) no-repeat;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.trackbackList {
	margin: 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #ddd;
}

.trackbackList li {
	padding: 4px 0 0 0;
	margin-left: 23px;
}
/* � ������� ��� �������� � ������



/* � ������� ��� �������� � ������
/* Footer styles */

#footer {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	font-size: 10px;
	margin-bottom: 20px;
	width: 1024px;
	overflow: hidden;
}

.footerMenu {
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footerMenu li {
	display: inline;
	margin-left: 15px;
}
.nav {
margin-bottom:10px;}
.child-categories {
font-size:14px;}
#cat-23 {background: url(icon.gif) no-repeat}
.hello {
width:550px;
padding:10px;
margin-left:15px;
color:#57290b;
font-size: 13px;

}
.hello h1 {
font-size:16px;
color:#44a100;
text-align:center;}
.hello2 {
width:900px;
padding:0px;

color:#57290b;
font-size: 13px;

}
h1 {
color:#00a2e6;
text-align:left;}
h2 {color:#00a2e6;
text-align:left;}
h3  a{color:#00a2e6;}
#opisanie {
color:#000;
font-size:14px;
padding:15px;
background: url(img/back_post.jpg);
margin:5px;}
#opisanie img {
padding:5px;}
.post img {
float:left;
margin:10px 10px 10px 0px;

border:5px solid #8ad9fe;}
.pagenavi {
padding:5px;
background:#e5eff4;
margin:5px; }
#social {
float:left;}
#social img {
border:none;
}
#ssilki img {
border:none;
}
#content .wp-pagenavi a, #content .wp-pagenavi a:link, #content .wp-pagenavi a:active {
	    padding: 3px 8px 3px 8px;
	    margin: 2px;
        text-decoration: none;
	    color: #fff;
	    border: 0px
	    line-height:24px;
	    background-color: #2b99ff;
	}
#content .wp-pagenavi a:hover {
	    color:#fff;
	    background-color: #154b7d;
	}
#content .wp-pagenavi span.pages {
	    padding: 3px 8px 3px 8px;
	    margin: 2px 2px 2px 2px;
	}
#content .wp-pagenavi span.current {
	    padding: 3px 8px 3px 8px;
	    margin: 2px;
	    line-height:25px;
	    font-weight: bold;
	    color: #add352;
	    background:#26343c;
	}



