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

html { 	height: 100%; }
body { 	font: 100% Arial, Helvetica, sans-serif; padding: 0; text-align: left; margin: 0 auto; height: 100%; background-color: black; }

img { border: none; }
a { text-decoration: none; font-weight: bold; }

h1 { font-size: 30px; color: white; }

.white-font { text-align: left; font-size: 14px; color: white; margin: 10px 0px; }

#footer-wrapper { width: 100%; margin: 0 auto; min-height: 100%; position: relative; }
#page-wrapper { width: 950px; margin: 0 auto; min-height: 100%; }
#footer { height: 23px; text-align: center; position:absolute; bottom:0; width:100%; /* Height of the footer */ background: white;  padding-top: 5px; }
#footer a, a:hover, a:visited  { font-weight: normal; font-size: 14px; color: black; }
#preload { display: none; }

/* Content */
	#content { width: 950px; margin: 20px 0px 10px 0px; }
	#content a, a:hover, a:visited { color: white; font-weight: bold; font-size: 16px; }
	#content-padding { padding: 15px 15px 15px 15px; }
	#text-content { margin: 0 auto; width: 500px; text-align: center; }
/* end content */

/* Navigation */
	#navigation { border: 1px solid white; width: 524px; margin: 10px auto; background-image: url(images/navigation/navigation-background.png); height: 27px; }
	#navigation ul { margin: 0 auto; padding: 0; }
	#navigation li { text-align: left; float: left; list-style: none;  }
	#navigation li a { color: white; font-size: 14px; font-weight: normal;  }
	#navigation li a:hover { color: white; font-weight: normal; }	
	#navigation .divider { margin: 0px; padding: 0px; width: 1px; height: 27px; background-image: url(images/navigation/divider.jpg); }
	#navigation .button { }
/* End Navigation */

.page-border { width: 100%; height: 28px; background-color: white; }
.heidi-title { margin: 20px 0px 0px 0px; text-align: center; }

/* Gallery */
.gallery-thumb { float: left; margin: 0px 20px; width: 250px; }
.status { text-align: center; margin: 5px 0px; color: red; }
.title { text-align: center; margin-bottom: 5px; }
.gallery-thumb a {font-weight: bold; color: white; font-size: 16px; }
.caption { margin: 10px 0px 5px 0px; text-align: center; font-size: 16px; font-weight: bold; color: white; }
