﻿/* @override http://192.168.1.200/dev/pixelpost_svn/installed/templates/schonhosev2/style.css */

/* ------ GLOBAL STYLING ------ */

body {
	outline:none;
	margin: 50px 0 0;
	padding: 0;
}

/* @group Header */

#header {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index:5;
}

#header h1, #header h1 a{
	margin: 0;
	padding: 0;
	width: 390px;
	height: 50px;
	overflow: hidden;
	visibility:hidden;
}

#header p{
	margin: 0;
	padding: 0;
}

#lights_on{
	position: absolute;
	top: 5px;
	right: 25px;
	font-size: 12px;
	color: #808080;
}

#globalnav{
	position: absolute;
	top: 20px;
	right: 25px;
	visibility:hidden;
}
#header a:link, #header a:visited{
	color: #808080;
	text-decoration: none;
}
#header a:hover, #header a.active{
	color: #fff;
}

#langnav{
	visibility:hidden;
}

#sideBar {
	position: fixed;
	top: 50px;
	left: 0px; 
	width: 250px;
	bottom: 0px;
	text-align:left;
	clear:both;
	visibility:hidden;
}


#sideBarScroll {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 100%;
	width: 220px;
	overflow: auto;
	visibility:hidden;
}

/* @group SideBar Scrollbar */

.vscrollerbase {
	width: 10px;
	visibility:hidden;
}
.vscrollerbar {
	width: 10px;
	visibility:hidden;
}


.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
	visibility:hidden;
}

/* @group Ultra */

.vscrollerbarbeg {
	width: 10px;
	top: 0px;
	visibility:hidden;
}

.vscrollerbarend {
	/*bottom image holder for vertical scroll bar*/
	width: 10px;
	height: 6px;
	visibility:hidden;
}

#content-container {
	position:relative;
	padding: 0;
	margin: 0 0 0 250px;
	z-index:1;
}

h2 {
	padding: 5px 0 0 22px;
	margin: 0;
	font-size: 12px;
	height: 16px;
	visibility:hidden;
}

.image_nav{
	float: left;
	width: 20px;
	overflow: hidden;
	height: 100%;
}
#previous a{
	background-image: url(../images/arrow_back.png);
}
#next a{
	background-image: url(../images/arrow_forward.png);
}
.image_nav a{
	height: 100%;
	display: block;
	text-indent: -1000px;
	background-position: -28px center;
	background-repeat: no-repeat;
}

.image_nav a:hover, .image_nav a.active{
	background-position: -53px;
}
.image_nav a.disabled{
	background-position: -3px;
}

#image {
	position:relative;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
}
#image .photo{
	float: left;
	border: 1px solid #808080;
}

#thumbScroller {
	margin: 0px auto 0;
}

#thumbScroller h4 {
  text-align: center;
	margin:0px 0px 0px 0px;
	height: 21px;
	cursor: pointer;
}

#previous img,#next img{
	margin: 212px 0 0;
}

#previous, #next, #thumbScroller {
	visibility:hidden;
}

.thumbToggler{
	position: relative;
  margin-top: 25px;
}

/* @group Img Thumbar */

#img_thumbbar.active{
	background-image: url(../images/arrow_up.png);
}
#img_thumbbar{
	background-image: url(../images/arrow_down.png);
}
#img_thumbbar{
	text-indent: -1000px;
	overflow: hidden;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	height: 18px;
	cursor: pointer;
}


#img_thumbbar:hover{
	background-position: center -53px;
}
/* @group Colors */

		body {background: #000000;
	color: #ffffff;
}
		#header {background: #000000;}
		
		#image {background: #000000}

/* @end */

