/*  

Theme Name: Hashazot Eychut
Theme URI: http://www.hashazot.co.il
Description: Simple personal website.
Version: 1.0
Author: Avihay Daniel
Author URI: http://www.avihaim.co.il/

*/

body {
	margin: 0px;
	padding: 0px;
	color: #2f276e;
	font-family: tahoma;
	font-size: 13px;
	background:#9da5a3;
}

a, a:link, a:visited
{
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color:#879E07;
	text-decoration: none;
}

p { margin:  0 0px 0px 0;; padding: 0 0px 5px 0; }
img { border: none; }

h1 { font-size: 40px; font-weight: bold; margin: 10px 0 20px 0; padding: 5px 0; color: #4a4b4f; }
h2 { font-size: 30px; font-weight: bolder; line-height: 28px; margin: 0 0 30px 0; padding: 0; color: #4a4b4f; }
h3 { font-size: 21px; margin: 0 0 20px 0; padding: 0; padding: 0; color: #4a4b4f; }
h4 { font-size: 18px; margin: 0 0 20px 0; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r30 { margin-right: 30px; }

.vertical_divider { border-right: 1px solid #d9d9d9; }
.horizon_divider {  border-bottom: 1px solid #d9d9d9; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.image_wrapper {
	display: inline-block;
	padding: 8px;
	border: 1px solid #999;
	background: #ffffff;
	margin-bottom: 10px;
}
.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 30px;
}

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; }
cite span { color: #8da332; }
em { color: #5d6d1e; }

.list {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	text-align:right;
}

.list li {
	background: transparent url(images/list.png) no-repeat right;
	margin:0 0 10px;
	padding:0 20px 3px 15px;
	line-height: 1em;
	direction:rtl;
}

.list li a {
	color: #333 !important;
	text-decoration: none;
	font-weight: bolder;
}

.list li a:hover {
	color: #CC0000 !important;
	text-decoration: underline;
}

.button a {
	clear: both;
	display: block;
	width: 100px;
	height: 28px;
	padding: 6px 24px 0 0;
	margin-top: 15px;
	background: url(images/button_hover.png) no-repeat;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	float:left;
}

.button a:hover {
	color: #000;
	background: url(images/button.png) no-repeat;
}
input
{
    border: 0px solid #333;
    margin-top:5px;
    margin-left:30px;
}
#contact-content input{
  border: 1px solid #333 !important;
}

#wrapper
{
	margin: 0 auto;
	padding:10px 0px 30px 0px;
	border: solid 0px #333;
}
#header {
	width:1000px;
        height:230px;
	padding:0px 0px 0px 0px;
	margin: 0 auto;
        background:url('images/bg.png') repeat-y;
	border:0px #ff0000 solid;
	clear: both;
}
#logo{
	float:left;
	border:0px #ff0000 solid;
	width:230px;
	height:130px;
	margin:0px 0 0 30px;
}
#header-info{
	float:right;
	border:0px #ff0000 solid;
	width:650px;
	height:130px;
	margin:10px 60px 0 0;
	text-align:right;
	color:#3a52a4;
	font-size:33px;
	font-weight:bold;
	font-style:italic;direction:rtl;
}
#header-info p{
	color:#3a52a4;
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	line-height:2em;
}


/* menu */

#menu {
	position: absolute;
	width: 966px;
	height:50px;
	margin:190px 0 0 17px;
	background:#fff url(images/menu.png) repeat-x;
        border: solid 0px red;
	display:block;
}

#menu ul {
	list-style: none;
	width: 945px;
	margin:10px 10px 0 10px;
	float:right;
	direction:rtl;
	border: solid 0px #333;
	padding:0 0 0 0;
}

#menu ul li {
	float: right;
	background: url('images/menu_divider.png') left no-repeat;
	display: inline;
	border: solid 0px green;
}

#menu ul li a {
	color: #000;
	display: block;
	line-height: 30px;
	text-decoration: none;
	text-align:right;
	padding: 0px 15px 0px 15px;
	font-size: 13px;
	font-weight:bolder;
	border: solid 0px green;
}

#menu ul ul {
	display: none;
	z-index: 99999;
	min-width: 10px;
	max-width:160px;
	position: absolute;
	border:0px solid #d4d4d4;
	background:#9da5a3;
	margin:0px 0 0 0;
	opacity:0.8;
	filter:alpha(opacity=80);
	
}
#menu ul ul li {
	height:32px;
	min-width: 10px;
	max-width:160px;
	background: #9da5a3;
	float:right;
	border-bottom:1px solid #333;
}
#menu ul ul ul {
	left: 100%;
	top: 0;
}
#menu ul ul li a {
	display: block;
}
#menu li:hover > a{
background: url('images/menu_cut.png') left no-repeat;
	color: #3a52a4;
	}
#menu ul ul :hover > a {
	color: #3A52A4;
	background: #9da5a3;
}
#menu ul li:hover > ul {
	display: block;
}
#menu ul li.current_page_item > a,
#menu ul li.current-menu-ancestor > a,
#menu ul li.current-menu-item > a,
#menu ul li.current-menu-parent > a {
	color: #3a52a4;
	background: url('images/menu_cut.png') left no-repeat;
	padding: 0px 15px 0px 15px;
	font-weight: bold;
	font-size: 13px;
}
#menu ul ul li.current_page_item > a,
#menu ul ul li.current-menu-ancestor > a,
#menu ul ul li.current-menu-item > a,
#menu ul ul li.current-menu-parent > a {
	color: #3A52A4;
	background: transparent;
	padding: 0px 15px 0px 15px;
	font-weight: bold;
	font-size: 13px;
}
* html #menu ul li.current_page_item a,
* html #menu ul li.current-menu-ancestor a,
* html #menu ul li.current-menu-item a,
* html #menu ul li.current-menu-parent a,
* html #menu ul li a:hover {
	color: #3a52a4;
}

/* end of menu */


#main {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 0 0px;
	border:0px solid #333;
        background:url('images/bg.png') repeat-y;
}

#content {
	margin: 0 auto;
	width: 966px;
	padding: 0px 0px 0px 0px;
	direction:rtl;
        border:0px solid #107c0a;
}

#page_content{
	float:left;
	width:620px;
	margin: 50px 0px 0px 0px ;
	padding:0px 17px 30px 10px ;
	border:0px solid #7f7f7f;
	font-size:14px;
	color:#3b3535;
}

#page_content h1{
	font-size: 20px;
	font-weight: bold;
	line-height:0.8;
	margin: 0px 0px 0px 0px ;
	padding:0px 0px 35px 0px ;
	color: #3b53a4;
}
#page_content h2
{
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding:0px 0px 10px 0px;
  color: #3b3535;
}
#page_content h3
{
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding:0px 0px 10px 0px;
  color: #3b3535;
}
#page_content p
{
	direction: rtl;
  margin: 0px 0px 0px 0px ;
  padding:0px 0px 20px 0px ;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}


.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.aligncenter {
	margin-bottom: 15px;
	float:left;
}
#breadcrumbs{
	width:600px;
	border:0px #333 solid;
	float:right;
	margin:0 0 20px 0;
	color:#453f79;
	font-size:11px;
}
#breadcrumbs a{
	color:#453f79;
	font-size:11px;
	font-weight:bold;
}
#breadcrumbs a:hover{
	color:#db3027;
}
.list-title{
	color: #2f276e !important;
}
.list-title:hover{
	color: #db3027 !important;
}

input
{
    width: 100%;
    font-size: 14px;
    height:26px;
    color: #333;
    background:#fff;
    border: 1px solid #333;
}
textarea
{
    width: 100%;
    font-size: 14px;
    height:80px;
    color: #333;
    background: #fff;
    border: 1px solid #999;
}

.wpcf7-submit
{
    background:#a4aba9;
    border: solid 1px #333;
    width: 100px;
    height: 30px;
    font-size: 16px;
    font-weight:bold;
    margin:5px 38px 0px 0px;
    color:#333;
}
.wpcf7-response-output{
	font-size: 12px !important;
	border: 0px solid #333 !important;
	padding: 10px !important;
	margin:0 auto !important;
}
.submit2
{
    background:#333;
    border: solid 0px #aa884d;
    width: 100px;
    height: 30px;
    font-size: 15px;
    margin:10px 0px 20px 0px;
    color: #fff;
    float: left;
}

td
{
    padding:0px 0px 0px 0px;
    font-size:14px;
    text-align: right;
    font-weight: bold;
    color:#39404a;
    border: solid 0px #aa884d;
    max-width:150px;
}
.td-text
{
    padding:0px 0px 0px 15px;
    font-size:14px;
    text-align: right;
    font-weight: bold;
    color:#39404a;
    border: solid 0px #aa884d;
}
.td-send{
	padding:0px 20px 0px 0px;
	font-size:14px;
	text-align: right;
	font-weight: bold;
	color:#39404a;
	border: solid 0px #aa884d;
}
table{
	direction: rtl;
	padding: 0px 0px 0px 0px;
	width:250px;
	margin:10px 10px 0 0;
}
#sidebar{
	margin:50px 16px 0 0;
	border:0px #333 solid;
	float:right;
	width:260px;
}

#side-title{
	width:260px;
	height:42px;
	background:url('images/sidebar-title-bg.png') repeat-x;
	
}
#sidecontent{
	font-size:14px
}
#side-title h3{
	margin:0 10px 0 10px;
	font-size:16px;
	font-weight:bold;
	line-height:35px;
	color:#2f276e;
}
#side-content ul{
	list-style:none;
	border:0px #333 solid;
	padding:0;
}
#side-content li {
	margin: 10px 0px 10px 0px;
	padding:0 20px 3px 15px;
	line-height: 1em;
	direction:rtl;
	text-align:center;
}

#side-content li a {
	color: #fff !important;
	text-decoration: none;
	font-weight: normal;
        font-size:14px;
	font-weight:bold;
}

#side-content li a:hover {
	color: #fff !important;
	text-decoration: none;
}
#page_in_widget-2 p{
	padding:10px 10px 10px 10px;
	border:0px solid #333;
}
.show-all{
	text-align:left;
	padding:0 10px 0 10px;
}
.show-all a{
	color: #2F276E !important;
	text-decoration: none;
	font-weight: normal;
        font-size:12px;
	font-weight:bold;
}
.show-all a:hover{
	color: #db3027 !important;
	text-decoration: none;
}


/*/--------------/*/
#menu-widget
{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:212px;
  background:#fff;
  border:#000 0px solid;
}
#menu-widget .menu-title{
	background:url('images/menu-title-bg.png') repeat-x;
	color:#fff;
	font-size:18px;
	line-height:1.8em;
	padding:0 15px 0 0 ;
	width:100%;
	height:40px;
}
#menu-widget ul{
	list-style:none;
	border:0px #333 solid;
	padding:0;
}
#menu-widget li {
	background: url(images/list.png) no-repeat right top;
	margin: 10px 0px 10px 0px;
	padding:0 20px 3px 15px;
	line-height: 1em;
	direction:rtl;
}

#menu-widget li a {
	color: #0691c4 !important;
	text-decoration: none;
	font-weight: normal;
        font-size:14px;
}

#menu-widget li a:hover {
	color: #879E07 !important;
	text-decoration: none;
}
.sub-menu{
	margin:0 20px 0 0;
}
.sub-menu li{
	list-style-image: url('images/list-bulet-in.png');
}

/*/--------------/*/


#bottom{
	background:url('images/bg.png') repeat-y;
	margin: 0 auto;
	width:1000px;
	border: solid 0px #0030ff;
	height:175px;
}
#bottom-container{
	margin: 0 auto;
	height:160px;
	width:966px;
	padding:0px 0 0 0px;
	border: solid 0px #ff0000;
	background:#a4aba9;
}

#logo-footer{
	float:left;
	padding:0px 25px 0 10px;
	border: solid 0px #ff0000;
	width:140px;
	height:90px;
}
#footer-info{
	float:right;
	padding:18px 10px 0 10px;
	border: solid 0px #ff0000;
	width:550px;
	height:90px;
	text-align:right;
	color:#000;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	direction:rtl;
}
#footer-info p{
	color:#000;
	font-size:12px;
	font-weight:bold;
	line-height:1.6em;
}

#footer {
	float:right;
	width: 700px;
	margin:10px 15px 0 15px;
	padding: 0px 0px 0px 0px;
	text-align:right;
	border: 0px solid #333;
}
#footer ul{
	border: solid 0px #ff0000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
#footer ul li
{
    display: inline;
    padding: 0px 0px 0px 0px;
    margin: 0px 1px 0px 3px;
    border-left:1px solid #000;
    line-height:1.5em;
}

#footer ul li a
{
    padding: 0px 2px 0px 5px;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    color: #000;
    border-left: solid 0px #fff;
    text-decoration:none;
    font-weight:bold;
}
#footer ul li a:hover
{
    color: #db3027;
}

#credit{
	margin:0 auto;
	padding:0px 0px 0 0px;
	border: solid 0px green;
	width:966px;
}
#credit a{
	color:#525453;
	font-size:11px;
	font-weight:bold;
}
#credit a:hover{
	color:#fff;
}
.space
{
  height:20px;
}

