/*  
Theme Name: ucraini?2009
Theme URI: http://ucraini.org.ua
Description: ucraini
Version: 2008.0
Author: o.tv
*/




/* General */

body {
	 
margin: 0;
	 
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* Wrapper */

#wrapper {

}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.gif") repeat-y;
}


/* Header */

#header {
	width: 1004px;
	height: 304px;
	position: relative;
	background: url("images/header.jpg") no-repeat;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 8px;
		left: 95px;
		width: 825px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #006397;
		font: bold 40px "Trebuchet MS", Verdana;
		padding-bottom: 1px;
	}
	
	#header #header-info h1 a {
		color: #006397;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #900000;
		font: bold 20px "Trebuchet MS", Verdana;
	}
	
	/* Header - Text */
	
	#header #header-text {
		position: absolute;
		top: 60px;
		left: 493px;
		width: 484px;
		height: 100px;
		color: #006397;
		font: bold 10px "Trebuchet MS", Verdana;
	}
	
	#header #header-text h3 {
		color: #006397;
		font: bold 13px "Trebuchet MS", Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-text h3 a {
		color: #006397;
		text-decoration: none;
	}
	
	#header #header-text a {
		color: #006397;
		text-decoration: underline;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 235px;
		left: 5px;
		height: 15px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 20px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 20px;
		font: bold 13px/41px "Trebuchet MS", Verdana;
		color: #ffffff;
		margin-right: 10px;
	}
	
	#header #header-menu ul li a {
		display: block;
		padding: 0 10px;
		color: #ffffff;
		text-decoration: none;

	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}


/* Main */

#main {
	width: 999px;
	padding: 0 0 0 5px;
}

	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 179px;
		font: bold 12px "Trebuchet MS", Verdana;
		color: #3a6bae;
	}
	
	.sidebar a {
		color: #3a6bae;
		text-decoration: underline;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
/* Sidebar - Titles */
		
		.sidebar h3 {
			width: 160px;
			height: 30px;
			padding-left: 15px;
			font: bold 13px/30px "Trebuchet MS", Verdana;
			color: #ffffff;
			background: url("images/sidebar_title.gif") repeat-x;
			border: 1px solid #830000;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
		margin:5px 5px 0 0;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			color: #3a6bae;
			font: bold 12px "Trebuchet MS", Verdana;
			padding: 0;
margin:0;
		}
		
		.sidebar ul li a {
			color: #3a6bae;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0 auto;
			padding: 10px 0;
			width: 150px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 5px 0 5px 0;
			width: 130px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			border: 1px solid #2a5a9a;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 0 5px 0px 5px;
			margin: 0 ;
			width: 169px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 605px;
		padding: 0 14px 0 15px; 
 
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #3a6bae;
		float: left;
		margin-bottom: 15px;
		width: 605px;
		background: url("images/post.gif") repeat-y;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 585px;
			height: 50px;
			padding: 0 10px;
			background: url("images/post_title.gif") no-repeat;
			color: #3a6bae;
			font: bold 12px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title a {
			color: #3a6bae;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #3a6bae;
			font: bold 16px "Trebuchet MS", Verdana;
			padding: 8px 0 1px 0;
		}
		
		#content .post .post-title h2 a {
			color: #3a6bae;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			margin: 10px 10px 0 0;
			width: 40px;
			height: 37px;
			text-align: center;
			float: left;
			color: #3a6bae;
			font: bold 11px/18px "Trebuchet MS", Verdana;
			text-transform: lowercase;
		}
		
		#content .post .post-title .post-date span {
			display: block;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			width: 575px;
			padding: 0 15px;
			font: normal 11px/18px "Trebuchet MS", Verdana;
			color: #3a6bae;
			float: left;
		}
		
		#content .post .post-entry a {
			color: #3a6bae;
			font-weight: bold;
			text-decoration: underline;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px "Trebuchet MS", Verdana;
			color: #3a6bae;
			float: right;
		}
		
		#content .post .post-entry a.more-link {
			color: #3a6bae;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 575px;
			height: 35px;
			padding: 0 15px;
			background: url("images/post_info.gif") no-repeat;
			font: bold 12px/34px "Trebuchet MS", Verdana;
			color: #3a6bae;
		}
		
		#content .post .post-info a {
			color: #3a6bae;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 20px 0 10px 0;
			color: #3a6bae;
			font: bold 14px "Trebuchet MS", Verdana;
		}
		
		#content .post .comments {
			font: normal 11px/18px "Trebuchet MS", Verdana;
			color: #3a6bae;
		}
		
		#content .post .comments a {
			color: #3a6bae;
			text-decoration: underline;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #eef5f8;
		}
		
		#content .post .comments ol li cite {
			color: #3a6bae;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #3a6bae;
			text-decoration: underline;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #3a6bae;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 11px/18px "Trebuchet MS", Verdana;
			color: #3a6bae;
		}
		
		#content .post #commentform a {
			color: #3a6bae;
			text-decoration: underline;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}

.alignleft {float:left; padding: 15px;}
.alignright {float:right; padding: 15px;}
/* Footer */

#footer {
	width: 1004px;
	height: 272px;
	padding-top: 17px;
	background: url("images/footer.gif") no-repeat;
	color: #ffffff;
	font: bold 12px "Trebuchet MS", Verdana;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

	/* Footer - Footerbar */
	
	#footer #footerbar {
		width: 1004px;
		height: 180px;
		padding-top: 18px;
	}
	
	#footer #footerbar h3 {
		font: bold 16px "Trebuchet MS", Verdana;
		color: #ffffff;
	}
	
	#footer #footerbar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#footer #footerbar ul li {
		padding-top: 17px;
	}
	
	#footer #footerbar ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#footer #footerbar ul li a:hover {
		text-decoration: underline;
	}
	
	#footer #footerbar ul li ul {
		display: none;
	}
	
		/* Footer - Footerbar - Boxes */
		
		#footer #footerbar #footerbar-left {
			width: 200px;
			padding-left: 43px;
			float: left;
		}
		
		#footer #footerbar #footerbar-center {
			width: 210px;
			padding-left: 70px;
			float: left;
		}
		
		#footer #footerbar #footerbar-right {
			width: 220px;
			padding-left: 80px;
			float: left;
		}
	
	/* Footer - Copyright */
	
	#footer #copyright {
		background: url("images/background_bottom.gif") repeat-x left bottom;
		height: 40px;
		text-align: center;
		line-height: 30px;
	}

/* Menu1  */

#Menu1{
	font-family:  'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	height:30px;
	color: #8F0002;
position: absolute;
top: 268px;
left: 0px;

  }


#Menu1 ul {
	margin: 0;
	padding: 0;
	color:#000;
	list-style-type: none;

  }

#Menu1 ul li {
	display: inline;
  }

#Menu1 ul li a {
	float: left;
	padding: 3px 5px 1px 5px;
	color: #101010;
 		border: 1px solid #8F0002; }

#Menu1 ul li a:hover {
	background: #F8F8FF;
	color: Gray;
	font-size: 9,5pt;
  }
   
#Menu1 ul li ul { display: none;
 padding-bottom: 0px;
	padding: 3px 5px 1px 5px;
}


/* News Blocks */
.newsblock {
width:316px; float:left; padding:0; margin:0 0 50px 0;
}

.news-entry h2 {
font-size: 1.5em;
margin: 0;
padding: 0 0 15px 0;
height: 15px;
}

.news-entry h2 a, .news-entry h2 a:active, .news-entry h2 a:link, .news-entry h2 a:visited {
color: #3f3f3f;
}

.news-entry h2 a:hover {
color: #000;
}

.news-entry a, .news-entry a:active, .news-entry a:link, .news-entry a:visited {
color: #326ea1;
text-decoration: none;
}

.news-entry ul{
list-style-type: none;
padding: 0;
margin: 0;
font-size: 0.9em;
width: 300px;
}

.news-entry li  {
border-top: 1px solid #dcdcdc;
line-height: 16px;
margin: 5px 0 5px 0;
}

.news-entry li a:hover {
color: #333;
text-decoration: none;
background-color: #fafafa;
display:inline-block;
}

.news-entry img{
background-color: #fafafa;
}

.clearer { clear: both; height: 30px; }

/*Subpage Menu*/

.submenu {
	float:right;
	width:240px;
	margin: 0 0 12px 16px;
	}

.subnav li {
	list-style:none;
	border-bottom:1px solid #1b4680;
	}
		
.subnav a, .subnav a:visited {
	background:#103064;
	display:block;
	padding:6px 12px;
	}	

.subnav a:hover, .subnav a:active,
.subnav li.current_page_item a, .subnav li.current_page_item a:visited  {
	background:#010a2a;
	color:#FFF;
	} 