/*
Theme Name:Kibbutz Zeelim 
Theme URI: http://www.bytech.co.il/
Version: 1.0
Description: Kibbutz Zeelim  template with a special category feature and a home page built with a page and a category listing
*/

/* standard elements */

html{
  
	background-color:#fff;
	background-repeat:repeat-x;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:auto;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.maincontainer{	
    min-height: 100%;
	padding:10px 0px 0px 0px;
	width:1000px;
	margin:auto;
}



* {
	margin: 0;
	padding: 0;
}

a {color:#217995;}
a:hover {color:#b7910e;}


code,ul {padding-bottom: 10px;	
direction:rtl;
}

p{
	margin:0;
	padding:0px 0px 10px 0px;
	line-height:18px;
	text-align: justify;
	font-size:12px;
	color:#484848;
}

li {list-style: none;}

h1 {
    font-size:16px;
	margin-bottom: 4px;
	text-align:right;
	width:auto;
	color:#16808d;
	font-weight: bold;
	clear:both;
	padding-bottom:5px;
	direction:rtl;
	margin-top:0px;
}

h2 {
    font-size:16px;
	margin-bottom: 4px;
	text-align:right;
	width:auto;
	color:#16808d;
	font-weight: bold;
	clear:both;
	padding-bottom:5px;
	padding-top:10px;
	direction:rtl;
	margin-top:0px;
}

h3 {font: bold 12px Arial, Helvetica, sans-serif;}


/* misc */
.clearer {clear: both;}

/* structure */
.container {
	font-size: 12px;
	margin: 0 auto;
	padding: 0 0px 0px;
	width:1000px;
}

/* header */
.header {
	margin:0 auto;
	width:1000px;
	float:right;
	background: url('img/bg_header.jpg') no-repeat top;
}

/* personal_folder */

.personal_folder{
	width: auto;
	height: auto;
	padding:0px 5px 0px 0px;
	font-size: 11px;
	clear: both;
	overflow: hidden;
	direction: rtl;
	text-align: left;
}

.personal_folder a {
    text-decoration: none;
    color:#CC9900;
	font-size: 11px;
}

.personal_folder a:hover{
	color: #666666;
}

.small{font-size:11px; text-align:left;}


.pic{
	float:left;
	width:762px;
	height:268px;
	border:1px solid #ccc;
	padding:3px;
	
}

/* navigation */
.navigation {	
	background-color:#A74947;
	background-position:center center;
	direction:rtl;
	float:right;
	font-size:12px;
	height:25px;
	padding-top:10px;
	width:980px;
	margin-right:11px;
	font-family:Arial, Helvetica, sans-serif;
	
}
.navigation ul {
	list-style-type: none;
	text-align: right;
	padding:0px 20px 0px 20px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.navigation li {
	padding:0px 18px 0px 0px;
	text-align: right;
	line-height: 18px;
	background-image: url(img/bg_list.gif);
	background-position: right;
	background-repeat: no-repeat;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
}

.navigation a {
	color: #fff;
	display: block;
	text-decoration: none;
	font: bold 1em Arial, Helvetica, sans-serif;
	padding: 0 0px;
}
.navigation a:hover {
	background-position: right bottom;
	color:#FFFC93;
}


/* Menu */


.menu 
{
    position:relative;
	width: auto;
}

.menu ul 
{
    display:none;
	width:150px;
	padding:0px;
	position:absolute;
    right:15px;
	z-index:50;
    top:14px;
	margin:0px;
	float:right;
	background-color:#A74947;
	border:1px solid #ccc;
}

.menu li 
{
	border:1px solid #ccc;
	padding:3px;
	margin:0px;
	z-index:100;
    right:0px;
	width:142px;
	float:right;
}

.menu:hover ul 
{
    display:block;
	margin:0px;
	padding:0px;
	z-index:150;
	width:150px;
	float:right;
} 




/* main */

.line_bg{
	background: url(img/bg_footer.jpg) no-repeat bottom;
	background-position:bottom;
	width:1000px;
	float:left;
}

.main {
	width:960px;
	float:left;
	padding:20px;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 310px;
	direction:rtl;
	margin:0px 0px 0px 15px;
	padding:0 17px 10px 5px;
	height:auto;
	border-right:1px dotted #c1bcbc;
}

.sidenav h2 {
	font-size:14px;
	color:#16808D;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	}

.sidenav ul {
	padding: 0px;
	margin:0px;
}
.sidenav li {
	padding: 0px;
	margin:0px;
	height:20px;
	padding:5px 0px 5px 0px;
}
.sidenav li a {
    color:#5A5A43;
	padding-right: 12px;
	text-decoration:none;
}
.sidenav li a:hover {
	color: #654;	
	padding-right: 12px;
	
}


.content {
	float: right;
	margin:0px 0;
	/*padding:0px 15px 16px 15px;*/
	padding:0;
	width:970px;
	direction:rtl;
}


.content h3 {
	font-size: 13px;
	font-weight:bold;
	color: #411B06;
	clear: both;
	margin-bottom: 0px;
	width: 100%;
	font-variant: inherit;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.content h3 a {
	text-decoration: none;
	color:#732D3F;
}

.content h3 a:hover{
	color: #526A87;
}

.content .descr {
	color: #664;
	font-size: 12px;
	margin-bottom: 6px;
}
.content li {
	background: url('img/li.gif') no-repeat 0 30%;
	padding: 1px 16px 1px 0;
}


.content img {
	border:#CCCCCC 1px solid;
	padding:3px;
	margin: 0;
}



/* footer */
.footer{
	width: 1000px;
	overflow: hidden;
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
	float: right;
	text-align: right;
}


.footer ul{
	list-style-type: none;
	text-align:right;
	padding-right:10px;
	padding-left:10px;
}

.footer li{
	padding:0px 5px 0px 0px;
	list-style-type: none;
	display: inline;
}

.footer a
{
	text-decoration:none;
	color: #4B3125;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 11px;
}

.footer a:hover{
	color: #8A4F13;
}

.footer a#current{color: #1C3F94;}


.bottomnav li
{
    display:inline;
}

/*
manage the excerpts on the home page
*/

tr 
{
    vertical-align:top;
}

.excerpt {
    width:245px; 
}

.excerpt_title 
{
	margin-bottom: 4px;
	text-align:right;
	width:auto;
	color:#000099;
	font-weight: normal;
	clear:both;
	border-bottom:2px solid #BABA8F;
	padding-bottom:5px;
	direction:rtl;
}

.excerpt_title a {
	text-decoration: none;
	color:#000099;
	background-color:#f7f7f2;
	font-size: 18px;
	direction:rtl;
}

.excerpt_entry 
{
}



.excerpt_continue 
{
}

.excerpt_space 
{
    width:55px;
}

/*
special category
*/

.special_img 
{
    width:105px;
    height:80px;
    border : solid 1px black;
    float:right;
	direction:rtl;
	margin:0px 0px 0px 10px;
}

.special_excerpt 
{
    width:260px;
    height:120px; /* there is the border on the image*/
    background-color:rgb(fff,fff,fff);
    float:right;
    overflow:hidden;
    padding:0 2px;
    margin-bottom:20px;
}

.special_excerpt a {
text-decoration: underline;
	font-weight: bold;
	color:rgb(131,43,85);
}

.special_excerpt_space 
{
    width:15px;
    float:right;
}

.special_category_title {
    font-size:16px;
	margin-bottom: 4px;
	text-align:right;
	width:auto;
	color:#217995;
	font-weight: bold;
	clear:both;
	border-bottom:1px solid #d7ecf2;
	padding-bottom:5px;
	direction:rtl;
}

.special_category_subtitle {
}

/* news ticker */

  .ticker li{
      width:200px;
  }
  /* the news box when JavaScript is available */
  .ticker.hasJS
  {
  overflow:hidden;
  position:relative;
  }
  /* The nested UL when JavaScript is available */
  .ticker.hasJS .movable
  {
  position:absolute;
  top:120px;
  right:0;
  margin:0 .5em 0 .5em;
  padding:0;
  }

#newsbar 
{
    height:100px;
}

#newsbar li 
{
    background:none;
    padding:0px;
}



#newswidget
{
    height:100px;
}


#newswidget ul {
	padding: 0px;
	margin:0px;
}
#newswidget li {
	padding: 0px;
	margin:0px;
	background-image: none;
	height:20px;
}
#newswidget li a {
    color:#5A5A43;
	padding-right: 12px;
}
#newswidget li a:hover {
	color: #654;	
	padding-right: 12px;
	
}

.bg_book_online{
	background-image: url(img/bg_book_online.png);
	height:55px;
	width:185px;
}

.rsswidget{
width:160px;

}

.logo{
	background-image:url("img/header.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	float:right;
	height:111px;
	width:980px;
	margin-right:11px;
	margin-top:9px;
	margin-bottom:4px;
}

.compo_box{
	background-image:url("img/compo_bg.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	float:right;
	height:220px;
	margin:0 10px 0 0;
	padding:52px 10px 5px 5px;
	width:193px;
}
.container_body {
	
}
.deals{
	width:310px;
	height:70px;
	padding:0px 0px 0px 0px;
	overflow: hidden;
	float: left;
	text-align:right;
	line-height:18px;
	color: #000000;
	font-size:12px;
	position:relative;
}

.deals a {
	color:#154F62;
	font-weight:bold;
}
.deals a:hover {
	color:#5F4B07;
}


.CLR{
	height:10px;
	clear:both;
	overflow:hidden;
	width: auto;
}

/***** Text *****/

.CLR_line{
	height:5px;
	border-bottom: #CCCCCC 1px dotted;
	clear:both;
	overflow: hidden;
	width: auto;
	margin-bottom: 15px;
}


.more{
	width: auto;
	height: auto;
	color: #154f6a;
	float:left;
	padding-right:15px;
	background:url(img/bg_more.jpg) no-repeat right;
}


.more a:link,.more a:visited,.more a:active{
	text-decoration: none;
	color:#154f6a;
	font-size:11px;
	font-weight:bold;
}

.more a:hover{
	color:#6F3543;
}

/*-=-=-=-sidebar-=-=-=-=-*/
.sideBG{
	border:1px solid #ccc;
	float:right;
	height:102px;
	margin-bottom:10px;
	padding:3px;
	width:302px;
	
}

.sideBG h3{
	padding-bottom:5px;
}
.red{

float:right;
height:83px;
margin-bottom:10px;
margin-right:0;
margin-top:0;
padding:10px 0 10px 8px;
width:294px;
background-color:#a74947;
}

.red p{
	color:#fff;
	font-weight:bold;
}
.red .more a{
	color:#FF6
}
.red .more a:hover{
	color:#FC6;
}
.cyan{

float:right;
height:83px;
margin-bottom:10px;
margin-right:0;
margin-top:0;
padding:10px 0 10px 8px;
width:294px;
	background-color:#61b7bf;
}
.cyan p{
	color:#fff;
	font-weight:bold;
}
.green{

float:right;
height:83px;
margin-bottom:10px;
margin-right:0;
margin-top:0;
padding:10px 0 10px 8px;
width:294px;
	background-color:#e99b3d;
}
.green p{
	color:#fff;
	font-weight:bold;
}
.lite_green{

float:right;
height:83px;
margin-bottom:10px;
margin-right:0;
margin-top:0;
padding:10px 0 10px 8px;
width:294px;
background-color:#8cbc40;
}
.lite_green p{
	color:#fff;
	font-weight:bold;
}

.sidebar img{
	margin:0 10px 0 10px
}

img.alignleft {
	float: left;
	margin:5px 0;
	display:inline;
}

.alignright {
	margin-left: 5px;
	float: right;
	display:inline;	
}

.content .aligncenter {
	margin: 20px 5px;
}

.wp-caption-text {
	text-align:center;
}

.right_post {
	width:580px;
	float:right;
	padding-right:10px;
}

.entry {
	width:1000px;
}

.left_post {
	float: left;
	width: 370px;
	margin:0;
	padding:0 10px 0px 30px;
	height:auto;
}

.post h1 {
	padding-right: 10px;
}
	
.left_post p {
	padding:0;	
}

.entry .gallery {
	width:800px;
	float:right;
}

.entry .gallery img {
	padding:2px;	
}

.right_post p {
	clear:both;	
}

.date1 #Fixed_Date1, .date1 img, .date2 #Fixed_Date2, .date2 img{
	float:left;
	display:inline;
}

.date1 img, .date2 img {
	padding:1px 1px;
}

.online{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	text-align:left;
	font-weight:bold;
	padding:5px 0px 0px 10px;
	
}
