/*
Theme Name: svitmeb 2.0.
Theme URI: http://svitmebliv.org.ua/
Description: ready 2.0.
Version: 2.0.
Author: Саша Дяченко
Translator: none
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/

/* начало sidebar */
.side_bar {font-family: Tahoma; font-size:12px; font-weight:bold;}
.side_bar1 {font-family: Tahoma; font-size:10px; font-weight:bold}
.style2 {font-family: Tahoma; font-size: 10px; 	font-weight: bold; color: #FF0000;}
/* конец sidebar */

/* начало выпадающее меню */
.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
height:40px;
width: 170px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Tahoma;
border-bottom: 1px solid #ccc;
}
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #414141; /*background of menu items (default state)*/
color: white;
}
.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}
.ddsmoothmenu-v ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
.ddsmoothmenu{
font: bold 12px Tahoma;
background: #881519; /*background of menu bar (default state)*/
width: 100%;
}
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #881519; /*background of menu items (default state)*/
color: white;
padding: 7px 8px;
border-right: 1px solid #881519;
color: #2d2b2b;
text-decoration: none;
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}
.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 3px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

/* конец выпадающее меню */

/* начало manual styles */
.descr_12 {
	font-family:Tahoma;
	font-size:12px;
	color:#666;
}
.main_black {
	font-family:Tahoma;
	font-size:12px;
	color:#000;
}
.main_orange {
	font-family:Tahoma;
	font-size:12px;
	color:#9C2832;
}
body {
	margin:0;
	padding-top:0px;
	background:#cccccc url(images/bg.gif);
	font-family:Tahoma;
	color:#000000;
	font-size:13px;
	
	}
img {
border:0;
}
table.coll 
{
border-collapse: collapse;
font-size:13px;
color:#000;
}
a {
	color:#881519;
	text-decoration:none;
	}
a:hover {
	color:#CC3300;
	text-decoration:underline;
	}
h1, h2, h3, h4, h5, h6 {
	font-size:14px;
	}
blockquote {
	padding-left:10px;
	color:#999999;
	font-style: normal;
		}
.clear {
	clear:both;
	}
.alignleft {
	float:left;
	padding:5px 0 0 5px;
	}
.alignright {
	float:right;
	}

/* The Wrapper */
.wrapper {
	width:1000px;
	margin:0 auto;
	}

/* The Top */
.top {
height:119px;
margin-top:0px;
background:url(images/top.jpg);
	}
.blogname {
	float:left;
	width:700px;
	}
.blogname h1  {
	font-size:40px;
	font-weight:normal;
	margin:100px 0 0 20px;
	color:#9C2832;
	text-decoration: none;
	}
.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #9C2832; 
	text-decoration: none; 
	background-color:transparent;
	}
.blogname h1  a:hover { 
	color: #fff; 
	text-decoration: none; 
	background-color:transparent;
	}
.blogname h2 {
	margin:0px 0 0 20px;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	}

/* Menu */
#foxmenucontainer{
	height:34px;
	background:url(images/menu.jpg);
	display:block;
	padding:0px 0 0px 14px;
	}
#foxmenu{
	position:relative;
	display:block;
	height:23px;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma;
}
#foxmenu ul{
	margin:0px;
	padding:10px 20px 0 0;
	list-style-type:none;
	width:auto;
}
#foxmenu ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#foxmenu ul li a{
	display:block;
	float:left;
	color:#b8b8b8;
	text-decoration:none;
	padding:5px 20px 0 20px;
	height:19px;
	background:transparent url(images/foxmenu_bg-OFF.gif) no-repeat top left;
}
#foxmenu ul li a:hover{
	color:#fff;
	background:transparent url(images/foxmenu_bg-OVER.gif) no-repeat top right;
}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{
	color:#fff;
	background:transparent url(images/foxmenu_bg-OVER.gif) no-repeat top right;
}

/* The Content */
.date {
	float:left;
	width:58px;
	height:54px;
	background:url(images/date.jpg);
	text-align:center;
	font-size:13px;
	padding-top:2px;
    text-transform:uppercase;
	color:#000;
	}
.date .day {
	color:#fff;
	font-size:28px;
	font-weight:bold;
	padding-top:3px;
	line-height:35px;
}

.content {
	padding:15px 10px 25px 15px;
	background:#ffffff url(images/content2.gif);
	background-repeat:repeat-y;
	}

/* The Posts */

.text {
	width:765px;
	float:left;
	text-align:justify;
		}

#cover{
	margin: 5px 0;
	padding: 0px 25px;
	}	

.post {
	padding:0px 0px 10px 5px;
	color:#333333;
	}

.post a {
	color:#9C2832;
	text-decoration:none;
	}

.style4 { margin:15px; font-family:Tahoma;}

.post a:hover {
	color:#000;
	text-decoration:none;
	}	

.linklove {display:none;}

h1.title {
    font-size:26px;
	margin:2px 0 0 0;
	padding:2px 3px 5px 55px;
	color:#ea6000;
	font-weight:normal;
	background:none;
	}

.style23 {
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

.style3 {
	font-family: Tahoma;
	font-size: 12px;
	margin-right: 325px;
}

h1.title a {
	color:#dc7700;
	text-decoration:none;
	}	

h1.title a:hover {
	color:#fff;
	background:none;
	font-weight:normal;
	text-decoration:none;
	}

.postinfo {
height:27px;
padding: 0px 5px 2px 2px;
background-color:#FFF;
background-repeat:no-repeat;
		}

.postinfo a {
	color:#000;
	font-size:10px;
	font-family:Tahoma;
	font-weight:normal;
	text-decoration:none;
	}

.p_comments {
	height:20px;
	width:120px;
	line-height:26px;
	text-align:center;
	float:right;
	padding:0 5px 0 5px;
}

.p_comments a:link,

.p_comments a:visited {
	color: #fff;
	background-color: transparent;
}

/* The Sidebar0 */

.sidebar {
	float:right;
	width:183px;
	padding-top:1px;
	padding-left:0px;
	font-size:14px;
	}
.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.sidebar h2 {
	height:18px;
	line-height:18px;
	font-size:12px;
	color:#000 ;
	margin:0;
	background:url(images/h2.jpg);
	background-repeat:no-repeat;
	padding:0px 0 0 0px;
	}
.sidebar ul li {
	background:transparent;
	padding-bottom:5px;
	margin-bottom:5px;
		}
.sidebar ul li li {
	background:none;
	padding-bottom:0;
	margin-bottom:0;
	}
.sidebar ul li ul, .sidebar ul li div {
	padding:5px;
	}
.sidebar ul li ul ul, .sidebar ul li div div {
	padding:0;
	background:none;
	}
.sidebar ul li ul li {
	background:none;
	padding-left:5px;
	}
.sidebar table {
	width:100%;
	text-align:center;
	}
.sidebar ul li.ad div {
	text-align:center;
	}

/* --- FOOTER --- */
#footer {
	height:135px;
	padding:6px 0 0 15px;
	background-color:#fff;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#666;
	font-size:10px;
	font-weight:normal;
	}
#footer_l {
	height:20px;
	padding:6px 0 0 15px;
	background-color:#fff;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:0px solid #999999;
	color:#000;
	font-size:11px;
	font-family:Tahoma;
	font-weight:normal;
	}
#footer a {
	color:#666;
	}
#footer a:hover {
	color:#333;
	}
#footer_l a {
	color:#9C2832;
	font-weight:bold;
	text-decoration:none;
	}
#footer_l a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}
.bshow{
	filter:alpha(opacity=99);opacity:0.99;
}
.bhide{
	filter:alpha(opacity=5);opacity:0.20;
}

/* The Navigation */
.navigation {
height:25px;
padding:0 20px;
}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#df5c00;
}
.navigation a:hover {
	color:#000;
}

/* The Attachment */

.contentCenter {
	text-align:center;
}

/* The Page Title */
h2.pagetitle {
	padding:0;
	margin:0 0 20px 0;
	font-size:25px;
	text-align:center;
}
