/*
Theme Name: Prince
Theme URI: n.a.
Description: Für Felix von Jörg
Version: 1.0
Author: m@rkusmathi.eu
Author URI: thewebworks.de
Tags: not public

*/
@charset "UTF-8";
body{margin:0px; padding:0px; background:#000;}
#toolbar{position:fixed; z-index:3; right:10px; top:10px; padding:5px; background:url(img/fs_img_g_bg.png);}
#toolbar img{border:none;}
#img_title{position:fixed; z-index:3; left:10px; top:10px; padding:10px; background:url(img/fs_img_g_bg.png); color:#FFF; font-family:'Josefin Sans Std Light', arial, serif; font-size:24px; text-transform:uppercase;}
#bg{position:fixed; z-index:1; overflow:hidden; width:100%; height:100%;}
#bgimg{display:none; -ms-interpolation-mode: bicubic;}
#preloader{position:relative; z-index:3; width:32px; padding:20px; top:80px; margin:auto; background:#000;}
#thumbnails_wrapper{z-index:2; position:fixed; bottom:0; width:100%; background:url(img/empty.gif); /* stupid ie needs a background value to understand hover area */}
#outer_container{position:relative; padding:0; width:100%; margin:40px auto;}
#outer_container .thumbScroller{position:relative; overflow:hidden; background:url(img/fs_img_g_bg.png);}
#outer_container .thumbScroller, #outer_container .thumbScroller .container, #outer_container .thumbScroller .content{height:170px;}
#outer_container .thumbScroller .container{position:relative; left:0;}
#outer_container .thumbScroller .content{float:left;}
#outer_container .thumbScroller .content div{margin:5px; height:100%;}
#outer_container .thumbScroller img{border:5px solid #fff;}
#outer_container .thumbScroller .content div a{display:block; padding:5px;}

.nextImageBtn, .prevImageBtn{display:block; position:absolute; width:50px; height:50px; top:50%; margin:-25px 10px 0 10px; z-index:3; filter:alpha(opacity=40); -moz-opacity:0.4; -khtml-opacity:0.4; opacity:0.4;}
.nextImageBtn:hover,.prevImageBtn:hover{filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8;}
.nextImageBtn{right:0; background:#000 url(img/nextImgBtn.png) center center no-repeat;}
.prevImageBtn{background:#000 url(img/prevImgBtn.png) center center no-repeat;}

body.home{
	background-color: #fcfcfc;
	background-image: url(img/world_bgr.jpg);
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: top 50%;
	background-size: cover;
}
body.home h1{
	color: rgba(214, 214, 214, 0.5);
	font-family: 'Source Sans Pro';
	font-weight: 900;
	font-size: 80px;
	margin-top: 20px;
	margin-left: 20px;
	text-shadow: 0 0 8px rgba(214, 214, 214, 1);
}
#container{
	height: 1px;
	position: absolute;
	top: 50%;
	overflow: visible;
	width: 100%;
}
div#box{
	width: 510px;
	height: 260px;
	position: absolute;
	left: 50%;
	margin-left: -260px;
	top: -130px;

}
div.input_box{
	float: left;
	width: 150px;
	height: 200px;
	background-color: rgb(160, 170, 184);
	border-radius: 15px;
	margin-left: 6px;
	margin-right: 6px;
	border-color: rgba(224, 227, 240, 1);
	border-width: 4px;
	border-style: solid;
	text-align: center;
	box-shadow: 0 0 8px 3px rgba(0,0,0,0.3);
	background: rgb(224,227,240);
background: -moz-linear-gradient(top,  rgba(224,227,240,1) 0%, rgba(184,186,196,1) 49%, rgba(196,198,209,1) 49%, rgba(170,172,181,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,227,240,1)), color-stop(49%,rgba(184,186,196,1)), color-stop(49%,rgba(196,198,209,1)), color-stop(100%,rgba(170,172,181,1)));
background: -webkit-linear-gradient(top,  rgba(224,227,240,1) 0%,rgba(184,186,196,1) 49%,rgba(196,198,209,1) 49%,rgba(170,172,181,1) 100%);
background: -o-linear-gradient(top,  rgba(224,227,240,1) 0%,rgba(184,186,196,1) 49%,rgba(196,198,209,1) 49%,rgba(170,172,181,1) 100%);
background: -ms-linear-gradient(top,  rgba(224,227,240,1) 0%,rgba(184,186,196,1) 49%,rgba(196,198,209,1) 49%,rgba(170,172,181,1) 100%);
background: linear-gradient(to bottom,  rgba(224,227,240,1) 0%,rgba(184,186,196,1) 49%,rgba(196,198,209,1) 49%,rgba(170,172,181,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e3f0', endColorstr='#aaacb5',GradientType=0 );

}
input.date1{
margin-top: 30px;
	width: 57px;
	border-radius: 7px;
	height: 77px;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(83, 96, 110);
	font-size: 80px;
	color: rgb(112, 128, 144);
	font-family: 'Source Sans Pro';
	font-weight: 900;
	text-align: center;
	box-shadow: inset 2px 2px 5px 3px rgba(0,0,0,0.2);
	padding:3px;
}
span.label{
	display: block;
	visibility: hidden;
	text-align: center;
	font-family: 'Source Sans Pro';
	font-weight: 200;
	color: rgb(255, 255, 255);
	font-size: 20px;
	padding-top: 20px;
}
div#error{
	clear: both;
	font-family: 'Source Sans Pro';
	font-weight: 200;
	color: rgb(178, 34, 34);
	line-height: 40px;
	margin-top: 30px;
	margin-left:20px;
}