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

body {
	font-family: Tahome, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background: url(images/tlo.jpg) top repeat-x #000000;
	text-align: center;
}

a, a:visited {
	color: #a0150d;
	text-decoration: none;
    outline-style: none;
}

a:hover, a:active {
	text-decoration: underline;
    outline-style: none;
}

.divAll {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.divHeader {
	height: 225px;
	background: #FFFFFF;
}

	h1 {
		float: left;
		width: 475px;
		height: 165px;
		margin: 40px 0px 0px 25px;
		background: url(images/logo.gif);
		cursor: pointer;
		text-indent: -10000px;
		overflow: hidden;	
	}
	
	.divMenu {
		float: right;
	}
	
	.divMenu a, .divMenu a:visited {
		display: block;
		float: left;
		margin: 165px 0px 0px 30px;
		color: #000000;
		font-size: 18px;
		font-weight: bold;
	}
	
.divHomeDivider {
	height: 200px;
	background: #a0150d;
}
	.divHomeAnons {
		float: left;
		width: 220px;
		margin: 10px 0px 0px 40px;
		font-size: 12px;
	}

	.divSiteDescription {
		float: right;
		width: 310px;
		height: 70px;
		margin: 60px 85px 0px 0px;
		background: url(images/description.gif);
		text-indent: -10000px;
		overflow: hidden;	
	}

.divContentDivider {
	height: 25px;
	background: #a0150d;
}

.divContent {
	background: #000000;
}
	.divSiteDescription2 {
		float: left;
		width: 300px;
		padding: 100px;
		text-align: center;
		font-size: 20px;
	}

	.divContentHomeGallery {
		float: right;
		width: 492px;
		margin: 50px 0px;
	}
	
		.divContentHomeGallery div {
			display: block;
			float: left;
		}
		
		.divContentHomeGallery img {
			border: none;
		}
		
	.divContentContent {
		float: left;
		width: 600px;
		margin: 50px;
	}
		h2 {
			margin-top: 0px;
			font-weight: normal;
		}
		
		h2 a, h2 a:visited {
			color: #FFFFFF; 
		}
	
		.divContentContentBody {
			margin-left: 40px;
		}
		
		.divContentContentBody strong {
			margin-left: -40px;
		}
		
	.divContentContentGallery {
		float: right;
		width: 246px;
		margin: 50px 0px;
	}
	
		.divContentContentGallery div {
			display: block;
			float: left;
		}
		
		.divContentContentGallery img {
			border: none;
		}

.divFooter {
	clear: both;
}

	.divFooter a, .divFooter a:visited {
		color: #FFFFFF;
		text-decoration: underline;
	}

	.divFooterMotto {
		margin: 20px;
		text-align: center;
		font-size: 48px;
	}

	.divFooterCopyright {
		height: 80px;
		border-top: dotted 1px #666666;
		font-size: 10px;
	}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

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: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

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

/* Begin Comments*/
.avatar {
	float: right;
	padding: 5px;
}

.commentBox {
	padding: 10px;
}

.alt {
	background-color: #111111;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
/* End Comments*/
