body {
	margin: 0;
	padding: 0;
	/*background: #F9F7EE url(images/content_background.png) repeat center top;*/
	background: #F9F7EE url(images/poz3.png) repeat center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

p,td,th,li,dd,dt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
}
p {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

img{
	border: 0px;
	vertical-align: middle; 
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	margin: 20px;
}

a {
	color: #0000BB;
}

a:hover {
	text-decoration: none;
	color: #1c2f6a;
}

/* Header */

#header {
	width: 100%;
	height: 225px;
	margin: auto;
	padding: 12px 0 0 0;
	text-align: center;
	background: url(images/header_background.png) repeat-x center -25px;
}

/* Logo */

#logo {
	display:block;
	width: 900px;
	height: 210px;
	padding: 0;
	background: url(images/img10_sova.png) no-repeat top left;
	margin:auto;
	text-align:left;
}

#image_logo {
	text-indent: -10000px;
	width: 660px;
	height: 100%;
	padding: 0;
	margin: 0;
	background: url(images/img05.png) no-repeat bottom center;
	float:right;
}

/* Menu */

#menu {
	float: left;
	padding: 0 0 0 0;
}

#menu ul {
	height: 55px;
	margin: 0;
	padding: 23px 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 43px;
	padding-top: 12px;
	background: url(images/img03.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 26px;
}

#menu a:hover, #menu .active a {
	background-image: url(images/img04.jpg);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 660px;  /*width: 485px;*/
	margin-bottom: 20px;
}

.post {
	padding-bottom: 1em;
}

.post .title, .post .title a {
	padding-top: 10px;
	letter-spacing: -0.05em;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.post .title a:hover{
	color: #000046;
	/*text-decoration: underline;*/
	font-weight: bold;
}

.post .date {
	height: 20px;
	padding: 2px 0 0 10px;
	background: url(images/img12.png) no-repeat;
	font-size: 12px;
	font-weight: normal;
}

.post .story {
	padding: 0 20px;
	line-height: 1.6em;
}

.post .meta {
	height: 40px;
	margin: 0 20px;
	padding: 0 0 0 10px;
	background: #EEEDED url(images/img13.gif) no-repeat;
}

.post .meta span {
	display: none;
}

.post .meta p {
	margin: 0;
	padding: 10px 0 0 0;
}

.post .meta a {
	float: left;
	height: 20px;
	padding: 4px 20px 0 37px;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: #777777;
}

.post .meta a:hover {
	color: #E55D13;
}

.post .category {
	background: url(images/img14.gif) no-repeat left bottom;
}

.post .comments {
	background: url(images/img15.gif) no-repeat left bottom;
}

.post .favorites {
	float:right;
}

/* Bar */

#bar {
	float: left;
	width: 200px;
}

/* Box Style One */

.boxed1 {
	margin-bottom: 20px;
}

.boxed1 h2 {
	height: 40px;
	margin: 0;
	padding: 10px 0 0 50px;
	/*background: url(images/img06.png) no-repeat;*/
	letter-spacing: -2px;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
	text-indent: -10000px;
}

div#statistics h2{
	background: url(images/statistics.png) no-repeat;
}

div#gallery h2{
	background: url(images/img06.png) no-repeat;
}

div#main_menu h2{
	background: url(images/img09.png) no-repeat;
}

.boxed1 ul {
	margin: 0;
	padding: 0;
	list-style: none; /*inside disc;*/
}

div#gallery ul {
	background-color: #c7e2b4;
}

div#main_menu ul {
	background-color: #adc1e1;
}

div#statistics ul{
	background-color: #ff8b7b;
	text-align: center;
}

.boxed1 li {
	padding: 10px 10px 10px 20px;
	font-size: small;
}

div#gallery li {
	background: url(images/img08.png) repeat-x;
}

div#statistics li {
	background: url(images/statistics_background.png) repeat-x;
}

div#main_menu li {
	background: url(images/img11.gif) repeat-x;
}

.boxed1 a {
	text-decoration: none;
	font-weight: bold;
}

div#gallery a{
	color: #377d04;
}

div#main_menu a {
	color: #033891;
}

.boxed1 a:hover {
	color: #000000 !important;
}

.boxed1 .active, .boxed1 .active a {
	background-color: #ABB63D;
	color: #FFFFFF !important;
}

div#main_menu .active, div#main_menu .active a {
	background-color: #4d7ed0; /*#3565b6;*/
}

div#statistics .active, div#statistics .active a{
	background-color: #dc401c;
}

div#gallery .active, div#gallery .active a{
	background-color: #84ca50; /*#71b440;*/
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 120px;
	margin: 2em auto;
	background: url(images/img16.png) no-repeat;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 50px;
}

#footer p {
	margin: 0;
	font-size: 14px;
}

#footer a {
	color: #FFFFFF;
}

#copy {
	float: left;
	padding: 20px 15px;
}

/*td {
  font-weight:bold;
}*/
.day{
	color: #0066FF;
	font-size: 16px;
}
.mainText p{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.photos{
	clear: both;
}
.photos a{
	width: 100px;
	height: 100px;
	border: 0px solid black;
	display:block;
	float: left;
	vertical-align: middle;
	text-align: center;
}
.photos a img{
	margin: auto;
}
p.title {
	clear: left;
	font-weight: bold;
	padding-top: 30px;
}
.right-box{
	display: block;
	float:right;
	width: 100px;
}
.index-box{
	border: 1px solid #FFA826;
	float: left;
	margin: 0.5%;
	padding: 0px;
	width: 100%;
}
.index-box h3, .index-box h3 a {
	background: #FFA826;
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	color: #FFEDD1;
	text-decoration: none;
}
.index-box table {
	width: 100%;
}
