/* ***************************
  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
   ***************************/
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,700');
/*font-family: 'Quicksand', sans-serif;*/  
@import url('https://fonts.googleapis.com/css?family=Montserrat');
/*font-family: 'Montserrat', sans-serif;*/ 
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
/*font-family: 'Roboto', sans-serif;*/
   
@font-face {
    font-family: 'Oswald';
    src: url('../font/oswald.eot');
    src: url('../font/oswald.eot?#iefix') format('embedded-opentype'),
         url('../font/oswald.woff') format('woff'),
         url('../font/oswald.ttf') format('truetype'),
         url('../font/oswald.svg#oswald') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=4.4.0');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), 
  	   url('../font/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), 
	   url('../font/fontawesome-webfont.woff?v=4.4.0') format('woff'), 
	   url('../font/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), 
	   url('../font/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('../font/gothicb.eot');
	src: url('../font/gothicb.eot?#iefix') format('embedded-opentype'),
		 url('../font/gothicb.svg#gothicb') format('svg'),
		 url('../font/gothicb.ttf') format('truetype'),
		 url('../font/gothicb.woff') format('woff'),
		 url('../font/gothicb.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'CenturyGothic';
	src: url('../font/centurygothic.eot');
	src: url('../font/centurygothic.eot?#iefix') format('embedded-opentype'),
		 url('../font/centurygothic.svg#centurygothic') format('svg'),
		 url('../font/centurygothic.ttf') format('truetype'),
		 url('../font/centurygothic.woff') format('woff'),
		 url('../font/centurygothic.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*{margin: 0;padding: 0;}
a {color:#005898;text-decoration:underline;}
a:hover {color:#005898;text-decoration:none;}
img { vertical-align:middle; border:0; max-width:100%;}
fieldset {border:none;}
li {list-style:none;}
.clear {clear:both;height:0;font-size:0;}
.moveable {cursor: move;}


#inner_login_form{ color:#000; font-size:14px;}
input[type="text"],
input[type="password"],
input[autocomplete="tel"]{ border:1px solid #005898; border-radius:3px; padding:8px;}
.user_dashboard table tr td{ font-size:14px;}
select,
textarea { border:1px solid #005898; border-radius:3px; padding:8px;}
input[type="submit"]{ background:#005898; cursor:pointer; color:#fff; padding:8px 15px; text-transform:uppercase; border:0; font-weight:bold;}



/* ***************************
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:13;
    font-family: 'CenturyGothic';
	color:#000;
	
	background-color: #f8f8f8;
	
	max-width: 1000px;
	margin: 0px auto;
}
body.fullbody{ background:#cee6f8;}
#container {
	background:#bbb6bf url(../images/bg_body.png) repeat-y top center;
	margin:0px auto;
	text-align:left;
}

#body_subtab #container {
	background: none;
}


/* ***************************
   $3 Header Styles
   ***************************/
#header{
	background:#005898;
	overflow:hidden;
	height:41px;	
	color:#fff;
}
#header a{color:#fff;}

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

#sidebar_left h1{
	width:176px;
	background:url(../images/logo.png) no-repeat;
	height:213px;
	margin:0px auto;
}
#sidebar_left h1 a {
	width:176px;
	height:213px;
	display:block;
	text-indent:-9999px;
	outline-style:none;
}
#header h3{
	font-style:normal;
	font-size:16px;
	float:left;
	color:#ff9600;
	margin-top:30px;
	font-weight:normal;
	margin-left:72px;
}
#header_top #header_top_login_area{
    margin-top:-5px;
}
#header_top .start_logged_in{
    margin-top:-5px;
}


#header_top{
	height:29px;
	text-align:left;
	padding-top:10px;
	color:#fffdfd;
}
#header_top form{
	padding-right:2px;
	width:auto;
}
#header_top form input{
	width:80px;
	height:12px;
	border:1px solid #6f6f6f;
	padding:4px 10px;
	background:#fff;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
#header_top form .submit_button{
	width:12px;
	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:#fffdfd;
	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;
*/
}


#sponsHeader a { color:#fff; }



/* ***************************
   $4 Content Styles
   ***************************/
#content{
	margin:0px auto;
	width:990px;
	background:transparent;
	clear:both;
}
#content:after{ content:""; display:table; clear:both;}
.addthis_toolbox{ display:none;}
#maincontent{
	clear:both;
	float:left;
	margin:0;
	width:700px;
	background:none;
	position:relative;
}
#maincontent.full_width{width:959px}

#maincontent.photo{
	background:none;
	color:#fff;
	min-height:760px;
}
#content #maincontent.cal{width:975px;background:none !important;}

#content #maincontent.admin{width:975px;background:none !important;}
div.default{

}

#maincontent .pad-helper{width:695px;}
#maincontent.full_width .pad-helper{width:959px;}
#maincontent.admin .pad-helper{width:100%;}
#maincontent.cal .pad-helper{width:100%;}
#maincontent a{text-decoration:none;}
#maincontent ul.css-tabs a{ height:auto;}
#maincontent.admin h2 {
    background-color: none;
}

#maincontent h2{color: #005898;  font-family: "Quicksand",sans-serif; font-size: 18pt; text-align:center;   font-weight: 700;float:none;padding:0;height:auto;margin-bottom:15px;text-transform: uppercase;	background:none !important;
}
.featured_article{
	background: none;
	margin-bottom:20px;
	border-top:0;
	padding:46px 0px;
}
#sliderPanel .featured_article{ margin-bottom:0px; padding:0; background:#005898; width:100%; height:400px;}
#sliderPanel .royalSlider{ width:100%; height:400px;}
#sliderPanel .rsDefault .rsOverflow { width:50% !important; float:right; border: solid; }
/*#sliderPanel .rsGCaption{ height:100%; float:left; width:50%; padding:0px 10%; display:table;  text-align:left;}
#sliderPanel .rsGCaption .slider_content{ padding:0px 0px 100px; display:table-cell; vertical-align:middle; color: #fff; }
#sliderPanel .rsGCaption span{ display:block;}
#sliderPanel .rsGCaption span.slider_title{ font-size:30px;font-family: 'Quicksand', sans-serif; font-weight:700; margin-bottom:10px;}
#sliderPanel .rsGCaption span.slider_description{ font-size:16px;font-family: 'CenturyGothic';}
#sliderPanel .rsGCaption span.slider_link{ display:none;}
#sliderPanel .rsDefault .rsTmb{ display:none;}
#sliderPanel .rsDefault .rsBullets{ width:50%; padding:0px 10%; text-align:left; background:none; position:absolute; left:0px; bottom:75px;}
#sliderPanel .rsDefault .rsBullet{ width:14px; height:14px;}
#sliderPanel .rsDefault .rsBullet.rsNavSelected{ background:#47c7fc;}*/





#maincontent.full_width .featured_article{
	background:#e6e6e6 url(../images/bg_blog_bottom_blue_wide.png) center bottom no-repeat;
	width:889px;
}
#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:12px;
	color:#000;
	padding:0px;
	line-height:16px;
	margin-bottom:30px;
}
#maincontent p a{
	color:#666666;
	text-decoration:underline;
}
#maincontent p a:hover{
	color:#666666;
	text-decoration:none;
}
#maincontent ul{
	font-size:14px;
	color:#666666;
	padding-bottom:20px;
}
#maincontent ul li{ list-style:none !important;
	padding-top:16px;
	padding-bottom:3px;
}
#maincontent ul li strong{
	background:url(../images/bg_ul_li.png) left 6px no-repeat;
	padding-left:10px;
}
#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;
	padding-left:14px;
	font-style:italic;
}
#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{ display:none;
	height:30px;
	float:none;
	width: 975px;
}
#topnav h3{
	font-size:12px;
	padding-right:13px;
	height:26px;
	color:#333;
	text-align:right;
	line-height:26px;
	font-weight:normal;
}
#topnav ul {
	margin-top:56px;
	float:right;
	padding-right:80px;
}
#topnav ul li{
	float:left;
	height:32px;
	padding:0px 17px 0px 21px;
	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 { float:none; display:inline-block; }
#maincontent .registration ul li .keyboardInputBox{ position:relative; left:1px; width:146px !important; padding-left:8px !important; margin-right:8px; }
.keyboardInputBox{position:relative; left:1px;}

/* Donation */
#maincontent.donate {}
#maincontent.user_dashboard{ padding-top:35px;}
#maincontent.user_dashboard .donation ul { color:white; }
#maincontent.user_dashboard .donation ul li h4 { display:inline-block; float:none;}

#maincontent .submit_payment { background:none; }
#maincontent .submit_payment ul { color:black; padding-left:0px; padding-right:0px;}
#maincontent .submit_payment ul li{ padding-left:0px;}
#maincontent .submit_payment ul li:before{ display:none;}
#maincontent .submit_payment ul li h4 { display:inline-block; float:none; }


#maincontent.user_dashboard,
#maincontent.user_dashboard ul { padding-left:0px; padding-right:0px; color:black; padding-bottom:2px; }
#maincontent.user_dashboard ul li{ padding-left:0px;}
#maincontent.user_dashboard ul li:before{ display:none;}
#maincontent.user_dashboard .section { padding:0px; background:none;margin-bottom:20px; }
#maincontent.user_dashboard .credit { color:#36BF3F; }
#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; }


/* ***************************
   $5 Sidebar Styles
   ***************************/
#sidebar_left_panel{ background:#fff;}  
#sidebar_left{ padding-top:18px; padding-bottom:20px;
	float:none;
	width:990px;
	margin:0px auto;
	height:auto;
	background:none;
	position:relative;
	overflow:visible;
}


#sidebar_left .bb{ clear:both;
	height:0px;
	overflow:hidden;
	width:246px;
}
#sidebar_left .bt{
	height:auto;
	overflow:hidden;
	width:20px;
	/* background:url(../images/bg_topnav_bt.png) no-repeat; */
}
#mainnav{
	padding:0;
	height:auto;
	background:none;
	margin-top:40px;
	overflow:visible;
	float:right;
	text-align:left;
	min-height:40px;
}
#mainnav .menuheader{}
#mainnav .menuheader label{}
#mainnav .menuheader label.openheader{}
ol#mainnav ol{}
.categoryitems li{}
.categoryitems a{}
.categoryitems a:hover{}


#nav_section{
	display:inline-block;
	margin:0 auto;
	width:auto;
	
	
	width: 850px;
	margin-top: -25px;
}
#nav_section{
	*display:inline;
}
#nav_section li{
	float:left;
	display:block;
	background:none;
	font-size:12px; text-transform:uppercase;
	width:auto;
	position: relative;
	margin-bottom:0px;
}
#nav_section > li:last-child > a{color:#fff; background:#005898; border-radius:5px;font-family: 'Montserrat', sans-serif; font-weight:400; text-transform:uppercase; }
#nav_section a{font-family: 'CenturyGothic'; font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	line-height:14px;
	background:none;
	text-transform:uppercase;
	text-align:left;
	display:block;
	padding:0 15px;
	width:auto;
	color:#005898;
}
#nav_section > li > a{ padding:15px 18px; text-transform:uppercase;}
#nav_section a:hover{
	background:#005898;
	color:#fff;
}

/*--- DROPDOWN ---*/
#nav_section ul{	
	list-style:none;
	position:absolute;
	top:44px;
	border:0;
	padding:0;
	height:auto;
	padding:10px 0;
	display:none;
}
#nav_section li ul ul{left:180px;top:-10px;}
#nav_section ul li{
	margin:0;
	padding:0;
	padding-top:1px;
	float:none;
	position:relative;
}
#nav_section ul a{
	 /* Stop text wrapping and creating multi-line dropdown items */
	float:none;
	padding:5px 14px;
	background:none;
	line-height:16px;
	text-align:left;
	font-size:12px;
	text-transform:none;
	width:170px;
}
#nav_section li.selected_nav a{color:#fff; background:#005898;}
#nav_section li.selected_nav li a{color:#555555;}
#nav_section li:hover ul{ /* Display the dropdown on hover */
	display:block; background:#cee6f8;
	height:auto;
	left:0;
}
#nav_section li:hover ul ul{
	display:block;
	height:auto;
	left:180px;
}
#nav_section li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	color:#ff9600;
	background:none;
	text-decoration:none;
}
#nav_section > li:hover > a{color:#fff; background:#005898;}
#nav_section li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	color:#005898;
	text-decoration:none;
}
#nav_section li li:hover a{
	color:#fff; background:#005898;
	text-decoration:none;
}
#nav_section li li:hover ul a{
	color:#fff; background:#005898;
	text-decoration:none;
}
#nav_section li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	color:#fff; background:#005898;
}
#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;
}
.top_links{ display:none;}


#sidebar_right{
	float:right;
	width:258px;
	margin:0;
	display:inline;
	position:relative;
}
#sidebar_right a{ color:#fff; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:14px; text-decoration:underline;}
#sidebar_right .right_bm{
	background:none;
	border-top:0;
	margin:0;
	margin-bottom:10px;
	padding:35px 25px 47px 25px;
}
#sidebar_right .right_bm .right_content{
	/* background:url(../images/right_bm.png) repeat-y; */
	overflow:hidden;
	padding-bottom:0;
}
#sidebar_right .right_bm .right_content2{
	/* background:url(../images/right_bm.png) repeat-y; */
	overflow:hidden;
}
#sidebar_right .right_bm .right_content h2{font-size:16px;color:#fff;font-weight:700;margin-bottom:15px; font-family: 'Quicksand', sans-serif;}
#sidebar_right .right_bm .right_content h4{
	font-size:14px;
	color:#fff;
	text-transform: uppercase;
}
#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, #sidebar_right .right_bm table a{
	font-size:14px;
    padding-bottom:3px;
    color:#fff;
}
#sidebar_right input.go_button{
	width:94px;
	height:29px;
	margin:auto;
	padding:0px;
	cursor:pointer;
	background:url(../images/bg_but.png) center center no-repeat;
	border:1px solid #fff; border-radius:5px;	
}
#sidebar_right input.go_button:hover {

}
#sidebar_right hr{
    height:1px;
    color: transparent;
	width:100%;
    margin: 0 auto 12px auto;
	border-bottom:1px dotted #ccc;
}
#sidebar_right .content_body p img{ margin-bottom:15px;}
#sidebar_right .readmore{
	color:#fff;
	font-size:13px;
	display:block;
	height:37px;
	text-align:left;
	width:auto;
    padding:0;
}
#sidebar_right .readmore a{
	color:#fff;
	display:inline-block;
	padding:0px;
	line-height:37px;
	text-decoration:underline;	
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	float:none;
}
#sidebar_right .readmore a:hover{
	text-decoration:none;
}
.right_box1{
	text-align:left;
	background:none;
	padding:35px 25px 10px 25px;
	border-bottom:none;
}
.right_box1 p{font-family: 'Quicksand', sans-serif;font-size:18px;color:#fff;font-weight:700;}
#subscribe_email_box{width:180px; color:#464545; font-size:16px;font-family: 'Quicksand', sans-serif; font-weight:400; text-align:center;padding:5px 10px;border:1px solid #005898; border-radius:20px; background:#fff;margin:auto;margin-bottom:10px;}
#maincontent #subscribe_email_box{ width:100%; border:1px solid #5291be; height:42px; border-radius:20px;}
#maincontent #mailingListForm .go_button{ font-size:0px;background:url(../images/bg_but.png) no-repeat; width:94px; height:29px; border:0; cursor:pointer; display:block; margin:0px auto;}

#maincontent .contact_form label{ color:#000;}
#maincontent .contact_form input{border:1px solid #5291be; height:42px;font-family: 'Quicksand', sans-serif; font-weight:400; font-size:14px;}
#maincontent .contact_form textarea{border:1px solid #5291be;}
#maincontent .contact_form input[type="submit"]{ background:#005898; border-radius:3px; border:0; cursor:pointer; text-transform:uppercase; color:#fff; font-weight:700;}


#sliderPanel{ float:left; width:100%;}


#begin_form h2{ color:#005898; font-family: 'Quicksand', sans-serif; font-weight:700; padding-top:30px; text-align:center;}










/* ***************************
   $6 Footer Styles
   ***************************/
#footer {
	background:none;
	width:100%;
	text-align: center;
	margin:0px;
	height:auto;
	padding-top:0px;
}
#footer:after{ content:""; display:table; clear:both;}
.footer_inner{ padding-bottom:30px;
	background:#9bcaee;
	height:auto;
}
.footer_inner ul{
	color:#666666;
	padding:0;
	background:none;
}
.footer_inner p{ color:#fff;font-family: 'CenturyGothic';
	font-size:14px;
	line-height:23px;	
}
#footer a,
#footer p a { color:#fff !important;text-decoration:underline !important; }
#footer h2,
#footer h2 span{ color:#fff !important; font-size:14px !important; text-transform:uppercase !important;font-family: 'Quicksand', sans-serif !important; font-weight:700 !important;}
#footer .module-content span{color:#fff !important; font-size:14px !important;font-family: 'Quicksand', sans-serif !important; font-weight:400 !important; text-align:left !important;}
#footer #rt-footer *{ text-align:left !important;}


.footer_inner ul li{
	font-size:14px;
	display:inline;
}
.footer_inner ul li a{
	color:#666666;
	font-style:normal;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.footer_inner ul li a:hover{
	color:#666666;
	text-decoration:none;
}
#rt-footer{ background:#84b6dd !important; padding-top:30px !important; padding-bottom:20px !important; margin-bottom:30px !important;}
#footer .lonk_Donate{ background:#005898; display:inline-block; text-transform:uppercase; color:#fff !important; font-weight:bold; border-radius:3px; font-size:13px !important; text-decoration:none !important; padding:5px 15px;}

.schedule .edit_link {
	float:right;
	color:#ffffff;
	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 {
	/*position:absolute;*/
	text-align: right;
	color: #000;
	margin:0;
	/*right:0;
	bottom:0;*/
}
div.add_div2 a {
	float:right;
	text-align: right;
	color: #000;
	padding: 0 8px 0pt 17px;
}

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;
}
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:#dde0e2;

}

table.calendar{
	border-collapse: collapse;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin-bottom: 20px;
}
table.calendar td{
	border: 1px dotted #ccc;
	width: 112px;
	height: 112px;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
table.calendar td.unmonth{
	background: #ddd;
	color: #666666;
}
table.calendar th{
	text-align: left;
	background: #005898;
	color: #fff;
	padding: 2px;
	height: 20px;
}
table.calendar th a{
	color: #fff;
}
table.calendar th.next{
	text-align: right;
}
table.calendar th.previous{
	text-align: left;
}

table.calendar th.month_header{
	font-size: 1.25em;
	text-align: center;
	padding-top: 7px;
	height: 2.5em;
}
table.calendar td div.dayhead{
	margin-bottom: 4px;
	text-align: right;
}
table.calendar td span.day{
	display: block;
	width: 100%;
	height:auto;
	float: left;
	font-size:20pt;font-family: "Quicksand",sans-serif; font-weight:700; color:#005898;
	padding: 2px; border:0 !important;
}
table.calendar td span.jewishDay{
	height: 12px;
	font-size: 10px;
	font-style: italic;
	margin-right: 2px;
	padding: 2px;
}
table.calendar td div.sedra{
	color: #005898;
	display: block;
	width: 100%;
	font-size: 10px;
	text-align: center;
	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: #e6f3fc;
}
table.calendar td.today{
	background: #005898;
}
table.calendar td:hover{
	background: #005898;
}
table.calendar td.today *,
table.calendar td:hover *{ color:#fff !important;}

table.calendar .eventlink{
 	text-align: center;
}

table.calendar .eventlink a{
	color: #000;

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


.popdetail
{
	position: absolute;
	background-color: #ccbdd8;
	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: #ff9600;
}

.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;
    width:138px;
}
.announce_icons{
	color:purple;
	position: absolute;
    bottom: 0px;
    vertical-align: bottom;
}

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

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

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

#tree li {
	color:#ff9600;
	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 #editlogo { background:transparent;  }

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

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

.featured_article H3.date {
	display:block;
	padding:5px 0;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
    color: #666666;
    font-weight: normal;
    font-size: 12px;
	font-style:italic;
	float:none;
	margin-bottom:15px;
}
.menu{border:1px solid #000;}
.pg_img_div img{
    background:#eee;
}
.pg_img_div img:hover {
    background:#de0e2;
}
div#album_order div.dragger {
    border: 1px solid #666666;
}
#topnav h3 {
    background:none;
	font-family:Arial, Helvetica, sans-serif;
}

#img_div{float:left;margin-bottom:0px; background:url(../images/logo.png) no-repeat; width:98px; height:103px;}
#img_div a{ display:block; width:100%; height:100%; text-indent:-999em; outline:none;}
#sidebar_left .bt{float:left;}
.right_content_inner form{text-align:center;}
.top_links{width:600px;position:absolute;right:0;top:0;}
.top_links li{float:left;margin-left:15px;}
.top_links li a{line-height:11px;text-transform:uppercase;width:auto;color:#fff;}
.top_links li a:hover{color:#ff9600;text-decoration:none;}
#maincontent h1{color:#fff;text-transform:uppercase;font-family: 'Oswald';font-size:22px;}

#maincontent .featured_article h2{color:#005898;font-family: 'Quicksand', sans-serif; margin-bottom:15px; font-weight:700; font-size:18pt;}
#maincontent .featured_article h2.content_title{ text-align:center; margin-bottom:30px;}
#maincontent .pull_right_link,
#maincontent .featured_article h2.content_title .pull_right_link{ color:#000; text-decoration:underline; font-size:12px; text-align:center;}
#maincontent .featured_article h1{color:#005898;font-family: 'Quicksand', sans-serif; font-size:22pt; margin-bottom:15px; font-weight:700;}
#maincontent .featured_article h3{color:#005898;font-family: 'Quicksand', sans-serif; font-size:16pt; margin-bottom:15px; font-weight:700;}
#maincontent .featured_article h4{color:#005898;font-family: 'Quicksand', sans-serif; font-size:14pt; margin-bottom:15px; font-weight:700;}
#maincontent .featured_article h5{color:#005898;font-family: 'Quicksand', sans-serif; font-size:12pt; margin-bottom:15px; font-weight:700;}
#maincontent .featured_article h6{color:#005898;font-family: 'Quicksand', sans-serif; font-size:10pt; margin-bottom:15px; font-weight:700;}
#maincontent .featured_article{color:#000; border-bottom:1px solid #b4d1e6;}
#maincontent .featured_article.featured_article_last{ border:0;}
#maincontent .featured_article p{color:#000;font-family: 'CenturyGothic'; font-size:13px;}
#maincontent .featured_article p q{ font-family:"Century Schoolbook L", "Times New Roman", serif; color:#006699; font-weight:bold; font-size:16px;font-style:italic; display:block; position:relative; line-height:19px; margin-left:20px;}
#maincontent .featured_article p q:before{ font-size:33px;font-family:"Century Schoolbook L", "Times New Roman", serif; color:#006699; position:absolute; left:-16px; top:0px;}
#maincontent .featured_article p q:after{ display:none;}
#maincontent .featured_article p cite{ display:block; text-align:left; font-style:normal; color:#006699; margin-left:20px; font-size:12px;font-family: 'CenturyGothic';}
#maincontent .featured_article ul{ padding-left:0px; padding-bottom:0px; margin-bottom:30px;}
#maincontent .featured_article ul li{ color:#000; font-size:13px;font-family: 'CenturyGothic'; position:relative; list-style:16px; margin-bottom:5px; padding-top:0px; padding-left:20px; padding-bottom:0px;}

/*#maincontent .featured_article ul li:before{ content:""; display:block; position:absolute; width:7px; height:7px; border-radius:50%; background:#005898; left:2px; top:6px;}
*/
#maincontent .featured_article blockquote{ border-left:6px #b7b7b7 solid; background:#e6f3fc; padding:15px 16px; margin-left:20px; margin-bottom:30px;}
#maincontent .featured_article blockquote p{ color:#006699; font-size:13px; font-style:italic;font-family: 'CenturyGothic'; margin-bottom:0px;}

#maincontent .content_body iframe{ width:100% !important; height:342px;}
#maincontent .content_body p > img{ display:block; margin:0px auto; height:auto !important; max-width:100%;}

.program_item{ overflow:hidden; margin-bottom:30px;}
.program_item .img_box{ float:left; width:263px; margin-right:20px;}
.program_item .text_box{ float:left; width:400px;}
#maincontent .featured_article .program_item  p{ margin-bottom:15px;}
.learnMore{ display:inline-block; background:#005898; color:#fff !important;font-family: 'Quicksand', sans-serif; font-weight:700; text-transform:uppercase; text-decoration:none !important; padding:8px 15px; border-radius:3px;}





.right_bm{color:#fff; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:14px;}
#maincontent .section h2{color:#005898;}
#maincontent .section p{color:#000;}


#maincontent .submit_payment ul li h4 { color: #fff;}


#maincontent .pg_caption p{margin-bottom:0;}

#maincontent .fck_widget_subscribe{ max-width:430px; margin:0px auto;} 
.subscribe_featured_article{}
#maincontent .subscribe_featured_article:before{ content:""; display:block; width:50px; height:50px; margin:0px auto 30px; background:url(../images/icon_subscribe.png) no-repeat;}




#maincontent.register{ padding-top:30px;}
#maincontent.register .featured_article ul{ padding:0px;}
#maincontent.register .featured_article ul li{ padding-left:0px;}
#maincontent.register .featured_article ul li:before{ display:none;}
#maincontent.register .registration input.register_submit{ height:auto; border:0; border-radius:3px;}



#maincontent .upcomingEvents .event_widget_picture {
	width:240px;
	max-width:240px;
	margin-right: 25px;
}
#maincontent .featured_article ul.upcomingEvents li {
	margin-bottom:20px;
}
#maincontent .upcomingEvents .event_widget_picture img {
	max-width:240px;
}#maincontent .upcomingEvents .event_widget_time {
	 margin-top:10px;
	 display:block;
 }
#maincontent  .upcomingEvents .event_widget_title{color:#005898;
	font-family: 'Quicksand', sans-serif; font-size:16pt;
	margin-bottom:15px; font-weight:700;}

#maincontent  .upcomingEvents .event_widget_moreinfo{
	display:inline-block;
}
#maincontent  .upcomingEvents .event_widget_moreinfo a{
	width:95px;
	height:30px;
	text-align:center;
	line-height:30px;
	display:block;
	color:#fff;
	background: url(../images/bg_body_1024.png) repeat;
	text-decoration: none;
	margin-top:10px;
	font-size:10px;


}

#nav_section{
	width: 850px;
	margin-top: -25px;
}
#maincontent.full_width .featured_article{
	background: none;
}

.fullbody #container{
	background:none;
}

#maincontent p{
	margin-bottom: 15px !important;
}

#nav_section > li > a {
	padding: 15px 9px;
	text-transform: uppercase;
}


/* RB ADS*/
@media screen and (min-width: 480px) {
   #content.ads_enabled{
		position:relative;
	}

	div.rbad[data-id=desktop_leaderboard_header]{
		position:absolute;
		top: 150px;
	    left: 130px;
	}

	div.rbad[data-id=desktop_leaderboard_header] ~ div#maincontent,
	div.rbad[data-id=desktop_leaderboard_header] ~ div#sidebar_right,
	div.rbad[data-id=desktop_leaderboard_header] ~ div#maincontent ~ div#sidebar_right
	{
		margin-top:120px;
	}

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

}



/*********************************** small_nav *******************************/
#mobile_nav_dropdown{ display:none; background:url(../images/icon_header_left.png) no-repeat center center; width:45px; height:100%; position:absolute; z-index:300; left:0px; top:0px; cursor:pointer;}
#small_nav{ margin-left:0px; background:#005898;}
#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-family: 'CenturyGothic-Bold'; 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:#cee6f8; 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:#cee6f8; margin-left:0px;}
#small_nav > li > ul li{ border-top:1px solid #000;}
#small_nav > li > ul a{ color:#005898; text-decoration:none;font-family: 'CenturyGothic'; font-size:18px; display:block; text-align:left; padding:10px 50px 10px 33px; position:relative;}
#small_nav > li > ul a:hover{ color:#000;}
#small_nav > li > ul ul a{ padding:10px 50px 10px 50px; color:#005898;}
#small_nav > li > ul a:hover{ color:#000;}
#small_nav > li > ul a span{ background:#cee6f8;}
#small_nav > li > ul > li:first-child{ border:0;}
#small_nav > li > ul > li:first-child > a{ border:0;}


@media (max-width: 1024px) {
body{ background:#cee6f8 url(../images/bg_body_1024.png) repeat-y right top;}

body#body_subtab {
	background: none;
}
	
#header #header_inner{ width:auto; margin-left:20px; margin-right:20px;}

#sidebar_left{ max-width:100%;}


	
#sliderPanel .rsGCaption{ padding-left:30px; padding-right:30px;}
#sliderPanel .rsDefault .rsBullets{ padding-left:30px; padding-right:30px;}	
	
#img_div{ float:none; margin:0px auto;}
#mainnav{ float:none; margin:0px auto; text-align:center; padding-top:15px;}
#mainnav:after{ content:""; display:table; clear:both;}

#content{ width:100%;}
#maincontent{ max-width:70%;}
#maincontent .pad-helper{ max-width:100%;}
#maincontent.default .featured_article{ padding-left:20px;}
#sidebar_right{}

#content #maincontent.cal,
#content #maincontent.admin,
#content #maincontent.full_width{ float:none; max-width:748px; width:100%; margin:0px auto;}


#content #maincontent.admin {max-width: 100%;width:100%;}

table.calendar{ display:block; overflow-x:auto;}


.program_item .img_box{ max-width:30%; margin-right:2%;}
.program_item .img_box img{ max-width:100%;}
.program_item .text_box{ max-width:68%;}


#footer div{ max-width:100%;}




}

@media (max-width: 900px) {
body{ background:#cee6f8;}


#sliderPanel .featured_article,
#sliderPanel .royalSlider{ height:400px;}


#maincontent{ width:auto; max-width:748px; float:none; margin:0px auto;}
#maincontent .featured_article{ padding-left:20px; padding-right:20px;}
#maincontent .pad-helper{ max-width:100%; width:100%;}
#maincontent .pad-helper:after{ content:""; display:table; clear:both;}

#sidebar_right{ background:#005898 !important;  width:100% !important; float:none; display:block;}
#sidebar_right:after{ content:""; display:table; clear:both;}
#sidebar_right .content_body p img{ display:block; margin:0px auto 15px;}

.right_content_inner form{ max-width:180px; margin:0px auto;}
#sidebar_right .right_bm .right_content h2{ text-align:center;}
.right_box1{ text-align:center;}

.rt-alpha{ float:none !important; margin:0px auto;}
#footer #rt-footer *{ text-align:center !important;}




}



/* END RB ADS*/
@media (min-width: 768px) {
	#mainnav{ display:block !important;}
	#small_nav{ display:none;}
}

@media (max-width: 767px) {
	
	#img_div{ margin-bottom:15px;}
	#nav_section{ display:none;}
	#sidebar_left{ padding-bottom:0px;}
	#mainnav{ display:none; padding-top:0px;}

	#sliderPanel .featured_article,
	#sliderPanel .royalSlider{ height:auto;}
	#sliderPanel .rsDefault .rsOverflow {
	    width:100% !important; 
	    height:400px !important;
	    float:none;
	}
	
	#sliderPanel .rsGCaption{ width:100%; float:none; height:auto;}
	#sliderPanel .rsGCaption .slider_content{ padding-bottom:40px;}
	#sliderPanel .rsGCaption span.slider_title{ text-align:center;}
	#sliderPanel .rsGCaption span.slider_description{ text-align:center;}
	#sliderPanel .rsDefault .rsBullets{ bottom:0px; width:100%; text-align:center;}


	#header{background:url(../images/bg_topbar.png) center top repeat-x; height:53px; position:relative;}
	#header #header_inner{ height:100% !important;}
	#header #header_inner .hosted_by_text{ display:none;}
	#header #header_inner #header_buttons{ height:100%;}
	#header #header_inner #header_buttons > div{ display:none;}
	#header #header_inner #header_buttons > div#header_login_button{ text-align:left; display:block; background:url(../images/icon_right.png) center center no-repeat; text-indent:-999em; width:28px; height:100%; border:0;}
	#header_login_menu{ width:100%; left:0px !important; top:53px !important;}
	#header_login_menu form.head_signin hr.login_dropdown_line{ margin-left:0px !important; width:auto !important; margin-top:0px;}
	#header_login_menu form.head_signin input{border: 1px solid #cfcfcf; background:#fff !important;}



	.program_item .img_box{ max-width:100%; float:none; width:100%; text-align:center; margin-bottom:10px;}
	.program_item .text_box{ max-width:100%; float:none; width:100%; text-align:center;}

	#maincontent .contact_form label{ font-size:16px; padding-left:0px; padding-bottom:5px; width:100%; text-align:center; display:block;}
	#maincontent .contact_form input{ width:100% !important;}
	#maincontent .contact_form textarea{ width:100%;}

	#maincontent .content_body iframe{ height:290px;}

	#maincontent.user_dashboard{ width:100%;}


	#maincontent .registration ul li.captcha{ width:auto;}
	#maincontent .registration ul li h4,
	#maincontent.user_dashboard .donation ul li h4 ,
	#maincontent .submit_payment ul li h4 { display:block; text-align:left; width:100%;}

	#content #maincontent.cal .calendar_day_view h2{ background:#005898 !important;}
	.ce_table td{ color:#000;}


}

@media (max-width: 570px) {
	
	#sliderPanel .rsDefault .rsOverflow{ height:300px !important;}

	.registration{ padding-left:0px;}


	#begin_form td{ display:block; text-align:center !important; width:100% !important; padding-left:0px !important; padding-right:0px !important;}
	#begin_form input[type="text"],
	#begin_form input.account_name{ width:100% !important;}
	#inner_login_form{ width:auto !important; left:20px !important; right:20px !important;}


	#maincontent  .css-panes .member_label{ text-align:left;}

	#maincontent .upcomingEvents .event_widget_picture{
		width:100%;
		max-width:100%;
		margin-right:0;
	}
	#maincontent .upcomingEvents .event_widget_picture img{
		width:100%;
		max-width:100%;
	}
	#maincontent ul.upcomingEvents{
		padding:0;
	}

}

@media (max-width: 480px) {

	#sliderPanel .rsDefault .rsOverflow{ height:200px !important;}

}