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

/* ***************************
   $1 GLOBAL Styles
   ***************************/
@font-face {
    font-family: 'QuattrocentoSans';
    src: url('../font/quattrocentosans-regular.eot');
    src: url('../font/quattrocentosans-regular.eot?#iefix') format('embedded-opentype'),
         url('../font/quattrocentosans-regular.woff') format('woff'),
         url('../font/quattrocentosans-regular.ttf') format('truetype'),
         url('../font/quattrocentosans-regular.svg#quattrocentosans-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
a {
	color:#69b600;
	text-decoration:none;
}
a:hover {
	color:#69b600;
	text-decoration:underline;
}
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:url(../images/bg_page_def.png);}
body {
	text-align:center;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
#container {
	margin:0px auto;
	text-align:left;
	background:url(../images/bg_menu.png) center 205px repeat-x;
	/*background:transparent url(../images/bkground.jpg) no-repeat scroll center 39px;*/
}
/* ***************************
   $3 Header Styles
   ***************************/
#header{
	background:#f68601;
	overflow:hidden;
	height:35px;
	border-bottom:1px solid #e4aa64;
	color:#fff;
}
#header a{color:#fffdfd;}

#header_inner{
	margin:0px auto;
	width:980px;
	height:35px;
	line-height:35px;
}

#sidebar_left h1{
}

#sidebar_left h1 a {
}

#header h3{
	font-style:normal;
	font-size:16px;
	float:left;
	color:#000000;
	margin-top:30px;
	font-weight:normal;
	margin-left:72px;
}
#header .error { display:block; float:right; width:400px; }

#header_top{
	height:29px;
	text-align:left;
	padding:0;
	padding-top:0px;
	color:#fffdfd;
	width:100%;
}
#header_top form{
	padding:0px;
	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:#ffffff;
	text-decoration:underline;
}
#header_top form a:hover{
	color:#ffffff;
	text-decoration:none;
}
#header_top #header_top_login_area{
    margin-top:2px;
}
#header_top .start_logged_in{
    margin-top:2px;
}

#sponsHeader a { color:#333333; }

#sidebar_left{
	float:none;
	width:980px;
	margin-top:0px;
	height:241px;
	background:none;
	position:relative;
	overflow:visible;
	margin-bottom:30px;
}
#sidebar_left .bb{
	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;
	width:100%;;
	overflow:visible;
	float:none;
	text-align:center;
	position:absolute !important;
	left:0;
	top:190px;
}



#nav_section{
	display:inline-block;
	margin:0 auto;
	width:auto;
	margin:0;
	padding:0;
}
#nav_section{
	*display:inline;
}
#nav_section li{
	float:left;
	display:block;
	background:none;
	font-size:12px;
	width:auto;
	position: relative;
	margin-bottom:7px;
}
#nav_section a{
	font-style:normal;
	font-weight:normal;
	padding:0;
	text-decoration:none;
	line-height:14px;
	background:none;
	text-transform:uppercase;
	text-align:left;
	display:block;
	padding:0 15px;
	width:auto;
	color:#333333;
}
#nav_section a:hover{
	background:none;
	color:#69b600;
}

#nav_section li ul{
	background:url(../images/bg_submenu.png); 
	list-style:none;
	position:absolute;
	display:none;
	top:15px;
	border:0;
	padding:0;
	height:auto;
	border-bottom:1px solid #d7d7d7;
	padding:10px 0;
}
#nav_section li ul ul{left:140px;top:-10px;}

#nav_section ul li{
	margin:0;
	padding:0;
	float:none;
	position:relative;
}
#nav_section ul a{
	float:none;
	padding:5px 20px;
	width:auto;
	background:none;
	line-height:16px;
	text-align:left;
	font-size:12px;
	width:100px;
	border:0;
	text-transform:none;

}
#nav_section li.selected_nav a{color:#69b600;}
#nav_section li.selected_nav li a{color:#333333;}
#nav_section li:hover ul{
	display:block;
	height:auto;
	left:0;
}
#nav_section li:hover ul ul{
	display:block;
	height:auto;
	left:140px;
}

#nav_section li:hover a{
	color:#69b600;
	background:none;
	text-decoration:none;
}

#nav_section li:hover ul a{
	color:#333333;
	text-decoration:none;
	border:0;
}
#nav_section li li:hover a{
	color:#69b600;
	background:none;
	text-decoration:none;
}
#nav_section li li:hover ul a{
	color:#333333;
	text-decoration:none;
}
#nav_section li:hover ul li a:hover{
	color:#69b600;
}

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

/* ***************************
   $4 Content Styles
   ***************************/
#content{
	margin:0px auto;
	width:980px;
	background:transparent;
	clear:both;
	/*overflow:hidden;*/
	background:url(../images/bg_content.png) center 271px  no-repeat;
}
#maincontent{
	clear:both;
	float:left;
	margin:0;
	width:450px;
	padding:30px 25px;
	position:relative;
	
	
}
#maincontent.full_width{
	width:930px;	
    background:white;
}
#maincontent.default{margin-left:240px;}
#maincontent.full_width.default{margin-left:0px;}


#maincontent.photo{
	color:#333333;
	background:#fff;
	min-height:760px;
}
#content #maincontent.cal{width:900px;background:#fff;}
#content #maincontent.admin{width:900px;background:#fff;}
div.default{

}

#maincontent .pad-helper{width:450px;}
#maincontent.full_width .pad-helper{width:930px;}
#maincontent.admin .pad-helper{width:100%;}
#maincontent.cal .pad-helper{width:100%;}
#maincontent a{text-decoration:none;}
#maincontent.admin h2 {
    background-color: none;
}

#maincontent h2{
	font-family: 'QuattrocentoSans';
	float:none;font-style:normal;padding:0;height:auto;line-height:22px;font-size:22px;color:#f68601;font-weight:normal;margin-bottom:15px;text-transform:uppercase;
	background:none !important;
}
.featured_article{
	background: none;
	padding:0;
	margin-bottom:20px;
	border-top:0;
	padding:0;
	padding-bottom:20px;
	border-bottom:1px solid #eaebe1;
	width:450px;
}
#maincontent.full_width .featured_article{
	width:930px;
}
#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:#333333;
	padding:0px;
	line-height:18px;
	margin-bottom:15px;
}
#maincontent p a{
	color:#69b600;
	text-decoration:underline;
}
#maincontent p a:hover{
	color:#69b600;
	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;
}
#maincontent .readmore a{
	color:#69b600;
	text-decoration:none;
}
#maincontent .readmore a:hover{
	color:#69b600;
}
#topnav{
	display:none;
	height:0;
	float:none;
	width: 980px;
}
#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 { }


/* Donation */
#maincontent.donate { width:100%; margin-left:0px;}
#maincontent.user_dashboard{width:100%;margin-left:0px;
	background: #fff;}
#maincontent.user_dashboard .pad-helper{width:100%;margin-left:0px;}
#maincontent .donation ul { color:#ffffff; }
#maincontent .donation ul li h4 { }

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


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


/* ***************************
   $5 Sidebar Styles
   ***************************/




#sidebar_right{
	float:left;
	width:240px;
	margin:0;
	position:relative;
	padding:0;
	margin-left:-740px;
	
}
#sidebar_right .right_bm{
	border-top:0;
	padding:0;
	margin:0;
	background:none;
	padding:30px;
	width:180px;
	border-bottom:1px solid #eaebe1;
}
#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:18px;color:#f68601;font-family: 'QuattrocentoSans';font-weight:normal;margin-bottom:10px;}
#sidebar_right .right_bm .right_content h4{font-size:13px;color:#69b600;font-family: 'QuattrocentoSans';font-weight:normal;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 {margin-bottom:10px;}
#sidebar_right .right_bm table td,  {
	font-size:11px;
    padding-bottom:5px;
    color:#333333;
}
#sidebar_right .right_bm table a{
	font-size:11px;
    padding-bottom:5px;
	color:#69b600;
}
#sidebar_right input.go_button{
	font-size: 0px;
	background: url(../images/bg_right_submit_def.png) no-repeat;;
    border: 0 none;
    cursor: pointer;
    padding:0;
	width:70px;
	height:29px;
}
#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 .readmore{
	color:#69b600;
	font-size:11px;
	text-align:left;
    padding:0;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	width:auto;
	height:auto;
}
#sidebar_right .readmore a{
	color:#69b600;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	float:none;
}
#sidebar_right .readmore a:hover{
	text-decoration:underline;
}
.right_box1{
	text-align:left;
	padding:0;
	background:none;
	padding:30px;
	border-bottom:1px solid #eaebe1;
}
.right_box1 p{
	font-size:18px;
	color:#f68601;
	padding:0;
	line-height:20px;
	font-family: 'QuattrocentoSans';
}
#subscribe_email_box{width:150px;height:18px;padding:5px 10px;border:1px solid #cccccc;background:#fff;font-family:Arial, Helvetica, sans-serif;margin:auto;margin-bottom:10px;}



#sidebar_right_2{
	float:right;
	width:240px;
	margin:0;
	position:relative;
	padding:0;
}
#sidebar_right_2 .right_bm{
	border-top:0;
	padding:0;
	margin:0;
	background:none;
	padding:30px;
	width:180px;
	border-bottom:1px solid #eaebe1;
}
#sidebar_right_2 .right_bm .right_content{
	/* background:url(../images/right_bm.png) repeat-y; */
	overflow:hidden;
	padding-bottom:0;
}
#sidebar_right_2 .right_bm .right_content2{
	/* background:url(../images/right_bm.png) repeat-y; */
	overflow:hidden;
}
#sidebar_right_2 .right_bm .right_content h2{font-size:18px;color:#f68601;font-family: 'QuattrocentoSans';font-weight:normal;margin-bottom:10px;}
#sidebar_right_2 .right_bm .right_content h4{font-size:13px;color:#69b600;font-family: 'QuattrocentoSans';font-weight:normal;text-transform:uppercase;}


#sidebar_right_2 .right_bm .right_content h4{ padding-bottom:2px;}
#sidebar_right_2 .right_bm .right_content_inner{
	padding:0;
	width:auto;
	margin:0 0;
	background:none;
	overflow:hidden;
}
#sidebar_right_2 .right_bm table {margin-bottom:10px;}
#sidebar_right_2 .right_bm table td,  {
	font-size:11px;
    padding-bottom:5px;
    color:#333333;
}
#sidebar_right_2 .right_bm table a{
	font-size:11px;
    padding-bottom:5px;
	color:#69b600;
}
#sidebar_right_2 input.go_button{
	background: url(../images/bg_right_submit_def.png) no-repeat;;
    border: 0 none;
    cursor: pointer;
    padding:0;
	width:70px;
	height:29px;

}
#sidebar_right_2 input.go_button:hover {

}
#sidebar_right_2 hr{
    height:1px;
    color: transparent;
	width:100%;
    margin: 0 auto 12px auto;
	border-bottom:1px dotted #ccc;
}
#sidebar_right_2 .readmore{
	color:#69b600;
	font-size:11px;
	text-align:left;
    padding:0;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	width:auto;
	height:auto;
}
#sidebar_right_2 .readmore a{
	color:#69b600;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	float:none;
}
#sidebar_right_2 .readmore a:hover{
	text-decoration:underline;
}
/* ***************************
   $6 Footer Styles
   ***************************/
#footer {
	background:none;
	width:980px;
	text-align: center;
	margin:0 auto;
	height:69px;
	padding-top:30px;
	border:0;
}
.footer_inner{
	background:none;
	height:69px;
}
.footer_inner ul{
	color:#333333;
	padding:0;
	background:none;
}
.footer_inner p{
	font-size:11px;
	line-height:23px;
	color:#55555;
}

#footer p a { color:#69b600;text-decoration:underline; }

.footer_inner ul li{
	font-size:12px;
	display:inline;
}
.footer_inner ul li a{
	color:#333333;
	font-style:normal;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.footer_inner ul li a:hover{
	color:#69b600;
	text-decoration:none;
}

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

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


.content_container .edit_link{
	float: right;
	color: #333333;
	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: #333333;
	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: #333333;
	margin: 2px 0px 5px 0px;
}
div.add_div a {
	text-align: right;
	color: #333333;
	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: #333333;
	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:#333333; }

/* 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: #333333;
}
table.calendar th{
	text-align: left;
	background: #333333;
	color: #fff;
	padding: 2px;
	height: 20px;
}
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: 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: #69b600;
	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.today{
	background: #fff3e5;
}
table.calendar td:hover{
	background: #fff3e5;
}

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

table.calendar .eventlink a{
	color: #69b600;

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


.popdetail
{
	position: absolute;
	background-color: #bdd8d8;
	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: #69b600;
}

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

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

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

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

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

#tree li {
	color:#69b600;
	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: #333333;
    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 #333333;
}
#topnav h3 {
    background:none;
	font-family:Arial, Helvetica, sans-serif;
}

#img_div{float:none;position:absolute !important;
         left:30px;
         top:10px;
}
#sidebar_left .bt{float:left;}
.right_content_inner form{text-align:center;}
.top_links{position:absolute !important;right:0;top:35px;}
.top_links li{float:left;padding:0 15px;font-size:12px;}
.top_links li:first-child{border:0;}
.top_links li a{line-height:11px;text-transform:uppercase;width:auto;color:#333333;}
.top_links li a:hover{color:#69b600;text-decoration:none;}
#maincontent h1{color:#000000;text-transform:uppercase;font-size:28px;}
#header_top #admin_frm_head {bottom: 35px;}

#sidebar_right_3{clear:both;}

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

table.calendar td div.daywrap{
    position: relative;
    width:127px;
}

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

   #content{
		position:relative;
	}

	div.rbad[data-id=desktop_leaderboard_header]{
		padding-top:20px;
		position:absolute;
		margin-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]{
		padding-top:20px;
		padding-bottom:20px;
	}

}