/*
Theme Name: vatra.org.ua
Theme URI: http://www.vatra.org.ua
Description: Default theme for site http://www.vatra.org.ua
Version: 1.0
Author: Yuriy Naumko
Author URI: http://www.naumko.info
*/

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #000000;
	padding: 0px;
	margin: 0px;

	background: url(images/tlor.jpg) top repeat-x #000000;

	text-align: center;
}
a, a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover, a:active {
	text-decoration: underline;
}
h1 {
	width: 400px;
	height: 161px;
	float: right;
	margin: 0px;
	background: url(images/top2.jpg);

	cursor: pointer;

	text-indent: -10000px;
	overflow: hidden;
}
h2 {
	margin: 0px;
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
.divTextHeader {
	padding: 5px 0px 0px 25px;
	font-size: 10px;
	color: #999999;
}
.divTextHeader a, .divBreadscrumb a:visited {
	color: #000000;
}
.divAll {
	width: 1000px;

	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}
.divTop {
	height: 161px;
}
.divTopSpacer1 {
	width: 600px;
	height: 161px;
	float: left;
	background: url(images/top1.jpg);

	text-indent: -10000px;
	overflow: hidden;
}
.divTopSpacer3 {
	width: 400px;
	height: 150px;
	float: right;
	background: url(images/top3.jpg);

	text-indent: -10000px;
	overflow: hidden;
}
.divLineCCCCCC {
	background: #CCCCCC;
	height: 5px;
}
.divBodyContainer{
	background: url(images/tlov.jpg) repeat-y top right;
}
.divFooterContainer{
	clear: both;
}
.divTextHeader p {
	margin: 5px 0px 5px 0px;
}
.divContentContainer {
	float: left;
	width: 600px;
}
.divMenuContainer {
	width: 400px;
	float: right;
}
.divContent {
	border: solid #E0E0E0 15px;
	padding: 50px;
	background: #FFFFFF;
}
.divMenu {
	background: #EEEEEE url(images/menu.jpg) bottom repeat-x;
	padding: 0px 20px 0px 20px;
	font-size: 11px;
	text-align: justify;

	min-height: 1045px;
	height: auto !important;
	height: 1045px;
}
.divSideBarTitle {
	font-size: 14px;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 5px;
	font-weight: bold;
}
.divMenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.divMenu li {
}
.divTextBody {
	text-align: justify;
}
.divTextBody p {
	text-align: justify;
	margin: 13px 0px 13px 0px;
}

.divTextBody li {
	text-align: justify;
	margin: 13px 0px 13px 0px;
}
.divTlo1 {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	height: 380px;
	z-index: -1;
}
.divTlo2 {
	height: 380px;
	background: url(images/top4.jpg) no-repeat top right;
	margin-right: 500px;
}

.divINBottom {
    background: url(images/in_bottom.png) top no-repeat;
    background-position: -20px -5px;
}

/*
	Don't delete this
*/

.avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 3px 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

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

.wp-caption_NOSTYLE {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 5px 10px 10px 10px;
}

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

.wp-caption p.wp-caption-text {
	text-align: center;
	color: #BBBBBB;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	display: none;
}
/* End captions */
