/*   

Theme Name: NewFamily-sub-menu

Theme URI: 

Description: New family theme with the new sub-menu option

Author: Yonatan Ran

Author URI: 

Template: thematic

Version: 1.0

Tags: Thematic

.

Thematic is © Ian Stewart http://themeshaper.com/

.

*/



/* Reset browser defaults */

@import url('../thematic/library/styles/reset.css');



/* Apply basic typography styles */

@import url('../thematic/library/styles/typography.css');



/* Apply a basic layout */

@import url('../thematic/library/layouts/2c-r-fixed.css');



/* Apply basic image styles */

@import url('../thematic/library/styles/images.css');



/* Apply default theme styles and colors */

/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */

@import url('../thematic/library/styles/default.css');



/* Prepare theme for plugins */

@import url('../thematic/library/styles/plugins.css');



body {

	direction:ltr; 

	font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;

	font-size: 78%;

        background-color: #f6f9fd;

}



li {

   margin-left: 1.5em;

}


#smartphone-menu-container {
	display: none;
}


#wrapper {

	width: 1024px;

	margin: 0 auto;

}



#header {

   background: url(images/header.png) no-repeat bottom center;

   display: block;
   
   height:325px;



}



#header, #siteinfo  { 

	width: 1024px;



}



#branding {

   padding: 0;

   display: block;

   width: 350px;

   margin: 20px 30px 0 0;

   height: 135px;

   clear: both;

}





.widgetcontainer {

  width: 90%;

  margin-right: 5%;

  margin-bottom: 30px;

}



#blog-title, #blog-title a {

   display: block;
    height: 315px;
    position: relative;
    text-indent: -9999em;
    top: -21px;
    width: 193px;

}



#blog-description {

	display: none;

}



#top-navigation-container {

   

   /*overflow: hidden;*/
     float: right;
    margin: 0 10px 0 auto;
    overflow: visible;
    padding-top: 4px;
    position: relative;
    top: 55px;
    width: 790px;

}



#top-navigation-container #searchform {

   float: right;

   width: 185px;

   padding: 0px 30px 0 0;

}



#top-navigation-container .menu-top-navigation-container{

   float: left;

   width: 790px;

   padding: 0px;

}



#menu-top-navigation {

	display:block;

	list-style:none outside none;

        overflow: hidden;

}



#menu-top-navigation li {

	    border-right: 2px solid #0C4DA2;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.1em;
    margin-left: 7px;
    padding: 0 7px;
    text-align: center;

}



#menu-top-navigation li a,

#menu-top-navigation li a:link,

#menu-top-navigation li a:active,

#menu-top-navigation li a:hover,

#menu-top-navigation li a:focus,

#menu-top-navigation li a:visited {

	color: #0c4da2;

	text-decoration: none;

}


#menu-item-16 a {
	
	
	color:#990000 !important;
	
	
}




#main {

    background: url("images/main.png") repeat scroll 0 0 transparent;
    margin: 0 auto;
    padding: 70px 0 0;
    position: relative;
    top: -43px;
    width: 1024px;
		

}



#footer {
	background: url(images/footer.png) no-repeat top right;
	width:1024px;
	height:36px;
	position:relative;
	top:-54px;
	
}

#footer_menu {
	position:relative;
	top:-45px;
}	


#siteinfo {

	padding: 0;

	direction: ltr;

}



h1, h2, h3, h4, h5, h6 {

	margin: 0;

	color: #0C4DA2; 

        padding: 0;

        font-family: sans-serif;

}



h1,

.entry-content h1,

.entry-title {

        font-family: sans-serif;

        font-size: 1.4em;

        font-weight: bold;

        margin: 0;

        padding: 0;

}



h2,

.entry-content h2 {

        font-family: sans-serif;

	font-size: 1.1em;

        font-weight: bold;

        margin: 0;

        padding: 5px 0 10px 0;

}



h3 {

	font-size: 1.2em;
	font-weight:bold;

}



h4 {

	font-size: 1em;

}



h5 {

	font-size: 1em;

}



h6 {

	font-size: 1em;

}



#alt-sidebar {

	float: right;

	margin: 0;

	padding: 0 20px 0 8px;

	width: 245px;

}



#alt-sidebar ul {

	list-style: none;

	padding: 0;

	margin: 0;

}



#alt-sidebar ul li.widgetcontainer {

	width: 100%;

	margin: 0 0 20px 0;

	padding: 0;

}



#alt-sidebar ul li.widgetcontainer ul {

	width: 100%;

}



#alt-sidebar ul li.widgetcontainer ul li a,

#alt-sidebar ul li.widgetcontainer ul li a:link,

#alt-sidebar ul li.widgetcontainer ul li a:active,

#alt-sidebar ul li.widgetcontainer ul li a:hover,

#alt-sidebar ul li.widgetcontainer ul li a:visited,

#alt-sidebar ul li.widgetcontainer ul li a:focus {

	color: #000000;

	text-decoration: none;

}



#alt-sidebar ul li.widgetcontainer ul li a:hover,

#alt-sidebar ul li.widgetcontainer ul li a:focus {

	color: #0C4DA2;

}



#searchform #s {

	background: url("images/input.png") no-repeat scroll 7px 2px transparent;
    border: medium none;
    font-family: sans-serif;
    font-size: 12px;
    height: 26px;
    right: 2px;
    padding: 3px 3px 0 6px;
    position: relative;
    top: -2px;
    width: 145px;

}



#searchform #searchsubmit {

    background: url("images/submit.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    padding: 3px 3px 6px;
    position: relative;
    left: 10px;
    top: -3px;
    width: 77px;
		
		
		
		

}



.widgettitle {


	    background: url("images/widgettitle.png") no-repeat scroll right bottom transparent;
    color: #0C4DA2;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 8px;
    text-align: left;
    width: 140px;
}



#container {

   float: right;

   width: 686px;

   padding: 0px 25px 0 25px;

}



#content {

    width: 95%;
	margin:0 20px 0 20px;

}



.fs_powered_by {

     display: none;

}



.entry-content a,

.entry-content a:active,

.entry-content a:hover,

.entry-content a:visited {

    color: #0C4DA2;

}



.newfamily-contactinfo  {

   color: #0C4DA2;

   font-size: 12px;

   font-weight:bold;

   left:30px;

   position: absolute;

   text-align: center;

   top: 80px;

   width: 260px;

}

.newfamily-contactinfo span {

  line-height: 1.3em;

}



#newfamily-languages {

   width: 100%;

   display: block;

   line-height: 1.3em;

   overflow: auto;

}



#newfamily-languages ul {

   list-style: none;

   display: block;

    padding-right: 20px;

}



#newfamily-languages ul li {

   text-align:center;
    margin-top: 9px;
   float: right;

}



#newfamily-languages ul li a,

#newfamily-languages ul li a:link,

#newfamily-languages ul li a:active,

#newfamily-languages ul li a:focus,

#newfamily-languages ul li a:hover,

#newfamily-languages ul li a:visited {

  color: #ffffff;
	display:block;
  text-decoration: none;
  width:22px;
  height:15px;

}



#newfamily-languages ul li a:hover {

  color: #ffffff;

}



#languages-container  {

   border-right: 2px solid #871C0C;

   overflow: auto;

   padding:5px 5px 20px 5px;

}



.aside #searchform {

   margin: 10px 0 0 0;

}



.aside #searchform input {

   font-family: sans-serif;

}



.aside #searchform #s {

   width: 130px;

}



.aside #searchform #searchsubmit {

   display: inline;

   width: 50px;

}



#newfamily-postfooter {

   padding: 10px;

   overflow: auto;

   display: block;

   height: 100px;

}



#newfamily-postfooter .newfamily_logo {

	background: url(images/logo.jpg) no-repeat;

	width: 80px;

	height: 80px;

}



#newfamily-postfooter .newfamily-contactinfo {

   color: #0C4DA2;

   font-size: 12px;

   font-weight:bold;

   text-align: center;

   width: 260px;

   position: static;

   float: right;

   margin: 15px 20px 0 0;



}



.postfooter-container{

   display: inline-block;

   float: right;

}



#postfooter-donate {

   padding: 10px 50px 10px 0;

   margin-top: 15px;

}



div.sociable {

   clear: both;

}



.social-icon-horizontal {

   float: right !important;

}



.sociable img {

   width: 32px !important;

   height: 32px !important;

}



#home-top {

   

   overflow: auto;

   margin: 0 0 20px 0;

   

}

#home-top td , #home-top th {
	padding:0.6em !important;	
}

#home-top table , #home-top tr {
	border:none;
	text-align:center;
}

#home-top h3 {
	position:relative;
	top:-10px;
}

#home-top h3 a:link ,  #home-top h3 a:active , #home-top h3 a:hover , #home-top h3 a {
	text-decoration:none;
	color:#0C4DA2 !important;
}
#home-featured {

   overflow: hidden;

}





.home-container {

	display: block;

	overflow: auto;

	float: right;

	padding:0;

	margin: 0;

}



#home-featured {

	float: left;

}



.home-container h1 {

	border-bottom: 4px solid #6d6e71;

	background: url(images/home_title_bg.jpg) no-repeat bottom left;

	color: #FFFFFF;

	font-size: 11px;

	font-weight: bold;

	line-height: 11px;

	padding: 0 170px 0 10px;

	text-align: center;

	width: 120px;

}





#home-vision {

	float: right;

	font-size: 12px;

	padding: 5px 20px 0 0;

	width: 260px;

}



#home-vision h2 {

	font-size: 1.6em;

        color: #1f0000;

}







.home-container .sociable {

	display: none;

}



.home-post {

	font-size: 12px;

	width: 100%;

	text-align: justify;

	margin: 15px 0;

	border-bottom: 1px solid #0C4DA2;

}



.home-post p {

	padding: 0;

	margin: 0;

}



#alt-sidebar .wpcf7 {

	font-size: 11px;

	margin: 15px auto;

	width: 90%;

	padding: 0 5%;


}



#alt-sidebar .wpcf7 p {

	padding: 0;

	margin: 0;

}



#alt-sidebar .wpcf7 input,

#alt-sidebar .wpcf7 textarea {

	width: 170px;

	background-color: #EFEFEF;

	border: 1px solid #000000;

}



#alt-sidebar .wpcf7 textarea {

	height: 40px;

}



#alt-sidebar .wpcf7 .wpcf7-checkbox input {

       width: auto;

	background-color: #ffffff;

}





#alt-sidebar .wpcf7 .wpcf7-submit {

	width: 30%;

	margin-right: 70%;

	font-family: sans-serif;

	color: #ffffff;

	background-color: #6D6E72;

	font-size: 11px;

	padding: 3px;

        height: 24px;

}





#content-featured {

   display: block;

   width: 640px;

   height:340px;

   background-color: #871C0C;

}



#content-recent {

   width: 360px;

   display: block;

   float: right;

   margin: 20px 0 0 0;

}



#content-social1 {

   width: 230px;

   display: block;

   float: right;

   margin: 20px 40px 0 0;

}



.newfamily-home-post {

   overflow: auto;

   padding: 0;

   margin: 10px 0;

   padding: 3px;

   width: 360px;

   height:46px;

   clear: both;

   display: block;

}

.newfamily-home-post a{

   width: 354;

   height: 40px;

   display: block;

}



.newfamily-home-post:hover, .newfamily-list-entry:hover {

   background-color: #d8b5ae

}



.newfamily-home-post a,

.newfamily-home-post a:active,

.newfamily-home-post a:hover,

.newfamily-home-post a:visited,

.newfamily-home-post a:link {

   text-decoration: none;

}



.entry-meta .meta-sep {display: none;}



.entry-title a,

.entry-title a:active,

.entry-title a:hover,

.entry-title a:visited,

.entry-title a:link,

.entry-title a:focus {

   text-decoration: none;

   color: #0C4DA2;

}



.entry-title a:hover,

.entry-title a:focus {

   text-decoration: none;

}



.wp-post-image {
	margin-right:0;
	width: 80px;
	height: 80px;
	float: left;
	padding:0;
	background-color:#fff;

}

#respond {
	background:none !important;
}

.post-container {

	display: block;
	width: 510px;
	margin-left:33px;
	float: left;

}



a.readmore {

	display: block;

	width: 100%;	

	text-align: left;

	font-weight: bold;

	color: #0C4DA2;

	text-decoration: none;

}



a.readmore:hover,

a.readmore:focus {

	text-decoration: underline;

}



.entry-utility {

	background: url(images/post_line.png) no-repeat bottom right;

	font-size:12px;

	margin: 0;
	
	padding-bottom:15px;
	
	clear: both;
	
	padding-right:10px;

}



.entry-utility .meta-sep {

	display: none;

}



.entry-utility span {

	display: block;

	width: 100%;

	/*text-align: left;*/

    text-align: right;

}



.entry-utility a,

.entry-utility a:link,

.entry-utility a:active,

.entry-utility a:hover,

.entry-utility a:focus,

.entry-utility a:visited {

	text-decoration: none;

	color: #0C4DA2;

	font-style: normal;

}



.entry-utility a:hover,

.entry-utility a:focus {

	text-decoration: underline;

}



.newfamily-thumbnail {

   display: block;

   float: right;

   padding: 0 0 0 20px;

}



.newfamily-home-post .home-post-title {

   display: blovk;

   float: left;

   font-size: 12px;

   line-height: 16px;

   font-weight: bold;

   color: #000000;

   width: 290px;

   height: 40px;

}



.home-title {

   font-size: 15px;

   font-weight: bold;

   padding: 0;

   margin: 0;

}

.newfamily-list-entry {

   overflow: auto;

   margin-bottom: 30px;

   padding: 7px;

}



.newfamily-list-entry-content {

   overflow: auto;

}



.newfamily-list-entry-content .entry-title {

   padding: 0;

   font-size: 1.2em;

}



.newfamily-list-entry-content p {

  color: #000000;

  margin: 0;

  padding: 0;

}



.page-title, .home-title {
	background: url(images/only.png) no-repeat bottom left;
	font-size: 17px;
	font-weight: bold;
	padding-left:10px;
	line-height:24px;
	width:588px;
	height: 26px;
	overflow: hidden;
	margin-bottom:20px;

}


.sub-menu .sub-menu {
	
	display:none;
	
}

.menu {
    left: 84px !important;
    margin: 0 auto;
    position: relative !important;
    width: 652px  !important;
	
}


.menu-services-container .menu {
	
	
	 width: 300px  !important;
	
}




.widgetcontainer .menu {
	
	  left: -20px !important;
	
}




.page-title span {

   font-style: normal;

}



.newfamily-book-entry {

  display: block;

  width: 164px;

  height: 320px;

  margin: 0 30px 30px 0;

  padding: 7px;

  display: block;

  float: right;

}





.newfamily-book-entry span {

   display: block;

   text-align: center;

   line-height: 1.5em;

}





.newfamily-book-entry img {

   border: 1px solid #0C4DA2;

   width: 160px;

   height: 228px;

}



.newfamily-book-entry:hover {

   background-color: #b5cfec;

}



.newfamily-book-entry a,

.newfamily-book-entry a:link,

.newfamily-book-entry a:active,

.newfamily-book-entry a:visited {

  color: #000000;

  text-decoration: none;

}



.newfamily-book-entry a:hover {

  color: #871C0C;

  text-decoration: underline;

}



#newfamily-language-container {

    padding: 0 40px;

}



#newfamily-language-container .entry-title {

   display: none;

}



#content-ltr {

   direction: ltr;

}



#content-rtl {

   direction: rtl;

}



#content-featured .nav-next, #content-featured .nav-prev, #content-featured .nav-overlay {

   display: none !important;

}






#aboutirit_body {

	
    font-size: 10px;
    font-weight: bold;
    line-height: 1.6em;
    padding: 9px;
	-webkit-box-shadow:  2px 2px 2px 2px rgba(3, 78, 162, 0.4);
    box-shadow:  2px 2px 2px 2px rgba(3, 78, 162, 0.4);
	-moz-box-shadow: 2px 2px 2px 2px rgba(3, 78, 162, 0.4);
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	
	

}



.aboutirit_img {

	width: 92px;

	height: 114px;

	display: block;

	float: right;

	background: url(images/aboutirit_irit.png) no-repeat;
	
	background-color:#F6F9FD;

}



.aboutirit_title {

	color: #0C4DA2;



}



.aboutirit_info {

	border-top: 1px solid #0C4DA2;

	color: #000000;
	
	width:152px;

}



#aboutirit_footer {

	width: 100%;

	height: 23px;

	background: url(images/aboutirit_footer.jpg) no-repeat;

}



/* PageNavi pagination styling */



#content #nav-above {

   display: none;

}



.nav-previous {

   display: none;

   float: left;

}



.nav-next {

   display: none;

   float: right;

}



.wp-pagenavi {

    width: 100%;

    height: 50px;

    text-align: center;

}



#nav-below .wp-pagenavi .current,

#nav-below .wp-pagenavi .page,

#nav-below .wp-pagenavi a,

#nav-below .wp-pagenavi a:link,

#nav-below .wp-pagenavi a:active,

#nav-below .wp-pagenavi a:visited {

   border:none !important;

   background-color:#FFFFFF!important;

   color: #6D6E72!important;

   display: inline-block;

   padding: 4px !important;

   margin-left: 8px;

   font-style: normal;

}



#nav-below .wp-pagenavi .current {

   color:#ffffff !important;

   background-color: #0C4DA2 !important;

}



#home-vision .fbLikeContainer {

	display: none !important;

}

#menu-item-355 a {

    color: #FF0000 !important;

    font-weight: bold !important;

}

span.comments-link {

    font-weight: bold !important;

}

span.hideMe {

    display: none;

}

div.wpcf7 input {

    border:1px solid #000000;

}

a.rsswidget {

    color: #FFFFFF;

}
#menu-top-navigation, #menu-top-navigation ul{
	padding: 0;
	margin: 0;
	list-style: none;
	}
#menu-top-navigation a{
	display: block;
	width: auto;
	}
#menu-top-navigation li{
	float: left;
	width: auto;
	}
#menu-top-navigation li ul{
	position: absolute;
	left: -999em;
	z-index:100;
	display: none;
	margin-right: -23px;
	background: #caddf2;
	-webkit-box-shadow:  2px 2px 2px 2px rgba(3, 78, 162, 0.7);
    box-shadow:  2px 2px 2px 2px rgba(3, 78, 162, 0.7);
	-moz-box-shadow: 2px 2px 2px 2px rgba(3, 78, 162, 0.7);
	padding-bottom:10px;
}



#menu-top-navigation li ul li{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 1px solid #AECCEC;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    clear: right;
    float: right;
    margin-right: 0;
    margin-top: 5px;
    min-height: 19px;
    padding-bottom: 3px;
    width: 15.4em;

	}



#menu-top-navigation li ul li a:link, #menu-top-navigation li ul li a:active, #menu-top-navigation li ul li a:visited{
	
	color:#000 !important;
	text-align:right !important;
	font-size:12px;
	font-weight:normal;


	}
	
	
	
#menu-top-navigation li ul li:hover{

	}
#menu-top-navigation li:hover{

	}


#menu-top-navigation > li:hover > ul{
	left: auto;
	display: block;
	margin-left: -20px;
}
#menu-top-navigation > li > ul li:hover > ul {
	left: auto !important;
	display: block !important;
	top:auto !important;
	margin-right: 60px;
	margin-top:-15px;
	
}

#menu-top-navigation li:hover ul li a:hover{
	color: #000;
	}
#header_text p{
	color: #0C4DA2;
    font-family: tahoma;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    line-height: 16px;
    position: absolute;
    left: 787px;
    text-align: justify;
    top: 76px;
    width: 208px;
}


#header_text a{
	
	    border-bottom: 2px solid #9FB0D9;
    letter-spacing: 0.1em;
    padding-bottom: 5px;
    text-decoration: none;
}

.edit {
	display:none !important;
}

#menu-bottom-navigation li {
	display:inline-block;
}
		
#newfamily-languages li  {
	background-image:url('images/flags.png') ;
	background-repeat:no-repeat;
	background-position: 100% center;
	overflow:hidden;
	text-indent:-9000px ;
    height: 17px;
    width: 26px;
    margin-right: 0;
    margin-left: 8px;
}


#newfamily-languages .page-item-5165 {
    background-position: 0 center;
}

#newfamily-languages .page-item-5167 {

    background-position: 17% center;

}

#newfamily-languages .page-item-5169 {

    background-position: 33% center;

}

#newfamily-languages .page-item-5171 {

    background-position: 50% center;

}

#newfamily-languages .page-item-5173 {


    background-position: 66% center;

}

#newfamily-languages .english_version {


    background-position: 83% center;

}

#header .newfamily-icons {
    position: absolute;
    top: 206px;
    right: 36px;
}

.newfamily-icons {
    position: fixed;
    bottom: 10px;
    right: 36px;
}