/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; min-height: 100%; vspace: 0; position: relative;}

body, button, input, select, textarea { font-family: 'PT Serif', serif; color: #010101; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #823C42; color: #fff; text-shadow: none; }
::selection { background: #C7562E; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #1F497D; }
a:visited { color: #1F497D; }
a:hover { color: #C7562E; }
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author:  Firespring Production Dept.
   ========================================================================== */

html {
	background: url('../graphics/layout/bg_html.jpg') repeat top left;
	}

body {
	background: url('../graphics/layout/bg_body.jpg') repeat-x center -35px;
	}

#spotlight_band {
	background: url('../graphics/layout/spotlight_band.png') no-repeat center 163px;
}

.clear {
	clear: both;
	height: 0;
	width: 100%;
	margin: 0;
	}

.wrap {
	background: url('../graphics/layout/bg_content.png') repeat-y top left;
	width: 960px;
	padding: 0 6px 2em;
	margin: 0 auto;
	position: relative;
	}

.wraptop {
	background: url('../graphics/layout/bg_content_top.png') repeat-y top left;
	width: 960px;
	padding: 0 7px;
	margin: 35px auto 0;
	}

.wrapbtm {
	background: url('../graphics/layout/bg_content_btm.png') repeat-y top left;
	width: 960px;
	padding: 0 7px;
	margin: 2px auto 20px;
	}


/* =============================================================================
   Header
   ========================================================================== */
header {
	background: #ffffff;
	height: 146px;
	width: 960px;
	padding: 0;
	margin: 0;
	}


#topnav {
	float: right;
	margin-bottom: 16px;
	margin-right: 15px;
	width: 566px;
	padding-left: 10px;
	}

	#custutil ul {padding: 0 20px 0 0; margin:0; list-style:none; float:left; width: 244px; text-align: right; }
	#custutil ul li {display: inline-block; padding: 0 5px;}
			.ie7 #custutil ul li {float:left;}
	#custutil ul li a {
		font-size: 13px;
		font-weight: normal;
		color: #c59217;
		text-decoration: none;
		line-height: 61px;
		letter-spacing: -0.3px;
		}

#search {
	float: right;
	height: 52px;
	padding-top: 13px;
	margin-left: 0px;
	margin-right: 3px;
	}

	.google_site_search_form {
		position: relative;
		}

	.google_site_search_form_textbox {
		color: #71767d;
		padding-left: 10px;
		height: 34px;
		border: 1px solid #CECECE;
		border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		width: 286px;
		background-position: 3% 50% !important;
		background: #F8F8F8 !important;
		}

	.google_site_search_form_search_button {
		background: url('../graphics/layout/bg_search_btn.png') no-repeat top right;
		border: 0 none;
		height: 37px;
		width: 36px;
		position: absolute;
		top: 1px;
		right: 0;
		text-indent: -9999px;
		}


#logo {
	float: left;
	padding-top: 38px;
	padding-left: 31px;
	}

	#logo img { padding: 0; }

#login { position: absolute; top: -51px; right: 24px; }
#login ul { margin:0; list-style:none; float:left; }
#login ul li {display: inline-block; }
		.ie7 #login ul li {float:left;}
#login ul li a {
	background: #184f7c;
	display: block;
	font-size: 13px;
	font-style: italic;
	color: #fff;
	text-decoration: none;
	line-height: 18px;
	letter-spacing: -0.3px;
	padding: 8px 23px;
	}



/* =============================================================================
   Primary Navigation
   ========================================================================== */
   nav {
    float: left;
	width: 640px;
	margin-left: 18px;
	}

	nav ul {
		list-style: none;
		z-index: 10000;
		margin: 0;
		padding: 0;
		position: relative;
		}

		nav ul li {
			display: inline-block;
			padding: 0px;
			margin-right: 5px;
			position: relative;
			}

			nav ul li a:link, nav ul li a:visited {
				color: #b33f03;
				display: block;
				font-size: 16px;
				font-style: italic;
				line-height: 42px;
				padding: 0 10px;
				vertical-align: middle;
				white-space: nowrap;
				text-decoration: none;
				}

			nav ul li a:hover, nav ul li:hover a {
				color: white;
				background: #bc3807;
				border-top-right-radius: 8px;
				border-top-left-radius: 8px;
				}

	nav ul li ul {
		text-align: left;
		position: absolute;
		width: 209px;
		visibility: hidden;
		padding: 0 0 10px 0;
		background: #bc3807;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
		}

		nav ul li ul li {
			float: none;
			background: none;
			margin: 0;
			display: block;
			padding: 0 16px;
			}

			nav ul li ul li a {
				font-size: 14px;
				font-style: normal;
				font-weight: normal;
				background-color: #bc3807;
				color: #fff;
				padding: 10px 0;
				border-bottom: 1px solid #E6490F;
				vertical-align: middle;
				line-height: 20px;
				white-space: pre-wrap;
				}

			nav ul li ul li:last-child a { border-bottom: none; }

			nav ul li ul li a:hover, nav ul li ul li:hover a, nav ul li:hover ul li a, #primary ul li a:hover ul li a {
				background-image: none;
				padding: 0;
				}

nav ul li ul li ul {
left: 209px;
top: 0;
}

nav ul li ul li a:link, nav ul li ul li a:visited {
white-space: normal;
line-height: 20px;
padding: 10px;
}

.nodrop, .nodrop a:hover {
	background-image: none !important;
	background-color: #fff;
	color: #1F497D;
	}

nav ul li+li+li+li+li+li+li { display: none; }
nav ul li ul li+li+li+li+li+li+li+li { display: block; }
nav ul ul li + li + li + li + li + li + li {
display: block;
}


/* =============================================================================
   Spotlight
   ========================================================================== */

#donate {
	height: 107px;
	width: 107px;
	background: url('../graphics/layout/mentor.png') no-repeat top left;
	position: absolute;
	right: -14px;
	top: -42px;
	z-index: 999 !important;
	}
	#donate a { display: block; height: 107px; width: 107px; text-decoration: none; }

	#donate ul { margin: 0; padding: 0; list-style: none; }
	#donate ul li { background: none !important; padding: 0; }
	#donate { text-indent: -9999px; line-height: 0; font-size: 0; }

.internal #donate { right: -37px; }

/* ---
Quicklinks
 --- */

#quicklinks {
background: url('../graphics/layout/bg_quicklinks.jpg') repeat top left;
position: absolute;
top: 0;
left: 0;
width: 242px;
padding: 0;
margin-left: 27px;
height: 394px;
overflow: hidden;
}
	#quicklinks ul {
		list-style: none;
		margin: 0;
		padding: 0;
		background: url('../graphics/layout/quicklinks_border.gif') left 37px repeat-x;
		padding: 37px 0 0 0;
	}
	#quicklinks ul li {
	background: url('../graphics/layout/quicklinks_border.gif') bottom left repeat-x;
	padding: 13px 22px;
	}
	#quicklinks ul li a:link, #quicklinks ul li a:visited {
	font-style: italic;
	color: white;
	font-size: 21px;
	text-decoration: none;
	font-weight: normal;
	}
	#quicklinks ul li a:hover, #quicklinks ul li a:active, #quicklinks ul li:hover a {
	color: #e4b22e;
	}

#quicklinks .collection_item_label::after, #quicklinks .collection_item_gallery_label::after {
content: url('../graphics/layout/r_arrow.png');
padding-left: 5px;
}

#quicklinks ul li:hover .collection_item_label::after, #quicklinks ul li:hover .collection_item_gallery_label::after {
content: url('../graphics/layout/r_arrow_h.png');
}

#quicklinks ul li:hover { background: #cd7320 url('../graphics/layout/quicklinks_border.gif') bottom left repeat-x; }


#spotlight {
margin: 0 auto;
position: relative;
height: 394px;
width: 960px;
}


#spotlight_content {
height: 394px;
width: 960px;
margin: 0 0 0 -1px;
}


#spotlight_content .content_image_box {
width: 960px !important;
}

#spotlight_content img {
	height: 394px;
	width: 960px;
	}

#spotlight_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#spotlight_content ul li {
	display: none;
	}

#spotlight_content .content_image_box  {
width: 960px;
border: 0 none;
}

#spotlight_content .content_image_box .content_image img {
	margin: 0;
	width: 960px !important;
	height: 394px !important;
	}

#spotlight_content .collection_item_label, #spotlight_content .collection_item_description { display: none;	}


#spotlight_content_nav {
position: absolute;
bottom: 18px;
left: 48%;
z-index: 2000;
}

#spotlight_content_nav a {
	background: url('../graphics/layout/spotlight_nav.png') top left no-repeat;
	height: 11px;
	width: 11px;
	text-indent: -9999px;
	padding: 0 4px;
	display: inline-block;
	outline:0 none;
	}

#spotlight_content_nav a.activeSlide {
	background: url('../graphics/layout/spotlight_nav_H.png') top left no-repeat;
	}


/* =============================================================================
   Content
   ========================================================================== */
.content {
width: 909px;
margin: 0 auto;
padding: 0 26px;
}

.content .left {
	width: 590px;
	float: left;
	}

#tagline {
font-style: italic;
font-weight: 400;
color: #949494;
font-size: 17px;
line-height: 30px;
text-align: center;
padding: 6px 45px 5px 20px;
}

 h1, h2, h3, h4, h5, h6 {font-weight: bold; color: #010101; }

 h1 { font-size: 27px; }
 h2 { font-size: 21px; }

 #featured {
	float: left;
	color: #333d4b;
	}
 #featured ul {list-style: none; padding: 0; margin: 0;}
  #featured ul li {
		display: inline-block;
		width: 266px;
		vertical-align: top;
		margin-top: 0;
		padding: 3px 27px 0 0px;
		}
 		#featured ul li ul li {
 			width: auto;
			vertical-align: bottom;
			margin: 0;
			padding: 0 0 0 20px;
			display: block;
			font-style: italic;
			background: url('../graphics/layout/bullet.png') no-repeat left center;
			}

		#featured a { color: #000; text-decoration: none; font-weight: normal; }

 #featured .collection_item_label,  #featured .collection_item_gallery_label {
 	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	color: #222;
	}
	 #featured .collection_item_label:after,  #featured .collection_item_gallery_label:after {
	 	content: url('../graphics/layout/r_arrow.png');
	 	padding-left: 5px;
	 	}

#featured .collection_item_description, #featured .collection_item_gallery_description {
font-size: 14px;
font-style: normal;
color: #222;
line-height: 24px;
}

 #featured .content_image_box {
border: 0 none;
background: 0 none;
height: 173px;
overflow: hidden;
}

#featured .content_image img {
margin: 0;
}

#featured .collection_item_description p {margin-top: 4px;}

#news {
width: 316px;
background: url('../graphics/layout/bg_news.png') no-repeat top left;
padding-top: 40px;
color: #565869;
overflow: hidden;
min-height: 265px;
float: right;
font-size: 12px;
}

#news h1, #news h2, #news h3, #news h4, #news h5, #news h6 {
font-weight: bold;
font-style: italic;
font-size: 18px;
color: #222;
padding: 0 20px;
}


	#news .news_articles ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}

	#news .news_articles ul li {
			margin: 0 0 1em;
			}

	#news .content_news_article_headline {
		font-size: 14px;
		line-height: 21px;
		font-weight: normal;
		padding: 0;
		margin-bottom: 4px;
		margin-top: 12px;
		}
		#news .content_news_article_headline:after { content: none; padding: 0; }

		#news .content_news_article_headline a, #news .news_archives a  {
			color: #1F497D;
			text-decoration: none;
			font-size: 13px;
			font-style: normal;
			}

		#news .content_news_article_headline a:hover, #news .news_archives a:hover {text-decoration: underline;}

#news .content_news_article_by_line {
font-style: normal;
color: #B7B7B7;
font-size: 13px;
}

#news .news_articles, #news .news_archives {
	padding: 0 30px;
	}

/* =============================================================================
   Internal
   ========================================================================== */


.internal  #primarycontent  {
text-align: left;
width: 965px;
margin: 0 auto;
}


#masthead {
margin-left: -22px;
position: relative;
}

#masthead .sectiontitle {
color: #fff;
background: url('../graphics/layout/bg_sectiontitle.png') no-repeat left top;
font-size: 33px;
font-weight: bold;
font-style: italic;
height: 184px;
line-height: 184px;
overflow: hidden;
padding-left: 20px;
position: absolute;
width: 650px;
}

 /*.internal #content_right ul.content_collection_items li {
 	list-style: none;
	background: url('../graphics/layout/bullet.png') top left no-repeat;
	padding-left: 22px;
	margin-left: -22px;
 	}*/
 .internal #primarycontent ul li { padding-bottom: 20px; }

 .internal #content_right {
 	float: left;
	margin: 0 0 4em;
	width: 615px;
	font-size: 15px;
	color: #010101;
	line-height: 27px;
	padding-left: 22px;
}



.internal #content_right .content_image_box {
		border: 1px solid #C4CCD0;
		background: #E2E6E9;
		}

.internal #content_right .content_image img {
	margin: 8px;
	}

.internal #content_right p { padding-right: 35px; }


   /*__________ SIDENAV  ____________*/

#leftcolumn {
	float:left;
	width: 248px;
	background: url('../graphics/layout/bg_sidenav.png') no-repeat top left;
	width: 301px;
	min-height: 616px;
	}

	#sidenav ul {
		list-style: none !important;
		padding: 0 26px 0 0;
		margin: 24px 0;
		}

	#sidenav ul li {
		font-size: 17px;
		font-weight: normal;
		line-height: 19px;
		padding: 10px 25px !important;
		background: url('../graphics/layout/sidenav.gif') right 10px no-repeat;
		}

		#sidenav ul li a {
			color: #1F497D;
			text-decoration: none;
			}

		#sidenav ul li:hover, #sidenav ul li.current {
			background: url('../graphics/layout/sidenav_h.gif') right 10px no-repeat;
			}

		#sidenav ul li a:hover, #sidenav ul li a:active {
			color: #1F497D;
			}

	#sidenav ul li ul {
		padding: 0;
		margin: 5px 0 0;
		}

	#sidenav ul li ul li {
		font-size: 14px;
		background: none;
		line-height: 10px;
		padding: 10px 25px !important;
		}
		#sidenav ul li ul li:hover { background: none; }

		#sidenav ul li ul li a:link, #sidenav ul li ul li a:visited {
			color: #6786ac;
		}


.current_page a {
	color: #4189b9 !important;
	}


/* =============================================================================
   Footer
   ========================================================================== */

footer {
background: url('../graphics/layout/bg_footer.png') no-repeat bottom left;
height: 124px;
width: 960px;
position: relative;
bottom: 0;
margin: 0 auto;
padding: 0 6px;
z-index: 1000;
}


.social_media {
	float: right;
	padding-right: 72px;
	padding-top: 32px;
	text-align: left;
	color: #B2B2B2;
	}

	.social_media h4 {
		float: left;
		color: #B2B2B2;
		border-right: 1px solid #DDD;
		font-weight: normal;
		padding-right: 20px;
		line-height: 45px;
		margin-top: 0;
		}

	.social_media ul {list-style: none; padding: 0 0 0 10px; margin: 0; float: right; }
	.social_media ul li {display: inline-block; padding: 0 5px 0 15px; }


.social_media li:hover a {
position: relative;
bottom: 47px;
}

.social_media .content_image_box {
border: none;
background: none;
}

.social_media .content_image {
height: 44px;
overflow: hidden;
}

.social_media .content_image img { margin: 0; }

.social_media .collection_item_label, .social_media .collection_item_description { display: none; }


.copyright {
z-index: 580;
color: #7aaac5;
width: 960px;
margin: 0 auto;
text-align: center;
clear: both;
padding-bottom: 20px;
}

.copyright a:link, .copyright a:visited {
padding-left: 20px;
color: #fff;
text-decoration: none;
}
.copyright a:hover, .copyright a:active {
text-decoration: underline;
}

#news_slider {
	position: absolute;
	background: url('../graphics/layout/bg_news_slider.png') no-repeat top left;
	width: 330px;
	height: 100px;
	top: -21px;
	left: 40px;
	padding-left: 140px;
	padding-top: 30px;
	}

	#news_slider ul { width: 285px; }

	#news_slider div.news_articles ul li { background: transparent !important;}
	#news_slider div.news_articles ul li h3.content_news_article_headline {
		font-size: 1em;
	}
	#news_slider div.news_articles ul li div.article_description { 
		margin-top: 5px;
		font-size: 12px;
	}


	#news_slider .content_news_article_headline a {
		color: #1f497d;
		text-decoration: none;
		font-weight: normal;
		}
	#news_slider .content_news_article_by_line { color: #b7b7b7; font-style: normal; }

#news_slider ul#news_spot {
list-style: none outside none;
margin: 0;
padding: 0;
position: relative;
z-index: 234000;
}

#news_slider ul#news_spot li a:link,#news_slider ul#news_spot li a:visited {
display:block;
height:30px;
position:relative;
text-indent:-9999px;
width:35px;
}

#news_slider ul#news_spot #prev {
	background: url('../graphics/layout/news_slider_left.png') no-repeat top left;
	height: 30px;
	width: 20px;
	position: absolute;
	top: 5px;
	left: -30px;
	}

#news_slider ul#news_spot #next {
	background: url('../graphics/layout/news_slider_right.png') no-repeat top left;
	height: 30px;
	width: 20px;
	position: absolute;
	top: 5px;
	right: -20px;
	}

/* ================================================================
   Browser Fixes
   ========================================================================== */
.ie7 #search .google_site_search_form_textbox { width: 276px; line-height: 34px; }
.ie7 #search .google_site_search_form_search_button { line-height: 0; font-size: 0; }
.ie7 nav ul li { float: left; }
.ie7 nav ul li ul li { float: none; }
.ie7 nav ul li.home { padding-top: 10px; }
.ie7 nav ul li a { font-size: 14px; }
.ie7 #spotlight_content .collection_item_description { padding-top: 10px; }
.ie7 #spotlight_content .collection_item_description a { bottom: 20px; }
.ie7 #featured ul li   {float: left; height: 170px; }
.ie7 #spotlight_content_nav a {float: left;}
.ie7 .internal #primarycontent {margin-bottom: 1em;}
.ie7 #login { top: -53px; }
.ie7 #login ul li a { height: 20px; }
.ie7 #custutil ul li { float: right; }
.ie7 #spotlight_band { background-position: center 128px; }
.ie7 .social_media ul li { display: inline; }
.ie7 #news_slider .content_news_article_headline a { font-size: 14px; line-height: 18px; }

.ie8 #search .google_site_search_form_textbox { width: 276px; line-height: 34px; }
.ie8 #login { top: -53px; }
.ie8 #donate { top: -32px; }

/* ================================================================
Styles from Site Wide Header
   ========================================================================== */
   #masthead .sectiontitle {
line-height: 36px;
padding-top: 65px;
height: 118px;
}
.event_list {
    border: none;
}
ul .list_style_disc li {
background: url("../graphics/layout/bullet.png") no-repeat scroll left top transparent;
    list-style: none outside none;
    margin-left: -22px;
    padding-left: 22px;
}
internal #content_right ul.user_profile_search_options li {
    margin-left: 0px;
    padding-left: 0px;
}
div.user_profile_search ul.user_profile_search_options li {
    margin: 5px 5px 5px 0 !important;
}


.calendar_section { width: 625px; }

.calendar_section a:link,
.calendar_section a:visited { color: #000000; font-size: 14px; }



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
/* .clearfix:after { clear: both; }
.clearfix { zoom: 1; height: 0; }
*/


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* =========================================================
00820319
============================================================ */

.fdpc_calendar_event_ticketholders .fdpc_calendar_event_ticketholder:before {
	display: none;
}