﻿* html {
	text-align: center;
}
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11pt;
	background: #E7E7E7 url('images/kubrickbgcolor.jpg');
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
}
#navigation {
	width: 165px;
	float: left;
	padding: 10px 5px 0px 10px;
	font-size: 95%;
}
#content {
	margin-left: 190px;
	padding: 0px 10px 5px 10px;
}
#footer {
	width: 1000px;
	height: 20px;
	background-color: #E7E7E7;
	padding-top: 5px;
}
#masthead {
	background-image: url('images/masthead.jpg');
	background-repeat: no-repeat;
	height: 84px;
	width: 1000px;
}
.navigation li {
	list-style: none;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	font-size: 90%;
}
.navigation h1 {
	font-size: 100%;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
#navigation ul {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	color: #FF880A;
	text-decoration: none;
}
#secfooter {
	width: 1000px;
	height: 113px;
	margin-top: 10px;
	border-bottom: thin black solid;
	border-left: thin black solid;
	background-color: #017F00;
}
#footer_left {
	width: 170px;
	height: 113px;
	float: left;
	padding: 2px 0px 0px 10px;
	background-image: url('images/footer_left.jpg');
	background-repeat: no-repeat;
}
#footer_centre {
	background-image: url('images/footer_centre.jpg');
	background-repeat: no-repeat;
	height: 113px;
	width: 770px;
	margin-left: 181px;
	background-color: #83CF84;
	padding: 0px 0px 0px 40px;
}
.footer {
	background-color: #67C167;
	font-size: 80%;
	color: #4F4F4F;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #4F4F4F;
	text-decoration: none;
}
.footer a:hover {
	color: #FF880A;
	text-decoration: none;
}
.footer_hours {
	color: #000000;
	font-size: 90%;
}
.footer_hours_heading {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}
a:link, a:visited, a:active {
	color: #56186D;
	text-decoration: none;
}
a:hover {
	color: #FF880A;
	text-decoration: none;
}
.navigation a:link, .navigation a:visited, .navigation a:active {
	color: #56186D;
	text-decoration: none;
}
.navigation a:hover {
	color: #FF880A;
	text-decoration: none;
}
h1 {
	/*18px via YUI Fonts CSS foundation*/

	font-size: 138.5%;
	color: #660066;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/

	font-size: 123.1%;
	color: #3A9AC4;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/

	font-size: 108%;
}
h1, h2, h3 {
	/* top & bottom margin based on font size */

	margin: 1em 0;
}
h1, h2, h3, h4, h5, h6, strong {
	/*bringing boldness back to headers and the strong element*/

	font-weight: bold;
}
abbr, acronym {
	/*indicating to users that more info is available */

	border-bottom: 1px dotted #000;
	cursor: help;
}
em {
	/*bringing italics back to the em element*/

	font-style: italic;
}
blockquote, ul, ol, dl {
	/*giving blockquotes and lists room to breath*/

	margin: 1em;
}
ol, ul, dl {
	/*bringing lists on to the page with breathing room */

	margin-left: 2em;
}
ol li {
	/*giving OL's LIs generated numbers*/

	list-style: decimal outside;
}
ul li {
	/*giving UL's LIs generated disc markers*/

	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/

	margin-left: 1em;
}
th {
	/*borders and padding to make the table readable*/

	border: 1px solid #000;
	padding: .5em;
}
th {
	/*distinguishing table headers from data cells*/

	font-weight: bold;
	text-align: center;
}
caption {
	/*coordinated margin to match cell's padding*/

	margin-bottom: .5em; /*centered so it doesn't blend in to other content*/;
	text-align: center;
}
p, fieldset, table, pre {
	/*so things don't run into each other*/

	margin-bottom: 1em;
}
.post {
	padding: 10px 10px 5px 5px;
	margin-left: 200px;
	margin-bottom: 40px;
}
.post_single {
	padding: 10px 10px 5px 5px;
	margin-bottom: 40px;
}
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
td {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}
.yellow {
	background-color: #fadc02;
	color: #FFFFFF;
	font-weight: bold;
}
.green {
	background-color: #4ead35;
	color: #FFFFFF;
	font-weight: bold;
}
.blue {
	background-color: #16a7e0;
	color: #FFFFFF;
	font-weight: bold;
}
.purple {
	background-color: #9179b7;
	color: #FFFFFF;
	font-weight: bold;
}
