/* ***************************
  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
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#D5F37F;
	text-decoration:none;
}
a:hover {
	color:#ABD229;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

.moveable {
	cursor: move;
}

.good_status { background:#ABD229; color:black; border:1px dotted; }


/* ***************************
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:75%;
    font-family:Arial, Helvetica, sans-serif;
	background:#492B13 url(../images/bg_body.jpg);
	color:white;
}
#container {
	margin:0px auto;
	text-align:left;
}
/* ***************************
   $3 Header Styles
   ***************************/
#header{
	background:url(../images/bg_header.png) repeat-x;
	height:39px;
}
#header_inner{
	margin:0px auto;
	width:1000px;
	height:39px;
}
#sidebar_left a { color:#333; }

#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: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:#ffffff;
    position: relative;
}
#header_top form{
	/*float:right;
	width:400px;*/
}
#header_top form input{
/*	width:100px;
	border:2px outset;
	padding:0px;
	height:24px;
	background:#FFFFFF;
	vertical-align:middle;
	color:#323232;
	margin-left:10px; */
}
#header_top #header_top_login_area{
    margin-top:-7px;
}
#header_top .start_logged_in{
    margin-top:-7px;
}

#header_top form .submit_button{
	width:12px;
	height:13px;
	margin-left:5px;
	padding:0px;
	cursor:pointer;
	background:url(../images/submit_button.gif) left top no-repeat;
}
#header_top form .submit_button:hover{
	background:url(../images/submit_button.gif) left bottom no-repeat;
}
#header_top form a{
	color:#fcfdfc;
	text-decoration:underline;
}
#header_top form a:hover{
	color:#fcfdfc;
	text-decoration:none;
}


#header_top #admin_frm_head{
/*	float:left;
	padding:0 0 0 280px;
	width:340px;
	position:relative;*/
    position: absolute;
    bottom: 0;
    top: 8px;
    float: none;
    

}


#sponsHeader a { color:#333; }



/* ***************************
   $4 Content Styles
   ***************************/
#content{
	margin:0px auto;
	width:999px;
	background:transparent url(../images/bg_content.png) repeat-x;
	clear:both;
	/*overflow:hidden;*/
}
#maincontent{
	float:left;
  	width:504px;


}

#maincontent.photo{
	background:#2F1806;
	color:white;
	min-height:760px;
}

#maincontent{
}
#maincontent.full_width{
	width:748px;
}

#maincontent h2{
	background: url(../images/bg_maincontent_h2.png) no-repeat;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#2e1806;
	height:44px;
	padding-left:14px;
	line-height:39px;
}
.featured_article{
	background: #2F1806;
	padding-bottom:14px;
	margin-bottom:16px;
}
#maincontent p{
	font-size:14px;
	color:#fbfcf8;
	padding:0px 14px;
	padding-top:16px;
	line-height:19px;
}
#maincontent p a{
	color:#bcf00f;
	text-decoration:underline;
}
#maincontent p a:hover{
	color:#bcf00f;
	text-decoration:none;
}
#maincontent ul{
	font-size:14px;
	color:#fff;
	padding-bottom:20px;
}

#maincontent .featured_article ul,
#maincontent .calendar ul{
    color:#000;
}

#maincontent ul li{
	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;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#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:right;
	width: 792px;
}
#topnav h3{
	font-size:12px;
	padding-right:25px;
	height:26px;
	color:#2e1806;
	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:503px; }
#maincontent .registration ul { color:white; }
#maincontent .registration ul li h4 { }


/* Donation */
#maincontent.doante { width:503px; }
#maincontent .donation ul { color:white; }
#maincontent .donation ul li h4 { }

#maincontent .submit_payment { background-color:#2F1806; }
#maincontent .submit_payment ul { color:white; }
#maincontent .submit_payment ul li h4 { color:white; }


#maincontent.user_dashboard,
#maincontent.user_dashboard ul { color:white; padding-bottom:2px; }
#maincontent.user_dashboard .section { padding:5px 15px; background-color:#2F1806; }
#maincontent.user_dashboard .credit { color:#79E70B; }
#maincontent.user_dashboard .filter_box #show_hide a { background-image:url(../images/list_arrow.gif); }
#maincontent.user_dashboard .filter_box { background-color:#2F1806; border:1px dotted #555; }
#maincontent.user_dashboard .filter_box #show_hide { background-color:#432309; }

#maincontent.user_dashboard .section table.txs thead tr td{ background-color:#ABD229; 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{
	float:left;
	width:232px;
	overflow:hidden;
	margin-top:16px;
	background:url(../images/bg_mainnav.jpg) left 250px no-repeat;
}
#sidebar_left .bb{
	height:72px;
	overflow:hidden;
	width:246px;
	background:url(../images/bg_topnav_bb.png) 12px top no-repeat;
}
#sidebar_left .bt{
	height:39px;
	overflow:hidden;
	width:246px;
	/* background:url(../images/bg_topnav_bt.png) no-repeat; */
}

#mainnav{
	padding:0px 35px 0px 25px;
	overflow:hidden;
	background:url(../images/bg_topnav_bm.png) 12px top repeat-y;
}
/*
#mainnav .menuheader{
	background:url(../images/bg_mainnav_h3.png) bottom repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	padding:8px 0px 8px 0px;
	font-size:18px;
}
#mainnav .menuheader label{
	color:#391e08;
	padding-left:18px;
	cursor:pointer;
    background:url(../images/bg_mainnav_a2.gif) left center no-repeat;
	text-decoration:none;
}
#mainnav .menuheader label.openheader{
	 background:url(../images/bg_mainnav_a1.gif) left center no-repeat;
}

ol#mainnav ol{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:6px;
	padding-left:6px;
}
.categoryitems li{
	font-size:14px;
	padding-left:10px;
	font-style:normal;
}
.categoryitems a{
	color:#2e1806;
	text-decoration:none;
}
.categoryitems a:hover{
	color:#3b5b0c;
	text-decoration:none;
	font-weight:bold;

}
*/

#nav_section{
    /*nav area*/
}
#nav_section li{
    background:url(../images/bg_mainnav_h3.png) bottom repeat-x;
}
#nav_section a{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:8px 0px 8px 0px;
    padding-left:18px;
	font-weight:normal;
	font-style:italic;
	font-size:18px;
	cursor:pointer;
    background:url(../images/bg_mainnav_a2.gif) left center no-repeat;
}
#nav_section a:hover{
}
#nav_section ul{
    padding-bottom:10px;
}
#nav_section ul li{
    background:none;
}
#nav_section ul a{
	 /* Stop text wrapping and creating multi-line dropdown items */
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-style: normal;
	text-decoration:none;
    background:transparent;
    padding: 4px 0 4px 20px;
    font-weight:normal;
}
#nav_section li:hover ul, #nav_section li.persist_open ul{ 
    /* Display the dropdown on hover */
   font-weight:normal;
}
#nav_section li:hover a, #nav_section li.persist_open a{
    /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
   background:url(../images/bg_mainnav_a1.gif) left center no-repeat;
   text-decoration:underline;
}
#nav_section li:hover ul a, #nav_section li.persist_open ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
   background:transparent;
}
#nav_section li:hover ul li a:hover, #nav_section li.persist_open ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
   text-decoration:none;
   font-weight:bold;
}


#sidebar_right{
	float:right;
	width:244px;
	margin-top:10px;
	margin-right:3px;
	display:inline;
}
#sidebar_right .right_bm{
	background:url(../images/right_bt.png) no-repeat;
	margin-top:15px;
}
#sidebar_right .right_bm .right_content{
	background:url(../images/right_bm.png) repeat-y;
	overflow:hidden;
    padding: 0 10px 10px 10px;
}
#sidebar_right .right_bm .right_content2{
	background:url(../images/right_bm.png) repeat-y;
	overflow:hidden;
}
/****
* NEW from .zmanim p
****/
#sidebar_right .right_bm .right_content h2, 
#sidebar_right .right_bm .right_content h4{
    font-style:italic;
	font-size:14px;
    font-weight: normal;
	color:#fdfefb;
	padding-bottom:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/****
* NEW from .zmanim
****/
#sidebar_right .right_bm .right_content_inner{
    background:#2e1806;
    opacity:0.77;
	-moz-opacity:0.77;
	filter:alpha(opacity=60);
	padding:10px;
}
/***
* NEW
*****/
#sidebar_right .right_bm table td, #sidebar_right .right_bm table a{
    padding-bottom:3px;
    color:#fcd210;
}
/***
* NEW from .mailing_list .go
*****/
#sidebar_right input.go_button{
	font-size: 0px;
	width:12px;
	height:13px;
	cursor:pointer;
	margin-left:5px;
	padding:0px;
	border:none;
	background:url(../images/submit_button.gif) left top no-repeat;
}
#sidebar_right input.go_button:hover {
    background:url(../images/submit_button.gif) left bottom no-repeat;
}

/*****
NEW FROM
.schedule ul{

*/
#sidebar_right hr{
    height:5px;
    margin-bottom: 5px;
	background:url(../images/bg_schedule_ul.gif) left bottom repeat-x;
    color: transparent;
}
/*
.search{
	height:60px;
	padding-top:18px;
	color:#ffffff;
	background: url(../images/bg_search.png) no-repeat;
}
.search span{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
}
.search form{
	width:222px;
	height:36px;
	background:#2e1806;
    opacity:0.77;
	-moz-opacity:0.77;
	filter:alpha(opacity=60);
	margin:0px auto;
	text-align:center;
	padding-top:10px;
}
.search input{
	vertical-align:middle;
	width:128px;
	height:18px;
	margin-left:5px;
	background:#FFFFFF;
	padding:2px 0px 0px 1px;
	border:1px solid #666666;
}
.search .go{
	width:12px;
	height:13px;
	cursor:pointer;
	padding:0px;
	border:none;
	background:url(../images/submit_button.gif) left top no-repeat;
}
.search .go:hover{
	background:url(../images/submit_button.gif) left bottom no-repeat;
}*/
.right_box1{
	text-align:left;
	padding-top:12px;
	background:transparent;
}
.right_box1 p{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#d5f37f;
}
/*
.schedule{
	padding-top:10px;
	width:222px;
	margin:0px auto;
	background:#2e1806;
    opacity:0.77;
	-moz-opacity:0.77;
	filter:alpha(opacity=60);
	overflow:hidden;
}
.schedule ul{
	color:#fcd210;
	font-size:12px;
	padding-top:5px;
	width:192px;
	margin:0px auto;
	padding-bottom:12px;
	background:url(../images/bg_schedule_ul.gif) left bottom repeat-x;
}
.schedule p{
	font-style:italic;
	font-size:14px;
	padding-left:16px;
	color:#fdfefb;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.upcoming{
	padding-left:16px;
	width:206px;
	margin:0px auto;
	background:#2e1806;
    opacity:0.77;
	-moz-opacity:0.77;
	filter:alpha(opacity=60);
	overflow:hidden;
	padding-bottom:15px;
}
.upcoming .upcoming_events {
color:#FDFEFB;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:14px;
font-style:italic;
padding-left:0px;
padding-top: 6px;
}
.upcoming  h4{
	font-style:italic;
	font-size:14px;
	color:#fdfefb;
	padding-top:10px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.upcoming h4 a{
	color:#fdfefb;
}
.upcoming h4 a:hover{
	color:#fdfefb;
}
.upcoming p{
	font-size:12px;
	color:#fcd210;
}*/
#sidebar_right .readmore{
	font-size:14px;
	display:block;
	font-style:italic;
	background:url(../images/bg_bb.jpg) no-repeat;
	width:230px;
	/*
        padding-right:14px;
        padding-top:6px;
        NEW
    */
    position:relative;
    left: -22px;
    margin-bottom:-20px;
	height:42px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#sidebar_right .readmore a{
	color:#fdfefb;
	display:block;
	float:right;
	background:url(../images/submit_button1.png) right center no-repeat;
	padding-right:23px;
	text-decoration:none;
}
#sidebar_right .readmore a:hover{
	color:#fdfefb;
	background:url(../images/submit_button2.png) right center no-repeat;
}
/*
.mailing_list{
	height:65px;
	padding-top:13px;
	margin-top:15px;
	background: url(../images/bg_to_join.png) no-repeat;
}
.mailing_list p{
	font-style:italic;
	font-size:14px;
	color:#fdfefb;
	padding-bottom:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.mailing_list form{
	width:210px;
	height:52px;
	background:#2e1806;
    opacity:0.77;
	-moz-opacity:0.77;
	filter:alpha(opacity=60);
	padding-left:12px;
	margin:0px auto;
	padding-top:3px;
}
.mailing_list input{
	vertical-align:middle;
	width:173px;
	height:18px;
	background:#FFFFFF;
	padding:2px 0px 0px 3px;
	color:#999999;
	font-size:11px;
	line-height:18px;
	border:1px solid #666666;
}
.mailing_list .go{
	width:12px;
	height:13px;
	cursor:pointer;
	margin-left:5px;
	padding:0px;
	border:none;
	background:url(../images/submit_button.gif) left top no-repeat;
}
.mailing_list .go:hover{
	background:url(../images/submit_button.gif) left bottom no-repeat;
}
.mailing_msg p{
	font-style:italic;
	font-size:12px;
	color:#fdfefb;
	padding: 2px 0 0 3px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#sidebar_right .zamanim {
    width:206px !important;
}
*/

.zamanim{
	background:#2e1806;
    opacity:0.77;
	-moz-opacity:0.77;
	filter:alpha(opacity=60);
	padding-left:16px;
	padding-top:10px;
	margin:0px auto;
	width: 90%;
}


.zamanim p{
	font-style:italic;
	font-size:14px;
	color:#fdfefb;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.zamanim ul{
	padding-left:0 !important;
	padding-bottom:15px;
}
.zamanim li{
	line-height:18px;
	color:#fcd210;
	list-style-type: none !important;
}
.zamanim li span{
	display:block;
	width:58px;
	color:#fcd210;
	float:right;
	text-align: right;
	margin-right: 10px;
}
.zamanim li a{
	color:#fcd210;
}
.zamanim li a:hover{
	color:#fcd210;
}

/* ***************************
   $6 Footer Styles
   ***************************/
#footer {
	background:url(../images/bg_footer.gif) repeat-x;
	width:999px;
	text-align: center;
	margin:10px auto;
	height:69px;
	padding-top:10px;
}

#footer a { color:#ABD229; }

.footer_inner{
	background:#2e1806;
    opacity:0.77;
	-moz-opacity:0.77;
	filter:alpha(opacity=60);
	height:69px;
}
.footer_inner ul{
	color:#eac097;
	padding-top:13px;
}
.footer_inner p{
	font-size:11px;
	line-height:23px;
	color:#e7c499;
}
.footer_inner ul li{
	font-size:14px;
	display:inline;
}
.footer_inner ul li a{
	color:#b4e71a;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.footer_inner ul li a:hover{
	color:#fffffd;
	text-decoration:none;
}

.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: #ffffff;
	margin: 2px 0px 5px 0px;
}
div.add_div2 a {
	float:right;
	text-align: right;
	color: #ffffff;
	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;
}
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:#834410; }
.cpYearNavigation,.cpMonthNavigation { background-color:#834410; color:white; }
td.cpCurrentDate { background-color:#834410; }
td.cpCurrentMonthDate:hover,
.cpCurrentMonthDate:hover { background-color:#2F1806; color:white; }

tr.listing { background-color:#2F1806; }
tr.listingb { background-color:#4F290A; }

/* Easy Popup */
#myPopup { background-color:#2F1806;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 32px 5px #FFF;
	-webkit-box-shadow: 0 0 32px #FFF;
}
#myPopup .hd { background-color: #834410; }
#myPopup .hd .close { color:black; }

/* Popup tip icon */
a.icon_popup { background:url(../images/question.gif) no-repeat; padding:1px 7px; cursor:help; }
a.icon_popup:hover { text-decoration:none; }


/* Photo Gallery */
/* ---- Photos -------------- */
#gia_head 		{
	background:#563218;

}

/* ** Widgets ** */
#maincontent .fck_widget_events li { color:white; }
#maincontent .fck_widget_events li strong { padding:0px; background:transparent none; }

    #treediv ul{
        color: white;
    }
    
.calendar .calDay {
	color: #000;
}

/* Action Button */
.qq-upload-button {
    border:2px solid; 
    border-color:white black black white;
    color:black; 
    background-color:#ABD229;
}
.qq-upload-button:hover { 
    background-color:#60C717;
     -moz-box-shadow:0px 0px 5px #FFF;
    -webkit-box-shadow:0px 0px 5px #FFF;
    box-shadow:0px 0px 5px #FFF;  
}
table.calendar td div.daywrap{
    position: relative;
    width:105px;
}

div.directory_item.listing, div.directory_item.listing a {
    color: black;
}

div.directory_item.listingb, div.directory_item.listingb a {
    color: black;
}

.account_top_directory div.directory_item.listing, .account_top_directory div.directory_item.listing a {
    color: white;
}

.account_top_directory div.directory_item.listingb, .account_top_directory div.directory_item.listingb a {
    color: #ABD229;
}


@media screen and (min-width: 480px) {

  #content.ads_enabled{
    position:relative;
  }

  div.rbad[data-id=desktop_leaderboard_footer]{
    margin-left:230px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}