
html {height: 101%; font-size: 62.5%;}

@font-face {
  font-family: "MuseoSans_500";
  src: url(fonts/MuseoSans_500.otf) format("opentype");
  /* A font by Jos Buivenga: http://exljbris.nl */
}	

@font-face {
  font-family: "MuseoSans_500_Italic";
  src: url(fonts/MuseoSans_500_Italic.otf) format("opentype");
  /* A font by Jos Buivenga: http://exljbris.nl */
}	


body {font-family: MuseoSans_500, Helvetica, Arial, sans-serif; 
			color: #999;
			font-size: 1.2em;
			text-decoration: none;}

* {margin: 0px; padding: 0px; border: 0px;}

h1, h2, h3, h4, h5, h6 {}

h2 {padding-top: 20px;
	text-align: left;}

a {text-decoration: none;}
a:link {}
a:visited {}
a:hover {}
a:active {}

/*wrapper*/

div#wrapper {
	width: auto;
	height: auto;
	}

div#page {
	width: 960px;
	height: auto;
	margin: auto;
}

/*Hauptbereich*/

div#nav {
	width: 960px; 
	height: 40px; 
	margin-bottom: 25px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	}

div#links {
	text-align: left;
	width: 960px; 
	height: 40px; 
	margin-left: 10px; 
	padding-top: 15px;
	}

div#links li {
	text-align: left;
	display: inline; 
	margin-left: 10px;
	border-right: 1px solid #e1e1e1;
	padding-right: 20px;
	}
	
div#links a {
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1.0em 0.4em 1.0em 0.4em;
}

div#links a:hover {
	text-transform: uppercase;
	color: #f18700;
}

div#header {
	width: auto; 
	height: 120px;
	background: url(images/signet.gif) no-repeat;
	background-position: 0px 35px;
	}

.header {
	font-size: 1.8em;
	padding-top: 58px;
	padding-left: 400px;
	color: #999;
}

.highlight {
	float: right;
	font-size: 1.4em;
}

div#wrapcontent {
	width: auto; 
	height: auto;
	}

#sidebar {
	float: left;
	width: 210px;
	height: auto;
	}

.widget {
	text-align: left;
	width: 170px;
	list-style-type: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}

.widget h2 {
	text-align: left;
	font-size: 1.2em;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 7px;
	color: #f18700;
}

#list {
	list-style-type: none;
	
}

#list a {
	text-align: left;
	color: #999;
}

#list a:hover {
		text-align: left;
	text-decoration: underline;
	color: #f18700;
}

#list li { 
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
}

div#col_content {
	float: left;
	width: 700px;
	height: auto;
	}
	
.postimg_small {
	width: 260px;
	height: 73px;
	border: 2px solid #cdcdcd;
}

.postimg_large {
	width: 530px;
	height: 150px;
}
	
div#featuredPost {
	width: 700px;
	height: auto;
}

div#featuredpostcontent {
	width: 700px;
	height: auto;
	font-size: 1.1em;
	line-height: 1.8em;
	color: #999;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

div#featuredpostcontent a {
	font-size: 1em;
	color: #f18700;
}

div#featuredpostcontent a:hover {
	text-decoration: underline;
}

div#featuredentry {
	width: 700px;
}

div#theirs {
	float: left;
	width: 330px;
	height: auto;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

div#overflow {
	overflow: hidden;
}

div#theirs_content {
	width: 320px;
	height: auto;
	padding-top: 20px;
}

.post-theirs {
	color: #999;
	line-height: 1.4em;
	text-align: left;
	margin-bottom: 20px;
}

.post-theirs a {
	color: #f18700;
}

.post-theirs a:hover {
	text-decoration: underline;
}

.post-theirs h3  {
	color: #f18700;
	font-size: 1.8em;
	line-height: 1.3em;
	text-align: left;
}

.post-theirs-content {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e9e9e9;
}

.postMetaData {
	color: #999;
	padding-bottom: 10px;
}

div#right-column {
	float: right;
	width: 330px;
	height: auto;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

div#right-column-content {
	width: 320px;
	height: auto;
	padding-top: 20px;
}

.post-right-column {
	color: #999;
	line-height: 1.4em;
	text-align: left;
	margin-bottom: 20px;
}
	
.post-right-column a {
	color: #f18700;
}

.post-right-column h3 {
	color: #f18700;
	font-size: 1.8em;
	line-height: 1.3em;
	text-align: left;
}

.post-right-column a:hover {
	text-decoration: underline;	
}

.post-right-column-content {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e9e9e9;
}

.fliesstext {
	font-family: MuseoSans_500, Helvetica, Arial, sans-serif;  
	font-size: 12px; color: #999; line-height: 1.2em, text-align: justify;
	padding-top: 15px;
	} 
	
.fliesstext a {
	color: #18700;
}

div#footer {
	clear: both; 
	width: 960px; 
	height: 50px;
	border-top: 1px solid; color: #e1e1e1;
	}
	
div#footer p {
	padding-top: 20px;
	padding-left: 30px;
	color: #999;
}

div#footer a {
	float: right;
	color: #999;
	font-size: 1em;
	color: #f18700;
	padding-right: 50px;
}

/* Styles für single.php */

.post-text {
	width: 520px;
	height: auto;
	line-height: 1.5em;
	text-align: justify;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e9e9e9;
}

.post-text h2 {
	color: #f18700;
	font-size: 1.8m;
	line-height: 1.3em;
	padding-bottom: 15px;
	text-align: left;
}

.post-text a {
	color: #999;
	text-decoration: underline;
}

.post-text a:hover {
	text-decoration: underline;
}

.meta {
	color: #999;
}

.back a {
	color: #f18700;
}

.next {
	float: right;
}

div#gallery {
	width: 520px;
	margin-top: 15px;
}

.linkgallery {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #e9e9e9;
}

.linkgallery a {
	color: #f18700;
}

.linkgallery a:hover {
	text-decoration: underline;
}

/* styles für projekte.php */

div#albums {
}


.album {
	margin-bottom: 20px;
}

.album a {
	color: #f18700;
}

div#clients {
	width: 700px;
	height: auto;
}

div#clients_content {
	width: 700px;
	height: auto;
	padding-top: 20px;
}

.post-clients {
	color: #999;
	line-height: 1.4em;
	text-align: justify;
}

.post-clients a {
	color: #f18700;
}

.post-clients a:hover {
	text-decoration: underline;
}

.post-clients h3  {
	color:#f18700;
	font-size: 1.8em;
	line-height: 1.3em;
	text-align: left;
	padding-bottom: 15px;
}

.post-clients-content {
	padding-bottom: 20px;
}

.page_item a {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}

.page_item a:hover {
	color: #f18700;
}

.page_item a:hover {
	color: #f18700;
}

.current_page_item a {
	color: #e3e3e3;
}