/* Screen.css */
@import url("reset.css");

/* body */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #010066;
	-webkit-text-size-adjust: none;
}

/* links */
 
/* layout */
#wrapper {
	width: 808px;
	text-align: left;
	background-image: url(../images/YogiBear_BG.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header {
	float: left;
	height: 200px;
	width: 808px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.full #header {
	float: left;
	height: 200px;
	width: 808px;
	background-image: url(../images/header_full.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1 {
	text-indent: -9999px;
}
#leftcolumn {
	width: 184px;
	float: left;
	display:inline;
}
#inleftcolumn {
	width: 158px;
	float: left;
	display:inline;
}
#content {
	float: left;
	color: #333;
	width: 379px;
	display: inline;
}
.full #content {
	float: left;
	color: #333;
	width: 592px;
	display: inline;
}
#rightcolumn {
	color: #333;
	width: 245px;
	float: right;
	display:inline;
	background-image: url(../images/YogiBear_slide.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 72px;
}
.full #rightcolumn {
	display: none;
}
#footer {
	width: 808px;
	clear: both;
	color: #333;
	padding-top: 36px;
	background-image: url(../images/footer_BG.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#starlinks {
	margin-left: 170px;
}
#buttons {
	margin-left: 170px;
	padding-left: 151px;
	background-image: url(../images/Buttons_BG.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footnav {
	margin-left: 170px;
	margin-right: 32px;
	margin-bottom: 2px;
}
#footnav .linksModule ul li {
	list-style: none;
	line-height: 1em;
	display: inline;
}
#footnav .linksModule ul li a {
	color: #1A4EA1;
	padding-right: 4px;
	padding-left: 1px;
	border-right-color: white;
	border-right-style: solid;
	border-right-width: 2px;
	text-decoration:none;
	font-size: 0.9em;
	
}
.mailinglist {
	margin-top: 3px;
	margin-left: 26px;
}
.mailinglist label {
	font-size: 0.9em;
	color: white 
}
.mailinglist input.text {
	padding: 1px;
	margin-bottom: 2px;
	margin-top: 2px;
	border-color: #6c6c6c;
	border-width: 1px;
	border-style: solid;
	font-size: 0.9em;
	color: black; 
}
.mailinglist img {
	background-color: #DF6CA5;
	border: none;
}
.tour {
	margin-left: 44px;
	margin-bottom: 8px;
}
#sidebar {
	margin-left: 42px;
	margin-right: 34px;
}
#sidebar a.textSmall {
	font-size: 0.8em !important;
}
.directions {
	text-align: right;
	padding-right: 32px;
	padding-top: 6px;
}
.eventTitleSmall {
	color: #1A4EA1;
	font-weight: bold;
}



.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	margin-bottom: 10px;
}


	/* SIDE NAVIGATION SCHEMES */	
	/* main, side flyout navigation (change float to RIGHT/LEFT to change #navigation position. if changed to right some settings will 
	   need to be modified to get the flyout to work correctly.) NOTE: Width is specified along with BODY/COLUMNS up top. */
	#navigation {
		padding-left: 8px;
		padding-bottom: 5px;
		padding-right: 10px;
		padding-top: 5px;
		margin-left: 0px;
		margin-bottom: 1px;
		margin-right: 15px;
		margin-top: 10px;
		float: left;
		font-size: 1em;
	}
	
	.sidenav {
		padding: 5px 0;
		margin-bottom: 1px;
	}
		.sidenav li { /* #see style-ie.css as well for changes */
			position: relative;
			border-bottom: 1px dashed #999;
			list-style: none;
		}
			.sidenav li a {
				padding-right: 5px;
				padding-left: 20px;
				padding-bottom: 4px;
				padding-top: 4px;
				color: #FFF;
				display: block;
				width: 115px;
				font-weight: bold;
				text-decoration: none;
				background-image: url(../images/navStar.gif);
				background-repeat: no-repeat;
				background-position: left center;
				-webkit-text-size-adjust: none;
			}
			.sidenav li.hasChildren a {
				padding-right: 5px;
				padding-left: 20px;
				padding-bottom: 4px;
				padding-top: 4px;
				color: #FFF;
				display: block;
				width: 115px;
				font-weight: bold;
				text-decoration: none;
				background-image: url(../images/navStar_hasChildren.gif);
				background-repeat: no-repeat;
				background-position: left center;
			}
				.sidenav li a:hover, 
				.sidenav li a:focus {
					background-image: url(../images/navStar.gif);
					background-repeat: no-repeat;
					background-position: right center;
					background-color: #DF6CA5;
				}
				.sidenav li.hasChildren a:hover, 
				.sidenav li.hasChildren a:focus {
					background-image: url(../images/navStar_hasChildren.gif);
					background-repeat: no-repeat;
					background-position: right center;
					background-color: #DF6CA5;
				}
			
			
			/* mouseover navigation. for level 2 flyout navigation */
			.sidenav li:hover ul.level2, 
			.sidenav li:focus ul.level2, 
			.sidenav li.sfhover ul.level2 {
				display: block;
			}				
			
			.sidenav li ul.level2 {
				display: none;
				position: absolute;
				background-color: #980065;
				margin: 0px;
				z-index: 3;
				left: 140px;
				top: 0;
			}
				.sidenav li ul.level2 li {
					/*padding: 0px;*/
					border: none;
				}		
					.sidenav li ul.level2 li a {
						padding-right: 5px;
						padding-left: 5px;
						padding-bottom: 5px;
						padding-top: 4px;
						width: 154px;
						background-image: none;
						background-repeat: no-repeat;
						background-position: left center;
					}						
						.sidenav li ul.level2 li a:hover {
							background-color: #DF6CA5;
							background-image: none;
							background-repeat: no-repeat;
							background-position: right center;
						}

/* element adjusts */
						
h2.postTitle {
	font-size: 1.3em !important;
}
div.rss img {
	border: 0px;
}
div.eventsCalendar {
	padding-right: 6px;
}
table.calendarTitle td {
	background-color:#BEBEBE !important;
	color:#333
}
.eventsCalendar table td {
	border:1px solid #BEBEBE !important;
}
.photoGalleryElement .thumbnail {
	margin-bottom: 2px !important;
}

.SlideShow {
	height: 400px !important;
	min-height: 400px !important;
}

#flash {
	margin-left: -1px !important;
}

/* eCommerce Adjusts */
ul.productListing li span.productPriceContainer span.productPrice {
	display:none !important;
}

ul.productListing li span.productPriceContainer {
	display:none !important;
}

/* Form Styles */
/*.form_container {
	margin: 0;
}
.form_container .title {
	font-weight: bold;
	display: block;
	color: #777;
	font-size: 13px;
}
.form_container .textField {
	padding: 4px 6px;
	font-size: 18px;
	border: 1px solid #bbb !important;
	background: #fff !important;
	color: #000;
	margin: 5px 0 10px;
	font-family: helvetica, arial, sans-serif;
	background: #fff;
}
.form_container .fieldNote {
	margin: 0 0 0 10px;
}
.form_container .submitButton {
	background: url(images/b-submit.gif) 0 0 no-repeat !important;
	width: 78px;
	height: 32px;
	font-size: .01em !important;
	color: #fff;
	border: none !important;
	margin: 10px 0 5px;
}*/
/* background color of a selected field. */
/*.fieldSelected {
	background: transparent !important;
	border-color: transparent !important;
}*/


.form_container { margin: 2em auto; /*font-size: 0.8em;*/}
.fieldSelected {background-color: #EEE; border-color: #CCC; }

