@charset "utf-8";
/* CSS Document */

@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('../font/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family:"Raleway Medium";
	src:url("../fonts/Raleway-Medium.eot?") format("eot"),
		url("../fonts/Raleway-Medium.woff") format("woff"),
		url("../fonts/Raleway-Medium.ttf") format("truetype"),
		url("../fonts/Raleway-Medium.svg#Raleway-Medium") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"Raleway";
	src:url("../fonts/Raleway-Regular.eot?") format("eot"),
		url("../fonts/Raleway-Regular.woff") format("woff"),
		url("../fonts/Raleway-Regular.ttf") format("truetype"),
		url("../fonts/Raleway-Regular.svg#Raleway") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-reg-webfont.eot');
    src: url('../fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-reg-webfont.woff') format('woff'),
         url('../fonts/lato-reg-webfont.ttf') format('truetype'),
         url('../fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Lato-Medium';
	src: url('../fonts/latomedium.eot');
	src: url('../fonts/latomedium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/latomedium.woff') format('woff'),
		 url('../fonts/latomedium.ttf') format('truetype'),
		 url('../fonts/latomedium.svg#latomedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'latolight_italic';
    src: url('../fonts/lato-ligita-webfont.eot');
    src: url('../fonts/lato-ligita-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-ligita-webfont.woff2') format('woff2'),
         url('../fonts/lato-ligita-webfont.woff') format('woff'),
         url('../fonts/lato-ligita-webfont.ttf') format('truetype'),
         url('../fonts/lato-ligita-webfont.svg#latolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bol-webfont.eot');
    src: url('../fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bol-webfont.woff') format('woff'),
         url('../fonts/lato-bol-webfont.ttf') format('truetype'),
         url('../fonts/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

  /***************************
/* Colors 
Turquoise:#0f887e;
medium turquoise:#2bbaae;
Light Turquoise:#93f1f1;
Light Brown: #6D502D;
Dark Brown :#433627;

/* ***************************
   $1 GLOBAL Styles
   ***************************/
@font-face {
    font-family: 'Arial';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#Arial') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family:"Arial",sans-serif;
  src:url("../fonts/Merriweather-Bold.eot?") format("eot"),
    url("../fonts/Merriweather-Bold.woff") format("woff"),
    url("../fonts/Merriweather-Bold.ttf") format("truetype"),
    url("../fonts/Merriweather-Bold.svg#Merriweather-Bold") format("svg");
  font-weight:normal;
  font-style:normmily: 'Arial';
    src: url('../fonts/roboto-medium-webfont.eot');
    src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-medium-webfont.woff') format('woff'),
         url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
         url('../fonts/roboto-medium-webfont.svg#robotomedium') 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:#0f887e;
  text-decoration:none;
}
a:hover {
  color:#2bbaae;
  text-decoration:none;
}
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;
}


/* ***************************
   $2 Website Structure Styles
   ***************************/
body {
  text-align:center;
  font-size:16px;
  font-family: 'Arial';
  background:#fff url(https://images.shulcloud.com/3559/uploads/Images/Website/Backgrounds/background.jpg);
  color:#595959;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
}

}
#container {
  margin:0px auto;
  text-align:left;  
}

/* ***************************
   Home Slider
 ***************************/
 #maincontent .sy-controls {
  display: block;
 }
 .sy-controls li {
  z-index:15;
 }
#content #maincontent .sy-controls li a:after {
  border: 5px solid #fff;
  font-family: 'FontAwesome';
  background-image: none;
  background: #6D502D;
  text-decoration: none;
  content: "\f101";
  font-size: 24px;
  color:#fff;
  line-height: 2em;
  font-weight: 800;
  width: 2em;
  height: 2em;
}
#content #maincontent .sy-controls li a:hover:after {  
  background: #433627;
}
#content #maincontent .sy-controls li.sy-prev a:after{
  content:"\f100";
}
#maincontent .sy-controls li a:link, #maincontent .sy-controls li a:visited,
#maincontent .sy-controls li a:focus, #maincontent .sy-controls li a:hover {
  opacity: 1;
}
#maincontent .sy-pager {
  display: none;
}

#maincontent .fck_widget_slider .sy-caption-wrap {
  width: calc(100% - 60px);
  height: calc(100% - 40px);
  margin-top:20px;
  margin-bottom:20px;
  padding-right:60px;
  border-radius: none;
  left: auto;
  right: auto;
  bottom:auto;
  top:auto;
} 
.fck_widget_slider .sy-caption-wrap .sy-caption {
    background:rgba(15, 136, 126, .6);
    border-radius: 1px;
    float: right;
    width: 50%;
    height: 100%;
    left:auto;
    box-sizing: border-box;
    padding-right: 60px;
}
#content #maincontent .slipprySlider .slider_title {
    color: #fff;
      text-transform: uppercase;
    font-size: 25px;
}
#content #maincontent .slipprySlider .slider_description {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
}
#content #maincontent .slipprySlider .slider_link{
  width: auto;
  display: inline-block;
  padding: 10px;
  color: #fff;
  background: #6D502D;
}
#content #maincontent .slipprySlider .slider_link:hover{
  background :#433627;
}

/* ***************************
   Home Buttons
   ***************************/
.featured_article.buttons img {
    border: 5px solid #fff;
    box-shadow: 0px 0px 30px 1px #cacaca;
}
/* ***************************
   $3 Header Styles
   ***************************/
#header{
  overflow:hidden;height:39px;
  border-bottom:0px;font-family:Arial, Helvetica, sans-serif;
  color:#0f887e; font-size:12px;}

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

#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:#0f887e; border:0;}
.header_button:hover{ background:#2bbaae;}
#sponsHeader a { color:#333; }



/* ***************************
   $4 Content Styles
   ***************************/
#content{ 
  width:1000px; 
  max-width: 100%;
  position:relative;
  clear:both; 
  /*overflow:hidden;*/
}
#maincontent_sidebar_wrapper, #content > #maincontent {
  box-shadow: 1px 1px 5px #ccc;
  background: #fff;
  overflow: hidden;
  padding-right:24px;
  padding-left:24px;
}
body.admin #maincontent_sidebar_wrapper, body.admin #content > #maincontent {
    overflow:visible;
}
#maincontent{
  float:left;
  margin-top:0px; 
  width:620px;
  background:url(../images/bg_content_top.png) top right no-repeat;
  padding-top:48px;
  position:relative;
}
#maincontent.full_width{ 
  width:auto; 
  float:none; 
  padding-right:24px;
  padding-left:24px;
}
#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{width:auto;}
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{
  float:none;font-family:"Arial",sans-serif; 
  font-style:normal;padding:0;height:auto;
  line-height: 26px;
  font-size: 24px;
  color:#0f887e;padding-bottom:15px;font-weight:normal;
  background:none !important;
}
#maincontent h2 a{color:#0f887e;}
#maincontent h2 a:hover{ color:#2bbaae !important;}
.content_body img{ max-width:100%; height:auto !important;}
/*#maincontent h2:hover{ color:#2bbaae;}*/
.featured_article{
  background: none;
  padding:0;
  margin-bottom:20px;
  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:16px;
  color:#595959;
  padding:0px;
  line-height:20px;
  margin-bottom:15px;
}
#maincontent p a{
  color:#0f887e;
  text-decoration:underline;
}
#maincontent p a:hover{
  color:#0f887e;
  text-decoration:none;
}
#maincontent ul{
  font-size:14px;
  color:#595959;
  padding-bottom:20px;
}
#maincontent ul li{
  padding-top:16px;
  padding-bottom:3px;
}
#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:"Arial",sans-serif; text-decoration:none; text-transform:uppercase;
  padding-left:14px;
}
#maincontent .readmore:hover{ color:#2bbaae;}
#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:#0f887e; }
#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; }


.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;}


/* ***************************
   $5 Sidebar Stylesa
   ***************************/
  #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;
}
#sidebar_left{
  float:none;
  width:100%;  
  height:auto;
  background:none;
  position:relative;
  left:0px;
  overflow:visible;
}


#sidebar_left .bb{
  height:0px;
  overflow:hidden;
  width:246px;
}
#sidebar_left .bt{
  height:20px;
  overflow:hidden;
  width:960px;  
}
.search_area {
  position: absolute;
  display: block;
  background: #fff;
  top: 70px;
  right: 10px;
  border: 1px solid #433627;
  border-radius: 5px;
}
.search_area input[type="text"] {
  color: #433627;
  line-height: 2;
  font-size: 16px;
  max-width: 120px;
  padding-left: 10px;
  outline: 0px;
  border: 0px;
  border: 0px;
  border-radius: 5px;
}
.search_area input[type="submit"] {
  border-radius: 7px;
    text-indent: -999em;
    width: 30px;
    height: 30px;
    background: url(https://images.shulcloud.com/3559/uploads/Images/Website/Backgrounds/magnifying-glass.jpg);
    background-size: contain;
    border: 0px;
    cursor: pointer;
}

.top_links {
  display:block;
  top: 0px;
  right: 0px;
  position: absolute;
}
.top_links li {
  float: left;
  display: inline-block;
  margin-right:15px;
}

#mainnav{
  padding:8px 0px;
  height:auto;  
  background: linear-gradient(#039b8e, #0f887e, #039b8e);
  width:100%;
  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{
}


#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: 'Arial';
  font-style:normal;
  font-weight:bold;
  padding:0;
  text-decoration:none;
  line-height:41px;
  background:none;  
  text-align:left;
  display:block;
  padding:0 18px;
  width:auto;
  color:#fff;
}

/*--- DROPDOWN ---*/
#nav_section li ul{
  background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
  list-style:none;
  position:absolute;
  display:none;
  top:40px;
  border:1px solid #d5d5d5;
  border-top:0;
  padding:0;
  height:auto;
  padding:10px 0;
  box-shadow:0 2px 2px #ccc;
}
#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 40px 5px 30px;
  background:url(../images/icon_sub_li.png) 15px 10px no-repeat;
  line-height:16px;
  height:auto;
  text-align:left;
  width:120px;
}
#nav_section li:hover ul{ /* Display the dropdown on hover */
  display:block;
  height:auto;
  left:0;
}
#nav_section li:hover ul ul{
  display:block;
  height:auto;
  left:190px;
}
#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:#93f1f1;
  text-decoration:none;
}
#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:#333;
  text-decoration:none;
}
/*#nav_section li li:hover a,
#nav_section li.selected_nav a{
  color:#93f1f1;
  text-decoration:none;
}*/
#nav_section li li:hover ul a{
  color:#333;
  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:#0f887e;
  background:url(../images/icon_sub_li.png) 15px 10px no-repeat;
}
#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:#0f887e;}
#small_nav ul{ display:none; margin-left:0px;}
#small_nav a:hover{ text-decoration:none; color:#fff;}
#small_nav > li > a{ display:block;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:#0f887e; position:absolute; top:4px; right:10px;}
#small_nav li a span:after{ content:"\f067";font-family: 'FontAwesome'; display:block; color:#fff; 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:#f3f2fa; margin-left:0px;}
#small_nav > li > ul a{ color:#666; 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:#666;}
#small_nav > li > ul a:hover{ color:#666;}
#small_nav > li > ul a span{ background:#0f887e;}
#small_nav > li > ul > li:first-child{ border:0;}
#small_nav > li > ul > li:first-child > a{ border:0;}


#sidebar_right{ border-left:1px solid #d5d4e0; padding-left:24px;
  float:right;
  width:240px;
  margin-top:50px; margin-right:24px;
  display:inline;
  position:relative;
}
#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:"Arial",sans-serif;font-style:normal;font-size:20px;color:#0f887e;padding-bottom:10px;font-weight:normal;line-height:26px;}
#sidebar_right .right_bm .right_content h4{
  font-style:normal;
  font-size:18px;
  color:#595959;
  font-family: 'Arial', sans-serif;;
  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: 'Arial';
  font-size:16px;
    padding-bottom:3px;
    color:#595959;
}
#sidebar_right .right_bm table a{ text-transform:uppercase;font-family:"Arial",sans-serif;}
#sidebar_right input.go_button{ width:73px;height:29px; float:right;padding:0px;cursor:pointer;background:url(../images/bg_submit.png) left top no-repeat #414141;  border:0;cursor:pointer;}
#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:#0f887e; font-size:14px;font-family: 'Arial';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:#2bbaae;}
.right_box1{
  text-align:left;
  padding-top:0px;
  background:none;
  padding-bottom:15px;  
}
.right_box1 p{font-size:20px;font-family:"Arial",sans-serif;color:#0f887e;}
#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;}
/* ***************************
   $6 Footer Styles
   ***************************/
#footer {
  background: none;
  color: #0f887e;
  text-align: center; 
  height:auto; width:100%;
  margin-bottom:0px;
  display: -webkit-box;
}
.footer_inner{
  background:none;width:960px;margin:10px auto;
  height:auto; padding-bottom:50px
}

#footer a, #footer p a #footer li a{
    color: #0f887e;
}
#footer a:hover, #footer p a:hover, #footer li a:hover{ 
  color:#93f1f1;
}
#footer p a:hover{ color:#2bbaae;}
.footer_inner ul li{
  font-size:14px;
  display:inline;
}
.footer_inner h2, .footer_inner h3, .footer_inner h4 {
  color:#0f887e;
}
.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 {
  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,
div.featured_article select {
  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:#0f887e; color:#fff;}

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: #666;
}
table.calendar th{
  text-align: left;
  background: #0f887e;
  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 td.today{
  background: #ffc;
}
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: 18px;
  height: 12px;
  float: left;
  font-size: 10px;
  padding: 2px;
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
}
table.calendar td span.jewishDay{
  height: 12px;
  font-size: 10px;
  font-style: italic;
  margin-right: 2px;
  padding: 2px;
}
table.calendar td div.sedra{
  color: #0f887e;
  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: #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;
}


.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 #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: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:#eee;}
.pg_img_div img:hover,
.pg_img_div a:hover img {background:#0f887e;}
div#album_order div.dragger {
    border: 1px solid #666;
}
#topnav h3 {
    background:none;
  font-family:Arial, Helvetica, sans-serif;
}
.pg_caption {color: #525252;}
#maincontent .pg_caption p{margin-bottom:0;}


#topnav{background:url(https://images.shulcloud.com/3559/uploads/Images/Website/Backgrounds/regiconleft.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:15px;}
  #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) {
  
  #header{ background:url(../images/bg_topbar.png) repeat-x; 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 a{ display:none;}
  .header_button{ margin-top:10px;}
  #header #header_inner #header_buttons div#header_login_button{ background:url(https://images.shulcloud.com/3559/uploads/Images/Website/Backgrounds/regiconright.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%;}
  
  #mobile_nav_dropdown {
    display: none !important;
  }
  #sidebar_left{ position:static; top:auto; margin-top:0px !important; position:relative;}
  #img_div{ text-align:center; padding-top:20px;}
  #mainnav{ position:relative;display:none; width:100% !important; left:0px; top:0px;}  
  #nav_section{ width:100%; }
  #nav_section li{ float:none;}
  #nav_section li ul{position: static;width:100%;}

  #maincontent{ float:none; width:auto; margin-left:0px; margin-right:0px; padding-left:15px; padding-right:15px; border-top:8px solid #0f887e;}
  #sidebar_right{ border:0px; display:block; padding-left:15px; padding-right:15px; margin-left:0px; margin-right:0px; width:auto; float:none;}


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

  .search_area {
    display: none;
  }
#maincontent .fck_widget_slider .sy-caption-wrap {
  width: calc(100% - 40px);
  padding-right:20px;
  padding-left: 20px;
} 
.fck_widget_slider .sy-caption-wrap .sy-caption {
  width: 100%;
}
  #content #maincontent .sy-controls li a:after {
    border: 5px solid #fff;
    font-size: 10px;
  }
  #content #maincontent .slipprySlider .slider_title {
      color: #fff;
        text-transform: uppercase;
      font-size: 18px;
  }
  #content #maincontent .slipprySlider .slider_description {
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
  }
}

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

}

@media screen and (min-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;
  }
}
@media (max-width:570px) {
  .rsContainer .rsImg {
    max-width:none;
  }
  .rsContainer .rsSlide>div {
    height:100%;
  }
}
/* END RB ADS*/