/* CSS Document */

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 50px;
	padding-left: 30px;
	left: 55px;
}

p {
	font-size: 90%;
	line-height: 1.3;
}

p1 {
	font-size: 100%;
	text-decoration: underline;
}

h1 {
	text-transform: uppercase;
	font-size: 14px;
	font-style: bold;
	letter-spacing: 3px;
}

h2 {
	font-size: 100%;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-style: oblique;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: underline;
}

ul {
	font-Size: 90%;
}	

ul li {
	line-height: 1.3;
}	

.nolink {
	color: #AAAAAA;
}


a:link {
	color: #FFF;
	text-decoration: none}

a:visited {
	color: #666;
	text-decoration: none;}

a:hover {
	color: #F00;
	text-decoration: none;}
	
a:active {
	text-decoration: none;}

#kiosk {
	float: right;
	width: 350px;
	text-align: center;
	padding-top: 10px;
}

#kiosk p {
	font-size: 80%;
}

#section {
	width: 700px;
	text-align: left;
	padding-bottom: 15px;
	height: 120px;
}

#section ul li {
	line-height: 1.4;
	font-size: 90%;
	
}

#desktops {
	width: 700px;
	text-align: center;
	height: 120px;
} 
	
.nav {
	text-align: left;
	vertical-align: top;
	color: #CCCCCC;
	font-size: 10px;
	width: 200px;
	position: absolute;
	top: 515px;
	line-height: 1.7;
}	
	
.copyright {
	font-size: 10px;
	color: #333;
}

/* GALLERIA */

.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

.demo .gallery_demo_unstyled div {
	position: absolute;
	width: 170px;
	left: 0px;
	top: 200px;
	text-align: center;
	font-size: 100%;
	line-height: 16px;
	color: #FFF;
}

/* RAPIDWEAVER GALLERY */

#container { 
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	position: relative;
}

#contentContainer {
	text-align: left;
	padding-bottom: 20px;
	line-height: 2em;
	position: relative;
	z-index: 10;
	width: 90%;
}

#contentContainer #content {
	
}

.album-title {
	margin-bottom: 40px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 10px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	line-height: normal;
	width: 100%;
	height: 38px;
	display: block;
	font-size: 75%;
}

#footer {
	height: 32px;
	display: block;
	clear: both;
	text-align: left;
	vertical-align: top;
	color: #CCCCCC;
	font-size: 10px;
	width: 90%;
	padding-top: 10px;
	border-top: 1px #BB0000 dotted;
}

#footer p {
	font-size: 100%;
	line-height: 1.3;
}

.photo-navigation {
	height: 54px;
	width: 555px;
	margin-bottom: 30px;
	text-align: left;
}

.photo-links {
	float: right;
	position: relative;
	right: 5px;
	top: -20px;
	font-size: 80%;
}

.photo-frame{
	padding: 2px;
	background: #444444;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.photo-title {
	margin: 0;
	padding-top: 4px;
	color: #ffffff;
	font-size: 125%;
	font-weight: normal;
}

.photo-caption {
	margin: 0;
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
}
