@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #2c2c2c;
	height: 100%;
} 

#container
{
	width: auto;
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px; /* the bottom margin is the negative value of the footer's height */
}



#header
{
	color: #FF9;
	background-color: #3d3d51;
	letter-spacing: 0.12em;
	padding-bottom: 20px;
	padding-top: 25px;
	font-size: 20px;
}

#header h1 {
	margin: 0;
	text-align: center;
}
h1{
	text-align:center;
	font-style: italic;
	font-size: 1.5em;
}

/* MAIN PAGE NAVIGATION */

#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #3d3d51;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

#navlist li
{ display: inline;
}

#navlist li a
{
text-decoration: none;
background-color: #3d3d51;
color: #FFF;
padding: .2em 1em;
}

#navlist li a:hover
{
color: #5695BE;
text-decoration: underline;
}

#navcontainer a#current
{
	font-weight: bold;
}

/* End MAIN PAGE NAVIGATION */



#content
{
	background-color: #2c2c2c;
	text-align: center;
}

#content h2
{
	color: #000;
	font-size: 160%;
	margin: 0 0 .5em;
}
.aboutHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #FFC;
	text-align: center;
}
.aboutSubHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFC;
	text-align: left;
	margin-left: 200px;
	margin-top: 35px;
}

.aboutBody {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFC;
	text-align: left;
	font-size: 0.8em;
	margin-left: 200px;
	margin-right: 200px;
	line-height: 1.2em;
}


.pagenumber {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #5695BE;
	text-align: right;
	line-height: 0.7em;
	margin-right: 32px;
}


.captionMain {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #FFC;
	text-align: center;
	line-height: .7em;
}

.captionMain a {
	text-decoration: none;
	color: #FFC;
}

.captionMain a:hover {
	text-decoration: underline;
	color: #5695BE;
}


/* GALLERY */

#gallery{
	background:#2c2c2c;
	width:80%;
	margin:0 0 0 10%;
    text-align:center;
    border:0px solid #000;
}

#gallery ul {
	list-style:none;
}

#gallery ul li {
	padding:5px;
	color:#FFC;
	display:-moz-inline-box;/* mozilla only */
	display:inline-block;/* browsers that support display:inline-block like safari &amp; opera*/
	vertical-align:top;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
}

#gallery ul li p{width:1px;display:table;}/* make the text shrink wrap whatever size the image above makes the width */
 
#gallery ul li img{border:1px solid #000;margin:1px;}



/* End GALLERY */



.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}

#footer, .push {
	height: 42px; /* .push must be the same height as .footer */
}

.footer p {
	border-top: 1px solid #24475E;
	color: #5695BE;
	font-size: 0.7em;
	background-color: #2c2c2c;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 4px;
	padding-bottom: 10px;
	text-align: center;
}
