/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}@font-face {
	font-family: 'Existence Light';
	src: url('/files/fonts/existence-light-webfont.eot');
	src: local('♥'), local('Existence Light'), url('/files/fonts/existence-light-webfont.woff') format('woff'), url('/files/fonts/existence-light-webfont.ttf') format('truetype'), url('/files/fonts/existence-light-webfont.svg#webfontph9Q0w1H') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** LOGO INC HTML/CSS */
#header div.logo {
	-moz-border-radius:8px 8px 8px 8px;
	background:none repeat scroll 0 0 #1A1A1A;
	margin-bottom:10px;
	margin-top: 5px;
	padding: 10px 10px;
}
#header div.logo h1 {
	color:white;
	font: bold 3.5em/34px "Existence Light";
	letter-spacing: 1px;
	margin: 0;
	text-transform:uppercase;
}
#header div.logo h1 span { 
	color:#4CC2E6;
	font-family: "Existence Light";	
}
#header div.logo p {
	margin: 0px;
	font-size: 0.75em;
	color: white;
	font-family: "Arial";
	text-align: right;	
	letter-spacing: 1px;
}
/* ---------------------------------- */

body {
	padding: 0px;
	margin: 0px;
	background: #E5E5E5;
	font-family: Verdana,Helvetic,sans-serif;
	font-size: 12px;
}
a {
	color: #3FA1BF;
	text-decoration: none;
	cursor: pointer;
}
h1, h2, h3 {
	font: bold 3.5em/34px "Existence Light";
}


#holder {
	background: url("/files/img/m/bg.gif") repeat-y scroll center 0 transparent;
	margin: 0 auto;
	padding: 10px 28px 0;
	width:874px;
}

#header, #teaser, #content, #footer, #navigation {
	padding: 20px 0 16px;
	margin-bottom: 10px;
	border: 1px solid silver;
	-moz-border-radius: 8px;
}
#header { 
	height: 70px; 
	border-color: #fff; 
	padding: 0px;
}
#header * {
	font-family:Verdana;
}
#header div {
	float: left;
}
#header img#logo {
	border:none; 
	margin-top:2px;
}
#header div.slogan {
	float: right;
	text-align: right;
	width: 55%;
}
#header div.slogan h1 {
	color: #333;
	margin: 3px;
	font: lighter 140% "Verdana";
}
#header div.slogan h2 {
	color: #999;
	margin: 3px;
	font: lighter 100% "Verdana";
}
#header div.slogan h3 {
	color: #aaa;
	margin: 3px;
	font: lighter 80% "Verdana";
}
#navigation { 
	height: auto; 
	border-color: #eee; 
	background: #4CC2E6;
	padding: 4px;
}
#navigation ul {
	padding: 0px; 
	margin: 0;
	float: left; 
}
#navigation hr {
	 clear: both; 
	 height: 0px; 
	 border: 0px;
}
#navigation li {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 6px 20px;
	-moz-border-radius: 8px;
}
#navigation a {
	color: #eee;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.2em;
}
#navigation a.socmedia {
	border: none; 
	float: right; 
	margin-right:5px; 
	margin-top: 2px;
}
#navigation a.socmedia img { border: 0px; }
#navigation .current_page_item {
	background: white;
}
#navigation .current_page_item a { color: #4CC2E6; }
#teaser { 
	border: none;
	height: 300px; 
	background: url("/files/img/m/slider.gif") no-repeat scroll center 0 transparent;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 7px;
	display: none;
}
#teaser .alternateArchive_header { 
	float:left;
	width: 250px;
	margin: 0 0 20px 40px;
	text-align: left;
	line-height: 22px;
}
#teaser .alternateArchive_header a {
	text-decoration:none;
	color: #4CC2E6;
	font-size: 0.6em;
} 
#teaser .alternateArchive_mainEntry img {
	float: right;
	margin-right: 40px;
	height: auto;
}
#teaser .alternateArchive_summary  {
	float: left;
	width: 250px;
	text-align: left;
	margin-left: 40px;
	color: #666666;
	line-height: 130%;
}


#teaser .alternateArchive_entry {  }
#teaser .alternateArchive_meta, #teaser .alternateArchive_comments { display: none; } 
#teaser li { margin-bottom: 10px; }
#teaser #mt_last,#teaser #mt_next {
	float: left;
	font-size: 32px;
	margin-left: -12px;
	margin-top: -170px;
	position: relative;
}
#teaser #mt_next {
	float: right;
	margin-right: -12px;
}
#teaser .center {
	text-align: left; 
	margin-left: 70px;
	margin-right: 70px;
}

#content { 
	padding: 10px 0;
	border: none;
}
#content p, #content .alternateArchive_summary {
	color: #666;
	line-height: 130%;
}
#content p img {
	margin: 10px;
}
#content .alternateArchive_entry {
	clear: both;
	margin-bottom: 20px;
}
#content h2 {
	font-size: 2em;
	margin-bottom: 0;
}
#content h2.alternateArchive_header {
	font-size: 2em;
	margin-bottom: 0;
}
#content h2.alternateArchive_header a {
	text-decoration: none;	
}
#content h3.alternateArchive_meta {
	font: lighter 1em Verdana;
	margin-top: 0;
	display:none;
}
#content .alternateArchive_previewimg {
	float: left;
	margin-right: 10px;
}
#content .alternateArchive_comments {
	display:none; 
}
#content .alternate_comment {
	border-bottom: 1px dashed #40ADDB;
	margin-bottom: 20px;
}

.threeCol,.oneCol {
	width: 270px;
	margin-right: 10px;
	float: left;
	height: 100%;
	border: 1px solid #fff;
	background: #fafafa;
	-moz-border-radius: 8px;
	padding: 10px;
}
.last { margin-right: 0; width: 262px; }
#content .threeCol {
	padding: 0;
	margin-right: 35px;
	background: none;
	border: none;
}
#content .threeCol.last {
	margin-right: 0;
}
#content li { color: #666; }

.threeCol h1, #content h1 {
	margin: 0;
	color: #4CC2E6;
	font-size: 2em;
}
span.head1 {
	padding-left: 20px;
	display: block;
	color: #666;
}
.threeCol h2 {
	margin: 0;
	font-weight: lighter;
	color: #aaa;
	font-size: 130%;
}
#footer { 
	-moz-border-radius:0 0 0 0;
	background:none repeat scroll 0 0 #40ADDB;
	border:medium none;
	clear:both;
	color:#FFFFFF;
	margin-bottom:0;
	margin-left:-23px;
	padding:23px;
	width:874px;
}
#footer .alternateArchive_current { display: none; }
#footer .alternateArchive_category_nosub {
	display: block;
	margin-bottom: 3px;
}
#footer .alternateArchive_subCatWrapper { margin-bottom: 5px; }
#footer div.threeCol {
	background: #66BDE2;
	border: none;
	height: 180px;
	margin-bottom: 10px;
	width: 264px;
}
#footer div.oneCol {
	background: #66BDE2;
	border: none;
	height:auto;
	margin:10px 0;
	width: 854px;
	clear: both;
	float: none;
}
#footer div.threeCol h2 {
	color:#FFFFFF;
	font: bold 1.6em/28px "Existence Light";
	margin: 0 0 10px 0;
} 
#footer .login {
	font-size: 80%;
	border: none;
	padding: 0;
	margin: 4px 0px 0px 0px;
}
#footer p { margin: 4px 0px 0px 0px; }
#footer .login label {
	width: 110px;
	display: inline-block;
}
#footer .login input {
	width: 110px;
	border: 1px solid #4CC2E6;
	-moz-border-radius: 8px;
	padding: 0px;
	margin-bottom: 4px;
}
#footer .login .login_submit {
	background: #4CC2E6;
	border: none;
	color:#FFFFFF;
	font-size: 140%;
	width: 25px;
	padding: 0px;
}
#footer a {
	color: #fff;
}
#footer ul { margin: 0; padding: 0; }
#footer li { list-style: none; margin-bottom: 3px;}

#menu_bottom a {margin-right: 10px;}

/** BLOG */
p.blog_after_links, p.blog_after_links a,  p.blog_after_links img { line-height: 100% !important; }
p.blog_after_links img { margin: 0px !important; }

div.blog_right {
	width: 300px;
	float: right;
}
div#blogentries {
	width: 530px;
	float:left;
}

div.alternateArchive_comments {
	-moz-border-radius:8px 8px 8px 8px;
	background:none repeat scroll 0 0 #EEEEEE;
	padding:5px;
	text-align:right;
}

/** KONTAKT */
form#contact label {
	width: 150px;
	display:inline-block;
	vertical-align:top;
}
form#contact input {
	width: 200px;
}
form#contact input, form#contact textarea {
	border:1px solid #3FA1BF;
	color: #3FA1BF;
	background-color: #fff;
	-moz-border-radius: 5px;
	padding: 5px;
}
form#contact input#send {
	font-size:1.6em;
	margin-left:4px;
	width:auto;
}
