/*
Theme Name: barvy.org.ua
Theme URI: http://www.barvy.org.ua
Description: Default theme for site http://www.barvy.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: 11px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	background: url(images/tlo.jpg) top no-repeat #FFFFFF;
	text-align: center;
}
a, a:visited {
	text-decoration: none;
	color: #708b1a;
}
a:hover, a:active {
	text-decoration: underline;
}
h1 {
	text-align: right;
	color: #FF0000;
	font-family: Monotype corsiva;
	font-size: 40px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;
}
h2 {
	font-size: 12px;
	margin-top: 30px;
}
h3 {
	font-size: 14px;
}
.divAll {
	width: 1000px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}
.divContent {
	width: 454px;
	background: url(images/main.png) top no-repeat;
	margin-top: 76px;
	margin-left: 115px;
	float: left;
}
.divMenuInner {
	padding: 25px 60px;
}
.divMenu {
	width: 316px;
	background: url(images/sub.png) top no-repeat;
	margin-top: 73px;
	margin-left: 6px;
	float: left;
}
.divContentInner {
	padding: 0px 30px;
}
.divDescription {
	text-align: right;
	color: #999999;
	font-family: Monotype corsiva;
	font-size: 21px;
	font-weight: normal;
}
.divContent p {
	text-align: left;
}
.aMenu, .aMenu a {
	display: block;
	color: #236716;
	font-family: Monotype corsiva;
	font-size: 30px;
	font-weight: normal;
}

/*
	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 */
