/*Supersized - Fullscreen Slideshow jQuery PluginVersion 3.1.3www.buildinternet.com/project/supersizedBy Sam Dunn / One Mighty Roar (www.onemightyroar.com)Released under MIT License / GPL License*/
	@import url(http://fonts.googleapis.com/css?family=Quicksand:400,700);
  @import url(http://fonts.googleapis.com/css?family=Vollkorn:400,700);
* {
	margin: 0;
	padding: 0;
}
body {
	background: #111;
	font-family: 'Vollkorn', sans-serif;
	font-weight: 400;
}
img {
	border: none;
}
i {
  font-size: 9px;
}
h1 {
	font-family: 'Vollkorn', sans-serif;
	color: #dddddd;
  font-weight: 400;
	font-size: 70px;
	padding: 0px;
	margin: 0px;
  margin-left:15px;
	text-align: right;
	text-shadow: 2px 2px 3px #666666;
}
h2 {
	font-family: 'Vollkorn', sans-serif;
	color: #ffffff;
  font-weight: 400;
	font-size: 22px;
	padding: 0px;
	margin: 0px;
  margin-top: -20px;
	text-align: right;
	text-shadow: 1px 1px 3px #666666;
}
p {
	font-family: 'Vollkorn', sans-serif;
	color: #ffffff;
	font-size: 22px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	position: relative;
	text-shadow: 1px 1px #333333;
}
table {
  width: 100%;
}
table th {
  font-size:14px;
  font-weight: 700;
  text-align: left;
  padding: 10px 0px 8px 0px;
  width: 20%;
}
table td {
  font-size:12px;
  text-align: left;
  font-family: arial, helvetica;
  padding: 2px 0px 2px 0px;
  vertical-align: top;
}
#content {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 290px;
	padding: 10px;
	text-align: left;
 -moz-opacity: 0.9;
 opacity: 0.9;
 filter: alpha(opacity=90);
}
#twitter {
  width: 694px;
  height: 500px;
  color: #ffffff;
  display: none;
  padding: 10px;
  background: #550000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#twitter a {
	color: #dd0000;
}
.stamp {
	float: right;
	margin: 15px 30px 0 0;
}
#supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background-color: #111;
	background: rgba(0,0,0,0.8) url(../img/progress.gif) no-repeat center center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#supersized {
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
}
#supersized img {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	outline: none;
	border: none;
}
#supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}
/*Speed*/
#supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
/*Quality*/
#supersized a {
	z-index: -30;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
}
#supersized a.prevslide {
	z-index: -20;
}
#supersized a.activeslide {
	z-index: -10;
}
#supersized a.prevslide img, #supersized a.activeslide img {
	display: inline;
}
/*Controls Section*/
#controls-wrapper {
	margin: 0 auto;
	height: 62px;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 4;
	background: url(../img/nav-bg.png) repeat-x;
	position: fixed;
}
#controls {
	overflow: hidden;
	height: 100%;
	text-align: left;
	z-index: 5;
	padding: 0 114px;
/* Increase padding to give thumbnails room */
}
#slidecounter {
	float: left;
	color: #888;
	font: 23px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-shadow: #000 0 -1px 0;
	margin: 19px 14px 18px 40px;
	width: 100px;
	text-align: center;
}
#slidecaption {
	overflow: hidden;
	float: left;
	color: #FFF;
	font: 15px "Quicksand", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-shadow: #000 0 2px 0;
	margin: 21px 20px 23px 0;
	text-align: left;
}
#navigation {
	float: left;
	margin: 10px 20px 0 10px;
	width: 145px;
}
/*Thumbnail Navigation*/
#nextthumb, #prevthumb {
	z-index: 6;
	position: fixed;
	bottom: 12px;
	height: 75px;
	width: 100px;
	overflow: hidden;
	background: #ddd;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 5px #000;
}
#nextthumb {
	right: 30px;
}
#prevthumb {
	left: 30px;
}
#nextthumb img, #prevthumb img {
	width: 150px;
	height: auto;
}
#nextthumb:active, #prevthumb:active {
	bottom: 10px;
}
#navigation >:hover, #nextthumb:hover, #prevthumb:hover {
	cursor: pointer;
}

.message {
  position: absolute;
  bottom:20%;
  left:0px;
  width:120px;
  color: #eeeeee;
  background-color: #550000;
  border-color: #A8A8A8;
  border-radius: 0em 1em 1em 0em;
  border-style: none;
  border-width: thin;
  margin: 2% auto;
  padding: 20px 10px 20px 30px;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80); 
}
.message a{
  color: #eeeeee !important;
  font-size: 18px;
  text-shadow:0px 0px 2px #FFFFFF;
  text-decoration: none;
  line-height: 40px;
}
.message a:hover {
  text-decoration: underline;
}
.message a small{
  font-size: 11px;
}
#impressum,
#moreLinks {
  display: none;
  font-family: arial;
}
#sample {
	display: none;
}
/* Overlay */
#simplemodal-overlay {
	background-color: #8D827D;
	/*cursor: wait;*/
}
/* Container */
#simplemodal-container {
	height: 506px;
	width: 706px;
	color: #bbb;
	background-color: #000000;
  
  background: #6d0019; /* Old browsers */
background: -moz-linear-gradient(top,  #6d0019 0%, #460203 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(100%,#460203)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6d0019 0%,#460203 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6d0019 0%,#460203 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6d0019 0%,#460203 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6d0019 0%,#460203 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#460203',GradientType=0 ); /* IE6-9 */


	padding: 20px;
	-moz-box-shadow: 1px 1px 42px #777777;
 -webkit-box-shadow: 1px 1px 42px #777777;
 box-shadow: 1px 1px 42px #777777;
 -moz-border-radius: 9px;
 -webkit-border-radius: 9px;
 border-radius: 9px;
}
#simplemodal-container .simplemodal-data {
	padding: 3px;
}
#simplemodal-container code {
	background: #141414;
	border-left: 3px solid #65B43D;
	color: #bbb;
	display: block;
	font-size: 12px;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}
#simplemodal-container a {
	color: #ddd;
}
#simplemodal-container a.modalCloseImg {
	background: url(../img/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -16px;
	cursor: pointer;
}
#simplemodal-container h3 {
	color: #84b8d9;
}
#simplemodal-container img {
	border: 0;
	 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
 border-radius: 6px;
}
