/*
* Skin Name: Keisari Gallery
* Skin URI: http://www.elektronramp.com/
* Version: 1.0
* Description: customized skin for KeiGallery
* Author: Dennis Kayser
* Author URI: http://www.elektronramp.com/
* Created: May 21 2007
* Last Edit: June 02 2007
*/

html {height: 100.2%}

body {
	background: #101010 url(../images/bg_admin.gif) 0 0 no-repeat;
	color: #fff;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 120%;
	margin: 0;
	padding: 0;
}

img {
  border: 0;
}

a {color: #729CD3;}

a:hover {color: #990000;}

ul {margin: 0; padding: 0;}

li {list-style: none;}

#warning {background: #222; padding: 5px 5px 15px 5px;}

#optionNav {background: #222; padding-right: 5px; font-size: 85%; position: absolute; top: 0px; left: 0px;}

#optionNav img {vertical-align: middle; margin: 5px;}

#wrapper {
	width: 997px;
	margin: 5px auto 25px auto;
	text-align: left;
	display: none;
}

#mainNav {
	width: 100%;
	text-align: left;
	margin: 10px 0 0 10px;
	display: inline;
}

#mainNav #menuBox ul li {float:left;}

#mainNav #menuBox li.nav {
	background-color: #222;
	margin: 5px 0 2px 19px;
	padding: 5px;
	width: 215px;
	font-size: 85%;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
}

#mainNav #menuBox li.nav a {
	font-size: 125%;
}

#menuBox {height: 425px;}

#mainNav #menuBox li.nav small {
	color: #666;
	font-size: 85%;
}

#navToggler {
	height: 15px;
	width: 470px;
	background: #101010 url('../images/toggler.png') 0 0 no-repeat;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 85%;
	line-height: 110%;
	}

#navToggler:hover {cursor: pointer;}

#navContainer {width: 650px; margin: 0 auto 0 auto;}

#prevImage {
	float: left;
	height: 100px;
	overflow: hidden;
	margin: 5px 0;
	opacity: .7;
	filter: alpha(opacity=70);
	}

#prevImage a {text-decoration: none;}

#nextImage {
	float:right;
	height: 100px;
	overflow: hidden;
	text-align: right;
	margin: 5px 0;
	opacity: .7;
	filter: alpha(opacity=70);
	}

#nextImage a {text-decoration: none;
}
.prevNextImageTmp {width: 100px; overflow: hidden;}
/* -------- */
#title {
  width: 215px;
  height: 45px;
  float: left;
  background: #333;
  text-align: center;
  padding: 10px 20px 0 20px;
}
#title h1 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 4px;
}
#title h1 strong {
  letter-spacing: 6px;
  font-size: 10px;
  color: #ccc;
}
#title h1 a {
  color: white;
  display: block;
  text-decoration: none;
}

.Keigallery .image_holder {
	margin-top: 25px;
	text-align: center;
	z-index: 0;
	height: 550px; /*DO NOT REMOVE - IE WILL BREAK! */
}
.Keigallery .image_holder img {
	display: block;
	margin: 0 auto 0 auto;
}
.Keigallery .image_holder img.swap {
	margin: 0 auto 0 auto;
	display: none;
}

.Keigallery div.thumbs {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 950px;
	display: inline;
	padding: 5px;
}

.Keigallery div.thumbs .loading_msg {
	margin: 0 auto 5px auto;
	font-size: 80%;
	text-align: center;
 	width: 220px;
	height: 35px;
	background: #101010 url(../images/loader_white.gif) 0 15px no-repeat;
}

.Keigallery .thumbs ul {
  margin: 20px;
}
.Keigallery .thumbs li {
  float: left;
}
.Keigallery .thumbs a {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 70%;
  color: #999;
  cursor: pointer;
  border: 4px solid #000;
  background: #000;
}

.Keigallery .thumbs a:hover {
  border-color: #fff;
}
.Keigallery .thumbs a.active {
  border-color: #990000 !important;
}

#copyright {
	width: 100%;
	text-align: center;
	margin: 5px auto 15px auto;
	font-size: 75%;
	color: #666;
}

.hide {
  text-indent: -999px;
  visibility: hidden;
  display: none;
}

.reflected {margin: 0 auto 0 auto;}

.reflected img {border: 1px solid #000;}

#loader {
	font-size: 80%;
	text-align: center;
	margin: 10px auto 0 auto;
	width: 220px;
	height: 35px;
	background: #101010 url(../images/loader_white.gif) 0 15px no-repeat;
}


/* ClearFix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
	clear: both;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}