body {
  background: #000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
  color: #FFF;
  text-align:center;
}

a { color: #09F; text-decoration: none; }
a:hover { color:#09F; text-decoration:underline; }

#logo {
  background:#2b1e15; 
  height: 95px;
  margin-bottom: 25px;
  text-align:center;
  float:none;
}

#logo img {
	position:relative; 
	top:0px;
	border:none;
}

#content {
  width:auto; 
  height:auto;
}

#footer {
  font-size: 10px; 
  color:#CCC;
  text-align:center;
  padding-bottom: 20px;
  padding-top: 8px;
  border-top: 1px solid #222; 
  margin-top: 25px; 
  height: 30px;
  	position: relative;
	text-align:center;
}


img { 
	position:absolute; 
	top:0px;
	border:none;
}

h1 {
	text-align:center;
}
a{
	color:#fff;
}
.clear{
	clear:both;
}
#images{
	visibility:hidden;
}
#loadingWedding{
	text-align:center;
	position:absolute;
}
#loadingWedding img{
	margin-top:10px;
	position:relative; 
}
#captions{
	font-weight:bold;
	position:relative; 
	text-align:center;
	z-index:87;
}
#scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #b3b3b3;
	z-index:88;
}
#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:999;
	background-image:url('/photogallery/images/slider.png');
	background-repeat:no-repeat;
	width:14px;
	height:14px;
}
#imageflow{
	text-align:left;
}
#changelog{
	width:349px;
	border-right:solid 1px #666;
	float:left;
	margin-top: 15px;
}
#changelog div{
	text-align: justify;
	padding: 0 15px 5px 15px;
}

#categoryList {
	position: absolute;
	color: #3388cc;
	cursor: pointer;
	visibility:hidden;
}

#categoryList ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin:0px;
	padding:0px;
}

#categoryList ul li {
	padding: 0px;
	position: relative;
	top: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3388cc;
	padding-right: 25px;
	
}

.category { padding: 0px 12px 0px 12px; }

#debug {
	position: absolute;
	top:500px;
	left:100px;
}

#closeBox {
	position: absolute;
	background-color: #000;
	color: white;
	font-weight: bold;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	cursor:pointer;
	height: 0px;
	width:0px;
}

div.slider { width:256px; margin:10px 0; margin-top:100px; background-color:#ccc; height:10px; position: relative; }
div.slider div.handle { width:10px; height:15px; background-color:#f00; cursor:move; position: absolute; }