/* @override http://davidlanger.de/wp-content/themes/davidlanger-de-4/style.css */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
	text-align: center;
	background: #eee url(images/background.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
}
/* @group Typography & Colors */
/* @group Typography */
body, input, textarea {
	font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
}
#page, #header {
	text-align: left;
	font-size: 1.3em;
}
#page {
	width: 900px;
	margin: 0 auto;
}
small {
	font-size: 0.87em;
	/*line-height: 1.149em;*/
	line-height: 1.56em;
}
h1, h2, h3 {
	font-family: 'Helvetica Neue', Helvetica,  Arial, Sans-Serif;
	font-weight: bold;
}

h2,#s {
	font-size: 1.8em;
	line-height: 1.63em;
	letter-spacing: -0.08em;
	font-weight: bold;
	color: #333;
}
h3 {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 2.25em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
}

h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

h2.pagetitle {
	font-weight: normal;
}
	
p,li {
	line-height: 1.5em;
}

p,pre {
	margin-bottom: 1.5em;
}

hr {
	display:  none;
}

.post hr {
	display: block;
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0 0 1em;
	border:none;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code,pre {
	font-family: "Courier New", Courier, mono;
}

pre {
	background: #f8f8f8;
	border: 1px dotted #ddd;
	border-width: 1px 0;
	padding: 1em 15px;
	line-height: 1.3em;
	font-size: 0.9em;
}

a:visited {
	color: #4b678c;
}

a:hover, #nav li a:hover span, a#scrollToTop:hover span, a.download_block:hover span {
	text-decoration: none;
	color: #003d8c;
	border-bottom: 1px solid #003d8c;
}

.border a, .image-link, .border {
	border-bottom-width: 0px !important;
}

a, #nav li a span, h1 a:hover, h2 a:hover, h3 a:hover, a.image-link {
	color: #003d8c;
	text-decoration: none;
	outline: none;
}
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

strong {
	font-weight: normal;
	font-style: italic;
}













ul {
	list-style-type: none;
	padding-left: 15px;
	padding-right: 15px;
}

ul ul {
	padding-right: 0;
}

li {
	padding-left: 15px ;
	background: url(images/arrow_list.png) no-repeat 3px 5px;
}

.sidebar li, .sidebar ul {
	padding-left: 0px;
	padding-right: 0px;
	background: none;
}

.sidebar>ul>li>ul>li {
	padding-left: 15px;
	padding-right: 15px;
}







/* @end */












h1 {
	margin: 0;
	margin: 0.52em 0;
}
h2 {
	/*margin: 0.82em 0 0 0;*/
	margin: 0.3em 0 0 0;
}
h3 {
	margin: 1.181818em 0 0 0;
}

a.download, a.download_block span {
	background: url(images/arrow_down.png) no-repeat left center;
	padding-left: 16px;
}

a.download_block {
	padding: 0.69em;
	text-align: center;
	display: block;
	background-color: #d1eafe;
	border: 1px solid #c3dbed;
}
a.download_block:hover {
	border-color: #9fb2c1;
}
/* @group Images */
.border, .image-link {
	background: url(images/picture-bg.jpg) no-repeat;
	margin: 0; padding: 0;
	display: block;
	position: relative;
	margin: 0 10px 0 10px;
}

p>.border,p>.image-link {
	margin: 0 -5px 0 -5px;
}

.border img, .image-link img, .border>.content {
	width: 420px;
	background: url(images/picture-bg-bottom.jpg) no-repeat center bottom;
	padding: 2px 4px 7px 4px;
	margin: 0;
	font-size: 0;
	display: block;
}

div.border {
	margin-bottom: 1.5em;
}
/* @end */
/* @group Stuff */

.center {
	text-align: center;
}

a img {
	border: none;
}
	
#urloverlay {
	position: absolute;
	left: 214px;
	margin-left: -210px;
	bottom: 7px;
	width: 420px;
}

#urloverlay .arrow {
	position: relative;
	top: 0px;
	z-index: 99;
	height: 13px;
	background: url(images/arrow.gif) no-repeat center top;
}

#urloverlay>.content {
	background: #000;
	color: #ddd;
	padding: 10px;
	text-align: center;
	overflow: hidden;
	font-size: 0.9em;
}

#urloverlay .content {

}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.postmetadata {
	padding-bottom: 1.56em !important;
	display: block;
	border-bottom: 1px solid #ddd;
}

/* @group Image List (Wunschliste) */
.imagelist li {
	display: block;
	margin-bottom: 1.1em;
	overflow: auto;
}

.imagelist img {
	padding: 0;
	width: 128px;
	border: 1px solid #ddd;
	margin: 0.25em;
	margin-right: 0.5em;
	display: block;
	float: left;
}

.imagelist h3 {
	display: inline !important;
}

.imagelist p {
	margin: 0;
	text-indent: 0 !important;
	padding-left: 0 !important;/Users/david/Desktop/control_000_small.png
}
/* @end */

/* @end */
/* @group Layout */
/* @group Forms */

input, textarea {
	font-size: 1.0em;
}

#s-404 {
	font-size: 1.3em;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
#respond {
	overflow: auto;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 420px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
}

/* @end */

/* @group Comments */
.commentlist li, #commentform input, #commentform textarea {
	}

.commentlist li {
	font-weight: bold;
	text-indent: 0 !important;
	padding: 0 !important;
}
	
.commentlist li:before {
	content: "" !Important;
}

.commentlist li .avatar { 
	display: none;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}
.commentlist {
	padding: 0;margin: 0;
}

.commentlist li {
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	line-height: 1.3em;
	display: block;
}
/* @end */
/* @group Widgets/Sidebar */
/* @group Sidebar-Headers */
.sidebar li>ul, .sidebar li>div {
	border-bottom: 1px solid #eee;
}
.sidebar li>ul {
	padding-bottom: 1em;
}
.sidebar h2 {
	background-position: 265px center;
	background-repeat: no-repeat;
}
.widget_text h2 {
	background-image: url(images/contact.png);
}

.widget_deliciouspp h2 {
	background-image: url(images/delicious.png);
}

.widget_ilastfm h2 {
	background-image: url(images/music.png);
}

.widget_links h2 {
	background-image: url(images/links.png);
}

.widget_categories h2 {
	background-image: url(images/categories.png);
}

#column-2 li input {
	margin-left: 20px;
}

.widget_search #searchform {
	background: url(images/search.png) no-repeat 265px 0.8em;
	margin-top: 1.0em;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
	padding-left: 10px;
}

.widget_search #s {
	border-width: 0;
	padding: 4px;
	width: 235px;
	line-height: 1.0em;
	background: #fafafa;
}

.widget_search #s:hover {
	border-width: 2px;
	padding: 2px;
}

/* @end */
/* @group iLast.fm */
.widget_ilastfm {
}

.widget_ilastfm li {
	display: inline !important;
	padding: 0 !important;
}

.widget_ilastfm ul {
	padding-left: 15px;
	padding-right: 15px;
}

.widget_ilastfm img {
	width: 52px;
	height: 52px;
	padding: 1px;
	border: 1px solid #ddd;
}

.widget_ilastfm a:hover img {
	border: 1px solid #003d8c;
}

.widget_ilastfm a:hover {
	border-bottom-width: 0px;
}
/* @end */

h1 {

}
#header a {
	display: block;
	height: 44px;
	width: 303px;
	margin: 50px auto;
	background: url(images/davidlanger.jpg) no-repeat center center;
	background-position: 0 0px;
}
#header h1 {
	display: none;
}
#header a:hover {
	background-position: 0 -44px;
	border-bottom-width: 0;
}
.c h2, .c h3, .c>img, .c p, .c .postmetadata {
	padding-left: 15px;
	padding-right: 15px;
}
.c {
	background: #fafafa;
	margin: 0 1px 1px 0;
}
.c-1,.c-2,.c-3 {
	float: left;
}
.c-1 {
	width: 149px;
}
.c-2 {
	width: 299px;
}
.c-3 {
	width: 449px;
}
.c-4 {
	width: 599px
}
.c-5 {
	width: 749px;
}
.c-6 {
	width: 899px;
}
.c-clear {
	clear: left;
}
#footer {
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}
#ie6upgrade {
	background: #fff89b;
	padding: 1px 0;
}
#ie6upgrade p, #ie6upgrade h2 {
	padding-left: 15px;
	padding-right: 15px;
}
/* @end */

/* @end */
