/*
Theme Name:
Theme URI:
Description: Makeup by <a href="http://dimox.name/">Dimox</a> & <a href="http://lenka-x.com/">Lenka_X</a>
Version: 1.0
Author: Web-design.co.ua
Author URI: http://web-design.co.ua/
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/14px "Trebuchet MS", Arial, Tahoma, sans-serif;
	background: #D9F6FF url(i/header-bg.png) repeat-x;
  padding-left: 1000px;
	padding-bottom: 20px;
	position: relative;
}
a {
	color: #3087A4;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {margin: 0 0 18px}
img {border: none}
input {vertical-align: middle}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	background: #CBEEF9;
	border-left: 3px solid #4E9BB9;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {float: left}
img.alignleft {margin: 3px 10px 5px 0}
.alignright {float: right}
img.alignright {margin: 3px 0 5px 10px}

#wrapper {
	margin-left: -1000px;
  background: url(i/header-right.jpg) 100% 0 no-repeat;
}
* html #wrapper {float: right}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 254px;
	position: relative;
  border-bottom: 3px solid #A7C2C8;
}

#sitename {
	position: absolute;
	top: 62px;
	left: 280px;
	width: 500px;
  font-size: 28px;
  line-height: 30px;
  text-align: right;
	color: #ABE6F9;
}

#logo {
	position: absolute;
	top: 27px;
	left: 65px;
	width: 185px;
	height: 207px;
	background: url(i/logo.png) no-repeat;
  text-indent: -9999px;
}
#logo2 {
	position: absolute;
	top: 116px;
	right: 215px;
}

#nav {
	position: absolute;
	top: 257px;
	left: 0;
	width: 100%;
	height: 29px;
	line-height: 29px;
  border-top: 2px solid #026085;
  border-bottom: 3px solid #000;
  font-size: 14px;
  font-weight: bold;
	color: #03678C;
	z-index: 1;
}
#nav a {
	color: #03678C;
	margin: 0 24px 0 21px;
}
#nav a:first-child {
  margin-left: 36px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
  border-top: 36px solid #FFF;
  background: url(i/middle-bg.png) repeat-x;
}
* html #middle {height: 1%;}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 25px 525px 0 26px;
}
.post {
	margin: 0 0 40px;
}
#content h2 {
	font: bold 16px/17px "Trebuchet MS", Arial, Tahoma;
	margin: 0 0 18px;
}
#content h2 a {
	color: #0F799C;
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	font: bold 16px/17px "Trebuchet MS", Arial, Tahoma;
	margin: 25px 0 18px;
}
#content .entry h3 {font-size: 15px}
#content .entry h4 {font-size: 14px}
#content .entry h5 {font-size: 13px}
#content .entry h6 {font-size: 12px}
.entry {
	font: 13px "Trebuchet MS", Arial, Tahoma, sans-serif;
	width: 100%;
	overflow: hidden;
}
.entry a {
  font-weight: bold;
}
.entry img {
  border: 6px solid #8BC6DF;
}
.pmeta {
	font-size: 11px;
	color: #4A879A;
  text-align: right;
}
.pmeta a {
	color: #4A879A;
}

.post ul,
.post ol {
	margin: 0 0 18px 30px;
}
.post li {
	padding: 2px 0;
}
.post li ul, .post li ol {
	margin: 0;
}
.post li li {
	padding-left: 18px;
}

#content h3 {
	font-size: 16px;
	margin: 0 0 10px;
}
div.pagetitle {
	margin: 0 0 30px;
	text-align: center;
	font-size: 17px;
}

.commentlist {margin: 20px 0 5px;}
.commentlist li {
	padding: 3px 0 10px;
	list-style: none;
}
.commentlist ul.children {
	margin: 0 0 -3px;
}
.commentlist ul.children li {
	padding: 12px 0 5px 25px;
}
.avatar {
	float: left;
	display: inline;
	border: 1px solid #97CEE6;
	padding: 2px;
	margin: 0 7px 0 0;
	background: #FFF;
}
.fn {
	font-style: normal;
	font-weight: bold;
}
.commentmetadata {
	font-size: 11px;
	color: #888;
	margin: 0 0 12px;
}
.commentmetadata a {
	text-decoration: none;
	color: #589DB8;
}
.commentmetadata a:hover {
	text-decoration: underline;
}
.reply {
	margin: -10px 0 10px;
	font-size: 11px;
}
#respond h3 {
	margin: 30px 0 16px;
}
#cancel-comment-reply {
	margin: 0 0 12px;
}

#commentform p {margin: 0 0 8px}
#author, #email, #url, #comment, #submit {
	font: 12px "Trebuchet MS", Arial, Tahoma;
	padding: 4px 5px;
	width: 190px;
	border: 1px solid #66AAC4;
}
#comment {
	width: 450px;
	height: 150px;
}
#submit {
	width: 160px;
	height: 24px;
	padding: 0;
	background: #CBEEF9;
	cursor: pointer;
	overflow: visible;
  font-weight: bold;
}

.navigation {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 5px 0;
}
.navigation.comm {
	padding: 0;
	margin: -10px 0 10px;
}


/* Left
-----------------------------------------------------------------------------*/
#left {
	float: left;
	width: 248px;
  margin: -36px 0 0 -490px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

#countdown {
  background: #0D6B8F url(i/countdown.png) no-repeat;
	height: 101px;
	padding: 10px 14px 0;
	margin: 0 0 8px;
	color: #B8E6FB;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
}
#count {
	color: #05455A;
	margin: 10px 0 0 4px;
  font-size: 11px;
	position: relative;
	padding: 7px 0;
	  text-align: center;
}
#count a {
	color: #0D6B8F;
	position: absolute;
	bottom: -15px;
	left: 14px;
}
#count abbr {
	border: none;
  text-align: center;
	display: block;
	font-size: 14px;
	
	
}
#countdown .more {
  text-align: right;
  font-weight: normal;
	padding: 3px 20px 0;
}
#count a,
#countdown .more a {
	color: #0e6e92;
  font-size: 12px;
  text-decoration: underline;
}
#count a:hover,
#countdown .more a:hover {
  text-decoration: none;
}

.section1 {
  background: #3187A8 url(i/section1.png) no-repeat;
	padding: 20px 20px 20px 49px;
	height: 1%;
}
.s1bot {
	height: 6px;
	overflow: hidden;
  background: url(i/section1.png) -248px -218px no-repeat;
	margin: 0 0 8px;
}
.section1 li {
	list-style: none;
  font-weight: bold;
  line-height: 20px;
}
.section1 li li {
  font-weight: normal;
	padding: 0 0 0 20px;
}
.section1 a {
	color: #FFF;
  font-size: 14px;
}

.s2top {
	height: 6px;
	overflow: hidden;
  background: url(i/section2.png) no-repeat;
}
.section2 {
  background: #97CEE6 url(i/section2.png) 0 -6px no-repeat;
	padding: 14px 50px 1px;
}
.s2bot {
	height: 6px;
	overflow: hidden;
  background: url(i/section2.png) -248px -712px no-repeat;
	margin: 0 0 8px;
}

.item {
	margin: 0 0 33px;
}
.item .title {
  text-align: center;
  font-weight: bold;
	color: #0B475D;
}
.item img {
	margin: 6px 0 10px;
}
.item a {
	color: #2E7490;
  text-decoration: underline;
}
.item a:hover {
  text-decoration: none;
}
.item .reg {
	margin: 10px 0 0;
  font-weight: bold;
}


/* Right
-----------------------------------------------------------------------------*/
#right {
	float: left;
	width: 191px;
  margin: -26px 0 0 -228px;
	position: relative;
	z-index: 2;
	padding: 0 15px 130px 19px;
}

#rss {
	margin: 0 -15px 22px -19px;
  font-size: 11px;
	position: relative;
}
#rss a {
  background: url(i/rss.gif) 0 3px no-repeat;
	padding: 0 0 0 17px;
  margin-left: 8px;
}

#search {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
}
#search label {
color: #054c5a;
	float: left;
  font-weight: bold;
  font-size: 14px;
	padding: 4px 10px 0 7px;
}
#search input {
	font: 12px "Trebuchet MS", Arial, Tahoma;
	float: left;
	color: #296A7C;
}
.search {
	width: 88px;
	padding: 2px 6px;
	border: 0;
}
.go {
	cursor: pointer;
	border: none;
	width: 22px;
	height: 22px;
	background: #05455A url(i/go.gif) 0 2px no-repeat;
}

#calendar {
  background: #CAEDF9 url(i/calendar.png) no-repeat;
	margin: 0 0 12px;
}
#calend {
  background: url(i/calendar.png) 100% 100% no-repeat;
	padding: 0 7px;
	height: 1%;
}
#calendar table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
#calendar caption {
	color: #FFF;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
	padding: 0 0 12px;
}
#calendar td {
	padding: 3px 5px;
}
td#prev,
td#next {
  text-align: left;
	padding: 3px 5px 8px;
  font-size: 12px;
  font-weight: bold;
}
td#next {
  text-align: right;
}
#calendar a {
  text-decoration: underline;
}
#calendar a:hover {
  text-decoration: none;
}
td#prev a,
td#next a {
	color: #05455A;
  text-decoration: none;
}
td#prev a:hover,
td#next a:hover {
  text-decoration: underline;
}
#today {
	background: #EAF8FD;
}

#slideshow {
  background: #8CD0EC url(i/slideshow.png) no-repeat;
	height: 227px;
  text-align: center;
	color: #086B8F;
	margin: 0 0 10px;
}
#slideshow h2,
#slideshow h3 {
  font-size: 15px;
	padding: 7px 0 8px;
}
#slideshow img {
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}
.ngg-widget {
	padding: 0 !important;
	margin: 0 !important;
}

#committee {
	display: block;
	height: 191px;
	height: 90px;
  background: #ACD2FB url(i/committee.png) no-repeat;
  text-indent: -9999px;
	margin: 0 0 5px;
}

#counters {
  text-align: center;
}
#counters img {
	display: block;
	margin: 0 auto 5px;
}

.s3top {
	height: 6px;
	overflow: hidden;
  background: url(i/section3.png) no-repeat;
}
.section3 {
  background: #8ED1ED url(i/section3.png) 0 -6px no-repeat;
	padding: 14px 10px;
text-align: center;
}
.s3bot {
	height: 6px;
	overflow: hidden;
  background: url(i/section3.png) -191px -166px no-repeat;
	margin: 0 0 10px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	position: absolute;
	bottom: 20px;
	right: 40px;
	width: 150px;
	color: #47778B;
  font-size: 11px;
}
#footer a {
	color: #47778B;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
#footer li {
  font-weight: bold;
  font-size: 13px;
	list-style: none;
	padding: 0 0 5px;
}
#footer li a {
	color: #4192B1;
}