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


body {
	font-family:"Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;
	font-size:12px;
	line-height: 150%;
	color: #222;

	background-image: url("../images/background.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	
}


h1, h2, h3, h4, h5, h6, div, p, table, hr, object, embed, ul, a, img {
	margin: 0px;
	outline: 0px;
}

h1 { font-size: 200%; line-height: normal; }
h2 { font-size: 146%; line-height: normal; }
h3 { font-size: 132%; line-height: normal; }
h4 { font-size: 120%; }
h5 { font-size: 100%; }
h6 { font-size: 85%; }

a, a:link, a:visited, a:focus, a:active {
	color:#222;
	text-decoration:none;
}
a:hover {
	color:#555;
}

hr {
	color:#B4B400;
	border:solid #B4B400 0px;
	border-top-width:1px;
}

ul {
	list-style-type: none;
	padding-left: 6px;
}

.small {
	font-size: 10px;
}
.green, .green a {
	color: #646400;
}


.anchor {
	display: block;
}

#outerWrapper {
	position: relative;
	margin-left: 24px;
	width: 820px;
	height: 100%;
}

#pageMenu {
	position: fixed;
	top: 16px;
	right: 12px;
	line-height: 110%;
	font-weight: bold;
	text-align: center;
}

.scroll-pane {
	position: relative;
	overflow: auto;
}



.section {
	position: relative;
	width: 100%;
	margin-bottom: 52px;
}

.section-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	z-index: 10;
	
	background-color: rgba(250, 250, 250, 0.68);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.section-heading {
	position: relative;
	top: 0;
	
	padding: 4px 12px;
	margin-bottom: 0px;
	border-bottom: solid #B4B400 1px;
	
	z-index: 20;
}

.section-body {
	position: relative;
	top: 0;
	padding: 8px 12px;
	
	z-index: 30;
}



#mediaListScroller {
	height: 480px;
}

.media .small {
	line-height: 132%;
	margin-top: 1px;
}
.media .active {
	font-style: italic;
	color: #B4B400;
}
.media .active a, .media .active a:hover {
	color: #B4B400;
}

#mediaContainer {
	width: 528px;
	height: 297px;
	margin: 6px 0px;
	border: solid #B4B400 4px;
}
#mediaLoader, #fotoLoader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	
	z-index: 100;
}
#mediaScreen, #fotoDisplay {
	position: relative;
	z-index: 120;
}

#mediaStartText {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -6px;
	text-align: center;
}


#thumbList .active {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha("opacity=50");
}

#thumbList a {
	position: absolute;
	display: block;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}











.box-shadow3 {
	box-shadow: #111511 6px 6px 12px;
	-webkit-box-shadow: #111511 6px 6px 12px;
	-moz-box-shadow: #111511 6px 6px 12px;
}
.box-shadow4 {
	box-shadow: #111511 4px 4px 10px;
	-webkit-box-shadow: #111511 4px 4px 10px;
	-moz-box-shadow: #111511 4px 4px 10px;
}


.round1 {
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}
.round2 {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.round3 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.round4 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.round5 {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.round6 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.text-shadow {
	text-shadow:
	  #111511 -2px -0px 3px,
	  #111511 0px -2px 3px,
	  #111511 -1px -0px 3px,
	  #111511 0px -1px 3px,
	  #111511 0px 0px 3px,
	  #111511 1px 0px 3px,
	  #111511 0px 1px 3px,
	  #111511 2px 0px 3px,
	  #111511 0px 2px 3px;
	  
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=4);
}
