/* ***************************
  Site - Synagogue
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* ***************************
   $1 GLOBAL Styles
   ***************************/
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/helvetica.eot');
	src: url('../fonts/helvetica.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helvetica.woff') format('woff'),
		 url('../fonts/helvetica.ttf') format('truetype'),
		 url('../fonts/helvetica.svg#helvetica') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'helveticabold';
    src: url('../fonts/helvetica_bold-webfont.eot');
    src: url('../fonts/helvetica_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_bold-webfont.woff') format('woff'),
         url('../fonts/helvetica_bold-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_bold-webfont.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'BodoniSvtyTwoITCTTBook';
	src: url('../fonts/bodonisvtytwoitcttbook.eot');
	src: url('../fonts/bodonisvtytwoitcttbook.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/bodonisvtytwoitcttbook.woff') format('woff'),
		 url('../fonts/bodonisvtytwoitcttbook.ttf') format('truetype'),
		 url('../fonts/bodonisvtytwoitcttbook.svg#bodonisvtytwoitcttbook') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BodoniSvtyTwoITCTTBookIta';
	src: url('../fonts/bodonisvtytwoitcttbookita.eot');
	src: url('../fonts/bodonisvtytwoitcttbookita.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/bodonisvtytwoitcttbookita.woff') format('woff'),
		 url('../fonts/bodonisvtytwoitcttbookita.ttf') format('truetype'),
		 url('../fonts/bodonisvtytwoitcttbookita.svg#bodonisvtytwoitcttbookita') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), 
  	   url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), 
	   url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), 
	   url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), 
	   url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
  
* {
	margin: 0;
	padding: 0;
}
a {
	color:#ba6e4a;
	text-decoration:none;
}
a:hover {
	color:#bfbfbf;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

.moveable {
	cursor: move;
}
#header_top #header_top_login_area{
    margin-top:-7px;
}
#header_top .start_logged_in{
    margin-top:-7px;
}
.alignleft { display: inline; float: left; margin:10px 20px 0px 0; max-width:100%; border:1px solid #e1e0df; }
.alignright { display: inline; float: right; margin:10px 0 0px 20px; max-width:100%; border:1px solid #e1e0df;}
.aligncenter { clear: both; display: block; margin:0 auto 20px; max-width:100%; border:1px solid #e1e0df; }
.alignnone { clear: both; display: block; margin:0 auto 20px; max-width:100%; border:1px solid #e1e0df; }

/* ***************************
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:16px;
    font-family: 'robotolight';
	background:#fff;
	color:#666666;
}
#container {
	margin:0px auto;
	text-align:left;	
}
/* ***************************
   $3 Header Styles
   ***************************/
#header{background:#dad9d8;overflow:hidden;height:39px;border-bottom:0px;font-family:Arial, Helvetica, sans-serif;color:#666666; font-size:12px;}
#header a{color:#666666;}

#header_inner{
	margin:0px auto;
	width:960px;
	height:41px;
}

#sidebar_left h1{
	width:204px; height:114px;
	background:url(../images/logo.png) no-repeat;	
	margin:0px auto;
}
#sidebar_left h1 a {
	width:176px;
	height:213px;
	display:block;
	text-indent:-9999px;
	outline-style:none;
}
#header h3{
	font-style:italic;
	font-size:16px;
	float:left;
	color:#336699;
	margin-top:30px;
	font-weight:normal;
	margin-left:72px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


#header_top{
	height:29px;
	text-align:left;
	padding-top:10px;
	color:#000;
}
#header_top form{
	/*float:right;
	width:310px;*/
	padding-right:2px;
	width:auto;
}
#header_top form input{
	width:124px;
	height:13px;
	border:1px solid #6c859b;
	padding:5px 10px;
	background:#fff;
	border-radius:3px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
}
#header_top form .submit_button{
	width:8px;
	height:14px;
	margin-left:5px;
	padding:0px;
	cursor:pointer;
	background:url(../images/bg_submit.png) left top no-repeat;
	border:0;
}

#header_top form a{
	color:#000;
	text-decoration:underline;
}
#header_top form a:hover{
	color:#000;
	text-decoration:none;
}


#header_top #admin_frm_head{
/*	float:left;
	padding:0 0 0 280px;
	width:340px;
	position:relative;
	bottom:18px;
*/
}

.header_button{ background:#db906b; border:0;}
.header_button:hover{ background:#ba6e4a;}
#sponsHeader a { color:#333; }



/* ***************************
   $4 Content Styles
   ***************************/
#content{
	margin:268px auto 33px; padding-bottom:50px;
	width:960px; position:relative;	max-width: 100%;
}
#maincontent{
	float:left;
	margin-top:0px; 
	width:650px;
	/*background:url(../images/bg_content_top.png) top right no-repeat;*/
	padding-top:0px;
	position:relative;
}
#maincontent.full_width{ width:960px;max-width: 100%;box-sizing: border-box; float:none; margin-right:24px; background:none;}
#content #maincontent.cal.full_width{ width:auto; float:none; margin-right:24px;}
#maincontent.photo{	margin-top:24px;padding:0;background:none;	color:#666;	min-height:760px;}
#content #maincontent.cal{margin-top:24px;padding:0;width:auto;background:none !important;}
#content #maincontent.admin{margin-top:24px;padding:0;width:auto;background:none;}
div.default{}

#maincontent .pad-helper{}
#maincontent.full_width .pad-helper{ width:auto;}
#maincontent.cal .pad-helper{ width:auto;}
#maincontent.cal .pad-helper,
#maincontent.cal .pad-helper *,
#maincontent.cal .pad-helper *:before,
#maincontent.cal .pad-helper *:after{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#maincontent .content_container{width:auto;padding-right:0px;}
#maincontent.full_width .content_container{width:auto;}
#maincontent.admin .pad-helper{width:100%;padding:0;background:none;}
#maincontent.cal .pad-helper{width:100%;padding:0;background:none;}
#maincontent a{text-decoration:none;}
#maincontent.admin h2 { background-color: none;}
#maincontent h2{ margin-bottom:25px;
	float:none; text-align:center;font-family: 'BodoniSvtyTwoITCTTBook'; font-style:normal; font-weight:normal; padding:0;height:auto;line-height:50px;font-size:48px;color:#666666;background:none !important;
}
#maincontent.default h2{ font-size:36px; line-height:1; text-align:left; margin-bottom:14px;}

#maincontent h2 a{color:#666666;}
#maincontent h2 a:hover{ color:#d06e3e !important;}
.content_body img{ max-width:100%; height:auto !important;}
#maincontent h2.content_title{font-family: 'BodoniSvtyTwoITCTTBook'; font-style:normal; font-weight:normal;line-height:42px;font-size:36px;}
#maincontent.default.full_width h2{ margin-bottom:25px;
	float:none; text-align:center;font-family: 'BodoniSvtyTwoITCTTBook'; font-style:normal; font-weight:normal; padding:0;height:auto;line-height:50px;font-size:48px;color:#666666;background:none !important;}
/*#maincontent h2:hover{ color:#bfbfbf;}*/
.featured_article{
	background: none;
	padding:0;
	margin-bottom:55px;
	border-top:0;
}
#content #maincontent.admin fieldset table { background: none repeat scroll 0 0 #DDE0E2 !important;}
tr.listing_heading { background-color: #f0f0f0 !important; color: black;}
tr.listing { background-color: #f0f0f0 !important;}
tr.listingb { background-color: #DDE0E2 !important;}
#maincontent p{font-size:18px;	color:#595959;padding:0px;line-height:32px;margin-bottom:20px;}
#maincontent p a{color:#bd9349;text-decoration:underline;}
#maincontent p a:hover{color:#bd9349;text-decoration:none;}
#maincontent .content_body p .but{ text-decoration:none; display:inline-block; font-size:20px; color:#fff; background:#db906b; height:42px; line-height:42px; border-bottom:5px solid #ba6e4a; padding:0px 24px;}
#maincontent .fck_widget_quotes blockquote{ color:#707070; }
#maincontent .fck_widget_quotes blockquote p{ color:#707070; font-family: 'BodoniSvtyTwoITCTTBookIta';}
#maincontent .fck_widget_quotes blockquote p span{font-family: 'Helvetica'; color:#707070;}
#maincontent ul{
	font-size:18px;
	color:#595959;
	padding-bottom:20px;
}
#maincontent.default UL LI,
#maincontent:not(.member_sections) ul li{padding-top:16px;padding-bottom:3px;  color:#595959;font-family: 'robotolight';font-size:18px;} /*list-style-type:disc;*/
#maincontent .featured_article ol li {font-size:18px;}
#maincontent .featured_article ol li:not(:nth-child(1)) {padding-top:16px;}
#maincontent ul li span.date{ color:#c07e58;font-family: 'helveticabold';}
#maincontent .img_left{
	float:left;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:10px;
}
#maincontent .readmore{
	font-size:14px;
	display:block;
	padding-top:12px;
	margin-bottom:20px;
	font-style:normal !important;font-family:"Merriweather Bold"; text-decoration:none; text-transform:uppercase;
	padding-left:14px;
}
#maincontent .readmore:hover{ color:#bfbfbf;}
#maincontent .readmore a{
	color:#fdfefb;
	display:block;
	float:left;
	background:url(../images/submit_button2.gif) right center no-repeat;
	padding-right:23px;
	text-decoration:none;
}
#maincontent .readmore a:hover{
	color:#fdfefb;
	background:url(../images/submit_button1.gif) right center no-repeat;
}
#topnav{
	height:30px;
	float:none; display:none;
	width: 960px;
}
#topnav h3{
	font-size:12px;
	padding-right:13px;
	height:26px;
	color:#7D5122;
	text-align:right;
	line-height:26px;
	background:url(../images/bg_topnav_h3.png) right top no-repeat;
	font-weight:normal;
}
#topnav ul {
	margin-top:56px;
	float:right;
	padding-right:80px;
}
#topnav ul li{
	float:left;
	background:url(../images/bg_topnav_li.gif) left center no-repeat;
	height:32px;
	padding:0px 17px 0px 21px;
	font-family:"Courier New", Courier, monospace;
	font-size:19px;
	line-height:32px;
}
#topnav ul li a{
	color:#ffffff;
	text-decoration:none;
}
#topnav ul li a:hover{
	color:#ffffff;
	font-weight:bold;
}
#topnav ul .nav_home{ background:none;}
#topnav ul .nav_home a{
	color:#ffffff;
	font-weight:bold;
}

/* Registration */
div.register { width:480px; }
#maincontent .registration ul { color:black; }
#maincontent .registration ul li h4 { }


/* Donation */
#maincontent.donate { width:680px; }
#maincontent.user_dashboard{width:auto;}
#maincontent .donation ul { color:white; }
#maincontent .donation ul li h4 { }

#maincontent .submit_payment { background:none;; }
#maincontent .submit_payment ul { color:black; }
#maincontent .submit_payment ul li h4 { color:black; }


#maincontent.user_dashboard,
#maincontent.user_dashboard ul { color:black; padding-bottom:2px; }
#maincontent.user_dashboard .section { padding:15px 15px; background-color:#f0f0f0;margin-bottom:20px; }
#maincontent.user_dashboard .credit { color:#4d4b87; }
#maincontent.user_dashboard .filter_box #show_hide a { background-image:url(../images/list_arrow.gif); }
#maincontent.user_dashboard .filter_box { background-color:none; border:1px dotted #555; }
#maincontent.user_dashboard .filter_box #show_hide { background-color:#DDE0E2; }
#maincontent.user_dashboard .filter_box ul { color:black; }

#maincontent.user_dashboard .section table.txs thead tr td { background-color:#DDE0E2; color:black; }
#maincontent.user_dashboard .section table.txs td { border-color:#333; }

#maincontent.user_dashboard td span.check_number { color:#888; }


#banner{ margin-bottom:70px;}
#banner .royalSlider{ width:100%;}


.pad-helper .ui-state-default, 
.pad-helper .ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default{ color:#595959;}
.calendar_table .ui-widget{ font-size:12px;}
table.calendar td span.day{ height:auto !important;}
table.calendar td div.daywrap{ width:auto !important;}
table.zman_table tr td{ border-bottom:1px dotted #808080;}

/*.fck_widget_month_calendar_condensed{ background:url(../images/bg_month_calendar.png) no-repeat top center; padding-top:60px;}
.month_calendar_condensed{ overflow:hidden; background:url(../images/bg_hardline.png) repeat-y center center;}
.calendar_condensed_section{ float:left; width:48%;}
.calendar_info{ float:right; width:48%;}*/


.week_calendar_widget{ background:url(../images/bg_bottom_border.png) repeat-x top; text-align:center;}
#maincontent .week_calendar_widget h2.content_title{ display:inline-block; position:relative; background:#ffffff !important; top:-25px; margin-bottom:10px; padding:0px 20px; font-size:34px;}
#maincontent .week_calendar_widget .content_body{ text-align:left; max-width:620px; margin:0px auto;}

.newsletter_widget{ background:url(../images/bg_newsletter.png) no-repeat top center; padding-top:54px;}
.newsletter_widget .content_body{ background:url(../images/bg_bottom_border.png) repeat-x bottom; padding-bottom:42px;}
#maincontent .newsletter_widget h2.content_title{ font-family:"BodoniSvtyTwoITCTTBookIta"; font-size:32px; text-align:center; margin-bottom:5px;}
.fck_widget_subscribe,
.fck_widget_subscribe *,
.fck_widget_subscribe *:before,
.fck_widget_subscribe *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.fck_widget_subscribe{ 
	max-width:407px; 
	margin:0px auto; 
	padding-top:6px;
}
.fck_widget_subscribe #subscribe_email_box{height:48px;border-bottom:5px solid #e1e0df; margin:0; padding:0 10px; width:305px; border-radius:0;}
div.featured_article input.go_button{ 
	font-size:0px;margin:0; padding:0; border:0; cursor:pointer; background:url(../images/sign_up.png) #db906b; border-bottom:5px solid #ba6e4a; height:48px; width:98px;	
}


.fck_widget_contact{ max-width:525px; margin:0px auto;}
.fck_widget_contact,
.fck_widget_contact *,
.fck_widget_contact *:before,
.fck_widget_contact *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.content_body .contact_form label{ display:block; text-align:center; width:100%; float:none; font-weight:normal; padding:0; margin-bottom:5px; color:#595959; font-size:18px;font-family: 'Helvetica';}
.content_body .contact_form input{ margin:0; width:100%;height:48px; border:1px solid #e1e0df; border-bottom:5px solid #e1e0df; padding:0 10px; border-radius:0;}
.content_body .contact_form textarea{ margin:0px; width:100%; border:1px solid #e1e0df; border-bottom:5px solid #e1e0df; padding:5px 10px; border-radius:0;}
.content_body .contact_form input.submit{ height:48px; background:#db906b; border:0; border-bottom:5px solid #ba6e4a; padding:0px 24px; color:#fff; cursor:pointer; border-radius:0; font-size:20px;font-family: 'Helvetica'; display:block; width:196px; margin:0px auto !important;}




/* ***************************
   $5 Sidebar Stylesa
   ***************************/
#sidebar_left{
	float:none;
	width:960px;	
	height:auto;
	background:none;
	position:absolute;top:-240px; left:0px;
	overflow:visible;
}


#sidebar_left .bb{
	height:0px;
	overflow:hidden;
	width:246px;
}
#sidebar_left .bt{
	height:30px;
	overflow:hidden;
	width:960px;	
}
#mainnav{
	padding:0;
	height:auto;	
	background:none;
	width:960px;
	margin-top:0;
	overflow:visible;	
	text-align:center;
}
#mainnav .menuheader{}
#mainnav .menuheader label{}
#mainnav .menuheader label.openheader{}
ol#mainnav ol{}
.categoryitems li{}
.categoryitems a{}
.categoryitems a:hover{}
.content_body .royalSlider{ width:100%;}
.content_body .rsDefault .rsOverflow{ width:100% !important;}
.content_body .rsDefault .rsOverflow img{ display:block; margin-left:auto; margin-right:0px;}


#banner .rsDefault .rsBullet{ width:15px; height:15px; border-radius:15px;}
#banner .rsDefault .rsBullets{ width:100%;}

#nav_section{display:inline-block; vertical-align:middle;margin:0 auto;width:auto;}
#nav_section{*display:inline;}
#nav_section li{float:left;display:block;background:none;font-size:16px;width:auto;position: relative;}
#nav_section a{
	font-family: 'robotoregular';
	font-style:normal;
	font-weight:normal;
	padding:0;
	text-decoration:none;	
	background:none;	
	text-align:left;
	display:block;
	padding:0 10px;
	width:auto;
	color:#666666;
}
/*--- Nav Section ---*/
#nav_section a:hover{background:none;color:#3478b3;}

#nav_section li ul{
	background:#fff; 
	list-style:none;
	position:absolute;
	display:none;
	top:22px;
	border:1px solid #d5d5d5;
	border-top:0;
	padding:0;
	height:auto;
	padding:10px 0;
	box-shadow:0 2px 2px #ccc;
	width:200px;
}
#nav_section li ul ul{border:1px solid #d5d5d5;left:190px;top:-10px;}
#nav_section ul li{	margin:0;padding:0;padding-top:1px;float:none;	position:relative;}
#nav_section ul a{white-space:normal; float:none;padding:5px 10px 5px 10px; display:block; line-height:16px;height:auto;text-align:left;}
#nav_section li.selected_nav a{color:#cc6633;}
#nav_section li.selected_nav li a{color:#333333;}
#nav_section li:hover ul{ display:block;height:auto;left:0;}
#nav_section li:hover ul ul{display:block;height:auto;left:190px;}
#nav_section li:hover a{color:#cc6633;text-decoration:none;}
#nav_section li:hover ul a{color:#333;text-decoration:none;}
#nav_section li li:hover a{color:#3478b3;text-decoration:none;}
#nav_section li li:hover ul a{color:#333;text-decoration:none;}
#nav_section li:hover ul li a:hover{ color:#3478b3;}
#nav_section li:hover ul ul, #nav_section li:hover ul ul ul, #nav_section li:hover ul ul ul ul{display:none;}
#nav_section li:hover ul, #nav_section li li:hover ul, #nav_section li li li:hover ul, #nav_section li li li li:hover ul{display:block;}

/* ----------------------Small Nav */

#small_nav{ display:none; margin-left:0px; background:#333;}
#small_nav ul{ display:none; margin-left:0px;}
#small_nav a:hover{ text-decoration:none; color:#fff;}
#small_nav > li > a{ display:block; border-bottom:1px solid #000; padding:10px 50px 10px 25px; font-size:18px; font-weight:700; color:#fff; text-align:left; text-decoration:none; position:relative;}
#small_nav li a span{ width:34px; height:34px; border-radius:1px; cursor:pointer; background:#817f7f; position:absolute; top:4px; right:10px;}
#small_nav li a span:after{ content:"\f067";font-family: 'FontAwesome'; display:block; color:#000; text-align:center; font-size:18px; line-height:34px; font-weight:bold;}
#small_nav li a span.active:after{ content:"\f068"; }
#small_nav > li > ul{ background:#666666; margin-left:0px;}
#small_nav > li > ul li{ border-top:1px solid #000;}
#small_nav > li > ul a{ color:#cccccc; text-decoration:none; font-size:18px; display:block; text-align:left; padding:10px 50px 10px 33px; position:relative;}
#small_nav > li > ul a:hover{ color:#fff;}
#small_nav > li > ul ul a{ padding:10px 50px 10px 50px; color:#fff;}
#small_nav > li > ul a:hover{ color:#fff;}
#small_nav > li > ul a span{ background:#666;}
#small_nav > li > ul > li:first-child{ border:0;}
#small_nav > li > ul > li:first-child > a{ border:0;}

#sidebar_right{ 
	float:right; 
	width:auto; text-align:center;
	margin-top:50px; margin-right:0px;
	display:block;
	position:relative;
}
#sidebar_right{ width:210px; padding-left:20px; border-left:1px solid #ccc; margin-top:0px;}
#sidebar_right .right_bm{
	background:none;
	border-top:0;
	padding-top:0;
	margin-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
}
#sidebar_right .right_bm .right_content{overflow:hidden;padding-bottom:0;}
#sidebar_right .right_bm .right_content2{overflow:hidden;}
#sidebar_right .right_bm .right_content h2{font-family: 'BodoniSvtyTwoITCTTBookIta'; font-style:normal;font-size:30px;color:#828181;padding-bottom:10px; text-align:left; font-weight:normal;line-height:1;}
#sidebar_right .right_bm .right_content h4{
	font-style:normal;
	font-size:18px;
	color:#595959;
	font-family: 'robotomedium';
	line-height:22px;
	padding-bottom:15px;
    font-weight: normal;
}
#sidebar_right .right_bm .right_content h4{ padding-bottom:2px;}
#sidebar_right .right_bm .right_content_inner{
	padding:0;
	width:auto;
	margin:0 0;
	background:none;
	overflow:hidden;
}
#sidebar_right .right_bm table td {	font-family: 'Helvetica';
	font-size:16px;
    padding-bottom:8px;
    color:#595959;
}
#sidebar_right .right_bm table tr td:nth-child(2){ color:#ba6e4a;font-family: 'helveticabold';}
#sidebar_right .right_bm table tr:last-child td{ text-align:left;}
#sidebar_right .right_bm table a{ text-transform:uppercase;font-family:"Merriweather Bold";}
#sidebar_right .fck_widget_subscribe #subscribe_email_box {
	width:60%;
	border-bottom:1px solid #e1e1e1;
}
#sidebar_right input.go_button{
	border:0;
    border-bottom: 5px solid #858585;
	background: #414141;
	color: #e1e0df;	
	cursor:pointer;
	float:right;padding:0px;
	font-size:16px;
	font-style: italic;
	height: 48px;	
	width:40%;
}
#sidebar_right hr{
    height:5px;
    color: transparent;	
    margin: 0 auto 12px auto;
	border-bottom:2px dotted #E6C59C;
}
#sidebar_right .readmore{
	color:#04375b;
	font-size:14px;
	display:block;
	height:26px;
	font-style:normal;
	
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
    padding:0;
    position:relative;
    margin-bottom:-20px;
}
#sidebar_right .readmore a{	color:#bd9349; font-size:14px;font-family: 'robotolight';display:block;float:left;padding-right:31px;padding-top:8px;line-height:26px;text-decoration:none;}
#sidebar_right .readmore a:hover{text-decoration:none; color:#bfbfbf;}
#sidebar_right .form_replacement{ margin:0px; text-align:left;}
.pfbc-form,
.pfbc-form *,
.pfbc-form *:before,
.pfbc-form *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#sidebar_right .form_replacement .pfbc-form label{ text-align:left; color:#595959; font-size:16px;font-family: 'Helvetica';}
#sidebar_right .form_replacement .pfbc-form input{ margin:0px; width:100% !important; height:38px; border-radius:0; border:1px solid #e1e0df; border-bottom:5px solid #e1e0df;}
#sidebar_right .form_replacement .pfbc-form textarea{ margin:0px; width:100% !important; border-radius:0; border:1px solid #e1e0df; border-bottom:5px solid #e1e0df;}
#sidebar_right .pfbc-form .form-actions{ margin:0; padding:0px; background:none; border:0; overflow:hidden; width:100%;}
#sidebar_right .form_replacement .pfbc-form input.btn{background: #db906b; border:0; cursor:pointer; float:right;  border-bottom: 5px solid #ba6e4a; color: #fff; font-size: 20px; height: 42px; line-height: 36px; padding: 0 15px; width:auto;}
#sidebar_right .pfbc-form .control-group{ margin-right:0px !important; width:100% !important;}

.right_box1{
	padding-top:0px;
	background:none;
	padding-bottom:15px;	
}
.right_box1 p{font-size:48px; font-family: 'BodoniSvtyTwoITCTTBook'; color:#666;}
.right_box1 p span.english_date{ display:block; color:#8a8989; font-size:30px;font-family: 'BodoniSvtyTwoITCTTBookIta'; line-height:1; margin-bottom:10px;}
.right_box1 p span.hebrew_date{ display:block; font-size:18px; color:#666666;font-family: 'helveticabold';}

#subscribe_email_box{width:135px; float:left; height:18px;padding:5px 10px;border:1px solid #e1e1e1;background:#fff;border-radius:3px;font-family:Arial, Helvetica, sans-serif;}
#mailingListForm fieldset{ overflow:hidden;}
.pagination{ overflow:hidden;}
.fck_widget_zmanim{ text-align:left;}
/* ***************************
   $6 Footer Styles
   ***************************/
#footer {
	background:#f3f3f3;	font-family: 'Helvetica';
	text-align: center;	
	height:auto; width:100%;
	padding-top:40px; margin:0;
	border-top:0;
}
.footer_inner{
	background:none;width:960px;margin:10px auto 0px;
	height:auto; padding-bottom:50px
}
.footer_inner ul{
	color:#fff;
	padding:0;
	background:none;
}
.footer_inner p{
	font-size:14px;
	line-height:23px;
	color:#666666;
}
#footer a{ color:#666666;}
#footer a:hover{ color:#666666;}
#footer p a { color:#666666;text-decoration:none; }
#footer p a:hover{ color:#666666;}
.footer_inner ul li{font-size:14px;	display:inline;}
.footer_inner ul li a{color:#666666;font-style:normal;font-family:Arial, Helvetica, sans-serif;}
.footer_inner ul li a:hover{color:#666666;text-decoration:none;}
.schedule .edit_link {
	float:right;
	color:#666666;
	background: url(/pics/icons/edit_icon.png) no-repeat left top;
	padding: 0 8px 0 15px;
}

.schedule .edit_link a{
	color: #ffffff;
	text-decoration: underline;
}
.schedule .edit_link a:hover{
	color: #ffffff;
	text-decoration: none;
}


.content_container .edit_link{
	float: right;
	color: #ffffff;
	background: transparent url(/pics/icons/edit_icon.png) no-repeat scroll left top;
	padding: 0 8px 0 16px;
	margin-top: 13px;

}

.content_container .delete_content{
	float: right;
	color: #ffffff;
	background: transparent url(/pics/icons/delete.png) no-repeat scroll left top;
	padding: 0 8px 0pt 17px;
	margin-top: 13px;

}

div.add_div {
	text-align: right;
	color: #ffffff;
	margin: 2px 0px 5px 0px;
}
div.add_div a {
	text-align: right;
	color: #ffffff;
	background: transparent url(/pics/icons/green_plus.png) no-repeat scroll left top;
	padding: 0 8px 0pt 17px;
}

div.add_div2 {
	text-align: right;
	color: #000;
	margin: 2px 0px 5px 0px;
}
div.add_div2 a {
	float:right;
	text-align: right;
	color: #000;
	padding: 0 8px 0pt 17px;
	margin-left: 5px;
}

div.add_div2 a#addLink { background: transparent url(/pics/icons/green_plus.png) no-repeat scroll left top; }
div.add_div2 a#delLink { background: transparent url(/pics/icons/delete.png) no-repeat scroll left top; }


/* Admin Top Page Switcher */
#admin_frm_head input.submit { position:static; top:5px; margin:0 0 0 10px; padding:0; width:35px; height:24px; border:2px outset; }

div.featured_article {vertical-align: baseline; float:none;}
div.featured_article ul { padding:0 30px; }
div.featured_article ul li { list-style-type:disc; }

div.featured_article input{
	margin: 12px 10px 5px 10px;
}
div.featured_article .swfdiv {
	vertical-align: top;
}

/* CALENDAR */
.calendar a { color:#333; }

/* POPUP CAL */
.popup_calendar_div { background-color:none; }
.cpYearNavigation,.cpMonthNavigation { background-color:#DDE0E2; color:block; }
td.cpCurrentDate { background-color:#DDE0E2; }
td.cpCurrentMonthDate:hover,
.cpCurrentMonthDate:hover { background-color:none; color:black; }

tr.listing { background-color:none; }
tr.listingb { background-color:none; }

/* Easy Popup */
#myPopup { background-color:none; }
#myPopup .hd { background-color: none; }
#myPopup .hd .close { color:black; }

/* Photo Gallery */
/* ---- Photos -------------- */
#gia_head{	background:#f2f2f2; color:#666;}
#gia_head a{ color:#666;}
table.calendar{ border-bottom:1px solid #cbcaca; text-align:left; border-right:1px solid #cbcaca;font-size: 12px;background: #fff; margin-bottom: 20px;}
table.calendar.calendar_header_date{ border:0; text-align:center;}
table.calendar td{ border-left:1px solid #cbcaca; border-top:1px solid #cbcaca;
	width: 112px;
	height: 112px;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
table.calendar td.unmonth{background:#f2f2f2;color: #666;}
table.calendar th{text-align:center; border-left:1px solid #cbcaca; border-top:1px solid #cbcaca;background: #f2f2f2; font-family: 'helveticabold'; font-weight:normal;color: #666666;padding: 5px;height: 20px;}
table.calendar.calendar_header_date th{ border:0; padding:0;}
table.calendar th a{color: #666666;}
table.calendar th.next{text-align: right;}
table.calendar th.previous{	text-align: left;}
table.calendar td.today{background: #fff;}
table.calendar td.today div.daywrap{ border:5px solid #d7d4d4; height:100%;} 
table.calendar th.month_header{
	font-size: 1.25em; background:#fff; font-size:24px; text-transform:capitalize; color:#666666;font-family: 'BodoniSvtyTwoITCTTBook';
	text-align: center;
	padding-top: 7px;
	height: 2.5em;
}
table.calendar td div.dayhead{margin-bottom: 4px; height:27px;text-align: right;}
table.calendar td span.day{ border:0; background:#e1a486;display: block; text-align:center; color:#8f8f8f;	width: 28px;height: 27px; line-height:27px; float: left;font-size:16px; font-weight:bold;}
table.calendar td span.jewishDay{
	height: 12px;
	font-size: 10px;
	font-style: italic;
	margin-right: 2px;
	padding: 2px;
}
table.calendar td div.sedra{
	color: #4c9b46; padding-left:5px; padding-right:5px;
	display: block;	
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	white-space:nowrap;
	overflow: hidden;
}

table.calendar td ul{
	margin-left: 5px;
	padding: 0px !important;
	list-style-type: circle;
	font-size: 11px;
	overflow: hidden;
}
table.calendar td ul li{
	font-size: 10px;
	padding: 0px !important;
	margin: 0px;
	white-space:nowrap;
	overflow: hidden;
	cursor: pointer;
}
table.calendar tr:hover{
	background: #efefef;
}
table.calendar td:hover{
	background: #ffc;
}

table.calendar .eventlink{
	/* margin-top: 20px; */
 	text-align: center;
}

table.calendar .eventlink a{
	color: blue;

}
table.calendar .eventlink a:hover{
	color: blue;
	text-decoration: underline;
}

.fck_widget_month_calendar_condensed table.calendar{ background:none; border:0; width:100%;}
.fck_widget_month_calendar_condensed table.calendar th{ background:none; color:#c07e58; border-top:0; font-size:15px; border-left:1px solid #8c7f6a;}
.fck_widget_month_calendar_condensed table.calendar tr th:first-child{ border-left:0;}
.fck_widget_month_calendar_condensed table.calendar td.unmonth,
.fck_widget_month_calendar_condensed table.calendar td.today{ background:none;}
.fck_widget_month_calendar_condensed table.calendar td{ height:auto; text-align:center; border:0;border-left: 1px solid #8c7f6a; border-top: 1px solid #8c7f6a;}
.fck_widget_month_calendar_condensed table.calendar td:hover{ background:none;}
.fck_widget_month_calendar_condensed table.calendar tr td:first-child{ border-left:0;}
.fck_widget_month_calendar_condensed table.calendar td span.day{ background:none; text-align:center; float:none; display:inline; padding:0;}
.fck_widget_month_calendar_condensed table.calendar td div.sedra{ display:none;}
.fck_widget_month_calendar_condensed table.calendar td.today div.daywrap{ border:0;}
.fck_widget_month_calendar_condensed table.calendar td div.dayhead{ margin-bottom:0px; text-align:center;}
.fck_widget_month_calendar_condensed table.calendar td div.popevent{ display:none !important;}
#maincontent .fck_widget_month_calendar_condensed .calendar ul{ display:none;}

.week_calendar_day{ margin-bottom:35px;font-family: 'Helvetica'; color:#fff; position:relative; padding-left:58px;}
.week_calendar_day:before{ display:block; width:36px; height:36px; border-radius:18px; background:#db906b; color:#fff; font-size:20px;font-family: 'helveticabold'; line-height:36px; text-align:center; position:absolute; left:9px; top:-6px;}
.week_calendar_day:nth-child(2):before{ content:"1";}
.week_calendar_day:nth-child(3):before{ content:"2";}
.week_calendar_day:nth-child(4):before{ content:"3";}
.week_calendar_day:nth-child(5):before{ content:"4";}
.week_calendar_day:nth-child(6):before{ content:"5";}
.week_calendar_day:nth-child(7):before{ content:"6";}
.week_calendar_day:nth-child(8):before{ content:"7";}
.week_calendar_top_title{font-family: 'Helvetica'; font-size:20px; color:#666; margin-bottom:30px;}
.week_calendar_day_name,
.week_calendar_day_num{ color:#666; font-size:19px;font-family: 'helveticabold';}
.week_calendar_time,
.week_calendar_title{ display:inline; font-size:17px;font-family: 'Helvetica'; color:#666;}
.week_calendar_item{ padding-top:16px;}
.week_calendar_time{ color:#ba6e4a;font-family: 'helveticabold';}
.week_calendar_description,
.week_calendar_sedra_holiday{ color:#666; font-size:17px;font-family: 'Helvetica';}
.month_holidays_label,
.month_events_label{ color:#666; font-size:18px;font-family: 'Helvetica';}
#maincontent.default UL.month_holidays,
#maincontent.default UL.month_events{ padding-left:0px; padding-right:0px;}
#maincontent.default UL.month_holidays LI,
#maincontent.default UL.month_events LI{ padding-left:0px; border-bottom:1px solid #8c7f6a; color:#666; margin-left:15px; padding-top:8px; padding-bottom:8px;}



.popdetail
{
	position: absolute;
	background-color: #ffffcc;
	border: 1px #6D6D6D solid;
	width: 170px;
	z-index: 300001;
	padding: 0px;
}

.popdetail ul {
	font-size: 10px;
	padding: 0px !important;
	margin-left: 5px !important;
	cursor: pointer;

}

.popdetail ul li{
	font-size: 10px;
	padding: 0px !important;
	margin-top: 0px;
	margin-left: 0px;
	cursor: pointer;
}
.popdetail .dayheader{
	background-color: #D4D0C8;
	text-align: center;
	font-weight: bold;
	padding: 0 0 0 0;
	border-bottom: 1px #6D6D6D solid;
}

.popdetail .dayheader .headerclose{
	color: #6D6D6D;
	float:right;
	border-left: 1px #6D6D6D solid;
	padding: 0 2px 0 4px;
	cursor: pointer;
}

.popevent
{
	position: absolute;
	background-color: #ffffff;
	border: 1px #6D6D6D solid;
	width: 148px;
	height: 96px;
	z-index: 300002;
	left: 0px;
	top: 0px;
}
.popevent .eventheader{

}
.popevent .eventbody{
	margin: 10px;

}
.popevent h3{
 color: #09C1CB;
}

.popevent .eventheader .headerclose{
	color: #6D6D6D;
	float:right;
	border-left: 1px #6D6D6D solid;
	border-bottom: 1px #6D6D6D solid;
	padding: 0 2px 0 4px;
	cursor: pointer;
}

table.calendar td div.daywrap{position: relative;}
.announce_icons{
	color:purple;
	position: absolute;
    bottom: 0px;
    vertical-align: bottom;
}

table.calendar td div.sedraDay { color:#09C1CB; }

#announcement_table table tr.listing_heading th { padding:8px; }

#treediv{
	background-color: none;
	padding: 20px 10px;
}

#tree li {
	color:#713B15;
	cursor:move;
	margin-top:-2px;
}

#tree ul {
	border:1px solid #000000;
	font-size:14px;
	font-weight:normal;
	list-style-type:none;
	padding:5px 10px 5px 30px;
}

div.fieldset span.legend { color:black; }
#sidebar_left #img_div{ text-align:center;}
#sidebar_left #img_div #editlogo { background:transparent;  }

#maincontent .calendar ul { padding-bottom:0px;  }
#maincontent .calendar ul li { padding:0px; margin:0px; line-height:13px; font-size:12px; }

.calendar_table .print, .calendar_table .gosubmit { background-color:#FFF; }

.featured_article H3.date {
	display:block;
	padding:5px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
    color: #727272;
    font-weight: normal;
    font-size: 12px;
	font-style:italic;
	float:none;
	margin-bottom:15px;
}
.menu{border:1px solid #000;}
.pg_img_div img{ background:#f2f2f2;}
.pg_img_div img:hover,
.pg_img_div a:hover img {background:#e1a486;}
div#album_order div.dragger { border: 1px solid #666;}
#topnav h3 {background:none;}
.top_links{display:none;}


.pg_caption {color: #525252;}
#maincontent .pg_caption p{margin-bottom:0;}
#sidebar_left.in #mainnav{ display:block !important;}

#topnav{background:url(../images/icon_header_left.png) no-repeat center center; border:0; width:50px !important; height:53px !important; display:none; cursor:pointer;}

/* RB ADS*/
@media screen and (max-width: 1024px) {
	
	#header_admin_menu_menu{ left:50% !important; margin-left:-225px !important;}
	
	#header #header_inner,
	#content{ width:748px;}	

	
	#maincontent{ width:465px; margin-left:0px;}
	#maincontent.full_width{ margin-left:0px; margin-right:0px;}
	#content #maincontent.cal.full_width{ margin-right:0px;}
	table.calendar td{ width:auto !important;}
	table.calendar td div.daywrap{ width:106px !important;}
	.fck_widget_month_calendar_condensed table.calendar td div.daywrap{ width:auto !important;}
	#sidebar_right{ margin-right:15px; padding-left:15px; width:220px;}


	#sidebar_left,
	#topnav,
	#sidebar_left .bt{ width:100%;}
	#mainnav,
	.footer_inner{ width:748px;}

}

@media screen and (max-width: 768px) {
	
	.alignleft,
	.alignright { display:block; float:none !important; margin:0px auto 20px;}
	
	
	#header{ background:url(../images/bg_topbar.png) repeat-x #dbdbdb; height:53px;}
	
	#header #header_inner,
	#content{ width:auto; margin-top:0px; border:none; margin-left:0px; margin-right:0px;}	
	#header #header_inner .hosted_by_text{ display:none;}
	#header #header_inner #header_buttons div#header_login_button{ background:url(../images/icon_right.png) no-repeat center center; padding:0px; height:53px; width:50px; text-indent:-999em; display:block !important; margin-top:0px; float:right; text-align:left;}
	#topnav{ display:block; position:absolute; width:50px; top:-53px; left:0px;}
	
	#header_login_menu form.head_signin hr.login_dropdown_line{ width:auto !important;}
	
	#header_login_menu{ width:100%; top:53px !important; left:0px;}
	#header_admin_menu_menu{ left:0px !important; margin-left:0px !important;}
	#header_admin_menu_menu ul{ width:100%;}
	
	body .header_menu{ z-index:101;}
	#sidebar_left{ position:static; top:auto; margin-top:0px !important; position:relative; z-index:100;}
	#img_div{ text-align:center; padding-top:20px;}
	
	#mainnav{ position:absolute;display:none; background:#f2f0f0; width:100% !important; left:0px; top:0px;}	
	#nav_section{ padding-top:10px; padding-bottom:10px;}
	#nav_section a{ color:#666666; padding:3px 15px;}
	#nav_section li.selected_nav a,
	#nav_section a:hover,
	#nav_section li:hover a{ color:#000;}
	
	#nav_section{ width:100%; }
	#nav_section li{ float:none;}
	#nav_section li:hover ul,
	/*#nav_section li:hover ul ul{ display:none !important;}*/
	#nav_section li:hover ul ,#nav_section li ul { display:none;position:relative !important;top:auto;}


	/*table.calendar.calendar_main{ display:block; overflow-x:auto;}
    .fck_widget_month_calendar_condensed table.calendar.calendar_main{ display:table;}*/
	#maincontent{ float:none; width:auto; margin-left:0px; margin-right:0px; padding-left:15px; padding-right:15px; border-top:0;}
	#content #maincontent.cal.full_width{ padding:0px 15px;}
	#sidebar_right{ border:0px; display:block; padding-left:15px; padding-right:15px; margin-left:0px; margin-right:0px; width:auto; float:none;}
	#maincontent .fck_widget_slider{ }
	


	#sidebar_left,
	#sidebar_left .bt{ width:100%;}
	.footer_inner{ width:auto;}

}

@media (max-width:767px) {
	#nav_section {display:none;}
	  #small_nav{ display:block;}

}
/*@media (max-width: 1024px) and (min-width: 768px) {
	.month_calendar_condensed{ background:none;}
	.calendar_condensed_section{ float:none; width:auto;}
	.calendar_info{ float:none; width:auto;}

}*/

@media screen and (max-width: 570px) {
	.fck_widget_subscribe{ width:250px;}
	.fck_widget_subscribe #subscribe_email_box{ width:148px;}
	
	
	/*.month_calendar_condensed{ background:none;}
	.calendar_condensed_section{ float:none; width:auto;}
	.calendar_info{ float:none; width:auto;}*/
}


@media screen and (max-width: 480px) {
	
    #content.ads_enabled{	
		position:relative;
    }

	div.rbad[data-id=desktop_leaderboard_footer]{
		margin-right:260px;
	}

	.rbad[data-id='desktop_leaderboard_header'] {
		position: absolute;
		margin-top: -184px;
		margin-left: 251px;
	}

	.rbad[data-id='desktop_skyscaper_left'] {
		left: -180px;
		margin-right:0;
	}

	.rbad[data-id='desktop_skyscaper_right'] {
		right: -180px;
		margin-left:0;
	}

	div.rbad[data-id=desktop_leaderboard_footer]{
		margin-left:260px;
	}
}
/* END RB ADS*/



