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

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

a{
	outline: none;
}

a:active{
	outline: none;
}

body {
	outline:none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
	margin: 50px 0 0;
	padding: 0;
}

h4{
	padding: 0;
	margin: 0;
}
p{
	padding: 0;
	margin: 10px 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;
	display: block;
	background: url(../images/logo.png) no-repeat;
	overflow: hidden;
	text-indent: -1000px;
}

#header p{
	margin: 0;
	padding: 0;
	color: #808080;
}
#globalnav{
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 18px;
}
#header a:link, #header a:visited{
	color: #808080;
	text-decoration: none;
}
#header a:hover, #header a.active{
	color: #fff;
}

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

#langnav span{
	text-transform: uppercase;
	font-size: 9px;
}

/* @end */

/* @group SideBar */

/* @group infobox */

/* @group addcomment */

#addcomment{
	padding-top: 5px;
	margin-top: 5px;
}

#name, #email, #message {
	font: 12px "Trebuchet MS", "Lucida Grande", Lucida, sans-serif;
	background-color: #171717;
	border: 1px solid #2e2e2e;
	color: #fff;
}


#name{
	width: 150px;
	height: 15px;
	padding: 4px;
}
#email{
	width: 150px;
	height: 15px;
	padding: 4px;
}
#message{
	width: 278px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 80px;
	padding: 4px;
	resize: vertical;
}

.comment_button {
	background: url(../images/comments-button.png) no-repeat 0 0;
	height: 29px;
	width: 160px;
	border-style: none;
	border-width: 0;
	text-transform: lowercase;
	cursor: pointer;
	font: 14px "Trebuchet MS", "Lucida Grande", Lucida, sans-serif;
	color: #171717;
}

.comment_button:hover{
	background-position: 0 -29px;
}

.comment_button:active{
	background-position: 0 -58px;
}




#addcomment label{
	color: #808080;
}


/* @end */

div.infobox.keyToggler1 a {

	margin-right: 5px;
}

div.infobox a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #2a2a2a;
}

div.infobox a:hover{
	color: #808080;
}

.infobox , .miscinfo{
	background: url(../images/box_bottom.png) 0 bottom;
	width: 290px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	font: 12px "Trebuchet MS", "Lucida Grande", Lucida, sans-serif;
	/*margin-right: auto;
	margin-left: auto;*/
	overflow: hidden;
	margin-top: 10px;
}

.infobox span, .miscinfo span{
	color: #808080;
	display: block;
	width: 75px;
	text-align: right;
	float: left;
	margin-right: 5px;
}

.infobox h4, .miscinfo h4{
	background: url(../images/box_top.png) 0 top;
	height: 21px;
	font-size: 14px;
	color: #808080;
	padding-left: 7px;
	padding-top: 6px;
	overflow: hidden;
	margin: 0 -7px;
}

.infobox span.archive_active_page_number a{
	color: #7e7e7e;
}


/* @end */

#sideBar {
	position: fixed;
	top: 50px;
	left: 0px; 
	width: 350px;
	bottom: 0px;
	text-align:left;
	clear:both;
	background: #000 url(../images/sidebar_bg.png) repeat-y right top;
}

#sideBar h2{
	color:#FFFFFF;
	font-size:110%;
	font-family:arial;
	margin:10px 10px 10px 10px;
	font-weight:bold !important;
}

#sideBar h2 span{
	font-size:125%;
	font-weight:normal !important;
}

#sideBar ul{
	margin: 0;
	padding: 0;
}

#sideBar li{
	list-style-type:none;
	display:block;
	color:#FFFFFF;
	border-bottom: 1px solid #2e2e2e;
	margin-bottom: 5px;
	padding-bottom: 5px;
}



#sideBar li a{
	width:100%;
}

#sideBar li a:link,
#sideBar li a:visited{
	color:#FFFFFF;
	font-family:verdana;
	font-size:100%;
	text-decoration:none;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:100%;
}

#sideBar li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#sideBarTab{
	float:right;
	height:100%;
	width:28px;
	cursor: pointer;
}
#sideBarTabButton.active{
	background-image: url(../images/arrow_back.png);
}
#sideBarTabButton{
	background-image: url(../images/arrow_forward.png);
}
#sideBarTabButton{
	text-indent: -1000px;
	overflow: hidden;
	height: 100%;
	background-position: -32px center;
	background-repeat: no-repeat;
}
#sideBarTabButton:hover{
	background-position: -57px center;
}

#sideBarTab img{
	border:0px solid #FFFFFF;
}

#sideBarContents{
	float:left;
	overflow:hidden !important;
	color: white;
	width: 322px;
}

#sideBarContentsInner{
	width: 320px;
}

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

/* @group SideBar Scrollbar */

.vscrollerbase {
width: 10px;
background-color: #000;
	border: 1px solid #2e2e2e;
	border-top-style: none;
	border-bottom-style: none;
}
.vscrollerbar {
width: 10px;
}


.hscrollerbase {
height: 9px;
background-color: #000;
	border: 1px solid #2e2e2e;
	border-left-style: none;
	border-right-style: none;
}
.hscrollerbar {
height: 10px;
background: url(../images/scroller_bg_2.png) 0 top;

}

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

/* @group Ultra */

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../images/scroller_bg.png) no-repeat 0 -5px;
width: 10px;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/scroller_bg.png) no-repeat 0 0;
width: 10px;
height: 6px;
}


/* @end */



/* @end */



/* @end */

/* @group Image */

#content-container {
	position:relative; /*FOR IE8 THIS SHOULD BE REMOVED TO FIX THE SIDEBAR ISSUE */
	padding: 0;
	margin: 0 0 0 350px;
	z-index:1;
}

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

.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;
}

.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;
}





/* @end */


/* @group Thumbs Scroller */

#thumbScrollContainer {
	margin: 10px 0px 5px;
	overflow: scroll;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	display:none;
}

.thumbFixedWidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	position: relative;
	padding: 1px;
	margin: 0px;
}

.thumbFixedWidth img {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	border: 0px;
	float:left;
	margin-right:5px;
}





/* @end */



/* @end */

/* @group Colors */

		body {background: #808080 url(../images/body_bg.png) repeat-x fixed;
	color: #ffffff;
}
		#header {background: #000000;}
		
		#image {background: #000000 url(../images/thumbs_bg.png) repeat-x 0 bottom;}

/* @end */

/* @group Page
div#page.thumbnails {
	width: 730px;
	margin: auto;
} */

div#page.thumbnails a {
	width: 140px;
	height: 140px;
	display: block;
	background-color: #808080;
	border: 1px solid #929292;
	border-bottom-color: #333;
	border-right-color: #333;
	border-left-color: #929292;
	vertical-align: 27px;
	margin-bottom: 1px;
	line-height: 151px;
	float: left;
	text-align: center;
	padding: 20px;
	overflow:hidden;
}

div#page.thumbnails a:hover{
	background-color: #919191;
}

div#page.thumbnails a:active{
	background-color: #bfbfbf;
}

#page a img.thumbnails {
	border: 1px solid #000;


}


#page.about{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 12px;
	line-height: 15px;
	color: #313131;
	padding-top:10px;	
}
#page.about p{
	margin-left: 10px;
}

#page.about h4{
	font-size: 12px;
	clear: both;
	background-color: #000;
	margin-left: -10px;
	margin-right: -10px;
	padding: 2px 10px;
	color: #fff;
}

#page a{
	color: #000;
}

.infobox.page span{
	color: #808080;
	display: inline;
	width: auto;
	text-align: right;
	float: none;
	margin-right: 0;
}

.infobox.page a{
	margin-right: 5px;
}

.infobox.page a img {
	border-style: none;
	border-width: 0;
}

#viewgmap{
	margin-left: 20px;
}

span#gmapstatus {
	display:none;
}

div#GoogleMapInfoWindow {
	width: 250px;
	height: 100px;
	text-align: left;
	color: #333333;
}
    
img#GoogleMapThumb {
	border: 0;
	margin: 0px 5px 0px 0px;
}
    
span#GoogleMapHeadline {
	font-weight: bold;
	color: #000000;
}

#hovermap {
	width:200px; 
	height:200px;
	border:1px solid #000000;
	margin-left:-5px; 
	margin-top:-200px; 
	position: absolute;
	display:none;
}

#hovermap_close {
	margin-left:150px;
	margin-top:-200px;
	position:absolute;
	display:none;
	border-bottom: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-weight:bold;
	background:#000000;
}

.hovermap_info {
	color:#000000;
}

/* TAG SUPPORT */
.tags00
{
	font-size: 8px !important;
}

.tags01
{
	font-size: 11px !important;
}

.tags02
{
	font-size: 12px !important;
}

.tags03
{
	font-size: 13px !important;
}

.tags04
{
	font-size: 14px !important;
}

.tags05
{
	font-size: 15px !important;
}

.tags06
{
	font-size: 16px !important;
}

.tags07
{
	font-size: 17px !important;
}

.tags08
{
	font-size: 18px !important;
}

.tags09
{
	font-size: 19px !important;
}

.tags10
{
	font-size: 20px !important;
}

.col {
float: left;
width: 29%;
margin-left: 2%;
margin-right: 2%;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
		 
.tool-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #808080;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
		 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}

.tool-loading {
	background: url(../images/loading.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

.help-image{
	border: 2px solid #000;
}

.himage{
	text-align: center;
}

#help{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 1em;
	line-height: 1.2em;
	color: #313131;
	padding-top:10px;
	
	padding-left:20px;
	padding-right:20px;
}
#help p{
	margin-left: 10px;
}

#help h3{
	font-size: 1.4em;
	clear: both;
	background-color: #000;
	margin-left: -10px;
	margin-right: -10px;
	padding: 2px 10px;
	color: #fff;
}

#lights_on{
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
	display:none;
}

.photorating {
	text-align: center;
}

.browse-nav{
	border: 0px;
}

.miscinfo.awards{
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.miscinfo.buttons{
	margin-left: 10px;
}


div.singlecomment span.commentdoor, div.admin_comment span.commentdoor {
	font-weight:bold;
	width:225px;
	text-align:left;
}

span.commentdoor a{
	color:#fff;
}

div.singlecomment p.pcomment, div.admin_comment p.pcomment {
    margin-top: 0px;
	color:#fff;
	width:230px;
}

div.singlecomment h3, div.admin_comment h3 {
		float:right;
		margin:0px;
		padding:0px;
		color:#DBDBDB;
		width:60px;
		margin-top:0px;
	}
	
div.singlecomment h3 span.dag, div.admin_comment h3 span.dag {
			font-size:25px;
			line-height:25px;
			float:left;
			width:25px;
		}
div.singlecomment h3 span.maand, div.admin_comment h3 span.maand {
			font-size:9px;
			line-height:14px;
			text-transform:uppercase;
			width:25px;
		}
div.singlecomment h3 span.jaar, div.admin_comment h3 span.jaar {
			font-size:8px;
			margin-top:-5px;
			display:block;
			width:25px;
		}
		

/* @end */