@charset "utf-8";
#header img {
	display: inline;
	position: static;
	float: left;
}
.splash_table {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 5px;
}
.infolink {
	font-weight: bold;
	text-decoration: underline;
}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #f6f6f6;
	background-color: #222;
}
a:link, a:visited {
	color : #eee;
	text-decoration : none;
}
a:hover {
	color : #eee;
	text-decoration : underline;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2 {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}
.credit {
	font-size: small;
	font-style: italic;
	padding: 0px;
}
.site_title {
	font-size: 1.5em;
	font-style: italic;
	text-align: left;
	margin-top: 10px;
	float: left;
	display: none;
}
li {
	margin-left: -35px;
}
ul {
	list-style-type: none;
}

.text_c {
	text-align: center;
}

.text_r {
	text-align: right;
}

#print {
    float: left;
    text-align: center;
    font-size: 1.25em;
	font-style: bold;
	background-color: #666;
	padding: 5px;
	width: 5em;
	border-style: solid
	border-color: #eee;
	border-width: 2px;
	border-radius: 7px;
}
.splash_img {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	/*-moz-box-shadow: 7px 10px 5px #000;
	-webkit-box-shadow: 7px 10px 5px #000;
	box-shadow: 7px 10px 5px #000; */
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	9;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.626%;
	padding-left: none;
	padding-right: none;
	background-color: #333;
}
#sidenav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	line-height: 1.5em;
	padding: 0px;
}
.gridContainer.clearfix #header img {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	display: block;
}
#header {
	margin-top: 10px;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 14px;
	/*padding-left: 10px; */
	min-height: 36px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #f6f6f6;
	border-right-color: #f6f6f6;
	border-bottom-color: #f6f6f6;
	border-left-color: #f6f6f6;
}
#main_content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #333;
	padding-top: 15px;
	padding-bottom: 15px;
}
#main_content img {
	display: block;
	margin-top: 5px;
	margin-bottom: 0px;
}
#gallery_grid {
	text-align: center;
}
.thumb_box {
	text-align: center;
	height: 278px;
	width: 278px;
	top: 0px;
	float: left;
	vertical-align: middle;
	background-color: #ffffff;
	margin: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.thumb_box a img {
	display: block;
	margin: auto;
}
#main_img img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	/* -moz-box-shadow: 7px 10px 5px #000;
	-webkit-box-shadow: 7px 10px 5px #000;
	box-shadow: 7px 10px 5px #000; */
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 10px;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #f6f6f6;
}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
}
.gridContainer.clearfix #header img {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#sidenav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#main_content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.6956%;
	max-width: 1232px;
	padding-left: 1%;
	padding-right: 1%;
	margin: auto;
}
#sidenav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#main_content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	min-height: 600px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

}
