/*
Theme Name: Dukium.Org Herbew
Theme URI: dukium_heb
Description: Dukium.Org Herbew custom theme
Author: boazarad
Author URI: http://www.boazarad.com/
Version: 1.0

License: Commercial
License URI:


*/

/* centered design based on:	*/
/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-image: url('images/bg.jpg');
background-repeat:no-repeat;
background-position:center top;
font-size: 14px;
font-family: Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0;
margin:0;
direction:rtl;
/* text-align:center; */
}

#eng_body {
	direction:ltr;
}
a {
	text-decoration:none;
	color:#943419;
}
a:visited {color:#943419;}
a:hover {color: #943419;}
a:active { color:#943419;}

img {
	margin: 0px;
	padding: 0px;
	border:0px;
	}
	

/* ----------container to center the layout-------------- */
#container {
width: 950px;
margin-bottom: 10px;
margin: 0 auto;
text-align:right;
}

#container_eng {
width: 950px;
margin-bottom: 10px;
margin: 0 auto;
text-align:left;
direction:ltr;
}
/* ----------banner for logo-------------- */
#banner {

text-align: right;
padding: 0px;
margin: 0px;
height:209px;
}

#banner_eng{

text-align: left;
padding: 0px;
margin: 0px;
height:209px;
}

#logo_img {
	width: 825px;
	height:129px;
}


#language {
	margin-top:30px;
	width:900px;
	text-align:left;
}

#language_eng {
	margin-top:30px;
	width:900px;
	text-align:right;
}

#hor_menu {
/*text-align: right;*/
padding: 0px;
margin: 10px 0px 0px 0px;
height:40px;
width: 950px;
background-color:#e0a900;
}
#hor_ticker {
/*text-align: right;*/
padding: 0px;
margin: 0px;
height:40px;
width: 950px;
background-color:#fff;

}


/* -----------------content--------------------- */
#cbg {
	background-image: url('images/cbg.jpg');
	background-repeat: repeat-y;
	background-position: center;
}
#cbg_eng {
	background-image: url('images/cbg_eng.jpg');
	background-repeat: repeat-y;
	background-position: center;
}
#content {
/*background-color: #ffffff;*/
padding: 0px;
background-image: url('images/feather.jpg');
background-repeat:no-repeat;
background-position:top right;
margin: 0px 190px 15px 250px;
padding: 0px 30px 10px 20px; /*IE KARAMBA!*/
/*margin: 0px 220px 0px 270px;*/
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

#content_no_left_bar {
background-color: #ffffff;
padding: 0px;
background-image: url('images/feather.jpg');
background-repeat:no-repeat;
background-position:top right;
margin: 0px 190px 15px 10px;
padding: 0px 30px 10px 0px; /*IE KARAMBA!*/
/*margin: 0px 220px 0px 270px;*/
}
div#content_no_left_bar { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

#content_eng {
/*background-color: #ffffff;*/
padding: 0px;
background-image: url('images/feather_eng.jpg');
background-repeat:no-repeat;
background-position:top left;
margin: 0px 250px 15px 190px;
padding: 0px 20px 10px 30px; /*IE KARAMBA!*/
/*margin: 0px 220px 0px 270px;*/
}
div#content_eng { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

#content_no_left_bar_eng {
background-color: #ffffff;
padding: 0px;
background-image: url('images/feather_eng.jpg');
background-repeat:no-repeat;
background-position:top left;
margin: 0px 10px 15px 190px;
padding: 0px 0px 10px 30px; /*IE KARAMBA!*/
/*margin: 0px 220px 0px 270px;*/
}
div#content_no_left_bar_eng{ 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 215px;
margin: 0px 0px 15px 0px;
padding: 15px 10px 200px 25px;
background-color:#e8e4d0;
background-image: url('images/lbg.jpg');
background-position: center bottom;
background-repeat:no-repeat;
border: 1px solid #e2dfce;
height:100%;
}
#right {
margin: 5px 0px 15px 0px;
float: right;
width: 190px;
padding: 10px 0px;
background-color:#adb134;
}

#right_eng {
float: right;
width: 215px;
margin: 0px 0px 15px 0px;
padding: 15px 10px 200px 25px;
background-color:#e8e4d0;
background-image: url('images/lbg.jpg');
background-position: center bottom;
background-repeat:no-repeat;
border: 1px solid #e2dfce;
height:100%;
}
#left_eng {
margin: 5px 0px 15px 0px;
float: left;
width: 190px;
padding: 10px 0px;
background-color:#adb134;
}

#right_cap {
	float:right;
	height:40px;
	width: 8px;
	background-image:url('images/rc.jpg');
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}
#left_cap {
	float:left;
	height:40px;
	width: 8px;
	background-image:url('images/lc.jpg');
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px 0px 20px 0px;
padding: 0px;
height:40px;
background-color:#e0a900;
line-height:40px;
vertical-align:middle;
text-align: center; }

#ftext {
	clear: none;
}


.placeholder
{
  color: #aaa;
}

.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.white {
	background-color:white;
	}

	
#right ul, #left ul, #hor_menu ul ,#right_eng ul, #left_eng ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#menu-page-menu a {




}

.menu li a{
		width: 190px;
		w\idth : 175px;
		/*height: 23px;*/
		display : block;
		color : #fff;
		font-size:16px;
		text-decoration : none;
		padding : 5px 15px 5px 15px;
		font-weight:bold;

}


#menu-page-menu li a{
		width: 190px;
		w\idth : 175px;
		/*height: 23px;*/
		display : block;
		color : #fff;
		font-size:16px;
		text-decoration : none;
		padding : 5px 15px 5px 0px;
		font-weight:bold;

}

#menu-eng-menu li a,.nsu-text-before-form{
		width: 190px;
		w\idth : 175px;
		/*height: 23px;*/
		display : block;
		color : #fff;
		font-size:16px;
		text-decoration : none;
		padding : 5px 0px 5px 15px;
		font-weight:bold;

}

#hor_menu li {
		color : #12447a;
		font-size:16px;
		text-decoration : none;
		font-weight:bold;
		margin: 5px 0px 0px 0px;
		padding:0px 10px;
		float:right;
}


#hor_menu li a{
		display : block;
		color : #12447a;
		font-size:16px;
		text-decoration : none;
		font-weight:bold;
		padding:0px 10px;
		border-left: solid 2px #12447a;


}


.entry-title a {
	text-decoration : none;
	font-weight:bold;
	font-size:18px;
	color:#aeb235;

}

h2 {
	margin-top:0px;
	margin-bottom:0px;
	
	}
	


#nav-below {
	margin: 10px 0px;
}

.nav-previous {
	float: left;
}

hr {
	height: 1px;
	background-color: #b9af73;
	border:0px;
}

.left-widget-title, .left-widget-title a{
	text-decoration : none;
	font-weight:bold;
	font-size:18px;
	color:#12447a;
	margin-right:15px;
}

#left .textwidget {
	margin: 0px 15px 20px 5px;
}

.post {
	margin-bottom: 40px;
}

#searchsubmit , .screen-reader-text{
	width: 0px;
	height: 0px;
	visibility:hidden;
	
	
}
/* ---- */
#tweet_text {
	float:left;	
	font-weight:bold;
	color:#12447A;
	/*direction:ltr;*/
	font-size: 14px;
	margin-top: 3px;
}
#latest-tweets  {
	color: #12447A;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

#latest-tweets  li{
		/*direction: ltr;*/
}
#hot_ticker {
	/*text-align:left;
	direction: ltr;*/
}
#hor_ticker  ul{
	padding: 0px;
	margin: 0px;
	list-style:none;
}


ul.marquee {
	
	/* required styles */
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: 940px;
	height: 20px; /* height should be included to reserve visual space for the marquee */
	
}


ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
/*	left: 0; <- language dependant, overridden below*/ 
	display: block;
	white-space: nowrap; /* keep all text on a single line */

	/* optional styles for appearance */
	font: 14px Arial, Helvetica, sans-serif;
	padding: 3px 5px;
}
#container_eng ul.marquee li {
	left: 0px;
}

#container ul.marquee li {
	right:0px;
}


.entry-date {
	font-size: 12px;
}
#search_form {
	width: 190px;
	padding:0px;
	text-align:center;
	display: block;
	
}
#submit_btn ,.nsu-submit{
		/*height: 23px;*/
		color : #fff;
		font-size:16px;
		text-decoration : none;
		font-weight:bold;
		border: solid 1px white;
		background-color: transparent;
		padding: 2px 10px; 
		margin: 5px 0px;

}


.nsu-form label {
	display:none;
}

.nsu-form {
	text-align: center;
}
.sub-menu {
	/*background-color: #3a7623;*/
}
#menu-page-menu .sub-menu li a {
	font-size: 12px;
	font-weight: normal;
	padding: 2px 25px 2px 0px;
	width: 165px;
}
#menu-eng-menu .sub-menu li a{
	font-size: 12px;
	font-weight: normal;
	padding: 2px 0px 2px 25px;
	width: 165px;
}

.alignleft { 
	float: left;
	clear:left;
	margin-right: 10px;
}

.clear {
width: 100%;
height: 1px;
margin: 0 0 -1px;
clear: both;
}

.entry-content {
	overflow: auto;
}

.afg-cell {
	float: left;
}