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

html{
	position:absolute;
	overflow:auto;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	vertical-align:top;
	border:none;
   }
body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:20px;
	background:#666 url(images/body_bg_tile_4.jpg) top left repeat;
	vertical-align:top;
	cursor:auto;
	}
.largetext {
	font-size:120%;
	line-height:normal;
}
a	{
	text-decoration:none;
	outline:none;
	color:#252223;
}
a.navLink:link { 
	color:#000000;
}
a.navLink:visited {	
	color:#000000;
}
a:hover {
	color:#99a900;
}
p,div,td,ul,ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
}
ul,ol { 
	text-align:left;
	list-style-type:none;
	margin:0;
	padding:0;
}
hr {
	background-color:#99a900;
	color:#99a900;
}
#outer_wrapper		{
	width:940px;
	display:block;
	position:relative;
	top:0px;
	margin:0px auto 0px auto;
	padding:0;
	height:100%;
}
#wrapper {
	z-index:25;
	width:940px;
	background-color:#ffffff;
	-moz-box-shadow: 0 0 30px 5px black;
	-webkit-box-shadow: black 10px 5px 5px;
    box-shadow: black 10px 5px 5px;
}
.no_border	{
	border:none;	
}
h1	{
	color:#201d1d;
	font-weight:normal;
	font-size:20px;
}
h2	{
	text-transform:uppercase;
	font-weight:normal;
	color:#262525;
	font-size:18px;
}
h3	{
	font-size:14px;
}
.hide	{
	display:none;	
}
.grey_highlight	{
	color:#999999;	
}
.green_highlight	{
	color:#99a900;;		
}
.orange_highlight	{
	color:#e06d34;	
}

/* ----Navigation-Header---- */

#header	{
	position:relative;
	top:0;
	height:344px;
}
#header	ul li	{
	
}
#navTop	{
	display:block;
	z-index:100;
	position:relative;
	height:43px;
	background:transparent url(images/top_nav_bg.jpg) top left repeat-x;
	
}
#navTop li{
	float:left;
	height:43px;
	background:transparent url(images/top_nav_divider.png) top right no-repeat;
}
#navTop li.no_bg	{
	background-image:none;	
}
#navTop a	{
	text-transform:uppercase;
	font-size:10px;
	line-height:43px;
	padding:15px;
	margin:0 2px;
	color:#ffffff;
}
#navTop a:hover	{
	background:transparent url(images/top_nav_hover_highlight.png) top left repeat-x;
}
#navTop #top_nav_dd		{
	position:absolute;
	top:40px;
	padding:0 0 10px 0;
	background-color:#a3958c;
	-moz-border-radius-bottomright: 5px; 
	 -webkit-border-radius-bottomright: 5px;
	box-shadow: 2px 3px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 2px 3px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 3px 2px rgba(0, 0, 0, .2);
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=2, offY=3, positive=true);
	z-index:1000;
}
#navTop #top_nav_dd	li	{
	float:none;
	background-image:none;
	height:20px;
}
#navTop #top_nav_dd a	{	
	display:block;
	padding:0 17px;;
	margin:0;
	height:20px;
	line-height:2em;
}
#navTop #top_nav_dd a:hover	{
	background-image:none;	
	color:#e5f819;
}
/*---------- search forms -----------*/
#main_search_form, #search_form	{
	display:block;
	position:absolute;
	top:4px;
	right:15px;
	z-index:200;
}
#search_form	{
	top:47px;
	right:300px;
}
#search_input_box {
	color:#231f20;
	padding:6px 0;
	text-align:center;
	border:1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}
#main_search_form input#sbi, #main_search_form #search_input_box 	{
	position:relative;
	bottom:24px;
	font-size:12px;
	color:#231f20;
	padding:6px 0;
	margin-right:5px;
	text-align:center;
	border:1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}
#search_form #search_input_box	{
	background-color:#CCC;
}
.submitButton {
	position:relative;
	cursor:pointer;
	bottom:12px;
}
/*----------------------------------*/

#headContent{
	z-index:100;
	margin:0;
	padding:0;
	background-color:#000;
	display:relative;
}
#mainNavigation	{
	height:38px;
	background-color:#000000;
	padding-left:65px;
	z-index:300;
	position:relative;
	bottom:1px;
}
#mainNavigation li	{
	float:left;
	padding:10px 0;
}
#mainNavigation li:hover	{
	cursor:pointer;
}
#mainNavigation a	{
	font-size:16px;
	letter-spacing:.5px;
	padding:12px 12px 10px 12px;;
	cursor:pointer;
	color:#ffffff;
	text-transform:capitalize;
}
#mainNavigation a:hover	{
}
.mainNavHover	{
	background:transparent url(images/nav_hover.png) top center no-repeat;
	cursor:pointer;
	box-shadow:inset 0 0 10px #000;
	-webkit-box-shadow:inset 0 0 10px #000;
	-moz-box-shadow:inset 0 0 10px #000;
	border-radius:7px;
	-moz-border-radius:7px;
}
#mainNavigation li:first-child a:hover	{
	background:transparent url(images/nav_hover_no_arrow.png) top center no-repeat;
	box-shadow:inset 0 0 10px #000;
	-webkit-box-shadow:inset 0 0 10px #000;
	-moz-box-shadow:inset 0 0 10px #000;
	border-radius:15px;
	-moz-border-radius:15px;
}
#mainNavigation .sub_nav_block li:first-child a:hover	{
	background-image:none;	
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	border-radius:none;
	-moz-border-radius:none;
}
#mainNavigation .sub_nav_block {
	position:absolute;
	background-color:#a6a6a6;
	left:0;
	padding:3px 0;
	margin-top:5px;
	width:940px;
	z-index:1000;
}
#mainNavigation .sub_nav_block li	{
	padding:0;
	margin:0;
}
#mainNavigation .sub_nav_block a	{
	font-size:13px;	
}
#mainNavigation .sub_nav_block a:hover	{
	color:#FF0;	
	background-image:none;
}
.sub_nav_block.Resources li	{
	position:relative;
	left:15px;
}
.sub_nav_block.NewsRoom li	{
	position:relative;
	left:90px;
}
.sub_nav_block.ForArtists li	{
	position:relative;
	left:100px;
}
.sub_nav_block.ForAudiences li	{
	position:relative;
	left:375px;
}
.sub_nav_block.ForAdministrators li	{
	position:relative;
	left:440px;
}
.sub_nav_block.DanceNYC	li{
	position:relative;
	left:390px;
}
#secondNavigation{
	background-color:#d3d2d2;
	text-align:left;
}
li.sub_nav	{
	margin-left:20px;	
}
#bread_nav	{
	margin-left:-3px;
	margin-top:3px;
	display:inline;
	padding:3px 25px 3px 3px;
	position:relative;
	top:10px;
}
#bread_nav a, #bread_nav span	{
	position:relative;
	padding:2px 0 2px 20px;	
	margin:0;
	text-transform:capitalize;
	background:#e8e7e7 url(images/bread_nav_l_arrow.jpg) left top no-repeat;
}
#bread_nav span.first	{
	background-image:none;
	padding-left:35px;
	margin-right:0;
}
#bread_nav a	{
	background:transparent url(images/bread_nav_r_arrow.jpg) right top no-repeat;
	padding:2px 18px 2px 0;	
}

.breadcrumb	{
	display:inline;
	text-transform:capitalize;
}
ul#tert_nav 	{
	1float:right;
	width:240px;
	list-style-image:url(images/bullet_green.png);
	margin-bottom:50px;
	
}
ul#tert_nav li	{
	margin-bottom:10px;	
	margin-left:25px;
}

/* ---- main content area ---- */
#main_content	{
	display:block;
	position:relative;
	width:830px;
	height:100%;
	min-height:500px;
	margin:35px auto 0 37px;
	border-left:5px solid #dcdcdc;
	vertical-align:top;
	padding:15px;
	
}
#main_content.home_page	{
	width:870px;
	margin:-15px 20px 0 20px;
	border:none;
}
#main_content_wrapper	{
		
}
#content_wrapper_w_sidebar	{
	width:600px;
}
.content_wrapper_w_tert_nav	p{
	margin-right:250px;
}
/* ----- home content ----- */
#home_content_left	{
	display:block;
	float:left;
	width:415px;
}
#home_content_center	{
	display:block;
	border-left:5px solid #dcdcdc;
	float:left;
	padding:10px 10px 20px 10px;
	margin-bottom:-15px;
	width:250px;
}
#home_content_center p	{
	line-height:1.2em;	
}
#home_content_center #map_thumb, #home_content_center #address_book	{
	margin:15px 0 0 12px;	
}
#address_book	{
	float:right;
	position:relative;
	bottom:20px;
	right:20px;
}
#home_content_center #spotlight_img	{
	float:right;
	margin:3px 0 0 5px;
	border:2px solid #666;
}
#home_content_center a #map_thumb 	{
	border-color:#666;	
}
#home_content_center a:hover #map_thumb 	{
	border-color:#e06d34;	
}
#home_content_center ul	{
	margin-left:25px;	
}

#home_content_center .street_sign_wrapper	{
	right:10px;
	top:30px;
}
.street_sign_wrapper .small_img img	{
	top:-5px;	
}

/* ---------- 6 signs ---------- */
.street_sign_wrapper	{
	height:80px;
	width:200px;
	display:block;
	position:relative;
	right:15px;
	top:20px;
}
.street_sign	{
	width:200px;
	z-index:100;
	position:absolute;
	top:0;
	text-align:center;
}
.street_sign img	{
	position:absolute;
	display:block;
	z-index:500;
	left:-10px;
	top:-45px;
}	
.street_sign h1	{
	font-family:arial;
	text-align:center;
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
	font-weight:normal;
	border:1px solid #ffffff;
	margin:0;
	padding:4px 0 3px 0;
}
.street_sign h1 a	{
	color:white;	
}
.street_sign.orange	{
	background-color:#ae431d;
	border:3px solid #ae431d;
}
.street_sign.orange.home:hover	{
	border-color:#ff5012;
	cursor:pointer;
}
.street_sign.brown	{
	background-color:#7a573a;
	border:3px solid #7a573a;
}
.street_sign.brown.home:hover	{
	border-color:#ba9576;
	cursor:pointer;
}
.street_sign.green	{
	background-color:#707626;
	border:3px solid #707626;
}
.street_sign.blue	{
	background-color:#607e99;
	border:3px solid #607e99;
}
.street_sign.dark_grey	{
	background-color:#252223;
	border:3px solid #252223;
}
.street_sign.light_grey	{
	background-color:#ada095;
	border:3px solid #ada095;
}
#sidebar .street_sign_wrapper	{
	height:35px;
	margin-bottom:30px;
	right:-10px;
	top:20px;
}
#sidebar ul	{
	margin-top:15px;
	margin-left:10px;
}
#sidebar .street_sign h1	{
	font-size:15px;	
}
#sidebar .street_sign img	{
	top:-46px;
	left:173px;
}
.hide_street_sign	{
	display:none;	
}
/* --------------------------------- */
.landing_page	{
	position:relative;
	text-align:center;
	margin:-20px 0 30px 20px;
}
.landing_page a	{
	display:block;	
}
.landing_page h2	{
	height:50px;
}
.kb h2	{
	text-transform:capitalize;
	height:25px;
}
.landing_page.two	{
	margin-left:105px;	
}
.landing_module	{
	float:left;
	margin:10px 10px;
	width:220px;
	padding:15px;
}
.landing_module p	{
	text-align:left;
}
.landing_page.two .landing_module	{
	margin:10px 30px;
}
.landing_page a:hover h2	{
	color:#ae431d;	
}

/* Article styling */
.title {
	font-size: 24px;
	line-height:normal;
	color: #99a900;
	text-decoration:none;
	margin-bottom:5px;
}
.title:hover	{
	color:#b64710;	
}
.titleHome{
	font-size: 18px;
	color: #000000;
	text-decoration:none;
}
.spacer{
	
	padding-top:5px;

	padding-bottom:5px;
}
.subtitle {
	font-weight:bold;
	color: #99a900;
	text-decoration:none;
	margin:0;
	padding:0;
}
.author {
	margin-top:3px;
	margin-bottom:10px;
	font-size:10px;
	line-height:10px;
	font-style:italic;
	color:#999;
}
.authorB {
	margin-top:3px;
	margin-bottom:10px;
	line-height:10px;
}
.statistics{
	color:black;
	font-style:oblique;
	float:right;
	font-size:11px;
}
.comments{
	background-color:#ebebeb;
	border-top:1px solid #a8a8a8;
	border-bottom:1px solid #a8a8a8;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:40px;
	padding-right:5px;
	padding-top:6px;
	padding-left:15px;
}
.commentsSmall {
	background-color:#ebebeb;
	border-top:1px solid #a8a8a8;
	border-bottom:1px solid #a8a8a8;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	padding-right:5px;
	padding-left:5px;
}
.readMore{
	color:#ae431d;
	font-style:italic;
	font-size:11px;
}
.pagination{
	color:#DB5402;
}
.paginationLink{
	color:#DB5402;	
}
.paginationLink:hover{
	color:#F30;	
}

.light, .dark	{
	width:355px;
	padding:7px 15px 0 15px;
	border-top:2px solid #c1c1c1;
	border-bottom:2px solid #c1c1c1;
	margin-top:4px;
}
.light{
	margin-top:4px;
}
.dark{
	background-color:#F6F6F6;
	margin-bottom:4px;
}
.home_news:hover	{
	cursor:pointer;
	border-color:#a7a7a7;
}
.home_news:hover p, .home_news:hover a	{
	color:#99a900;
}
.dontPrint	{
	position:relative;
	bottom:40px;
	left:50px;
}
/* ---- side bar modules ---- */

#sidebar	{
	width:215px;
	float:right;
	padding-bottom:20px;
	margin:0 -15px 0 0;
	min-height:650px;
}
/*---------- directory -----------*/
#directory_box	{
	background-color:#F6F6F6;
	border:1px solid #6f6f6f;
	width:545px;
	margin-top:20px;
	padding:0 20px 20px 20px;
}

#directory_box.panes	{
	padding:0;
	margin:0;
}
#directory_box .single_box	{
	width:180px;
	margin:20px 0 20px 60px;
	float:left;
	height:100px;
	border:1px solid grey;
}
.directory_box_main	{
	float:left;
	margin:20px 40px;
	padding:0;
	width:225px;
}
.directory_box_main ul	{
	text-align:right;	
}

.directory_box_main.panes	{
	padding:0;
	margin:0;
}
.single_box_wrapper	{
	border:1px solid red;
	width:185px;
}
.directory_box_main .single_box	{
	width:180px;
	margin:0 0 30px 0;
	border:1px solid #f6f6f6;
	border-radius:5px;
	-moz-border-radius:5px;
	float:left;
	padding:10px 20px;
	1height:100px;
	background-color:#f6f6f6;
	box-shadow:2px 2px 7px #999;
	-webkit-box-shadow:2px 2px 7px #999;
	-moz-box-shadow:2px 2px 7px #999;
}
.directory_box_main h2	{
	position:relative;
	text-transform:capitalize;
	margin:0;
	padding:2px 0 7px 0;
	border-bottom:1px solid grey;
	font-size:16px;
}
.directory_box_main h2 a	{
	font-size:11px;
	position:absolute;
	padding:0 2px;;
	top:-5px;
	right:-15px;
}
.more_info_box_main	{
	position:relative;
	/*background:#FFF url(images/bg_grade_directory.png) top left repeat-x;*/
	display:none;
	right:5px;
	margin-top:5px;
	padding:0;
		
}
.more_info_box	{
	position:relative;
	/*background:#FFF url(images/bg_grade_directory.png) top left repeat-x;*/
	display:block;
	right:10px;
	padding:0;
}
.more_info_box p	{
	line-height:14px;	
}
#directory_box ul	{
	margin-left:20px;	
}
#directory_box h2	{
	text-transform:capitalize;
	font-weight:bold;
	margin:5px 0 0 0;
	padding:2px 0 0 0;
	font-size:14px;
}
#directory_box h3	{
	text-transform:capitalize;
	margin:0;
	padding-bottom:5px;
	line-height:10px;
	color:#555555;
	font-weight:normal;
	border-bottom:1px solid grey;
	font-size:12px;
}
#directory_box p	{
	margin:-10px 0 0 10px;
	padding:0;
}
#directory_box a	{
	float:right;
	font-size:12px;
	margin-top:10px;
}
.category	{
	font-size:12px;
	color:#999999;
	font-weight:normal;
	font-style:italic;	
}

/*dashboard styling */
.dash{
	background-color: #f97500;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-radius: 7px;
	padding-left:7px;
	margin:0px;
	padding-bottom:0;
	line-height:34px;
	cursor:pointer;
	width:350px;
}
.dash h2 {
	margin:0;
	padding:0;
	line-height:34px;
	color:#fff;
}
.dash div {
	float:right;
	margin-right:15px;
	margin-top:10px;
	color:#fff;
}
.dashContent {
	border:1px solid #999; 
	background-color:#CCC; 
	margin-top:0px; 
	padding:3px 3px 0 3px;
	width:350px;
}
.dashDescription {
	font-size:10px;
	color:#fff;
	margin-top:-10px;
	margin-bottom:0px;
}
.dashExpired {
	cursor:pointer; margin: 0px; background-color: rgb(249, 117, 0); color: rgb(255, 255, 255);
}
/*----------------*/
/* ----Footer---- */
#footer_content{
	background:#dcdcdc url(images/main_footer_bg.jpg) bottom left repeat-x;
	height:200px;
	width:940px;
}
.footer_box	{
	width:280px;	
	float:left;
	padding:0 15px 10px 15px;
}
#footer_content h2	{
	text-align:center;	
}
#footer_content ul	{
	margin-left:20px;
}
#footer_content li	{
	line-height:1.2em;
	margin-bottom:10px;
}
ul.bullet_orange	{
	list-style-image:url(images/bullet_orange.png);
}
ul.bullet_green	{
	list-style-image:url(images/bullet_green.png);
}
#social_media	{
	margin-top:15px;	
}
#social_media img	{
	margin:0 5px;	
}
#footerNav {
	text-align:center;
	background:transparent url(images/sub_footer_bg.jpg) bottom left repeat-x;
	color:#ffffff;
	height:26px;
}
#footerNav ul	{
	display:inline;
}	
.footer_box	{
	height:180px;
	margin-top:10px;
	text-align:center;
}
#footerNav ul li{
	display:inline;
	padding:0 5px;
	color:#FF0;
}
#footerNav a	{
	color:#ffffff;
	font-size:10px;	
}
#footerNav a:hover	{
	color:#FF0;
}
#footer_left, #footer_center	{
	background:transparent url(images/footer_divider.png) top right no-repeat;
}
#footer_center	{
	
}
/*-------------*/
.addthis_button	{
	color:#bb5623;	
}
a.button_style	{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	border-radius:3px;
	-khtml-border-radius:3px;
	border:1px solid #999;
	padding:0 5px;
	background-color:#CCC;
}
a.button_style:hover	{
	background-color:#99a900;
	color:white;
}
.button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	border-radius:3px;
	-khtml-border-radius:3px;
	padding:0 5px;
	background:url(/images/buttonBG.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#26445f;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	padding:4px 6px;
}
.button:hover {
	background-color:#26445f;
	background:url(/images/buttonBG-hover.jpg);
	background-position:bottom;
}
.button_small {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	border-radius:3px;
	-khtml-border-radius:3px;
	padding:0 5px;
	background:url(/images/buttonBG.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#26445f;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	padding:3px 5px;
}
.button_small:hover {
	background-color:#26445f;
	background:url(/images/buttonBG-hover.jpg);
	background-position:bottom;
}
.text_small {
	font-size:11px;
}
/*---------- form ----------*/
label {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
input, textarea	{
	margin-bottom:10px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
#form1-errors	{
	text-transform:capitalize;
	color:#F60;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	margin-bottom:8px;
}
/* ----- postbody ----- */

/* ----- home slideshow ----- */
.images {
	background-color:#eeeeee;
	border:1px solid #a9a9a9;
	position:relative;
	z-index:100;
	right:15px;
	height:295px;
	width:380px;
	float:left;	
	cursor:default;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 10px #666;
	-webkit-box-shadow:0 0 10px #666;	
}
.images:hover	{
	border:1px solid #ae431d;
	-moz-box-shadow:0 0 10px #ae431d;
	-webkit-box-shadow:0 0 10px #ae431d;
}
/* single slide */
.images div {
	display:none;
	position:absolute;
	background-color:#ffffff;
	overflow:hidden;
	top:0;
	left:0;		
	padding:10px;
	margin:7px;
	height:201px;
	font-size:12px;
	border:1px solid #dddddd;
}
/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}
/* tabs (those little circles below slides) */
.home_tabs {
	clear:both;
	position:relative;
	z-index:200;
	bottom:63px;
	margin-left:12px;
	
}

/* single tab */
.home_tabs a {
	width:82px;
	height:50px;
	float:left;
	margin:3px 3px 3px 3px;
	border:1px solid #a9a9a9;
	display:block;
	font-size:1px;	
	background-color:#ffffff;
	overflow:hidden;
}
.home_tabs a#first	{
	margin-left:0;
}
.home_tabs a#second	{
}
.home_tabs a#third	{
}

/* mouseover state */
.home_tabs a:hover {
	border:1px solid #e06d34;      
}

/* active state (current page state) */
.home_tabs a.current {
	border:1px solid #e06d34;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:250px;
	display:block;
	position:relative;
	border:1px solid #999;
	background-color:#ffffff;
	z-index:300;
	1width:30px;
	1height:30px;
	padding:5px;
	line-height:1em;
	cursor:pointer;
	font-size:12px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* next */
.forward { 
	right:22px;
}
.forward:hover, .backward:hover 		{ 
 
}
.backward	{
	right:6px;	
}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}


.whats_ahead_button {
	position:relative;
	width:180px;
	height:100px;
	display:block;
	font-size:1px;	
	overflow:hidden;
}


/* calendar */
.calTitle {
	line-height:0;
	margin-bottom:0;
	margin-top:5px;
}
.calTabs {
	font-size:16px;
	background-color:#f1f0f0;
	border:1px solid #d1d0d0;
}
.calTabSelected a{
	padding-bottom:20px;	
	margin-top:-5px;
	color:#fff!important;
	background-color:#b2a59a;
	cursor:default;
}
li.calTabSelected {
	
	color:#fff;
	
}
.calHeader {
	background-color:#252223;
	color:#fff;
	font-size:21px;
	line-height:normal;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}
.calSpacer {
	height:10px;
	line-height:10px;
}
.calCell {
	position:relative;
	height:100px;
}
.calEmpty {
	width:90px;
	height:90px;
}
.calUnselected {
	width:90px;
	height:90px;
	background-color:#ebebeb;
	box-shadow: 3px 3px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, .2);
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=3, offY=3, positive=true);
}
.calSelected {
	width:90px;
	height:90px;
	background-color:#ebebeb;
	box-shadow: 3px 3px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, .2);
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=3, offY=3, positive=true);
	cursor:pointer;
}
.calSelected:hover {
	background-color:#dbdbdb;
}
.calContent {
	float:left;
	padding:5px;
}
.calDate {
	float:right;
	margin-top:63px;
	margin-right:10px;
	font-size:19px;
	line-height:normal;
}
.event_day_title {
	font-size:16px;
	font-weight:bold;
	line-height:normal;
	background-color:#e9e9e9;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	margin-bottom:0px;
	cursor:pointer;
	margin-top:7px;
	padding:2px 5px;
}
.event_day_title:hover {
	background-color:#d9d9d9;
}
.event_day_content {
	background-color:#f0f0f0;
	border-bottom:1px solid #c9c9c9;
	padding:10px 10px 10px 90px;
}
.calWeekItem {
	-moz-border-radius-bottomright: 3px; 
	-webkit-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px; 
	-webkit-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px; 
	-webkit-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px; 
	-webkit-border-radius-topleft: 3px;
	padding:5px;
	margin:5px;
	cursor:pointer;
}
.calWeekItem:hover {
	background-color:#F6F6F6;
}
/* end Calendar */

.section-title {
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#26445f;
	padding-bottom:5px;
}
a.selected {
	color:#7d9f09;
}

/* featured listing overlay */
#featured-listing h1 {
	color:#b4c309;
	margin-top:5px;
	margin-bottom:10px;
}
#featured-listing h2, #featured-listing h3 {
	margin-top:5px;
	margin-bottom:5px;
}
#featured-listing p, #featured-listing div {	
	margin-top:3px;
	margin-bottom:3px;
}

/* ----- ads ------ */
#home_ad	{
	display:block;
	position:relative;
	text-align:center;
	float:right;
	width:145px;
	height:655px;
	overflow:hidden;
	text-align:right;
	font-size:10px;
}
.mid_size_ad	{
	position:absolute;
	right:10px;
	top:45px;
	width:200px;
	height:460px;
	overflow:hidden;
	text-align:right;
	font-size:10px;
}
.mid_size_ad.about	{
	top:240px;	
}
.top_horiz_ad	{
	width:610px;
	height:130px;
	position:absolute;
	right:0;
	top:-40px;
	overflow:hidden;
	font-size:10px;
	text-align:right;
}
.calendar_ad_space	{
	float:right; 
	width:450px; 
	height:195px; 
	margin-top:5px; 
	overflow:hidden;
	font-size:10px;
	text-align:right;
}
#at16pf	{/*this is a rule for the share box*/
	padding-bottom:12px;
}
h2.error	{
	line-height:1.5em;
	text-align:center;
}
#error_page 	{
	text-align:center;
}
#error_page p	{
	font-size:1.2em;
	margin-top:15px;
	font-weight:bold;
}
#error_page ul, #error_page li	{
	text-align:center;
}

.sample_ad {
	background-color:#999;
	border:1px solid #333;
	vertical-align:middle;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:normal;
	margin-bottom:10px;
}

.depth0, .depth1, .depth2, .depth3, .depth4 {
	display:inline-block;
	text-transform:capitalize;
}
.depth0 {
	margin-top:10px;
	font-size:14px;
	line-height:normal;
	font-weight:bold;
}
.depth1, .depth2, .depth3, .depth4 {
	margin-top:4px;
}
.caption{
	font-size:9px;
}