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


/*Bless this Mess. I'll be cleaning this up over the coming weeks.*/

body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	width:100%;
	min-width:960px;
	background:url(images/backgroundPattern.jpg);
	color: #40c8f4;
	font-family:Georgia, serif;
	line-height: 1.3em;
	font-size: 16px;
	letter-spacing:0.0em;
	text-align:left;
}
h1, h2, h3, h4, h4 {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:-0.06em;
	margin: 0 0 20px 0;
	color: #818285;
}
h1 a, h2 a, h3 a, h4 a {
	color: #818285;
}
h2 {
	font-size: 30px;
}
a {
	color:#40c8f4;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover, .button a:hover, #menu li:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}
em {
	font-size:15px;
	font-weight:600;
}
div.hr {
	margin: 20px 0 20px 0;
	border-top: 2px dotted #0083cb;
}
a img {
	border:0px;
}
ul {
	margin:0;
	padding: 0 0 0 16px;
}
li {
	margin:0;
	padding: 0;
}
form {
	margin:0;
	padding:0;
}
code {
	background:#FFFFFF;
	padding: 0 4px 1px 4px;
	font-size:14px;
}
p {
	margin: 12px 0 0 0;
}
p:first-child, p.first {
	margin: 0;
}
abbr {
	cursor:help;
	border-bottom:dotted #ed1651 2px;
}
p abbr {
	cursor:help;
	border-bottom:dotted #0083cb 2px;
}
#pageContainer {
	position:relative;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:0 auto;
}
div.hidden, .readmore {
	display:none;
}
/*/////////////////////////////////HEADER MAIN////////////////////////////////////*/

#headerPattern {
	width: 100%;
	height: 300px;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:0;
	background:url(images/backgroundWoodPattern.png) repeat-x;
}
#header {
	position:relative;
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 236px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 120;
}
/*LEARN MORE*/
#header #learnMore {
	border: #40c8f4 dashed 1px;
	border-bottom: #40c8f4 solid 15px;
	display:none;
	padding: 30px;
	color: #818285;
	position:absolute;
	top: 188px;
	right: 0px;
	margin: 0 30px 0 30px;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.9);
}
#header #learnMore p {
	margin: 12px 0 0 0;
}
#header #learnMore p:first-child, #header #learnMore p.first {
	margin: 0;
}
#header #learnMore blockquote {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:-0.06em;
	padding: 12px 0 0 30px;
	margin: 24px 0 0 0;
	font-size: 36px;
	line-height: 1.4em;
	font-weight: bold;
	
}
#header #learnMore p.quoteAuthor {
	text-align: right;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:-0.06em;
	padding: 0;
	margin: 0 50px 24px 0;
	font-size: 36px;
	line-height: 1.4em;
	font-weight: bold;
	font-style:italic;
}
#header #learnMore blockquote span {
	padding: 0px;
	background: #f0ff00;
}
#header #learnMore p#partnerLogoContainer {
	background: #EEEEEE;
	text-align:center;
}
#header #learnMore p#partnerLogoContainer img {
	vertical-align:middle;
	margin: 30px 10px 30px 10px;
}
#header #headingContainer {
	width: 100%;
	position: absolute;
	bottom: 30px;
	right: 30px;
}
#header h1 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
}
#header #headingContainer h1 span.title {
	padding: 2px 6px;
	background: #f0ff00;
	color: #818285;
}
/*LOGO*/
#header div#logoContainer {
	position:relative;
	top: 0px;
	left: 30px;
	width: 232px;
	height: 236px;
	background: url(images/logoBackground.png) top left;
}
#header div#logoContainer img.logo {
	position:absolute;
	bottom: 48px;
	left: 18px;
}
/*MENU*/
#menuContainer {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 30px 0 0;
	z-index: 100;
}
/*TOP CONTENT*/
#menuContainer div#Group {
	color: #818285;
	position:relative;
}
#menuContainer div#topContentGroup div.topContent {
	display:none;
	border: #40c8f4 dashed 1px;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.9);
	padding: 30px;
	text-align:left;
}
#menuContainer div#topContentGroup div.topContent p {
	max-width: 27em;
	margin-left: auto;
}
/*MENU BUTTONS*/
#menu {
	padding: 0;
	margin: 0 0 0 0;
	letter-spacing: -0.06em;
	font-size:18px;
	position: relative;
}
#menu li {
	float: right;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 2px 6px;
	background:	#40c8f4;
	color:#FFFFFF;
	cursor:pointer;
}
#menu li:first-child, #menu li.first {
	margin: 0;
}
#menu li a, .button a {
	color:#FFFFFF;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}
span.button {
	padding: 2px 6px;
	background:	#40c8f4;
	color:#FFFFFF;
}
#container {
	position:relative;
	z-index: 3;
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	position:relative;
	padding:30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	border-top: #40c8f4 solid 15px;
	color:#FFF;
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#footer p {
	margin: 30px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/*////////////////MAIN MAIN MAIN MAIN MAIN MAIN MAIN////////////////////////*/

/*EVENTS*/

#coreEventsContainer {
	position:relative;
	margin: 0 auto;
	padding: 0;
	height: 375px;
	border: 4px dotted #40c8f4;
	overflow: hidden;
}
#coreEventsContainer p, #satelliteEventsContainer p{
	line-height: 19px;
}

#coreEventsContainer ul, #coreEventsContainer li {
	margin:0;
	padding:0;
	list-style:none;
}
#coreEventsContainer li {
	position:relative;
	padding: 0;
	width: 892px;
	height: 375px;
	overflow:hidden;
}
#coreEventsContainer li div.coreContent {
	position:relative;
	padding: 20px;
	width: 852px;
	height: 335px;
}
#coreEventsContainer li h2 {
	margin: -65px 0 3px; 0;
	line-height: 1.4em;
}
#coreEventsContainer li h2 span {
	background: #f0ff00;
}
#coreEventsContainer li p {
	width: 500px;
	display: inline;
	background: #f0ff00;
	color:#818285;
	padding: 0px;
	margin: 0px;
}
#coreEventsContainer li .commentsBubble, #satelliteEventsContainer li div.satelliteEvent .commentsBubble {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	float: right;
	position:relative;
	background:url(images/commentBubbleCore.png);
	right: 0px;
	top: 212px;
	width: 120px;
	height: 120px;
	padding: 5px 5px 0 0;
	font-size:60px;
	text-align:center;
	letter-spacing: -0.09em;
}
#coreEventsContainer li .commentsBubble img, #satelliteEventsContainer li div.satelliteEvent .commentsBubble img {
	opacity: 0;
	width: 1px;
	height: 100%;
	vertical-align:middle;
}
#coreEventsContainer li h3.date, #satelliteEventsContainer li div.satelliteEvent h4.date {
	display:block;
	font-family:Georgia, serif;
	font-weight:normal;
	color: #40c8f4;
	position:relative;
	top: 300px;
	left: 0;
	height: 45px;
}
#coreEventsContainer li h3.date img {
	width: 1px;
	height: 100%;
	vertical-align:middle;
}
#coreEventDetails {
	padding: 0 20px 0 20px;
}
#coreEventsContainer .date a, #satelliteEventsContainer .date a, #coreEventsContainer a p, #satelliteEventsContainer a p{
	display:inline;
	background: #f0ff00;
	color:#818285;
	font-weight:normal;
}
#coreEventsContainer span, #satelliteEventsContainer span, #coreEventsContainer p span p, #satelliteEventsContainer p span p{
	display: inline;
	background: #f0ff00;
	color:#818285;
}
/* Easy Slider */

	
#corePrevBtn, #coreNextBtn {
	z-index: 20;
	display:block;
	width:37px;
	height:37px;
	position:absolute;
	left:13px;
	top:210px;
}
#coreNextBtn {
	left:910px;
}
#corePrevBtn a, #coreNextBtn a {
	display:block;
	position:relative;
	width:37px;
	height:37px;
	background:url(images/arrowLeft.png) no-repeat 0 0;
}
#coreNextBtn a {
	background:url(images/arrowRight.png) no-repeat 0 0;
}
/*FULLWIDTH SECTION*/
.fullWidthContainer {
	position:relative;
	margin: 50px 0 0 0;
}
#satelliteEventsContainer {
	position:relative;
	margin:0;
	float:left;
	padding: 0;
	width: 50%;
}
#satelliteEventsContainer h2, #calendarContainer h2, #communityPhotosContainer h2 {
	margin: 0px 0 20px 20px;
}
#satelliteEventsContainer li div.satelliteEvent h4.date {
	top: 115px;
	left: 0;
	height: 30px;
	font-size:16px;
	letter-spacing: -0.03em;
}
#satelliteEventsContainer ul, #satelliteEventsContainer li {
	margin:0;
	padding:0;
	list-style:none;
}
#satelliteEventsContainer li {
	position:relative;
	margin: 20px 10px 0 0;
	border: 4px dotted #40c8f4;
}
#satelliteEventsContainer li:first-child {
	margin: 0 10px 0 0;
}
#satelliteEventsContainer li div.satelliteEvent {
	position:relative;
	height: 135px;
	padding: 20px;
	margin: 0;
}
#satelliteEventsContainer li div.satelliteEvent h3 {
	margin: -51px 0 0 0;
	line-height: 1.4em;
}
#satelliteEventsContainer li div.satelliteEvent h3 span {
	background: #f0ff00;
}
#satelliteEventsContainer li div.satelliteEvent p {
	width: 300px;
}
#satelliteEventsContainer li div.satelliteEvent .commentsBubble {
	background:url(images/commentBubbleSatellite.png);
	right: 0px;
	top: 65px;
	width: 67px;
	height: 65px;
	padding: 5px 3px 0 0;
	font-size:36px;
}
/*CALENDAR*/
#calendarContainer {
	position:relative;
	margin: 0 0 0 50%;
	padding: 0 0 0 10px;
}
#calendar {
	position:relative;
	border-top: 4px dotted #40c8f4;
	border-bottom: 4px dotted #40c8f4;
	height: 378px;
	overflow:hidden;
}
#calendar ul, #calendar li {
	width: 440px;
	margin:0;
	padding:0;
	list-style:none;
	display:block;
}
#calendar li {
	position:relative;
	padding: 0;
	height: 378px;
	overflow:hidden;
}
#calendar div.calendarItem {
	border-top: 1px dashed #40c8f4;
	height: 105px;
	padding: 20px 20px 0 20px;
}
#calendar div.calendarItem:first-child, #calendar div.calendarItem.first {
	border-top: 1px dashed #FFFFFF;
}
#calendar div.calendarItem h4.date {
	font-family:Georgia, serif;
	font-size:16px;
	font-weight:normal;
	float: right;
	margin: 0 0 0 12px;
}
#calendar div.calendarItem h3 {
	margin: 0;
}
#calendarPrevBtn, #calendarNextBtn {
	z-index: 25;
	display:block;
	width:37px;
	height:37px;
	position:absolute;
	left:200px;
	top:25px;
}
#calendarNextBtn {
	top:407px;
}
#calendarPrevBtn a, #calendarNextBtn a {
	display:block;
	position:relative;
	width:37px;
	height:37px;
	background:url(images/arrowUp.png) no-repeat 0 0;
}
#calendarNextBtn a {
	background:url(images/arrowDown.png) no-repeat 0 0;
}
/*COMMUNITY PHOTOS*/
#communityPhotosContainer {
	position:relative;
	margin: 50px 0 30px 0;
}
#communityPhotos {
	margin:0 0 0 -22px;
	padding:0;
}
#communityPhotos img {
	vertical-align:top;
	width: 202px;
	margin: 0 0 0 20px;
	border: 4px dotted #40c8f4;
}
#flickrButton {
	float: right;
	position: relative;
	top: 3px;
	right: 4px;
}
/*COMMENTS*/
#comments {
	margin: 50px 0 0 0;
}
#comments h2 {
	margin: 0 0 20px 20px;
}
.commentNumber {
	color: #818285;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:center;
	letter-spacing: -0.09em;
	background:url(images/commentBubbleSatellite.png);
	float: left;
	position:relative;
	top: -7px;
	width: 67px;
	height: 65px;
	padding: 5px 3px 0 0;
	font-size:36px;
}
.commentNumber img {
	opacity: 0;
	width: 1px;
	height: 100%;
	vertical-align:middle;
}
.faded {
	opacity: 0.5;
}
.comment {
	color: #818285;
	padding: 20px;
	border-top: 1px dashed #40c8f4;
}
.commentText {
	margin: 0 0 0 100px;
}
.commentAuthor {
	background: #f0ff00;
}
#respond {
	border-top: 4px dotted #40c8f4;
	padding: 20px;
}
#respond h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0 0 20px 100px;
}
#respond h3 span {
	background: #f0ff00;
}
#commentform {
	margin: 0 0 0 100px;
}
/*////////////MAIN CONTENT/////////////////////*/

.clearSection {
	clear:both;
	height:0px;
	margin:0;
	padding: 0;
	font-size:1px;
}
input.commentField, textarea.commentField {
	background-color:#FFFFFF;
	min-width: 250px;
	padding: 5px 5px 5px 5px;
	color:#666666;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	border: 1px dashed #40c8f4;
}
textarea.commentField {
	width: 98.6%;
}
input.commentField:focus, textarea.commentField:focus {
	background-color: #40c8f4;
	color: #FFFFFF;
}
.submitCommentButton {
	padding: 2px 6px;
	background:	#40c8f4;
	color:#FFFFFF;
	font-family:Georgia, serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing: -0.05em;
	border: none;
	cursor: pointer; /* hand-shaped cursor */
}
div#content.narrowcolumn {
	margin: 45px 0px 45px 5px
}
div.fourOhFour {
	height: 128px;
	padding: 45px 0 0 0;
	font-size: 128px;
}
div.fourOhFourSub {
	padding: 25px 0 25px 0;
}
p.nocomments, p.nocomments:first-child {
	display: none;
}
.navigation {
	position: relative;
	margin: 25px 25px 0 0;
	padding: 5px 0 0 25px;
}
.navigation span a {
	color:#FFFFFF;
	background-color:#ed1651;
	padding: 5px 9px;
}
.alignright, .alignleft {
	float:right;
}
.alignleft {
	float:left;
}
.addthis_container {
	margin: 12px 0 20px 0;
	text-align:left;
}
