/* 			TheIris.org Screen Stylesheet
Created:	http://www.iBecCreative.com 2/2010 JDB
Updated: 	5-14-10 JDB
Updated:	2-01-11 CMP - Iris v 2.0
*/

/* ======== Resets ::
----------------------------------------------------------------- */
body, address, blockquote, h1, h2, h3, h4, h5, h6, p, pre, dl, ol,
ul, dd, dt, li, fieldset, form {margin:0;padding:0;}

/* ======== HTML & Body ::
----------------------------------------------------------------- */
html {font-size:100.01%;height:101%;}
body { 
height:100%;
font:62.5%/1.28 Arial,Tahoma,Geneva,Helvetica,sans-serif;
background:#fff url(../images/bg.jpg) center 0 repeat-x;
color:#030303;
}
body.iframed {
	background-image: none;	
}
/* ======== Links ::
----------------------------------------------------------------- */
a,a:visited {text-decoration:none;color:#34327c}
a:active, a:focus, a:hover {text-decoration:underline;}
a:active, a:focus {outline:1px dotted #353379;}
a img {border:none;}
/* ======== Typography ::
----------------------------------------------------------------- */
abbr,acronym {text-decoration: none;border:0}
address, h3, h4, h5, h6, dd, dt, li, p, pre {padding:.6em 0;}
h1 {/* home page margin-bottom:14px; */
width:60%;
margin:25px auto 0;
padding:0 0 14px;
border-bottom:1px solid #d6d6d6;
font:normal 18px/1 Georgia,'Times New Roman',Times,Serif;
text-align:center;
text-transform:uppercase;}
h2 {padding:.6em 0 0;text-transform:uppercase;font:14px Georgia,'Times New Roman',Times,serif;color:#34327C;}
h3 {
padding:0 0 10px;
font:normal 14px/1.1 Georgia,'Times New Roman',Times,Serif;
text-transform:uppercase;
color:#040404;}
/*h4 {font-size:1.4em;} h5 {font-size:1.2em;} h6 {font-size:1.1em;}*/
address,blockquote,div,dd,dt,li,p,pre,th,td {font-size:14px;/*letter-spacing:1px;?*/}
q:before,q:after {content:'';}
/* ======== Lists ::
----------------------------------------------------------------- */
dl, ol, ul {margin-left: 20px;}
li, ol, dd, dt {vertical-align:middle;list-style-position: inside;}

dt {font-weight:bold;}
/* ======== Tables ::
----------------------------------------------------------------- */
table {
border:none;
border-collapse:collapse;
border-spacing:0;
overflow:hidden;
word-wrap:break-word;
}
caption, th, td {text-align: left;vertical-align:top;}
/* ======== General Purpose Classes ::
----------------------------------------------------------------- */
.accessibility, .skip-link {position:absolute;top:-999em;left:-999em;}
.clear {clear:both;padding:0;margin:0;line-height:0;}
.hidden {display:none;}
/* ======== Template ::
----------------------------------------------------------------- */
#top, #top #tools,#wrap, #masthead, #navigation, #content, #footer {margin:0 auto;}
#topbar {width:100%;height:30px;background: url(../images/top.png) center top repeat-x;}
	#top {width:1000px;height:30px;}
		/* --- Accessibility Tools --- */
		#top #tools {width:1000px;height:30px;}
			/* Skiplink */		
			#screenReader {float:left;width:230px;padding:9px 0 0;color:#000;}
			/* Contrast & Size (Contrast menu in Navigation section) */
			#options {position:relative;float:right;padding:3px 0 0;width:315px;height:30px;z-index:10;}
				#size {float:right;display:inline-block;padding:0 0 0 50px;line-height:1;}
					#size a {text-decoration:none;color:#030303}
					#size #large {font-size:18px;}
					#size #largest {font-size:24px;}
					#size a:active, #size a:focus, #size a:hover {background:#030303;color:#fff;}
					#size a span {position:absolute;top:-999em;left:-999em;}
	#masthead {position:relative;clear:both;width:1000px;height:142px;}
		#logo {float:left;margin:12px 0 0;width:161px;height:121px;}
			#logo strong {position:absolute;top:-999em;}
			
		#connectboxWrapper {
			background: transparent url(../images/trans_header.png) 0 0 no-repeat;
			height: 91px;
			width: 266px;	
			position: absolute;
			right: 0;
			top: 40px;
			color: #fff;
		}
		
		#connectboxWrapper span, #connectboxWrapper label {
			line-height: 28px;
			font-size: 13px;
			margin-left: 10px;
			text-transform: uppercase;
		}
		
		.box .icon, #connectboxWrapper .icon {
			float: right;
			text-indent: -9999px;
			height: 23px;
			width: 23px;
			cursor: pointer;
			margin: 2px 5px 0 0;	
		}
		
		.box .icon {
			margin: -2px 8px 0 0;	
		}
		
		.box .small-yt, #connectboxWrapper .small-yt {
			background: transparent url(../images/icon_youtube_small.png) top left no-repeat;	
		}
		
		#connectboxWrapper .small-fb {
			background: transparent url(../images/icon_facebook_small.png) top left no-repeat;	
		}
		
		#connectboxWrapper .submit {
			color: #fff;
			background: #F7A609;	
			width: 70px;
			text-align: center;
			position: relative;
			left: -5px;
			height: 27px !important;
		}
		
		#connectboxWrapper .textinput {
			background: transparent url(../images/bg_newsletter.png) 0 0 no-repeat;
			border: 0;
			width: 162px;
			height: 19px;
			padding: 4px;
			line-height: 19px;
			margin-left: 10px;
		}
		
		#connectboxWrapper .topRow {
			background: url(../images/trans_small_hr.png) bottom center no-repeat;	
			height: 30px;
		}
		
		#connectboxWrapper .topRow span {
			float: left;
			margin: 3px 0 0 10px;
		}
		
		#connectboxWrapper .bottomRow {
			clear: both;
		}
			
		#storeBadge {/* accessible alt text */
		position:absolute;
		right:272px;
		top:6px;
		width:127px;
		height:127px;
		padding:40px 0 0 10px;
		display:block;
		font-size:10px;}
			#storeBadge img {position:absolute;top:0;left:0;width:127px;height:127px;}
		/*#masthead form {float:right;margin:55px 0 0;width:250px;height:27px;}*/
	#navigation {
	clear:both;
	position:relative;
	width:1100px;
	left: 30px;
	height:40px;	
	z-index:10;}
#wrap {
clear:both;
width:1000px;
z-index: 0;
zoom: 1;
/* sticky footer */
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -162px;
}
#searchWrapper { height: 40px; background: url('../images/trans_353379_40percent.png'); position: relative; border-top:5px solid #F7A609; width: 1200px; left: -100px; z-index: 1; }
#searchWrapper form.cms_form {
	position: absolute;
	right: 100px;
	top: 6px;	
}
#searchWrapper form.cms_form label { display: none; }
#searchWrapper form.cms_form .search-input { height: 17px; padding: 3px; }
#searchWrapper form.cms_form .search-button { position: relative; margin: 1px 0 0 0; height: 26px; width: 90px; }

	#content {clear:both;display:inline-block;margin:0 auto 28px;}
		#main {float:left;width:734px;margin:19px 0 0;}
			#main .inner {width:707px;}
		#side {float:right;width:264px; background:url(../images/bg_side.png) 0px 40px no-repeat;}
			#side .inner {padding:6px 0 0 30px;}
	#sticky {clear:both;height:162px;}
#footer {overflow:hidden;width:100%;height:162px;background:#353379;}
	#footer .inner {width:1000px;margin:0 auto;}
	/* === Footer Connect Block === */
	#connectBlock {clear:both;float:right;width:464px;height:98px;}
		#connectBlock #connect {
		display:inline-block;
		width:164px;
		height:98px;
		margin:0 8px 0 0;
		text-align:center;
		vertical-align:top;
		background:#5b5992;
		}
			#connectBlock #connect p {padding:12px 0 4px;text-align:center;text-transform:uppercase;color:#fff;}
			#connectBlock #connect a.youtube {padding:0 18px 0 0;}
			#connectBlock #connect a:active, #connectBlock #connect a:focus {outline:1px dotted #fff;}
/* ======== Side Boxes ::
----------------------------------------------------------------- */
#side .box {width:233px;margin:13px 0 0;padding:14px 0px 9px 0px; background: transparent url(../images/trans_9dc7c6_44_footer.png) bottom left no-repeat; font-size: 14px; }
 .box h3 { background: transparent url(../images/trans_353379_44_header.png) 0 0 no-repeat; text-align: center; padding: 10px 0 5px 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px;}
.boxInner { background: transparent url(../images/trans_9dc7c6_44_percent.png) 0 0 repeat; padding: 10px 8px 5px 7px; width: 218px; }
/* --- backgrounds and custom box changes--- */
#side .dkpurple {min-height:78px;background:#5b5992/*#353379*/;color:#fff;}
#side .purple {background:url(../images/box_purple.png) 0 0 repeat;}
#side .blue {background:url(../images/box_blue.png) 0 0 repeat;}
#side .gray {background:url(../images/box_gray.png) 0 0 repeat;}
#side .box p {padding:0 0 8px;color:#040404;}
#side .box p.event-date, #side .box p.event-date img {display:inline-block;vertical-align:middle;}
#side .box p.event-date {padding: 5px 0;}
/*#side .box p.event-date a {color:#030303;}*/
#side .box p.homeallevents { text-align: right;padding: 12px 0 0 0; }
#side .box h3.feature-title {
width:171px;
height:29px;
margin:0 auto;
padding:0 0 10px;
line-height:2.2;
background:url(../images/feature-title2.png) repeat-x  0 0 transparent;
color:#030303;}
#side .dkpurple h3, #side .dkpurple li, #side .dkpurple li a {color:#fff;}
#side .gray p {font-family:tahoma,arial,sans-serif;color:#030303;}
/* ======== Navigation :: **very customized menus**
----------------------------------------------------------------- */
/* ==== Contrast Menu ==== */
#contrast, #contrast ul {list-style-type:none;margin:0;}
#contrast {position:absolute;margin:1px 0 0;display:inline-block;}
#contrast li {padding:0;}
#contrast .parent {float:left;width:120px;margin:-10075px 0 0;text-align:center;}
	#contrast a {
	position:relative;
	display:block;
	height:18px;
	line-height:18px;
	text-decoration:none;
	background:#030303;
	color:#fff;
	z-index:10;
	}
	#contrast a.main {
	float:left;
	width:120px;
	margin:10075px -119px 0 0;
	padding:3px 0;	
	text-align:center;
	}
		/* tabbing trigger w/ superfish */
		#contrast li:hover a.main,#contrast li.hover a,
		#contrast a.main:hover, #contrast a.main:focus, #contrast a.main:active
		{background:#030303;}
		/*empty rule to fix IE6 tabbing bug*/
		#contrast a, #contrast a:hover, #contrast a:active, #contrast a:focus {}
			/* == 2nd Tier Drop Down == */
			#contrast ul {float:left;width:120px;padding:18px 0 6px;margin:-18px 0 0;}
			#contrast ul:hover {clear:both;}/*Opera fix*/
				#contrast ul li {float:left;}/*IE5 fix*/	
				#contrast ul > li {float:none;}
						#contrast ul a {margin:0 -1px 0 0;width:120px;padding:4px 0;height:auto;line-height:1.1;}
						#contrast ul a:hover, #contrast ul a:focus,
						#contrast ul a:active {text-decoration:underline;}
/* ==== Main Menu ==== */

/*Many Thanks to http://thinkhtml.blogspot.com/2009/09/timos-float-drop-css-only-dropdown-menu.html*/
/* ==== Side 3rd Tier Menu ==== */
#side .dkpurple li {padding:0 0 5px;}
/* ==== Footer Menu ==== */
#footer ul {display:inline-block;margin:0 auto;padding:0 0 0 5px;list-style-type:none;}
#footer li {float:left;padding:0;}
#footer li a {display:block;padding:20px 26px 10px;color:#fff;}
#footer li.first a {padding-left:0;}
#footer li.last a {padding-right:0;}
#footer li a:active, #footer li a:focus {outline:1px dotted #fff;}
/* ======== Page Styles ::
----------------------------------------------------------------- */
/* === Feature Image on home page === */
#FeatureImage {display:block;margin:0 auto 8px;border:12px solid #fff;}
/* === Feature Title on home page and Breadcurmbs on Interior pages === */
.feature-title, #breadcrumb {
height:34px;
padding:0 18px 0 0;
font:14px/2.5 Georgia,'Times New Roman',Times,Serif;
text-transform:uppercase;
background:url(../images/feature-title.png) repeat-x 0 0 transparent;}
	.feature-title span {float:right;text-align:right;}
#breadcrumb {position: absolute; top: 6px; left: 100px; padding: 0; background-image: none; line-height: 2; }
	#breadcrumb a {color:#030303;}	
/* === News Pages === */
/* --- article summary --- */
.article-summary {margin:0 0 25px;}
/* --- article detail --- */
#articleTools {margin:15px 0 0;text-align:right;}
.a2a_dd {display:inline-block;vertical-align:bottom;}

#page_home #content .rotate img {width: 454px !important; height: 237px !important;}
/* ======== Forms ::
----------------------------------------------------------------- */
label {cursor:pointer;}
fieldset {border:0;}
input,label,select,textarea {
line-height:1.2;
vertical-align:baseline;
font-size:inherit;
font-family:inherit;
}
input[type="radio"], input[type="checkbox"] {position:relative;top:1.5px;}
input[type="text"],textarea {padding:.2em .2em .2em .4em;}
input[type="submit"] {
width:100px;
height:25px;
padding:3px 0;
cursor: pointer;
background:#cee3e2;
border:0;}
textarea {overflow:auto;}
/* ==== Search Form ==== */
/*#masthead label {position:absolute;top:-999em;}
#masthead input.search-input {width:164px;height:23px;background:url(../images/inputbg.png) 0 0 no-repeat;border:none;}
#masthead input[type="submit"] {width:75px;}*/
/* ==== Subscribe Form ==== */
#connectBlock form {display:inline-block;width:288px;height:98px;text-align:center;vertical-align:top;background:#5b5992;}
#connectBlock label {display:block;padding:18px 0;text-transform:uppercase;color:#fff;}
#connectBlock input#ea {width:164px;height:23px;background:url(../images/inputbg.png) 0 0 no-repeat;border:none;}
#connectBlock input[type="submit"] {height:27px;padding-bottom:4px;}
/* ==== CMSMS Contact Form ==== */
#contactform {margin:0 auto;}
#contactform div {clear:both;display:block;padding:1em 0;overflow:hidden;}
#contactform label, #contactform p.label, #contactform input,
#contactform div.captcha img {display:block;float:left;}
#contactform label, #contactform p.label {padding-right:1em;width:30%;}
#contactform input,#contactform textarea {width:60%;}
#contactform textarea {height:180px;}
/* Captcha and Submit */
#contactform div.captcha input{width:188px;}
#contactform div.submit input {width:198px;}
/* Errors */
#contactform .error, #contactform .error * {color:#FF8A00 !important;}

/** Content li **/
#content li{list-style-image:url(../images/bullet.png); list-style-position: outside;}
#content ul{margin-left: 40px;}

/* ======== Calendar ::
----------------------------------------------------------------- */
#calendar {position:relative;margin:0/* auto*/;/*text-align:center;*/width:690px;list-style:none;}
#calendar ul {/*margin:0 auto;*/margin:0 0 0 4px;list-style:none;}
	#calendar li#calendarMonth {display:inline-block;vertical-align:top;width:200px;padding:5px 0; list-style:none;}
		#calendarMonth h2 {padding:8px 0 0 6px;}
	#calendarNav {display:inline-block;vertical-align:top;width:400px;padding:5px 0;}
	#calendar li.calendarDays {background-color:#C0BFD5;font:bold 18px/1.1 arial;padding:0;width:680px;list-style:none;}
		#calendar li.calendarDays abbr {display:inline-block;padding:0 4px 0 0;	text-align:right;width:92px}
	li#calendarGrid {padding:0; list-style:none; margin-left: 0px;}
	#calendarGrid li {
	/*float:left; maybe save this for IE6/7? or use display:inline;zoom:1*/
	/*text-align:center;*/
	list-style:none;
	border:1px solid #BCBCBC;
	color:#3B388B;
	display:inline-block;
	font:bold 18px/1 'Trebuchet MS',arial,sans-serif;
	min-height:100px;
	max-height:200px;
	margin:4px 1px;
	padding:3px 3px 5px;
	vertical-align:top;
	width:86px;
	text-align:right;
	}
		#calendarGrid li#lastmonth-1 {width:86px;}
		#calendarGrid li#lastmonth-2,#calendarGrid li#nextmonth-2 {width:182px;}
		#calendarGrid li#lastmonth-3,#calendarGrid li#nextmonth-3 {width:278px;}
		#calendarGrid li#lastmonth-4,#calendarGrid li#nextmonth-4 {width:374px;}
		#calendarGrid li#lastmonth-5,#calendarGrid li#nextmonth-5 {width:470px;}
		#calendarGrid li#lastmonth-6,#calendarGrid li#nextmonth-6 {width:566px;}
		#calendarGrid li#lastmonth-7,#calendarGrid li#nextmonth-7 {width:662px;}
		/* Current Day */
		#calendarGrid li.calendar-today, #calendarGrid li.calendar-today a {background:none repeat scroll 0 0 #F2FBFA;color:#030303;}
		/* Days with Events */
		#calendarGrid li.event-day, #calendarGrid li.event-day a, 
		#calendarGrid li.event-day.calendar-today, 
		#calendarGrid li.event-day.calendar-today a {color:#030303;background:#EAEAEA;}
		#calendarGrid li.event-day a:hover {text-decoration:none;}
#calendarGrid .eventSummary {
display:block;
font-size:11px;
font-weight:normal;
padding:2px;
text-align:left;}


/*=========Gallery ::
------------------------------------------------------------------*/

#centerpiece{
width: 680px;
margin: 0 auto;
}
#centerpiece_image{
width:480px;
float:right;
background:white;
text-align:center;
margin:0 0 15px 0;


}
#previous_store, #next_store{
width:100px;
}

#previous_store{
text-align:right;
margin:0px;
}

#next_store {
float:right;
}

#centerpiece .store_main_image{
  max-width: 450px;
  overflow: hidden;
  border: 15px white solid;
  margin: 0px;
  text-align: center;
}

#centerpiece a{

vertical-align:top;
margin-top: 36px;
outline: 0;}

#centerpiece .previous img{
vertical-align:top;

margin-top: 36px;
}

#centerpiece .next img{
vertical-align:top;

margin-top: 36px;
}

.comment{
	margin-top: 10px;
}

.rotate{margin: 0 auto; z-index: 1;border: 15px white solid;}

.sample_products {
	margin:  0; 
	padding:0px;
	width: 694px;
	text-align:center;
}

.sample_products img{
	border: 1px solid #d9d9d9;
}

.sample_products th{
	text-align: center;
	color: #03034f;
	font-size: 11.72px;
	font-family: Georgia;
	font-weight: normal;
	padding-bottom: 25px;
}

a.donate-button {
	background: transparent url(../images/donate_now.png) 0 0 no-repeat;
	width: 217px;
	height: 48px;
	text-indent: -9999px;
	display: block;
}

#content .sponsorsBox ul, #content .sponsorsBox li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: none;
	list-style-position:outside;
	list-style-image: none;
	text-align: center;
	background-color: #D3E6E5;
}
#content .sponsorsBox li {
	width: 218px !important;	
}

.blocks a {
	display: block;
	float: left;
	height: 326px;
	width:208px;
	border: 1px solid #353379;
	margin: 0 10px;
	position: relative;
}

.blocks {
	position: relative;
	left: 10px;	
	height: 336px;
	padding: 0 auto 10px auto;
}

.blocks a span {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #030303;
	background: transparent url(../images/trans_ffffff_82percent.png) 0 0 repeat;
	border-top: 4px solid #353379;
	height: 40px;
	padding: 5px 0;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

hr.purp {
	border: 0px solid #fff;
	width: 100%;
	background: transparent url(../images/bg_main_hr_purp.png) top center no-repeat;
	display: block;
	clear: both;
	height: 4px;
	padding: 3px auto;
}

hr.purp_small {
	border: 0px solid #fff;
	width: 100%;
	background: transparent url(../images/bg_main_hr_small_purp3.png) top center no-repeat;
	display: block;
	clear: both;
	height: 4px;
	padding: 3px auto;
}
.hpNewsWrapper {
	margin: 0 auto 10px 0;	
}
.hpNewsWrapper h2, .middle h2, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #030303;
	font-size: 18px;
	margin: 0; padding: 0;	
}

.sharethisbutton  {
	display: inline-block;
	background: transparent url(../images/st_button.png) 0 0 no-repeat;
	height: 25px;
	width: 86px;
}

.sharethisbutton  .stbuttontext {
	font-size: 0px;
	color: #fff;
	text-decoration: none;
	padding:5px 0;
}

.sharethisbutton .stico_default {
	background: none !important;
	display: block;
	/*text-indent: -9999px;*/
}

.small_vert_divider {
	background: transparent url(../images/bg_small_vert_divider.png) 0 0 no-repeat;
	height: 401px;
	width: 1px;
}

.middle .left, .middle .mid, .middle .right {
	display: inline-block;
	vertical-align: top;
}

.middle .left, .middle .right {
	width: 43%;
	padding: 20px 0 0 0;
}

.middle .mid {
	background:	transparent url(../images/bg_small_vert_divider.png) top center no-repeat;
	width: 10%;
	height: 350px;
}

.middle .calendar-event {
	margin: 6px 0;
}

.fbItem {
	margin: 6px 0;	
	text-overflow: ellipsis;
overflow: hidden;
}

.middle .fb a.small-fb {
	display: inline-block;
	text-indent: -9999px;
	height: 25px;
	width: 25px;
	cursor: pointer;
	position: relative;
	top: -2px;
	left: 5px;
	background: transparent url(../images/icon_facebook_small.png) top left no-repeat;				
}


.middle .yt a.small-yt {
	display: inline-block;
	text-indent: -9999px;
	height: 25px;
	width: 25px;
	cursor: pointer;
	position: relative;
	top: -2px;
	left: 5px;
	background: transparent url(../images/icon_youtube_small.png) top left no-repeat;	
}

.forumWrap {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: separate;
}

.forumWrap p {
	margin: 0;
	padding: 0;	
}

.forumHeader {
	background: transparent url(../images/bg_forum_round_header.png) 0 0 no-repeat;
}

.forumHeader th {
	padding: 8px 0 0 0;
}

.forumHeader h2 {
	background: #353379;
	padding: 0 10px 4px 10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.forumWrap input[type="submit"] {
	background: #353379;
	color: #fff;
}

.forumWrap textarea {
	width: 90%;	
}

.forumHeader h2 span{
	background: #353379;
	color: #fff;
	font-size: 14px;
}

.forumHeader h2 span a {
	color: #D3E6E5;	
}

.forumWrap .lastedit {
	padding: 3px 0;
	font-style: italic;	
}

.forumFieldHeaders {
	background: #abc4c4;	
}

.forumFieldHeaders td {
	border-bottom: 1px solid #9db8b8;
}

.forumWrap tr.row {
	background: #d4e6e6;
}

.forumWrap tr.row td, .forumFieldHeaders th {
	padding:5px 10px;	
}

.forumWrap tr.row td {
	border-bottom: 0px solid #fff;	
	border-top: 1px solid #f2f7f7;
	border-bottom: 1px solid #9db8b8;		
}

.forumWrap tr.row.last {
	background: none;
}

.forumWrap tr.row.last td {
	background-image: none;
	background-color: #d4e6e6;
	border-bottom: 0px solid #fff;
}

.forumWrap tr.row.last .first {
	background: transparent url(../images/bg_forum_round_footer3.png) bottom left no-repeat;
}

.forumWrap tr.row.last .last {
	background: transparent url(../images/bg_forum_round_footer3.png) bottom right no-repeat;
}

.forumWrap .postbody {
	padding: 5px 0;
}

.iris2calendar {
	border-collapse:separate;
}

.iris2calendar caption {
	text-align: center;
	padding: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
}

.iris2calendar tr.daynames th {
	background: #B6B5CB;
	font-weight: bold;
	text-align: right;
	width: 95px;
	font-size: 18px;
	font-weight: bold;
}

.iris2calendar tr.days table {
	border-collapse: separate;
	border-spacing: 2px;	
}

.iris2calendar tr table td {
	border: 1px solid #BCBCBC;	
	width: 95px;
	height: 99px;
}

.iris2calendar tr table td.hasEvents {
	background: #EAEAEA;	
}

#content .iris2calendar tr table td ul {
	margin: 0;
}

#content .iris2calendar tr table td ul li {
	list-style-image: none;
	list-style-position: inside;
	font-size: 10px;
	margin: 2px 4px;
	padding: 0;
}

li.community a {
	color: 	#D8930A;
}

li.iris a {
	/*color: 	#A6A5C4;*/
}

#content .iris2calendar tr table td .dayUrl {
	display: block;
	text-align: right;	
	font-size: 18px;
	font-weight: bold;	
	padding: 0 2px 0 0;
}

#content .iris2calendar tr table td ul li .tooltip {
	display: none;
	width: 273px;
	color: #000;
	z-index: 10000;
}

#toolTipWrapper {
	display: none;
}

.toolTipInner {
	width: 220px;
	display: block;
	padding: 0px 15px 0px 35px;	
	background: transparent url(../images/bg_tooltip_mid.png) 0px 0px repeat;
}

.toolTipTop, .toolTipBottom {
	width: 273px;
	background: transparent url(../images/bg_tooltip_top.png) 0 0 no-repeat;	
	height: 13px;
}
.toolTipBottom {
	background: transparent url(../images/bg_tooltip_bottom.png) 0 0 no-repeat;
}
.toolTipArrow {
	background: transparent url(../images/bg_tooltip_arrow.png) 0 0 no-repeat;
	width: 27px;
	height: 47px;
	position: absolute;
	top: 40%;
}

#addEventWrapper,#addOrganizationWrapper {
	display: none;
}

.addButton {
	border: 1px solid #03034f;
	color: #03034f;	
	text-transform: uppercase;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px 20px 2px 2px;
	background: #E2E2E7;
	position: relative;	
}

#addEventButton {
	left: 83%;
	top: 20px;
}

#addOrganizationButton {
	margin: 10px 0;
}

.addButton span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	position: absolute;
	line-height: 14px;
	top: 3px;
}

.addButton:hover {
	text-decoration: none;	
}


#mapContainerWrapper {
	position: absolute;
	top: -9999px;
	left: -9999px;	
}

#mapContainer {
	display: block;
	height: 100%;
	width: 100%;	
}

#content ul#organizations {
	list-style: none;
	background-image: none;
	display: block;	
	margin: 0px;
}

#organizations-nav {
	margin: 0 0 10px 0;	
}

#content ul#organizations li {
	list-style-image: none;	
}

.CompanyDirectoryItem {
	padding: 5px 0;	
	display: block;
}

.loginForm .un input, .loginForm .pw input, .loginForm .input input {
	background: #fff url(../images/bg_login.png) top right no-repeat;
	border: 1px solid #C7C7C7;
	width: 126px;
	height: 19px;
	font-size: 14px;
	line-height: 19px;
	padding: 4px;
}

.loginForm label {
	padding: 0 4px 0 0;
	text-align: right;
	width: 76px;
}

.loginForm .formRow {
	margin: 0 0 5px 0;
}

.loginForm .formRow.hint {
	font-size: 12px;
	padding: 0 0 5px 210px;
	font-style: italic;
	color: #666;	
}

.loginForm .submit {
	text-align: right;	
}

.loginForm .submit input {
	background-color: #A6A5C4;
	margin-right: 2px;
}

.loginForm .links {
	position: absolute;
	overflow: visible;
	height: 0px;	
}

.loginForm .links a {
	position: relative;
	top: -28px;
	font-size: 10px;	
	left: 5px;
}

.loginForm .errors {
	padding: 5px 0;
	color: crimson;	
}

.ib {
	display: inline-block;	
}

.loginForm.registrationForm label {
	width: 200px;	
}

.loginForm.registrationForm .input input { 
	width: 272px; 
	background: #fff url(../images/bg_registration.png) top right no-repeat;
	border: 1px solid #C7C7C7;
	height: 19px;
	font-size: 14px;
	line-height: 19px;
	padding: 4px;
}
	
.loginForm.registrationForm .submit {
	text-align: left;
}
.loginForm.registrationForm .submit input {
	margin-left: 386px;	
}

.loginForm.registrationForm .submit.cancel {
	padding: 10px 0 0 210px;	
}

.loginForm.registrationForm .submit.cancel input {
	margin-left: auto;
}

.loginForm .imageWrap {
	position: absolute;
	height: 0px;
	width: 0px;
	overflow: visible;	
}

.loginForm .imageWrap img {
	position: relative;
	left: 500px;	
}

#main .inner #our-sponsors li {
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
}

h2.message {
	padding: 50px;	
}

#side .box p.register {
	padding: 5px 5px 0 5px;
}
#side .box p.register a {
	font-size: 12px;	
}

#galleryCycle{width:700px; height:330px; overflow:hidden;}
#galleryCycle a{display:block !important;}

#side .box.sponsorsBox{margin:6px 0 0;}

img#ticket{margin-top:27px;}

#TicketForm{ padding:20px;}
	#TicketForm h2{color:#c33c31;}
	#TicketForm h3{color:#1d1f4c; font-weight:bold; padding:10px 0 0 0;}
	form #tickets{ width: 300px; margin:20px auto;}
	form #tickets label{ width:75px; font-weight:bold; color:#1d1f4c; float:left;}
	form #tickets input[type="text"]{width:200px}
	form #tickets div{padding-bottom: 15px;}
	form #tickets div.submit input{margin-left:189px;}
	#TicketForm li{padding:5px 0;}
	form #tickets label.error{clear:both; display:block; color:#c33c31; width: 200px; margin:0 auto; padding-bottom:5px; float:none; text-align:center;}

.homepageGallery{position:relative; width:700px; height:330px;}
#SlideNav{
	position:absolute;z-index:100;
	right: 20px;
	bottom:20px;
}

#SlideNav a{display:block; float:left; z-index:100; width:15px; height:15px; overflow:hidden; margin-right: 15px; text-indent:-999em; background: url(../images/nav/not-active.png);}
#SlideNav a.activeSlide{background: url(../images/nav/active.png);}

/* default styling example
----------------------------------------------------------------- */

.listNav { margin:0 0 10px; }

.ln-letters { overflow:hidden; }
.ln-letters a { font-size:0.9em; display:block; float:left; padding:2px 6px; border:1px solid silver; border-right:none; text-decoration:none; }
.ln-letters a.ln-last { border-right:1px solid silver; }
.ln-letters a:hover,
.ln-letters a.ln-selected { background-color:#eaeaea; }
.ln-letters a.ln-disabled { color:#ccc; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }
