/*
Theme Name: Architekturgalerie
Version: 1.0
Description: Architekturgalerie Template
Author: Leis und Kuckert Grafikdesign
Author URI: http://leisundkuckert.de/
*/


html #zehn-jahre {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace !important;
  color: #222 !important;
  background: #f2d9da !important;
}

#zehn-jahre {
	display: block;
}

#zehn-jahre h1, #zehn-jahre h2, #zehn-jahre h3, #zehn-jahre h4, #zehn-jahre h5, #zehn-jahre h6 {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace !important;
  font-weight: bold !important;
}

#zehn-jahre h1 a, #zehn-jahre h2 a, #zehn-jahre h3 a, #zehn-jahre h4 a, #zehn-jahre h5 a, #zehn-jahre h6 a {
  color: #222 !important;
}

#zehn-jahre .uk-bg {
	background-image: url(img/titelbild.jpg);
  background-size: cover;
  background-position: center;
}

#zehn-jahre .padding {
  padding-right: 30%;
  padding-left: 40px;

}
#zehn-jahre hr.dotted {
  border-top: 1px dashed #222 !important;
}

#zehn-jahre {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2500;
}



/* ----------------------------------------------------
		1 - Reset
---------------------------------------------------- */

	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	abbr, address, cite, code,
	del, dfn, em, img, ins, kbd, q, samp,
	small, strong, sub, sup, var,
	a, b, i,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	input, textarea, button,
	table, caption, tbody, tfoot, thead, tr, th, td {
	  background: transparent;
	  border: 0;
	  font-size: 100%;
	  margin: 0;
	  outline: 0;
	  padding: 0;
	  vertical-align: baseline;
	}

	body{
		background:#fff;
		font-family: "Courier New", Courier, mono;
		font-size:11px;
		color: #444;
	}

	.clearfix{
		clear:both;
	}

	hr.clearfix {
		height: 0px;
		margin: 0;
		visibility: hidden;
	}

* {
background: #fff;
}

/* ----------------------------------------------------
		2 - Typography
---------------------------------------------------- */
a, a.more-link p{
	color:#444;
	text-decoration: none;
}
#header h1 a,
.menu li a,
#page h2,
#page h3{
	font-family: "Courier New", Courier, mono;
}

#header h1 a {
	font-weight: bold;
}

#page h2{
	font-size:11px;
	margin-bottom:8px;
	font-weight:bold;
	color:#444;
}

.box h2 {
	font-size:11px;
	color:#444;
	margin-bottom:5px;
}

.box h2 a {
	color: #444;
}

#header h3{
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	color:#444;
	margin-top:-5px;
}
#page h3{
	font-size:11px;
	font-weight:normal;
	margin-bottom:15px;
	color:#444;
	border-bottom:1px solid #eee;
}
h4, h5{
	margin-bottom:15px;
	color:#444;
}
h4{
	font-size:18px;
}
h5{
	font-size:16px;
}

.box p, .box ul{
	font-size:11px;
	line-height:16px;
	color:#444;
	margin-bottom:10px;
}
	.box ul li{
		margin-bottom:5px;
	}
#page p{
	margin-bottom:20px;
	line-height:18px;
}
#footer p{
	font-size:11px;
}

	#sidebar ul{
		list-style:none;
		margin-left:0;
	}
	.widget, #sidebar ul{
		margin-bottom:10px;
	}
/* ----------------------------------------------------
		3 - Layout
---------------------------------------------------- */

#load {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2500;
}

.box, .menu li a, /*#header h1 a,*/ .navigation a{
	-webkit-transition: all 200ms linear; /*safari and chrome */
	-moz-transition: all 200ms linear; /* firefox */
	-o-transition: all 200ms linear; /* opera */
	transition: all 200ms linear;
}

#grid{
	padding-left:30px;
}

#page{
	margin-left:40px;
}

.wrap{
	width: 100%;
	margin-bottom: 80px;
}

.box{
	margin-bottom:10px;
	width:230px;
	float:left;
	overflow:hidden;
	position:relative;
/*border-bottom: 1px solid #f0f0f0;*/
}
	.box img{
		margin-bottom:10px;
		z-index:0;
	}

#header{
	margin-bottom:50px;
	background:#fff;
	padding:30px 20px 20px 40px;
}

.single #header {
	height: 79px;
}

#logo {
	margin-right: 20px;
}

#logo h1{
	font-size: 11px;
	font-weight: normal;
}

.text p img {
	display: none;
}
/*
#gallerie {
	width: 600px;
	height: 400px;
	overflow: hidden;
	margin-bottom: 30px;
}
#bildnavigation {
	width: 600px;
	height: 29px;
	margin-bottom: 0;
}

#bild_prev {
	float: left;
	width: 29px;
	height: 29px;
	text-indent: -9999px;
	background-image: url(images/prev.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

#bild_next {
	float: left;
	width: 29px;
	height: 29px;
	text-indent: -9999px;
	background-image: url(images/next.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

#close a {
	float: left;
	width: 29px;
	height: 29px;
	margin-left: 256px;
	margin-right: 257px;
	background-image: url(images/close.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
*/

#header ul {
	list-style-type: none;
	margin: 0;
}
ul#menu-navigation {
	padding:0;
	margin-top: 20px;
}
.menu li{
	font-size:11px;
}
.menu li:first-child {
	margin-left:0;
}
.menu li a{
	text-decoration:none;
	color:#444;
}
.menu li a:hover, .menu li.current-menu-item a {
	color:#888;
}

/*---- MENU ----*/

	.wide-col{
		padding:0px;
		background:#FFF;
		width:540px;
		padding-top: 20px;
	}
.wide-col ul {
	list-style-type: none;
	line-height: 16px;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 1px solid;
}

.wide-col p img {
	margin-bottom: 20px;
}
ul.post_navi {
	padding: 0;
	border: none;
}
	.narrow-col {
		padding:20px;
		background:#FFF;
		float:right;
		clear:right;
		width:290px;
	}

#footer{
	margin-top:40px;
	background:#FFF;
	padding:20px 20px 20px 40px;
	border-top:1px solid rgba(0,0,0,0.15);
	border-bottom:1px solid rgba(0,0,0,0.15);
	color:#444;
	clear:both;
}

.lklogo {
display: none;
	text-indent: -9999px;
	width: 38px;
	height: 50px;
position: absolute;
bottom: 10px;
right: 40px;
}

.lklogo a {
	display: block;
	background-image: url(images/lklogo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 38px;
	height: 21px;
}

/* ----------------------------------------------------
		4 - Wordpress
---------------------------------------------------- */
.alignleft{
		float:left;
		clear:left;
	}
	img.alignleft, .alignleft img{
		margin:20px 50px 60px 0;
	}
.alignright{
	float:right;
	clear:right;
}
	img.alignright, .alignright img{
		margin:5px 0 60px 50px;
	}
.aligncenter{
	margin:auto;
	clear:both;
	text-align:center;
}
.alignnone{
	float:none;
	clear:both;
	display:block;
}

.navigation{
	margin-left:10px;
	overflow:hidden;
}
	.navigation a{
		background:#FFF;
		border:1px solid rgba(0,0,0,0.1);
		border-radius:10px;
		padding:5px 10px;
		display:inline-block;
		text-decoration:none;
	}
		.navigation a:hover{
			background:#5096cb;
			color:#444;
		}
	#nav-above{
		margin-bottom:20px;
	}
	#nav-below{
		margin-top:20px;
	}
	.nav-previous, .nav-next{
		float:left;
		clear:right;
		margin-right:20px;
	}
#s, input, textarea { /* This keeps the search inputs in line */
	border:1px solid #999;
	padding:3px 5px;
}
	#s{width:60%;}
#searchform{
	margin-bottom:40px;
}

.post-meta-key {
	display: none;
}

.post-meta li {
	color: #444;
}

.post_navi {
	list-style-type: none;
}

a.more-link {
	display: block;
	padding: 5px 0 5px 0;
}

#artikelnavigation {
	clear: both;
	margin-top: 30px;
}

/* NEUE STYLES */

#menu-navigation li {
	display: inline;
	margin-right: 20px;
}


#sidebar {
	padding: 10px 0px 10px 40px;
	color: #ec6b1c;
	overflow: auto;
}

#sidebar a {
color: #ec6b1c;
}

#menu-vorschau li {
padding: 10px 0;
}

.title {
	margin-bottom: 10px;
	font-weight: bold;
}

.wide-col p a[href $='.pdf'] {
	padding: 5px 0 5px 20px;
	background: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.wide-col p a {
	padding: 5px 0 5px 20px;
	background: url(images/pfeilchen.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

/* GALLERY */
.gallery-item {
	width: 100px !important;
	height: 100px;
	overflow: hidden;
	margin-right: 10px;
	border: 1px solid #ccc;
}

.gallery-item img {
	border: none !important;
}