/*
Theme Name: para
Theme URI: http://www.para-sites.com
Description: illegal, scheissegal
Version: 1.0
Author: Alexander Brauch
Author URI: http://gestalta.de
*/

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Layout */
body {
	background-color: #1A1A1A;
	margin:0;
	padding:0;
	height:100%;
	color:#777;
	font-family:'Trebuchet MS', Sans-Serif;
	font-size:12px;
	line-height:20px;
}
a {
	color:#777;
}
a:hover {
	color:#fff;
}
h2 {
	font-size:18px;
	line-height:27px;
	color:#777;
	margin: 0 0 10px 0;
}
#head {
	width: 100%;
	height: 290px;
	top: 0;
	left: 0;
	margin: 0 0 20px 0;
}
#layer {
	background-image:url(images/logo.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:290px;
	position:absolute;
	width:100%;
	z-index:999;
}
#iframe {
	height:290px;
	position:absolute;
	width:100%;
}
#wrapper {
	margin:0 auto;
	width:900px;
}
.menu {
	width: 150px;
	float: left;
	margin: 0 20px 0 0;
}
#sidebar {
	margin-left: 20px;
	width: 210px;
	float: left;
}
.mitte img, .mitte p {
	margin: 0 0 10px 0;
}
.mitte {
	padding-bottom:50px;
	width:500px;
	float: left;
	margin:0;
}
.mitte h1 {
	text-transform:uppercase;
	font-size: 22px;
	margin: 10px 0 10px 0;
	color: #fff;
}
.mitte h2 {
	font-size: 11px;
	margin: 0 0 5px 0;
	color: #fff;
}
.mitte h3 {
	text-transform:uppercase;
	font-size: 13px;
	margin: 0 0 8px 0;
	color: #fff;
}
.mitte a.more-link {
	display: block;
	color: #fff;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #777;
	
}
.mitte a {
		color: #fff;
}
.mitte a:hover {
		color: #777;
}
/* menu */
.menu a {
	display: block;
	font-style:normal;
	font-weight: bold;
	font-size: 20px;
	text-decoration:none;
}
.menu a:hover {
	color: #fff;
}
.menu .current_page_item>a {
	color: #fff;
}
.menu ul>li {
	margin: 0 0 10px 0;
}
.menu ul li ul {
	margin: 0 0 0 15px;
}
.menu ul li ul li {
	margin: 0 0 0 0;
}

/* sidebar */
#sidebar h3 {
	color: #fff;
	font-size: 13px;
}
#sidebar legend {
	font-size: 12px;
	color: #777;
	}
ul.icon_list {
	margin: 10px 0 10px 20px;
	height: 70px;
	width:150px;
}
ul.icon_list li {
	border:0 none;
	float:left;
	min-height:16px;
	width:185px;
	padding:10px 0;
	position:relative;
}
ul.icon_list strong {
	display:block;
	height:16px;
	left:0;
	line-height:16px;
	padding:0 0 0 30px;
}
ul.icon_list img {
	float: left;
}
form {
	width: 100%;
	float:left;
	margin: 0 0 20px 0;
	padding:0;
}
fieldset {
	border:medium none;
	margin:0;
	padding:0;
}
legend {
color: #ccc;
	font-weight:bold;
	padding:0 0 0.5em 0;
}
form div {
	border-top:1px solid #212024;
	border-bottom:1px solid #212024;
	padding:1em 0;
}
label {
	float:left;
	line-height:200%;
	width:100px;
}
input, textarea {
	background:#212024 none repeat scroll 0 0;
	border:1px solid #212024;
	color:#777;
	font-family:'Trebuchet MS', Sans-Serif;
	font-size:12px;
	padding:3px;
	width:200px;
}
:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
.hoverfocus {
	border:1px solid #777;
}

input.button  {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color:#777;
	cursor:pointer;
	width:50px;
	float:right;
	text-align:right;
	line-height:200%;
}
input.button:hover  {
	color:#ccc;
}
.contact input.button  {
	float:none;
}
.gallery dl {
	float: left;
	width: 80px;
	margin: 0 9px 0 9px;
}
.gallery img {
	border: 1px solid #777;
}
.gallery img:hover {
	border: 1px solid #fff;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ display: block; height: 30px; width: 66px; float: right;  padding-bottom: 0.7em; outline: none; background: url(images/closelabel.gif) no-repeat;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
