﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/* background-attachment: scroll; */
	/* background-color: #90b7f1; */
	background-color:black;
	/* background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x; */
}
#container {
	width: 100%;
	margin-top: 17px;
	border-bottom: 2px solid #358;
	/* background-color: #fff; */
	background-color: #000;
}
#masthead {
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}
#navigation {
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	position: relative;
	float: left;
	width: 675px;
	padding-top: 7px;
	text-align: left;
	color: #DDDDDD;
}
#content a {
	color: #DDDDDD;
}
#content a:hover {
	color: #CCCC11;
}
#sidebar {
	float: right;
	width: 355px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#picturebar {
	clear: both;
	width: 675px;
	margin: 0 0 0 0;
	text-align: left;
}
#picturebar h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#picturebar a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
}
#picturebar img {
	border: 0px;
}
#footer {
	clear: both;
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	/* color: #191970; */
	color: #0000FF;
	text-transform: uppercase;
	display: inline;
}
#masthead h1 a {
	color: #0000FF;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	/* color: #b22222; */
	color: gray;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	/* color: #b22222; */
	color: #9999FF;
	display: block;
	margin: 0 1px;
	padding: 5px;
	/* border: 1px solid #708090; */
	border: 1px solid gray; /* #CCDD55; */
	/* background-color: #eee8aa; */
	background-color: #000;
}
#navigation a:hover {
	text-decoration: none;
	color: #800000;
	background-color: #d0dffa;
}

/* Content Styles */
p {
	font-size: medium;
	margin: 1px 0px 4px 15px;
}
h6 {
	color: #1166CC;
}
h5 {
	color: #1166CC;
}
h4 {
	color: #1166CC;
	padding-top: 0px;
	margin: 10px 0px 0px 15px;
}
h3 {
	color: #1166CC;
	padding-top:8px;
}
h2 {
	/* color: #b22222; */
	color: #1166CC;
	margin-top: 5px;
}
ul {
	margin: 5px 0px 25px 40px;
}
li {
	font-size: medium;
	padding-bottom: 10px;
}
#content h1 {
	color: #1166CC;
}
#content h3 {
	margin: 0;
}
#content img {
	padding: 5px;
	border: 1px solid #358;
}
/* Freedom Fest Styles */
#admissions {
	margin: 8px 17px 0 17px;
	width: 630px;
	font-size: medium;
}
#fair_events {
	font-size: medium;
}
#fair_events h4 {
	color: #1166CC;
	padding-top: 0px;
	padding-bottom: 3px;
	margin: 15px 0 5px 5px;
}
.header {
	text-align: center;
}
#fair_sponsors li {
	padding-bottom: 1px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
hr {
	color: gray;
}
/* Link Styles */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.picture_right {
	float: right;
	text-align: right;
	color: gray;
	font-size: small;
	margin: 0 0 0 0;
}
.picture_left {
	float:left;
	text-align:right;
	color: gray;
	font-size: small;	
}
.style_bold {
	font-weight: bold;
}
.style_bold_callout {
	font-weight: bold;
	color: #1166CC;
}
.style_italic {
	font-style: italic;
}
.style_bold_small {
	font-weight: bold;
	font-size: small;
}
.style_italic_small {
	font-style: italic;
	font-size: small;
}