@charset "utf-8";

h1,h2,h3,h4,h5 {
	margin-bottom: 10px;
}
blockquote {
	background:none repeat scroll 0 0 #F5F5F5;
	border-left:1px dashed #CCCCCC;
	color:#454545;
	font-family:georgia;
	font-size:14px;
	margin:10px 10px 10px 15px;
	padding:10px 20px;
}
/* General Styles */
.alignleft{float:left;margin-right:8px;margin-bottom:2px;}
.alignright{float:right;margin-left:8px;margin-bottom:2px;}
#review-page #review-page-content h1, .event-content h1 {margin-bottom:10px;}
.post-content h2, #review-page-content h2, .event-content h2{font-size:170%;}
.post-content h3, #review-page-content h3, .event-content h3{font-size:140%;}
.post-content h4, #review-page-content h4, .event-content h4{font-size:110%;}
.post-content p, #review-page-content p, .event-content p {margin-bottom: 10px;
}
sup{font-size:60%;vertical-align:top;}
#recent-posts .post-content ul,#recent-posts .post-content ol, #review-page-content ol, #review-page-content ul, .event-content ol, .event-content ul{list-style-image:none;list-style-position:outside;margin-left:30px;margin-bottom:10px;padding:0;}
#recent-posts .post-content ul li, #review-page-content ul li, .event-content ul li{list-style:disc;}
#recent-posts .post-content ol li, #review-page-content ol li, .event-content ol li{list-style:decimal;}
#recent-posts .post-content li, #review-page-content li, .event-content li{padding-bottom:10px;line-height:1.2em;border: none;margin-bottom:0;}
/* end General Styles */
* {
	margin:0;
	padding:0;
}
ul, li {
	list-style-type:none;
}
a {
	text-decoration:none;
	color:#62AAB8;
}
a img {
	border:0;
}
body {
	position:relative;
	
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	
	text-align:center;
	border-top:9px solid #000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	width:951px;
	text-align:left;
	margin:0 auto;
}
#header {
}
#logo {
	clear:both;
	text-align:center;
	padding:45px 0;
}

#navigation {
	clear:both;
	
	line-height:42px;
	height:42px;
	width:951px;
	padding-right:9px;
	
	background-image:url(../images/nav-left.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#navigation-inner {
	padding-left:9px;
	height:42px;
	width:942px;
	
	background-image:url(../images/nav-right.png);
	background-position:right top;
	background-repeat:no-repeat;
}
#navigation-inner2 {
	background-color:#000;
	margin-right:9px;
	height:42px;
}
#navigation li {
	float:left;
	padding:0 38px;
}
#navigation li a {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}
#navigation li a:hover, #navigation li a.current, #navigation .current_page_item a {
	color:#62aab8;
}
#navigation .current_page_item a {
	background-image:url(../images/right-dot.jpg);
	background-position:right 3px;
	background-repeat:no-repeat;
	padding-right:5px;
}

#content {
	clear:both;
	margin-top:12px;
}
#panel-left {
	width:682px;
	float:left;
}
#panel-right {
	float:right;
	width:249px;
	padding-left:19px;
}

#frontpage-slideshow {
	position:relative;
	width:651px;
	height:264px;
	padding:15px;
	background-color:#fff;
	border:1px solid #68adbb;
}
#frontpage-slideshow ul {
	display:block;
	position:relative;
	height:264px;
	max-height:264px;
	overflow:hidden;
}
#frontpage-slideshow li {
	position:absolute;
}
#frontpage-slideshow a {
	display:block;
	width:651px;
	height:264px;
}
#frontpage-slideshow a .title {
	position:absolute;
	right:0;
	z-index:1;
	background-color:#62aab8;
	color:#fff;
	padding:20px 22px;
	width:360px;
	bottom: 0;
}
#frontpage-slideshow a:hover .title {
	background-color:#000;
}
#frontpage-slideshow img {
	display:block;
	position:relative;
}

#welcome-box {
	margin-bottom:10px;
}
#what-happen {
	margin-bottom:10px;
}

#footer {
	margin-top:30px;
	clear:both;
	padding-right:9px;
	background-image:url(../images/footer-right.png);
	background-position:right top;
	background-repeat:no-repeat;
	height:31px;
	line-height:31px;
	color:#fff;
	padding-bottom:55px;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	text-decoration:underline;
}
#footer-inner {
	padding-left:9px;
	background-image:url(../images/footer-left.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:31px;
}
#footer-inner2 {
	background-color:#000;
	height:31px;
}

.clear {
	clear:both;
}
.clear-left {
	clear:left;
}
.clear-right {
	clear:right;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}

#reviews {
	clear:both;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
}
#reviews li {
	float:left;
	padding-right:5px;
	width:222px;
}
#reviews .review-date {
	border:1px solid #76b5c2;
	background-color:#62aab8;
	color:#fff;
	height:27px;
	line-height:27px;
	padding-left:14px;
	width:208px;
}
#reviews .review-thumbnail {
	margin:4px 1px 0px 1px;
	width:222px;
}
.review-thumbnail a {
	float:left;
}
#reviews .li-last-review {
	padding-right:0;
}
#reviews .review-text {
	float:left;
	width:194px;
	margin:0px 1px 0px 1px;
	background-color:#fbfdfd;
	padding:16px 14px;
}
#reviews .review-text h2 {
	color:#000;
	margin-bottom:15px;
}
#reviews .review-text a.more-link {
	display:block;
	font-size:14px;
	text-decoration:underline;
	text-align:right;
	background-image:url(../images/btn-continue.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	color:#000;
	padding-right:20px;
	text-transform:uppercase;
	margin-top:10px;
}
#reviews .review-text a.more-link:hover {
	text-decoration:none;
}
#recent-posts {
	clear:both;
}
#content a:hover h2, #content h2 a:hover {
	color:#5ba3af;
}
#recent-posts-heading {
	text-transform:uppercase;
	height:31px;
	padding-right:28px;
	background-image:url(../images/bg-recent-posts.png);
	background-repeat:no-repeat;
	background-position:right top;
	color:#fff;
	font-weight:normal;
	line-height:31px;
	margin-bottom: 0;
}
#recent-posts-heading div {
	padding-left:15px;
	background-color:#000000;
	font-size:14px;
	font-weight:normal;
}
#recent-posts ul {
	background-color:#FFFFFF;
	padding:16px 15px;
}
#recent-posts .post-content {
	background-color:#FFFFFF;
	padding:16px 15px;
	line-height:20px;
	min-height:645px;
}
#recent-posts ul li {
	border-bottom:1px solid #000000;
	padding-bottom:15px;
	margin-bottom:18px;
	clear:both;
}
#recent-posts .recent-post-thumbnail {
	float:left;
	margin-right:20px;
}
#recent-posts .recent-post-text {
	float:left;
	width:420px;
}
#recent-posts .recent-post-text h2 {
	text-transform:uppercase;
	margin-bottom:15px;
	color:#000;
}
#recent-posts .recent-post-text p {
	line-height:20px;
}
#recent-posts .more-link {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	text-align:right;
	display:block;
}
#recent-posts .more-link:hover {
	color:#000;
	text-decoration:underline;
}

#right-tabs {
	margin-top:27px;
}
#right-tabs-headings li {
	background-color:#dcecef;
	border:1px solid #62aab8;
	float:left;
}
#right-tabs-headings li#tabs-divider {
	width:2px;
	border:none;
	border-bottom:1px solid #62aab8;
	height:33px;
}
#right-tabs a:hover, #right-tabs a:hover h3 {
	color:#000;
}
#right-tabs a.more-link:hover {
	text-decoration:underline;
}
#right-tabs-headings a {
	padding:8px 11px;
	font-size:13px;
	display:block;
	font-weight:bold;
	color:#62aab8;
}
#happening-now {
}
#happening-now a {
	margin-right:0;
	width:110px;
}
#coming-soon a {
	width:89px;
}
#right-tabs-headings li.active-tab {
	background-color:#c8e6ec;
	border-bottom:1px solid #c8e6ec;
}
#right-tabs-headings li.active-tab a {
	outline:none;
}
.tab-content {
	float:left;
	width:215px;
	min-width:215px;
	background-color:#c8e6ec;
	padding:16px 22px 9px 10px;
	border:1px solid #62aab8;
	border-bottom:0;
	border-top:none;
}
.tab-content div.blueline {
	border-bottom:2px solid #62AAB8;
	clear:both;
	margin-bottom:10px;
}
.happening-now-text {
	font-size:11px;
	margin-bottom:10px;
}
.happening-now-text h3 {
	color:#62aab8;
	font-weight:bold;
	font-size:15px;
	margin-bottom:16px;
}
.tabs-bottom {
	clear:both;
	background-image:url(../images/tabs-left-bottom.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:32px;
}
.happening-now-text .more-link {
	display:block;
	text-align:right;
	margin-top:10px;
	color:#000;
}
.happening-now-text .more-link:hover {
	text-decoration:none;
}
.none {
	display:none;
}
.post-date {
	display:block;
	margin-bottom:10px;
	font-weight:bold;
}

#newsletter-box {
	background-color:#000000;
	background-image:url(../images/newsletter-header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:130px;
	margin-top:7px;
	width:250px;
	padding-bottom:15px;
	color:#fff;
}
#newsletter-box form {
	padding:0 20px;
	margin:0 auto;
}
#newsletter-box dl {
	margin-bottom:7px;
}
#newsletter-box dt {
	float:left;
	line-height:24px;
	width:50px;
}
#newsletter-box input {
	background-color:#454545;
	border:0 none;
	color:#FFFFFF;
	height:24px;
	padding-left:5px;
	width:205px;
}

#newsletter-box label {
	text-transform: uppercase;
}
#newsletter-box #mc-embedded-subscribe {
	background-image:url(../images/btn-submit.jpg);
	background-repeat: no-repeat;
	width:75px;
	height:26px;
	display:inline-block;
	border:0;
	cursor: pointer;
}
#newsletter-box .response {
	background:none repeat scroll 0 0 #DCECEF;
	color:#000000;
	padding:10px;
}
#newsletter-box #mce-error-response {
	background: #FFDFDF;
}
#reviews-list {
	clear:both;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
}
#reviews-list li {
	float:left;
	width:308px;
	padding-right:9px;
	margin-bottom:12px;
}
#reviews-list .review-date {
	border:1px solid #76b5c2;
	background-color:#62aab8;
	color:#fff;
	height:27px;
	line-height:27px;
	padding-left:14px;
	width:294px;
}
#reviews-list .review-thumbnail {
	margin:4px 1px 0px 1px;
	width:222px;
}
#reviews-list .li-last-review {
	padding-right:0;
}
#reviews-list .first-in-column {
	clear: left;
}
#reviews-list .review-text {
	width:248px;
	margin:0px 1px 0px 1px;
	background-color:#000000;
	color:#fff;
	padding:24px 30px;

}
#reviews-list .review-text h2 {
	color:#fff;
	margin-bottom:15px;
}
#reviews-list .review-text a.more-link {
	display:block;
	font-size:14px;
	text-decoration:underline;
	text-align:right;
	background-image:url(../images/btn-continue-black.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	color:#fff;
	padding-right:20px;
	text-transform:uppercase;
	margin-top:20px;
}
#reviews-list .review-text a.more-link:hover {
	text-decoration:none;
}

#review-page {
	background-color:#fff;
	border:1px solid #68adbb;
	padding:60px 40px;
}
#review-page h1 {
	font-size:24px;
	margin-bottom: 0px;
}
#review-banner {
	margin-bottom:10px;
}
h2.light-blue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#89c1cc;
}
#review-details {
	margin-top:20px;
	width:500px;
}
#review-details li {
	width:250px;
	display:block;
	float:left;
	margin-bottom:15px;
}
#review-page-content {
	line-height:20px;
}

#event-posts {
}
#event-posts li {
	border:1px solid #a3cfd7;
	background-color:#cfe6eb;
	margin-bottom:1px;
	padding:4px;
	width:686px;
}
#event-posts .event_thumbnail {
	float:left;
	margin-right:20px;
}
#event-posts .event_detail {
}
#event-posts .event_detail h2 {
	margin-bottom:10px;
	font-size:16px;
	margin-top:10px;
}
#event-posts .event_detail a {
	color:#000;
}
#event-posts a.learn-more {
	display:block;
	font-size:14px;
	text-align:right;
	background-image:url(../images/btn-continue-blue.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	color:#000;
	padding-right:20px;
	text-transform:uppercase;
	margin-top:20px;
	margin-right:10px;
}
#event-posts a.learn-more:hover {
	text-decoration:underline;
}
#event-page {
	border:2px solid #c6e2e7;
	background-color:#deeff1;
	padding:20px 18px;
}
h1.event-title {
	float:right;
	color:#62aab8;
	font-size:24px;
	text-transform:uppercase;
}
.event-quick-facts {
	float:left;
	background-color:#e2f1f3;
	border:1px solid #c0ced0;
	width:221px;
	height:160px;
	margin-right:10px;
	padding:18px 15px;
}
.event-quick-facts h2 {
	color:#62aab8;
	font-size:18px;
}
.event-quick-facts-summary {
	margin-top:10px;
	line-height:20px;
}
.event-summary {
	clear:both;
	padding-top:10px;
}
.event-banner {
	float:right;
}
#back-to-calendar {
	margin-top:10px;
	margin-left:5px;
}
.event-content {
	line-height:20px;
	margin-top:20px;
}
#forum-advert-block {
	padding:12px 11px;
	background-color:#62aab8;
	margin-top:18px;
	width:228px;
	color:#fff;
}
#forum-advert-block h1 {
	color:#000;
	font-size:30px;
}
#forum-advert-block h2 {
	color:#fff;
	font-size:20px;
	font-weight:normal;
}
.forum-advert-content {
	line-height:20px;
}
.inline {
	display:inline;
}
.inline-block {
	display:inline-block;
}
#event-calendar {
	clear:both;
	position:relative;
	background-image:url(../images/bg-calendar.png);
	width:696px;
	height:431px;
	margin-bottom:3px;
}
#calendar {
	position:relative;
	width:595px;
	padding:30px 50px 30px 50px;
}
#calendar h2 {
	clear:both;
	text-align:right;
	color:#62aab8;
	font-size:20px;
	text-align:center;
}
.calendar-header {
	clear:both;
}
#calendar a {
	color:#62aab8;
	font-size:20px;
	font-weight:bold;
}
.calendar-header h2 {
	text-align:center;
	display:inline-block;
	margin-left:230px;
}
.calendar-content {
	margin-top:10px;
}
.calendar-content table {
	width:100%;
}
.calendar-content table th {
	text-align:center;
	font-size:16px;
}
.calendar-content table td {
	text-align:center;
	font-size:16px;
}
.calendar-date {
	padding:8px 9px;
	font-weight:bold;
	font-size:16px;
}
.selected-calendar-date {
	background-image:url(../images/bg-calendar-date.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#fff;
}
#calendar-categories {
	bottom:30px;
	color:#FFFFFF;
	font-size:14px;
	left:30px;
	margin:0 auto;
	padding-top:25px;
	position:absolute;
	width:530px;
}
#calendar-categories a {
	color:#fff;
	display:inline-block;
	padding-right:10px;
	padding-left:10px;
}
#calendar-categories a:hover {
	text-decoration:underline;
}
#featured-event {
	width:250px;
	background-color:#62aab8;
	color:#fff;
}
#featured-event h2 {
	margin-left:16px;
	font-size:18px;
	font-weight:normal;
	padding-top:14px;
	padding-bottom:15px;
}
.featured-event-summary {
	padding:14px;
	line-height:20px;
}
.featured-thumbnail {
	clear:both;
	margin:0 auto;
	width:242px;
}
#next-page a {
	display:block;
	background-image:url(../images/next-page.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:75px;
	height:16px;
}
#previous-page a {
	display:block;
	background-image:url(../images/previous-page.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:121px;
	height:18px;
}
#rsvp-plugin {
	margin:10px 0;
	width:643px;
	height:55px;
	position:relative;
}
#rsvp-step1 {
	position:absolute;
	height:55px;
	z-index:3;
}
#rsvp-success {
	height:55px;
	width:0px;
	position:absolute;
	z-index:1;
	overflow:hidden;
}
#rsvp-form {
	z-index:2;
	background-image:url(../images/rsvp-form.jpg);
	height:55px;
	width:0;
	overflow:hidden;
	position:absolute;
}
#rsvp-form div {
	color:#fff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-right:12px;
}
#rsvp-form form {
	margin-left:145px;
}
#rsvp-form .form-col {
	float:left;
	margin-top:2px;
	margin-bottom:2px;
}
#rsvp-form .form-btn input {
	background-image:url(../images/rsvp_btn.jpg);
	display:inline-block;
	width:61px;
	height:27px;
	position:relative;
	margin-top:20px;
}
#rsvp-form div span {
	color:#68aab8;
}
#rsvp-form input {
	border:0;
	clear:both;
	height:23px;
	width:126px;
}
label.error {
	display:none !important;
}
#rsvp-form input.error {
	background-color:#F00;
	color:#fff;
}
h2 div span {float:right;}
h2#recent-posts-heading div span a.more-link {
	font-size:14px;
	background-image:url(../images/btn-continue-black.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	color:#fff;
	font-weight: normal;
	padding-right:20px;
	text-transform:uppercase;	
}
h2#recent-posts-heading div span a.more-link:hover {
	color: #68aab8;
	text-decoration: none;
}
#recent-posts .public-board .recent-post-text {
	width: auto;
	float: none;
}
#recent-posts .public-board .post-content {
	min-height: 2px;
	padding: 0;
}
#recent-posts ul.public-board {
}
#submit-box {
}
#recent-posts ul li.submit-container {
	border-bottom:0 none;
	margin-bottom:0;
	padding-bottom:0;
}
#calendar .calendar-date a{
	color:#FFFFFF;
	font-size:16px;
}
#reviews-list .review-text {
	min-height: 220px;
}
#reviews .review-text {
	min-height: 125px;
}
/* ==========================================
=====!  Comment Styling  =====
============================================*/
.comment-div{border-top:3px double #62AAB8;padding-top:10px;width:600px;}
.comments{border:1px solid #E7E7E7;margin:19px 0 0;overflow:hidden;width:328px;}
.comment-div h3{font-size:20px;line-height:1.2em;margin-top:14px;}
.comment-author{font-size:16px;line-height:1.2em;}
.avatar{float:right;}
.comments h2{-x-system-font:none;background:#E7E7E7 none repeat scroll 0 0;color:#333333;font-family:'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;font-size:120%;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:bold;line-height:100%;padding:8px;width:312px;}
#recent-posts .post-content .comment-div .comments ul{list-style:none !important;overflow:hidden;padding:7px 8px 2px;width:312px;}
.comments ul li{background:transparent no-repeat scroll 0 8px;padding:0 0 0 10px;width:302px;}
.comments ul li a{-x-system-font:none;color:#281C88;font-size:100%;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;line-height:140%;text-decoration:none;}
.comments ul li a:hover{text-decoration:underline;}
#recent-posts .post-content li.alt{background-color:#DCECEF;border-bottom:1px solid #62AAB8;border-top:1px solid #62AAB8;margin:0;padding:10px;}
#recent-posts .post-content ol.commentlist{padding:0;text-align:justify;margin:0;}
#recent-posts .post-content .comment-div .commentlist li{list-style-image:none;list-style-position:outside;list-style-type:none;margin:15px 0 3px;padding:5px 10px 3px;}
.commentlist cite,.commentlist cite a{font-size:1.1em;font-style:normal;font-weight:bold;}
.commentlist p{margin:10px 5px 10px 0;}
#commentform p{margin:5px 0;}
.nocomments{margin:0;padding:0;text-align:center;}
.commentmetadata{display:block;margin:0;}
#submit-box .terms-agree {
	margin-top: 10px;
}
#submit-box .terms-agree label {
	float:none;
	padding-left: 10px;
}
#submit-box .terms-agree input {
	float: left;
}

#event-calendar a.selected-calendar-date {color:#fff;font-size:11pt;padding: 10px;}
.navigation a {
	background:none repeat scroll 0 0 #000000;
	color:#FFFFFF;
	padding:4px 8px;
}
.navigation a:hover {
	background: #5ba3af;
}
#featured-event li {
	min-height: 275px;
	padding-left:4px;
}