/* ***************************
  Site - Synagogue
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles       font-family: 'Norican', cursive;
   ***************************/
@import url(https://fonts.googleapis.com/css?family=Norican);
   
@font-face {
    font-family: 'montserratregular';
    src: url('../font/montserrat-regular-webfont.eot');
    src: url('../font/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/montserrat-regular-webfont.woff') format('woff'),
         url('../font/montserrat-regular-webfont.ttf') format('truetype'),
         url('../font/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
						font-family: 'Palatino-Bold';
						src: url('../font/palatinobold.eot');
						src: url('../font/palatinobold.eot?#iefix') format('embedded-opentype'),
								 url('../font/palatinobold.woff') format('woff'),
								 url('../font/palatinobold.ttf') format('truetype'),
								 url('../font/palatinobold.svg#palatinobold') format('svg');
						font-weight: normal;
						font-style: normal;
}
@font-face {
						font-family: 'Palatino-Roman';
						src: url('../font/palatinoroman.eot');
						src: url('../font/palatinoroman.eot?#iefix') format('embedded-opentype'),
								 url('../font/palatinoroman.woff') format('woff'),
								 url('../font/palatinoroman.ttf') format('truetype'),
								 url('../font/palatinoroman.svg#palatinoroman') format('svg');
						font-weight: normal;
						font-style: normal;
}

/* ***************************
   $1 GLOBAL Styles 
   ***************************/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}
a {	color:#4b82b2;	text-decoration:none;}
a:hover {color:#4b82b2; text-decoration:underline;	}
.admin a, #maincontent.admin p a{ color:#4b82b2;}
img {border:0;}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

.moveable {
	cursor: move;
}


/* ***************************
   $2 Website Structure Styles
   ***************************/
html{background:#fff;}
body {
	background:url(../images/bg_body_cloud2.jpg) center top no-repeat;
    font-size:14px; font-family:Arial, Helvetica, sans-serif;
	color:#514a4a;
}
#container {
	margin:0px auto;
	text-align:left;
	/*background:transparent url(../images/bkground.jpg) no-repeat scroll center 39px;*/
}
/* ***************************
   $3 Header Styles
   ***************************/
#header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#8bb8dd;
	overflow:hidden;
	height:35px;
	color:#4b82b2;	
}
#header a{color:#4b82b2;text-decoration:underline;}
#header a:hover{ text-decoration:none;}
#header #header_inner #header_buttons{ padding-top:3px;}
#header #header_inner{
	margin:0px auto;
	width:960px;
	height:39px;
}
.header_button{ background:#4b82b2; border:0;}
.header_button:hover{ background:#30474e;}
#sidebar_left h1{}
#sidebar_left h1 a { 
	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;
}


#header_top{
	height:26px;
	text-align:left;
	padding-top:9px;
	color:#ffffff;
}
#header_top form{
	float:right;
	padding-right:2px;
	width:auto;
	margin-top:-4px;
}
#header_top form input{
	width:100px;
	height:13px;
	border:1px solid #6c859b;
	padding:5px 10px;
	background:#ffffff;
	border-radius:3px;
	font-style:normal;
	
}
#header_top form .submit_button{
	width:12px;
	height:14px;
	margin-left:5px;
	padding:0px;
	cursor:pointer;
	background:url(../images/bg_top_submit.png) left top no-repeat;
	border:0;
}
#header_top #header_top_login_area, 
#header_top .start_logged_in{
    margin-top:-7px;
}
#header_top form a{
	color:#ffffff; 
}
#header_top form a:hover{
	color:#ffffff;	
}


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


#sponsHeader a { color:#333333; }



/* ***************************
   $4 Content Styles
   ***************************/
#content{
	margin:0px auto;
	width:960px;
	background:transparent;
	clear:both;
	min-height:400px;
	position:relative;	
}
#maincontent{float:left;width:660px;background:none;padding:0;position:relative;}
#maincontent div.add_div2{ text-align:left; color:#333333;}
#maincontent div.add_div2 a{ float:none;}
#maincontent.full_width{ width:100%; margin-bottom:40px; }

#maincontent.photo{margin-top:0;padding:0;background:none;color:#666;min-height:760px;}
#content #maincontent.cal{padding:0;padding-top:0px;margin:0px;width:100%;background:none !important;}
#content #maincontent.admin{padding:0;padding-top:0px;margin:0px; margin-bottom:30px; width:100%;background:none !important;}

#maincontent.admin a.action-button {background-color: #ddd;}
div.default{}

#maincontent .pad-helper{width:100%;}
#maincontent.full_width .pad-helper{}
#maincontent .content_container{background:none;}
#maincontent.full_width .content_container{}
#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;}
#content #maincontent.admin h2{ background:#4b82b2; color:#fff; padding:0px 10px;}
#maincontent h2{float:none;font-style:normal;padding:0;height:auto;line-height:32px;font-size:20px;font-family: 'Palatino-Bold';color:#4b82b2;padding-bottom:5px;font-weight:normal;}
.featured_article{
	background: none;
	padding:0;
	margin-bottom:25px;
	border-top:0;
	
}
#maincontent .content_body img{ max-width:100%; height:auto !important;}

#maincontent p{color:#333333;padding:0px;line-height:19px;margin-bottom:10px;font-size:14px;}
#maincontent p a{color:#4b82b2; cursor:pointer;text-decoration:underline;}
#maincontent p a:hover{color:#4b82b2;text-decoration:none;}
#maincontent ul{font-size:14px;	color:#333333;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;
	padding-left:14px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}
#maincontent .readmore a{
	color:#4b82b2;
	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:#30474e;
	background:url(../images/submit_button1.gif) right center no-repeat;
}
#topnav{background:url(../images/icon_navbar.png) no-repeat; border:0; width:29px; height:20px; display:none; cursor:pointer;
	/*height:30px; display:none;
	float:none;
	width: 974px;
	position:absolute;
	left:0;top:0;*/
}
#topnav h3{
	font-size:12px;
	padding-right:13px;
	height:26px;
	color:#333333;
	text-align:right;
	line-height:26px;
	background:none;
	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:#333333;
	text-decoration:none;
}
#topnav ul li a:hover{
	color:#333333;
	font-weight:bold;
}
#topnav ul .nav_home{ background:none;}
#topnav ul .nav_home a{
	color:#333333;
	font-weight:bold;
}

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


/* Donation */
#maincontent.donate { width:485px; }
#maincontent.user_dashboard{}
#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:#fff;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:#333333; }

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

/* ------------------------------ Members Area */
#content #maincontent.member_sections .pad-helper {
	width:100%;
	margin:0px;
}
#content .account_member_menu {
	width:100%;
}
#maincontent.full_width.member_sections {
	float: left;
}
/* ***************************
   $5 Sidebar Styles
   ***************************/
#sidebar_left{ width:100%; float:left; border-bottom:1px solid #4b82b2; margin-top:0px; padding-top:15px;	
	position:relative;
	overflow:visible;
	padding-bottom:10px; margin-bottom:25px;	
}

#sidebar_left .bb{
	display:none;
	height:0px;
	overflow:hidden;
	width:253px;
}
#sidebar_left .bt{display:none;}
#sidebar_left #img_div{ text-align:left; float:left; line-height:1; font-family: 'Norican', cursive; float:left; font-size:33px; padding-top:0px;}
#sidebar_left #img_div #editlogo { background:transparent;  }
#sidebar_left #img_div img{ vertical-align:middle;}

#mainnav{ float:right;padding:0;margin-top:0;overflow:visible;background:none;text-align:center;}
#mainnav .menuheader{}
#mainnav .menuheader label{}
#mainnav .menuheader label.openheader{}
ol#mainnav ol{}
.categoryitems li{}
.categoryitems a{}
.categoryitems a:hover{}

#nav_section li ul{ background:#fff;}
#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{ background:#fff !important;}
#nav_section{ float:right;}
#nav_section li{ 
	float:left;
	font-size:13px;		
	padding:0px;
	border:0;	
}
#nav_section>li{position: relative; line-height:43px;}
#nav_section a{font-size:13px;
	text-decoration:none;
	display:block;
	padding:0 10px 0px 18px;
	color:#333;
}
#nav_section a:hover{ text-decoration:underline;}
#nav_section li li a{text-transform:capitalize;}
/*--- DROPDOWN ---*/

#nav_section li ul{
	background:#eeeeee url(../images/nav_sub.png) no-repeat top center; border:1px solid #d8d8d8; border-bottom:0;
	box-shadow:0px 3px 3px #d5d5d5;
	list-style:none;
	position:absolute;	
	top:42px; padding:10px 0px;
	height:auto;
	text-align:left; width:183px;
}

#nav_section li ul ul{position:absolute;}

#nav_section ul li{
	margin:5px 0px;
	padding:0; width:100%;	
	border:0;
	background:none;
	text-align:left;
}
#nav_section ul a{
	 /* Stop text wrapping and creating multi-line dropdown items */
	float:none;
	padding:0px 8px;
	width:auto;
	background:none;
	height:auto; line-height:1;
	text-align:left;
	display:block;	
}
#nav_section li.selected_nav a{color:#30474e;font-size:13px;}
#nav_section li.selected_nav li a{color:#30474e;background:none;}
#nav_section li.selected_nav:hover a{background:none;}
#nav_section li.selected_nav:hover li a{background:none;}
#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:100%;
	top:-10px;
}
#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:#30474e;
	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{ 
	color:#333;
	text-decoration:none;
}
#nav_section li li:hover ul a{
	color:#333;
	text-decoration:none;
}
#nav_section li:hover ul li li a{color:#333;}
#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:#999;
	background:none;
}
#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;
}

#sidebar_right{ padding-left:20px; background:url(../images/bg_sidebar_right.png) repeat-y left;
	float:right; margin-top:0px;
	width:264px;
	position:relative;
}
#sidebar_right .right_bm{
	background:none;
	border-top:0;
	padding-top:0;
	margin-top:0px;
	padding-bottom:30px;
	border-bottom:0;
}
#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-style:normal;font-family: 'Palatino-Bold'; text-transform:capitalize;font-size:18px; font-weight:normal; color:#4b82b2;padding-bottom:10px;line-height:26px;}
#sidebar_right .right_bm .right_content h4{
	font-size:16px;
	color:#4b82b2;
	line-height:20px;
	padding-bottom:15px;
    font-weight: bold;
	text-transform:capitalize;
}
#sidebar_right .right_bm .right_content h4{ padding-bottom:16px; font-size:13px; line-height:14px; color:#4b82b2; font-family: 'Palatino-Roman';font-weight:normal; text-transform:uppercase;}
#sidebar_right .right_bm .right_content_inner{
	padding:0;
	width:auto;
	margin:0 0;
	background:none;
	overflow:hidden;
}
.right_content_inner table{margin-bottom:5px;}
#sidebar_right .right_bm table td{
	font-size:14px;
    padding-bottom:3px;
    color:#555555;
}
#sidebar_right .right_bm table a{}

#sidebar_right input.go_button, #maincontent input.go_button{
	font-size:0px;
	width:73px;
	height:31px;
	margin-left:0px;
	padding:0px;
	cursor:pointer;
	background:url(../images/submit_def.png) no-repeat #4b82b2;
	border:0; 
	cursor:pointer;
	float:right;
}
 #maincontent input.go_button {	
    float: left;
    margin-top: 0px;
    margin-left: 10px;
}
#sidebar_right input.go_button:after{ content:"sub"; display:inline-block;}
#sidebar_right input.go_button:hover{}
#sidebar_right hr{
    height:5px;
    color: transparent;	
    margin: 0 auto 12px auto;
	border-bottom:2px dotted #4b82b2;
}
#sidebar_right .readmore{
	font-family:Arial, Helvetica, sans-serif;
	color:#ac9208;
	font-size:14px;
	display:block;
	font-style:normal;
	width:auto;
	height:auto;
    padding:0;
    position:relative;
    margin-bottom:0px;
}
#sidebar_right .readmore a{	
	display:block; text-decoration:underline;	
	background:url(../images/icon_more_damask.png) left center no-repeat;
	text-align:left;
	float:left;
	padding:0;
	padding-left:13px;
}
#sidebar_right .readmore a:hover{
	text-decoration:none;
}
#sidebar_right fieldset:after{ content:""; display:table; clear:both;}
.right_box1{
	text-align:left;
	padding-top:3px;
	background:#4b82b2;
	border-bottom:0; height:50px; line-height:22px;
	margin-bottom:20px; box-shadow:0 0px 3px #3e3e3f;
}
.right_box1 p{font-size:16px; text-transform:uppercase; text-align:center; color:#fff;	font-family: 'montserratregular';}
#subscribe_email_box{width:160px;height:31px;padding:5px 10px;border:1px solid #4b82b2; background:none;  margin:0;float:left;}


/* ***************************
   $6 Footer Styles
   ***************************/
#footer {
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg_footer.png) repeat-x top #f0f2f4;
	width:100%; height:auto;	
	text-align: left;
	margin:0 auto;	
	border:0; padding-top:0;
}
.footer_inner{width:960px; height:auto; padding-top:10px; padding-bottom:20px; margin:0 auto;text-align:center;}
.footer_inner ul{ height:41px;
	color:#555555;
	padding:0;
	background:none;	
	margin-bottom:8px;
}
.footer_inner p{
	font-size:11px;
	line-height:23px;
	color:#898989;
}

#footer p a {font-size:12px;text-decoration:underline; }
#footer p a:hover{text-decoration:none;}
.footer_inner ul li{
	text-transform:uppercase;
	font-size:11px;
	display:inline;
}
.footer_inner ul li a{ display:inline-block; padding:13px 10px 0px 10px;
	color:#555555;
	font-style:normal;
	text-decoration:none;	
}
.footer_inner ul li a{ *display:inline;}
.footer_inner ul li a:hover{
	color:#4b82b2;
	text-decoration:underline;
}

.schedule .edit_link {
	float:right;
	color:#ac9208;
	background: url(/pics/icons/edit_icon.png) no-repeat left top;
	padding: 0 8px 0 15px;
}

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


.content_container .edit_link{
	float: right;
	color: #ac9208;
	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: #ac9208;
	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: #ac9208;
	margin: 2px 0px 5px 0px;
}
div.add_div a {
	text-align: right;
	color: #ac9208;
	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: #ac9208;
	margin: 2px 0px 5px 0px;
}
div.add_div2 a {
	float:right;
	text-align: right;
	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 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:#4b82b2; color:#fff;}
table.calendar{
	border-collapse: collapse;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	background: #f0f0f0;
	margin-bottom: 20px;
}
table.calendar td{
	border: 1px dotted #ccc;
	width: 90px;
	height: 90px;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
table.calendar td.unmonth{
	background: #ddd;
	color: #666;
}
table.calendar th{
	text-align: left;
	background: #4b82b2;
	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: #4b82b2;
	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;
}
table.listing{ width:100%; border:0px; border-spacing:1px; background:#4b82b2;}
table.ui-buttonset{ margin-right:0px;}

.popdetail
{
	position: absolute;
	background-color: #333333fcc;
	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: #333333;
	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;
	width:123px;
}
.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; }


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

.featured_article H3.date {
	display:none;
	padding:5px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
    color: #a85e89;
    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 a:hover img{ background:#4b82b2;}
div#album_order div.dragger { border: 1px solid #666;}
#topnav h3 { background:none;}
.top_links{display:none;}


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

/*#maincontent img{max-width:485px;}*/
#maincontent.admin table td{color:#333333;}
#maincontent.admin:not(.member_sections) table.listing td{color:#333333;}
#maincontent.admin h1{color:#333333;}

#maincontent.admin table th{background:#f0f0f0 !important;color:black;}
tr.listing_heading { background-color: #8bb8dd; color: #333333;}
tr.listing {background-color: #fff;}
tr.listingb { background-color: #fff;}
#content #maincontent.admin fieldset table {background: none repeat scroll 0 0 #f0f0f0;}

.popevent {background:#2d3b40;}
.popevent h3 {color:#fff;}
.popevent .description{ color:#fff;}



table.calendar td span.day{ height:18px;}
table.calendar td div.daywrap{ width:auto;}




  

@media screen and (max-width: 1024px) {

#header #header_inner,
#content,
.footer_inner{ width:auto; margin-left:20px; margin-right:20px;}

#maincontent{ width:72%;}
#sidebar_right{ width:26%;}

#subscribe_email_box{ width:65%;}	
	
}

@media screen and (max-width: 768px) {	
		
	#header #header_inner .hosted_by_text{ display:none;}
	#header_admin_menu_menu {left:0px !important;}
	#header #header_inner #header_buttons div#header_login_button{ display:block; background:url(../images/login_button.png) no-repeat; width:28px; height:29px; text-indent:-999em !important; text-align:left;}
	#header #header_inner #header_buttons div#header_login_button *{ display:none;}
	#header #header_inner #header_buttons{ top: -12px;}
	#header_login_menu{ top:35px !important; left:auto !important; width:100%; background:#f2f0f0; border-radius:0px; box-shadow:none;}
	#header_login_menu form.head_signin{ overflow:hidden;}
	#header_login_menu form.head_signin *{ display:none !important;}
	#header_login_menu form.head_signin input.input_area{ display:block !important; float:left; height:29px; width:33%; margin-right:5px; margin-bottom:0px; border-radius:0; border:1px solid #e4e3e3;}
	#header_login_menu form.head_signin .header_button{ display:block !important; float:left; margin-bottom:0px !important;}

		
	#sidebar_left{border:none; float:none;}


	/*--------------------------Nav Section*/
	#topnav{ display:block; position:absolute; top:-30px; left:0px;}
	#mainnav{float:none; display:none;}
	#nav_section{margin-left:0px;  float:none;}
	#nav_section li{ float:none; line-height:2;}
	#mainnav #nav_section ul{ 
		background: none!important;
		box-shadow: none;
		border:0px;
		left:0px;
		padding-bottom:0px;
		padding-top:0px;
	}
	#nav_section a:hover{ text-decoration:none; color:#fff;}
	#nav_section > li > a{ display:block; padding:5px 50px 5px 25px; text-align:left; text-decoration:none; position:relative;}
	#nav_section li a span{ 
		width:34px; height:34px; border-radius:1px; cursor:pointer; position:absolute; top:4px; right:10px;}
	#nav_section li:hover a {
		color:#333;
	}
	#nav_section li a span {display:block;}
	#nav_section li a span:before{
	    content: "+";
	    color: #333;
	    font-size: 26px;
	    font-weight: 700;
	    line-height: 25px;
	}
	#nav_section li a span.active:before{ 
		content: "-";
	    font-size: 40px;
	    line-height: 22px;
	}
	#nav_section > li > ul{ 
		margin-left:0px; 
		position: relative;
		top:0px;
		width:100%;
	}
	#nav_section > li > ul a{
		display:block; 
		line-height: 2;
		padding:5px 50px 5px 40px; 
		position:relative;
		text-align:left; 
	}

	/*Third Level*/
	#nav_section li ul ul {
		left:0px;
		padding:0px;
		position: relative;
		width:auto;
	}
	#nav_section > li > ul ul a{ padding:5px 50px 5px 55px; }
	#nav_section li:hover ul ul {top:0px;}
	#nav_section li:hover ul li a:hover {
		color:#333;
	}
		
	#maincontent{ float:none; width:auto;}
	#sidebar_right{ float:none; width:auto; background:none;}

	table.calendar td div.daywrap{ min-width:90px;}
	table.calendar.calendar_main { overflow-x:auto; display:block;}

	.pg_img_div{ width:50%;}

	#sidebar_left #img_div{ float:none; text-align:center;}

	#subscribe_email_box{ width:87%;}
}

@media screen and (max-width: 570px) {
	#subscribe_email_box{ width:80%;}

	.pg_img_div{ float:none; width:auto; height:auto;}
}

@media screen and (max-width: 480px) {
	#subscribe_email_box{ width:65%;}
}

/**
FOR THE COVER ON ITEM_ADMIN.PHP
**/
.pcover{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;}

.pcover > div:first-of-type{background-color:black;opacity:.5;top:0;left:0;width:100%;height:100%;}
.pcover > div:nth-child(2){position:absolute;background-color:lightgrey;left:50%;margin-left:-200px;top:50%;margin-top:-125px;height:250px;width:400px;padding:15px;}
.pcover .button {min-width:100px;background-color: grey;color: black;cursor: pointer;margin-left: 5px;margin-right: 5px;padding: 10px;opacity:.6;}
.pcover .button, .pcover .button+div,.pcover .button+div+div {display:inline-block;}
.pcover .cancelClone{color:blue;cursor:pointer;text-decoration:underline;}

.pcover input[type="radio"],.pcover input[type="radio"]+label{cursor:pointer;}
.pcover input[type="radio"]+label+div{display:none;}
.pcover input[type="radio"]+label+div input[type="text"]{width:130px;padding:5px 10px;margin-top:10px;}
.pcover > div:nth-child(2) > div{margin-bottom:10px;}
.pcover input[type="text"].cloneError{color:red;border:solid 1px red;}