/*   
Theme Name: BlankoManko
Author: Marten Brosch
Author URI: http://www.martonos.de
Version: 1


#34cfbe
#00675c

*/

@import url("DejaVu/stylesheet.css");
@media screen {

* { margin: 0; padding: 0; }

body { 
	font-family:'DejaVuSerifBook', Georgia, serif;
	font-size:80%;
	color:#666;
	/*background: none repeat scroll 0 0 #EAEAEA; */
}
	
a:link,
a:visited { color:#009e8e; outline:none; }
a:hover { color:#000; text-decoration:none; }

h1, h2, h3 { font-weight:normal; }

hr{border:0; margin:40px 100px 40px; height:1px; background:#ccc;}

.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */


#wrapper { 
	width: 1000px; 
	margin: 0px auto; 
	background:#fff; 
	/*border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
}


#header{ 
	text-align:center;
	background:#fff;
	padding:10px 0 0;
	margin:0 100px 0;
	}
	
#header h1{
	margin:60px 0 20px;}
	
#header h1 a:link,
#header h1 a:visited{
	text-decoration:none;
	color:#000;
	font-size:1.8em;
	font-weight:normal;
}

#header h1 a:hover{
	color:#009e8e;
}

.description{margin-bottom:20px; font-size:1.2em;}

.menu{padding:60px 0 0;}
.menu li{
	display:inline;
}

.menu li{
	margin:5px 10px;
	padding-bottom:5px;
	color:#000;
	text-decoration:none;
	font-size:1.4em;
	font-family:'DejaVuSerifItalic';
	border-bottom:2px solid #009e8e;
}

.menu li a:hover,
.menu li a.current{
	border-bottom:2px solid #009e8e;
}
	


#nav{
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	padding:10px 100px;
	background:#ccc;
}

h2{
	font-family:'DejaVuSerifBook';
	text-align:center; 
	font-size:1.6em;
	margin-bottom:10px;
	}
	
h2 a:link,
h2 a:visited{
	text-decoration:none;
	font-family:'DejaVuSerifItalic';
	color:#666;
	 }

h2 a:hover{
	color:#009e8e;
}

.meta{
	margin-bottom:30px;
	text-align:center;}



p { margin: 0 }
p img{margin-left:-100px;}

object{
	border-bottom:30px solid #fff;
	display:block;
}	

ul, ol { margin: 0 0 10px 0; list-style:none; }


/* post */

.post {
	margin-bottom:0px; }

.entry p {
	margin:0 100px 0;
	line-height:1.6em;}
	
.hinweis {
	background:#eee;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 20px;
	text-align:center;
	margin:40px 100px;
	width:760px;
	
}

/* gallery */

.gallery, .iamold {
	position:relative;
	z-index:100;
	width:1000px;
	padding:0 0 30px;

}

.gallery .next,.iamold .next {
	position:absolute;
	top:48%;
	right:10px;
	z-index:101;
	font-size:2em;
	padding:7px 10px;
	background:#34cfbe;
	text-decoration:none;
	opacity:0.65;
	color:#fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.gallery .prev, .iamold .prev {
	position:absolute;
	top:48%;
	left:10px;
	z-index:101;
	font-size:2em;
	padding:7px 10px;
	background:#34cfbe;
	color:#fff;
	text-decoration:none;
	opacity:0.65;
	-moz-border-radius:5px;
	border-radius: 5px;
}

.gallery a.prev:hover,
.gallery a.next:hover,
.iamold a.prev:hover,
.iamold a.next:hover {
	opacity:1;
}

.slides_container {
	width:1000px;
	border:1px solid #ccc;
	height:629px;
}

.slides_container div{
	width:1000px;
	height:629px;
	display:block;
}





/* Profil */

#profil{
	position: relative;
	z-index:1000;
}

#profil-header{
	background:#fff;
	border-bottom:1px solid #ccc;
	width:100%;
	padding:10px 0;
}

#profil-header .menu{
	float:left;
	margin-left:10px;
	padding:0;
}

#profil-header .menu2{
	float:right;
	margin-right:10px;
	padding-top:5px;
}

#profil-content{
	position:relative;
	margin-top:12px;
	opacity:1;
	width:400px;
	z-index:1001;
}

#profil-content h3{
	background:#34cfbe;
	color:#fff;
	padding:10px 20px;
	width:360px;
	display:block;
	opacity:0.85;
	text-shadow:1px 1px 1px #666;
}

#profil-content .inner{
	background:#fff;
	padding:22px 20px 10px;
	float:left;
	width:360px;
	display:block;
}

#profil-content a.toggle{
	background:#34cfbe;
	color:#fff;
	font-size:1.6em;
	padding:3px 2px;
	text-decoration:none;
	display:block;
	text-align:center;
	width:26px;
}

span.dieter{
	display:none;
}

.button-active{opacity:0.85;}
a.button-active:hover{opacity:1.0;}
.button-active .dieter{display:block;}
.button-active .horst{display:none;}
.active{
	margin-left:-400px;
}

#profil-content p{
	line-height:1.8em;
	margin-bottom:12px;
}

#profil-navigation{
	position:absolute;
	z-index:1001;
	bottom:30px;
	right:22px;
}

#profil-navigation .next,
#profil-navigation .prev{
	font-size:2em;
	padding:7px 10px;
	background:#34cfbe;
	color:#fff;
	text-decoration:none;
	opacity:0.65;
	-moz-border-radius:5px;
	border-radius: 5px;
}

#profil-navigation a.next:hover,
#profil-navigation a.prev:hover{
	opacity:1;
}


/* lazyload button */

#lazyshit {
	margin: 45px 0 -20px;
}

#lazyshit span.button {
	background:#ccc;
	color:#666;
	border:none;
	padding:10px;
	font-size:1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 220px;
	margin-top:10px;
	cursor:pointer;
	display:block;
	margin:0 auto;
	font-weight:lighter;
	text-align: center;
}

#lazyshit span.button:hover{
	color:#fff;
	background:#34cfbe;
	cursor:pointer;
}

#lazyshit span#lazyRem {
	font-style: bold;
}

#lazyshit span#lazyOffset {
	display: none;
}

#lazyshit span#lazyWeight {
	display: none;
}


/* footer */

#footer{
	border-top:1px solid #ccc;
	margin:50px 100px;
	padding-top:30px;
	text-align:center;
}


iframe{
	margin-left:20px;
}
/* clearfix */


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */



} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */
