body {
	text-align: center;
	background-image: url(/img/body_bg.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-color: white;
	font-family: "Trebuchet MS", arial, sans-serif;
}

/*******************************************
STRUCTURE
*******************************************/
#container {
	text-align: left;
	width: 1000px;
	padding: 0px 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(/img/main_wrap.png) top left repeat-y;
}

#header, #content, #footer, #topnav {
	clear: both;
	float: left;
}

#header, #topnav {
	width: 1000px;
}

#header {
	height: 150px;
	background: url(/img/header_bg.jpg) top left no-repeat;
	position: relative;
}

#topnav {
	position: absolute;
	top: 120px;
	height: 30px;
	background: url(/img/1pxWhite45.png) top left repeat;
}

#mainLink {
	width: inherit;
	height: 120px;
	display: block;
}

#footer {
	width: 1000px;
	background: url(/img/footer_bg.jpg) top left repeat;
}

#footer .container {
	background: url(/img/10pxWhite30.png) top left repeat-x;
}

#footer>.container {
	padding: 30px 20px 20px 20px;
}

#content {
	width: 960px;
	padding: 20px;
	background-color: black;
	min-height: 560px;
}

.post {
	margin-bottom: 20px;
	clear: both;
	float: left;
	width: 100%;
}

.entrytitle {
	margin-bottom: 0px;
}

.entry {
	margin-top: 0px;
	margin-bottom: 1.2em;
}

.section {
	margin-bottom: 20px;
}

#sponsorsCarousel {
	position: relative;
	float: left;
}

#sponsorsCarousel .content {
	/*fpo*/
	/*background: #cccccc;
	width: 100%;
	height: 130px;*/
}

.content {
	clear: both;
}

#sponsorsCarousel .title {
	background: url(/img/1pxWhite45.png) top left repeat;
	display: block;
	padding: 5px;
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #163514;
	border: solid 1px #153014;
}

#links {
	margin-bottom: 20px;
}

.scheduleList {
	/*clear: both;*/
}

#footerInfo {
	padding: 0px 20px 20px 20px;
	margin-top: -10px;
}

/*******************************************
HOME
*******************************************/
#home #content {
	/*background-image: url(/img/backgrounds/home_FPO.jpg);
	background-repeat: no-repeat;*/
	width: 1000px;
	height: 568px !important;
	min-height: 0 !important;
	padding: 0 !important;
}

#home #footer #footerTitle {
	background: url(/img/titles/home_footer_title.png) top left no-repeat;
	width: 588px;
	height: 40px;
	display: block;
	margin: 0px auto 20px auto;
}

#homeNavAlt, #homeNav {
	position: relative;
	z-index: 10;
}

/*******************************************
MAIN
*******************************************/
#main {
	clear: both;
}
#sideCol {
	width: 234px;
	float: left;
}
#mainCol {
	width: 725px;
	float: left;
}

#mainCol .col>.container {
	float: left;
}
#mainCol .col>.container>div.content {
	background: url(/img/1pxBlack70.png) top left repeat;
	float: left;
	padding: 20px;
	width: 685px;
}

#news #content {
	background-image: url(/img/backgrounds/news_bg.jpg);
	background-repeat: no-repeat;
	background-color: #190300;
}
#participants #content {
	background-image: url(/img/backgrounds/participants_bg.jpg);
	background-repeat: no-repeat;
	background-color: #041200;
}
#activities #content {
	background-image: url(/img/backgrounds/activities_bg.jpg);
	background-repeat: no-repeat;
	background-color: #04000e;
}
#travelPlans #content {
	background-image: url(/img/backgrounds/travelPlans_bg.jpg);
	background-repeat: no-repeat;
	background-color: #3e5500;
}
#support #content {
	background-image: url(/img/backgrounds/support_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000919;
}
#resources #content {
	background-image: url(/img/backgrounds/resources_bg.jpg);
	background-repeat: no-repeat;
	background-color: #0e0c12;
}
#contact #content {
	background-image: url(/img/backgrounds/contact_bg.jpg);
	background-repeat: no-repeat;
	background-color: #0c1100;
}

/*******************************************
NAVIGATION
*******************************************/
/* TOPNAV */
#topnav {
}

#topnav a {
	color: black;
	display: block;
	font-size: 1.8em;
	padding: 0px 15px;
	height: 30px;
	background-repeat: no-repeat !important;
	background-position: 50% 40% !important;
}
#topnav li.selected a, #topnav a:hover {
	background-color: #3d6bac !important;
	color: white;
}

#topnav li#homeBtn.selected a, #topnav li#homeBtn a:hover {
	background-image: url(/img/nav/home_top_selected.png);
}
#topnav li#homeBtn a {
	background-image: url(/img/nav/home_top.png);
	width: 37px;
}

#topnav li#newsBtn.selected a, #topnav li#newsBtn a:hover {
	background-image: url(/img/nav/news_top_selected.png);
}
#topnav li#newsBtn a {
	background-image: url(/img/nav/news_top.png);
	width: 35px;
}

#topnav li#participantsBtn.selected a, #topnav li#participantsBtn a:hover {
	background-image: url(/img/nav/participants_top_selected.png);
}
#topnav li#participantsBtn a {
	background-image: url(/img/nav/participants_top.png);
	width: 87px;
}

#topnav li#activitiesBtn.selected a, #topnav li#activitiesBtn a:hover {
	background-image: url(/img/nav/activities_top_selected.png);
}
#topnav li#activitiesBtn a {
	background-image: url(/img/nav/activities_top.png);
	width: 69px;
}

#topnav li#travelPlansBtn.selected a, #topnav li#travelPlansBtn a:hover {
	background-image: url(/img/nav/travelPlans_top_selected.png);
}
#topnav li#travelPlansBtn a {
	background-image: url(/img/nav/travelPlans_top.png);
	width: 91px;
}

#topnav li#supportBtn.selected a, #topnav li#supportBtn a:hover {
	background-image: url(/img/nav/support_top_selected.png);
}
#topnav li#supportBtn a {
	background-image: url(/img/nav/support_top.png);
	width: 58px;
}

#topnav li#resourcesBtn.selected a, #topnav li#resourcesBtn a:hover {
	background-image: url(/img/nav/resources_top_selected.png);
}
#topnav li#resourcesBtn a {
	background-image: url(/img/nav/resources_top.png);
	width: 72px;
}

#topnav li#contactBtn.selected a, #topnav li#contactBtn a:hover {
	background-image: url(/img/nav/contact_top_selected.png);
}
#topnav li#contactBtn a {
	background-image: url(/img/nav/contact_top.png);
	width: 59px;
}

/* SIDENAV */
#sidenav {
	width: 234px;
	display: block;
}
#sidenav .sidenavSubtitle {
	font-weight: normal;
	margin: 0;
}
#sidenav h1.title {
	font-size: 3.2em;
	padding: 0px 0px 0px 20px;
	height: 45px;
	width: 206px;
}
#sidenav h2.title {
	font-size: 2em;
	padding: 0px 0px 0px 20px;
	min-height: 20px;
	width: 206px;
	background: url(/img/1pxWhite70.png) top left repeat;
}
#sidenav ul {
	display: block;	
}
#sidenav li {
	color: white;
	font-size: 1.7em;
	display: block;
}
#sidenav li a, #sidenav h2.sidenavSubtitle {
	color: inherit;
	display: block;
	width: 205px;
	min-height: 19px;
	padding: 8px 0px 8px 19px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 0px black;
	border-bottom: solid 1px black;
}
#sidenav li.selected a {
	width: 214px;
	display: block;
	min-height: 20px;
	padding: 8px 0px 8px 20px;
	border: none !important;
	background-color: transparent !important;
	background-repeat: no-repeat !important;
}
#sidenav li, #sidenav li a, #sidenav h2.title {
	display: inherit;
}

/* news */
#news #sidenav .title { 
	color: #b02411;
}
#news #sidenav li a, #contact #sidenav h2.sidenavSubtitle {
	border-color: #550a00;
}
#news #sidenav li a {
	background: #b02411;
}
#news #sidenav li.selected a {
	background-image: url(/img/nav/news_side_selected.png);
}
#news #sidenav li a:hover {
	background-color: #dc3721;
}
#news #sidenav h1#sidenavTitle {
	background-image: url(/img/titles/news_title.png);
}

/* participants */
#participants #sidenav .title { 
	color: #145503;
}
#participants #sidenav li a, #contact #sidenav h2.sidenavSubtitle {
	border-color: #145503;
}
#participants #sidenav li a {
	background: #25790f;
}
#participants #sidenav li.selected a {
	background-image: url(/img/nav/participants_side_selected.png);
}
#participants #sidenav li a:hover {
	background-color: #419f28;
}
#participants #sidenav h1#sidenavTitle {
	background-image: url(/img/titles/participants_title.png);
}

/* activities */
#activities #sidenav .title { 
	color: #31106e;
}
#activities #sidenav li a, #contact #sidenav h2.sidenavSubtitle {
	border-color: #170041;
}
#activities #sidenav li a {
	background: #31106e;
}
#activities #sidenav li.selected a {
	background-image: url(/img/nav/activities_side_selected.png);
}
#activities #sidenav li a:hover {
	background-color: #6e48ce;
}
#activities #sidenav h1#sidenavTitle {
	background-image: url(/img/titles/activities_title.png);
}

/* travelPlans */
#travelPlans #sidenav .title { 
	color: #5a0058;
}
#travelPlans #sidenav li a, #contact #sidenav h2.sidenavSubtitle {
	border-color: #5a0058;
}
#travelPlans #sidenav li a {
	background: #7f127c;
}
#travelPlans #sidenav li.selected a {
	background-image: url(/img/nav/travelPlans_side_selected.png);
}
#travelPlans #sidenav li a:hover {
	background-color: #cc40c9;
}
#travelPlans #sidenav h1#sidenavTitle {
	background-image: url(/img/titles/travelPlans_title.png);
}

/* support */
#support #sidenav .title { 
	color: #0f4192;
}
#support #sidenav li a, #contact #sidenav h2.sidenavSubtitle {
	border-color: #002665;
}
#support #sidenav li a {
	background: #0f4192;
}
#support #sidenav li.selected a {
	background-image: url(/img/nav/support_side_selected.png);
}
#support #sidenav li a:hover {
	background-color: #1d61d0;
}
#support #sidenav h1#sidenavTitle {
	background-image: url(/img/titles/support_title.png);
}

/* resources */
#resources #sidenav .title { 
	color: #d37700;
}
#resources #sidenav li a, #contact #sidenav h2.sidenavSubtitle {
	border-color: #ab6000;
}
#resources #sidenav li a {
	background: #d37700;
}
#resources #sidenav li.selected a {
	background-image: url(/img/nav/resources_side_selected.png);
}
#resources #sidenav li a:hover {
	background-color: #f0ab17;
}
#resources #sidenav h1#sidenavTitle {
	background-image: url(/img/titles/resources_title.png);
}

/* contact */
#contact #sidenav .title { 
	color: #a2c221;
}
#contact #sidenav li a, #contact #sidenav h2.sidenavSubtitle {
 	border-color: #7d9a09;
}
#contact #sidenav li a {
	background: #a2c221;
}
#contact #sidenav li.selected a {
	background-image: url(/img/nav/contact_side_selected.png);
}
#contact #sidenav li a:hover {
	background-color: #c1e23e;
}
#contact #sidenav h1#sidenavTitle {
	background-image: url(/img/titles/contact_title.png);
}

/* BOTTOM NAV */
#footer #links .col>.section>ul>li>h6 {
	margin-top: 20px;
}
#footer #links ul ul {

	margin-bottom: 20px;
}
/*******************************************
TYPOGRAPHY & COLORS
*******************************************/
small {
	font-size: 80%;
}

#container {
	font-size: 1em;
}

h1 {
	line-height: 1.4em;
}
#mainCol h1 {
	font-size: 4.8em;
	line-height: 1em;
	margin-bottom: 20px;
}

p, li, h6 {
	font-size: 1em;
}

h2, p, h6 {
	margin-bottom: .8em;
}

h6 {
	font-weight: normal !important;
}

h3 {
	font-size: 2em;
	margin-bottom: 5px;
}
#sponsorsCarousel h3.title {
	margin-bottom: 0;
	border-color: #346F97 !important;
	border-bottom: none;
}
#footer h3 {
	font-size: 1.33em;
}
#links h3, form h6, #footerForms label {
	color: #6dcff6;
}
#footer {
	color: white;
}
#footer #links h3 {
	font-weight: normal !important;
}
#footer h6 {
	line-height: 1.2em;
	font-size: 1.3em !important;
	font-weight: normal;
	margin-bottom: 0px !important;
}
#footer {
	font-size: 1.5em;
	line-height: 1.2em;
}
#footer #links ul ul, #footer #links ul h6 {
	font-size: 1em;
}

#footerInfo p, #footerInfo li, #footerInfo h1, #footerInfo h2, #footerInfo h3, #footerInfo h4, #footerInfo h5, #footerInfo h6 {
	line-height: 1.2em;
}

#footerInfo h1, #footerInfo h2, #footerInfo h3, #footerInfo h4, #footerInfo h5, #footerInfo h6 {
	text-align: center;
}

#mainCol {
	color: white;	
}

br {
	line-height: .8em;
}

.post {
	font-size: 1.4em;
	line-height: 1.3em;
}

.post h2 {
	font-size: 1.571em;
	line-height: 1.1em;
}
.post h3 {
	font-size: 1.286em;
	line-height: 1.1em;
}

.title, #footer #links h3 {
	font-family: "Arial Narrow", arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0em;
}

#copy {
	font-size: .8em;
	clear: both;
}

#copy, #beetle {
	margin: 0;
}

#beetle {
	margin-top: -1.8em;
}

/*******************************************
LINKS
*******************************************/
a, #sidenav a, #topnav a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#mainCol a:hover {
	text-decoration: none;
}

#footer a {
	color: white;
}

#sidenav a {
	color: white;
}

#links h3 a {
	color: #6DCFF6;
}

#news #mainCol a { color: #b02411; }
#news #mainCol a:hover { color: #dc3721; }

#participants #mainCol a { color: #419f28; }
#participants #mainCol a:hover { color: #6dcf53; }

#activities #mainCol a { color: #7448ce; }
#activities #mainCol a:hover { color: #a281f5; }

#travelPlans #mainCol a { color: #cc40c9; }
#travelPlans #mainCol a:hover { color: #f57df2; }

#support #mainCol a { color: #1d61d0; }
#support #mainCol a:hover { color: #4085f5; }

#resources #mainCol a { color: #d37700; }
#resources #mainCol a:hover { color: #f0ab17; }

#contact #mainCol a { color: #a2c221; }
#contact #mainCol a:hover { color: #c1e23e; }

/*******************************************
LISTS
*******************************************/


/*******************************************
FORMS
*******************************************/
#footerForms form {
	margin: 20px 0px;
}
#footerForms p {
	margin: 0;
}
#footerForms input {
	font-size: .8em;
	color: #959595;
	width: 195px;
	padding-top: .7em;
	padding-bottom: .7em;
	padding-left: 5px;
	border: 0px;
	background: url(/img/footerForms_bg.png) top left no-repeat;
}
#footerForms label {
	margin-bottom: 2px;
	display: block;
}

/*******************************************
IMG
*******************************************/
.imageFpo {
	background: #cccccc;
	height: 200px;
}
.post img {
	width: 208px;
	border: solid 1px white;
}
.post img.alignright {
	margin: 5px 0px 5px 5px;
}
.post img.alignleft {
	margin: 5px 5px 5px 0px;
}
#media .post img.alignleft {
	margin: 0px 20px 20px 0px;
}
img.alignleft.last {
	margin-right: 0 !important;
}

/*******************************************
TABLES
*******************************************/
.fourColumn table {
	
}
.fourColumn td table {
	width: 240px;
}

.twoColumn table {
	
}

#vendors .twoColumn table td {
	padding-right: 20px;
}

.scheduleList.twoColumn table {
	margin-bottom: 20px;
}

.scheduleList.twoColumn table td.col1 {
	width: 15em;
}

#mindBodySpirit .scheduleList.twoColumn table td.col1 {
	width: 10em;
}

#footer #links td {
	border-right: dotted 1px white;
}
#footer #links td.last {
	border-right: solid 0px !important;
}
#footer #links .col {
	padding: 0px 20px;
}

/*******************************************
IMAGES
*******************************************/
.bluGallery img {
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.post .bluGalleryFull img {
	width: auto;
}

.bluGalleryFull {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.mediaGallery .bluGallery img {
	float: left;
	clear: none;
	margin: 0px 10px 10px 0px;
	
}

.mediaGallery p, .mediaGallery span {
	display: block;
}

/*******************************************
PRETTY PHOTO
*******************************************/
.pp_nav { font-size: 1.5em !important; }