/*  
Theme Name: IF-Open
Theme URI: http://
Description: IF-Open Wordpress Theme
Version: 1.0
Author: InterFace AG, Felix Lange
Author URI: http://www.interface-ag.com
*/

/* 
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong, b {
font-weight: bold;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.entry img.alignleft {
	padding-right: 0px;
	padding-bottom: px;
}

.entry img.alignright {
	padding-left: 0px;
	padding-bottom: 0px;
}

em, i {
font-style: italic;
}

.hideme {
position: absolute;
left: -9999em;
top: -9999em;
}

label, 
input[type=button],
input[type=submit], 
button {
cursor: pointer;
}

q:lang(de) {
quotes: 'â€ž' 'â€œ' 'â€š' 'â€˜';
}

q:lang(en) {
quotes: 'â€œ' 'â€' "â€˜" "â€™";
}

abbr[title] {
border-bottom: 1px dotted #888 !important;
cursor: help;
}

a abbr {
cursor: pointer !important;
}

.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

/* ENDE */


html,* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #d7d7d7;
	font-family: "Helvetica Neue", arial, sans-serif;
	font-size: 70%;
	color: #111111;
}

a {
	color: #ff9900;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

#wrap {
	margin: 0 auto;
	text-align: left;
	width: 100%;
	border-top: 2px solid #666;	
}

#header {
	height: 146px;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	padding-top: 30px;
	background-color: #c6c4c1;
}

	#logo a {
		width: 100px;
		height: 124px;
		display: block;
		padding: 20px;
		margin: 0;
		margin-left: 150px;
		padding-bottom: 0;
		background-color: #fff;
		border-top: 2px solid #f5a32e;
	}
	
	#logo a img {
		display: block;
		width: 100px;
		height: 124px;
	}
	
	ul.topnav {
		float: right;
		padding:0;
		margin:0;
		margin-top: -51px;
		margin-right: -20px;
		list-style-type: none;
	}
	
	ul.topnav li {
		padding: 0;
		margin:0;
		list-style-type: none;
		float: left;
	}

	ul.topnav li a {
		font-size: 12px;
		display: block;
		padding: 9px 7px;
		margin-left: 1px;
		background-color: #e4e4e4;
		border-bottom: 1px solid #c6c4c1;
		color: #555;
		text-transform: uppercase;
	}
	
	ul.topnav li a:hover, ul.topnav li.current_page_item a {
		background-color: #fff;
		text-decoration: none;
		border-bottom: 1px solid #fff;
		color: #f5a32e;
	}
	
#content {
	font-size: 13px;
	background-color: #fff;
	margin-left: 150px;
	margin-right: 1px;
	margin-bottom: 40px;
	float: left;
	padding: 20px;
	line-height: 1;
	width: 575px;
	border-bottom: 2px solid #666;		
}

#sidebar {
	font-size: 1.1em;
	float: left;
	padding: 10px;
	width: 250px;
	background-color: #fff;
	border-bottom: 2px solid #666;	
}

ul#sidebar {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#sidebar li {
	list-style-type: none;
}

ul#sidebar li a {
	display: block;
	padding: 4px 10px;
	background-color: #fff;
	border-bottom: 1px solid #e4e4e4;
	color: #ff9900;
}

ul#sidebar li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f5a32e;
}

ul#sidebar li.widget_tag_cloud a {
	display: inline;
	padding: 0 0.5em;
	padding-left: 10px;
	border: 0;
	background-color: transparent;
	color: #ff9900;
}

ul#sidebar li.widget_tag_cloud a:hover {
	color: #ff9900;
	text-decoration: underline;
}

#sidebar h2 {
	padding: 0.2em 10px;
	font-size: 1.1em;
	font-weight: normal;
	color: #555;
	margin-top: 1.5em;
	text-transform: uppercase;
}

#footer {
	background: #333;
	border-top: 1px solid #777;
	color: #888;
	clear: both;
	font-size: 1.0em;
	padding: 0.5em;
}

h1, h2, h3 {
	font-weight: bold;
	line-height: 1.3;
}

.entrytitle h2 {
	font-weight: normal;
	font-size: 2em;
}

.entrytitle h2 a {
	color: #ff9900;
}

.entrytitle h2 a:hover {
	color: #ff9900;
	text-decoration: none;
}

.entry h3 {
	font-size: 1.0em;
	margin-bottom: 0.3em;
	color: #222;
}

.entry h4 {
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 0.3em;
}

.entrytitle h3 {
	font-size: 1em;
	color: #888;
	font-weight: normal;
}

.entry {
	padding-right: 3em;
	margin-bottom: 3em;
}

.entry p {
	margin: 1em 0;
	margin-top: 0;
	line-height: 1.6;
	text-align: left;
	color: #222;
}

.entrymeta {
	font-size: 0.9em;
	line-height: 1.4;
	margin: 1em 0;
	color: #777;
}

.entrymeta a:hover {
	text-decoration: underline;
}

.commentsblock {
	margin: 0.5em 0;
}

.commentsblock p {
	margin: 0.5em 0;
	line-height: 1.5em;
}

.commentsblock textarea {
	width: 35em;
	padding: 0.5em;
}

.commentsblock input, .commentsblock textarea {
	border: 1px solid #e4e4e4;
}

.commentsblock textarea:focus {
	background: #e4e4e4;
	border: 1px solid #c6c4c1;
}

.commentsblock textarea:focus, .commentsblock input:focus {
	background: #eee;
	border: 1px solid #c6c4c1;
}

.commentauthor {
	display: block;
	font-size: 1.5em;
}

ol.commentlist {
	color: #777;
	font-size: 1.0em;
	list-style-type: none;
	margin: 1.0em 0;
	padding: 0;
}

.commentlist li {
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
}

input#submit {
	font-family: "Helvetica Neue", arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.0em;
	border: 0px;
	background-color: transparent;
	padding: 0.5em 0;
	margin: 0;
}

h3#comments {
font-size: 1.1em;
}

#content .entry ul, #content .entry ol {
	margin: 1em 1.5em;
}

#content .entry ul {
	list-style: square;
	margin: 0;
	padding: 1em 1.5em;
	padding-top: 0;
	list-style-position:outside;
}

#content .entry ul ul, #content .entry ol ul {
	padding-bottom: 0;
}

#content .entry ul li, #content .entry ol li {
	padding: 0.2em 0em;
	line-height: 1.5em;
}

span.tags a {
	color: #999;
}

#suche {
	padding: 0;
	margin: 0;
}

#searchform input {
	font-family: "Helvetica Neue", arial, sans-serif;
	width: 230px;
	font-size: 1em;
	padding: 0.7em 10px;
	background-color: #e4e4e4;
	color: #777;
	border: 0;
}

