@charset 'UTF-8';
@import url(reset.css);

/*-------------------- BASICS --------------------*/
html {
	background-color: #fff;
}

body {
	background: #fff url(../img/bg.png) repeat top center;
	color: #363636;
	font: 12px/20px  Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a,
a:link,
a:hover,
a:visited {
	color: #4d4d4d;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

h1 {
	font-size: 18px;
	font-weight:bold;
	letter-spacing: 1px;
}

h2 {
	font-size: 15px;
	font-weight:bold;
	letter-spacing: 1px;
}

h2 a {
	color: #7F7F7F;
	text-decoration:none;
}

h3, h4, h5 {
	font-size: 13px;
	font-weight:bold;
}

/*-------------------- STRUCTURE --------------------*/

.metanav {
	background: transparent url(../img/metanav-bg.png) repeat-x center left;
	height: 30px;
	position: relative;
	width: 100%; 
}

#wrapper {
	margin: 0;
	padding: 160px 0 0 0;
	position: relative;
	
	height: 100%;
}

#info {
	background: transparent url(../img/header-stripe.png) no-repeat center right;
	color: #fc2800;
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 50px;
	left: 385px;
	width: 667px;
}

#logo a {
	background: transparent url(../img/logo.png) no-repeat top center;
	height: 70px;
	left: 26px;
	position: absolute;
	top: 50px;
	width: 273px;
}

#content {
	float: left;
	margin: 0 0 0 50px;
	min-height: 300px;
	padding: 0 30px 0 30px;
	position: relative;
	width: 470px;
}

#sidebar {
	float: left;
	margin-left: 30px;
	min-height: 250px;
	overflow-x: hidden;
	width: 275px;
}
 
#footer {
	padding: 0 0 30px 0;
	margin: 25px 0 0 385px;
	text-align: left;
	color:#666;
	width: 677px;
}

.clear {
	clear: both;
}

/*-------------------- METANAV --------------------*/
.metanav ul {
	margin: 0 0 0 10px;
	padding: 0;
}

.metanav ul li {
	float: left;
}

.metanav ul li a {
	color: #fff;
	display: block;
	vertical-align: middle;
	height: 23px;
	padding: 2px 20px 0 20px;
	text-decoration: none;
}

.metanav ul li a:hover {
	background: #6a6a6a url(../img/topnav-bg.png) no-repeat top right;
}

.metanav ul li.active a {
	background: #6a6a6a url(../img/topnav-bg.png) no-repeat top right;
}

#footer {
	color: #363636;
}

#footer a {
	color: #fc2800;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .highlight {
	color: #fc2800;
	padding-left: 10px; 
}

/*-------------------- HEADER --------------------*/
#header a {
	display: block;
	height: 350px;
	width: 900px;
}

#header h1 {
	text-indent: -10000px;
	margin: 0;
	padding: 0;
}
/*-------------------- NAVIGATION --------------------*/
#navlist {
	margin: 0;
	padding: 6px 5px 0 10px;
}

#navlist li {
	color: #999;
	display: inline;
	font: 12px Georgia, Times, sans-serif;
	float: left;
	list-style:none;
	text-transform: uppercase;
	width: auto;
}

#navlist li a {
	border-right: 1px solid #3e3e3e;
	color: #999;
	height: 20px;
	margin: 5px 0 0 0;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

ul#navlist li.last a {
	border-right: 0;
}

#navlist a:hover {
	color: #fff;
}

#navlist li.current_page_item a {
	color: #fff;
	font-weight: bold;
}

/*-------------------- CONTENT --------------------*/

#content h1 {
	border-bottom: 1px solid #464646;
	margin: 0 0 25px 0;
}

#content h1 a {
	padding-bottom: 25px;
}

#content h2,
#content h3 {
	border-bottom:1px solid #464646;
	margin: 0 0 5px 0;
}

#content h2 a {
	padding-bottom: 5px;
}

#content p {
	margin: 0 0 25px 0;
}

#content p a {
	border-bottom:1px solid #fc2800;
	color: #fc2800;
	text-decoration: none;
}

/*-------------------- POSTS --------------------*/
.post {
	padding: 0 0 25px 0;
	position: relative;
	width: 470px;
}

.tagzzz-wrapper {
	height: 48px;
	position: absolute;
	right: -200px;
	bottom: 20px;
	width: 180px;
}

.tagzzz {
	position: absolute;
	right: 0;
	top: 48px;
	width: 180px;
}

.tags {
	
}

.post-headline {
	position: relative;
}

.post-info {
	background: transparent url(../img/icon-document.png) no-repeat center right;
	padding-right: 15px;
}

.story {
	padding-top: 10px;
}

#content .commentlist {
	width: 470px;
}

#content .post-subnotes {
	padding-bottom: 55px;
	width: 470px;
}

#content .post-comment a,
#content  .post-comment-amount a {
	color: #464646;
	border-bottom: 1px solid #464646;
	font-weight: bold;
	text-decoration: none;
}

#content .tags a {
	color: #4c4c4c;
	font-weight: bold;
	padding-bottom: 2px;
	text-decoration: underline;
}

#content .tags a:hover {}

#content .post-comment a {
	background: transparent url(../img/icon-comment.png) no-repeat center right;
	padding-right: 15px;
}

#content .tags { }

.navigation {
	margin-top: 20px;
	padding-top: 10px;
}

#content .navigation a {
	border: 0;
	color: #fff;
	font-weight: bold;
}

#content .navigation a:hover {
	text-decoration: underline;
}

#content .story ul {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
	padding-bottom: 25px;
}

#respond {
	padding: 20px 0 0 0;
}

form#commentform p {
	margin: 0 0 10px 0;
}

form#commentform label {
	color: #fc2800;
	font-size: 11px;
	font-weight: bold;
}

form#commentform input {
	border: 1px solid #d4d4d4;
	color: #555;
	font: 12px/15px  Arial, Helvetica, sans-serif;
	height: 15px;
	width: 200px;	
}

textarea#comment {
	border: 1px solid #d4d4d4;
	color: #555;
	font: 11px/15px  Arial, Helvetica, sans-serif;
	width: 475px;
}

form#commentform input#submit {
	background: transparent url(../img/comment.png) no-repeat top right;
	border: 0;
	color: #fc2800;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
	text-indent: -9999px;
	width: 165px;
}

#content .socialbookmark {
	padding-top: 5px;	
}

#content .socialbookmark a {
	border: 0;
	text-decoration: none;
}

.post-navigation {
	border-top:1px solid #7F7F7F;
	padding-bottom: 45px;
	width: 677px;
}

.post-navigation a {
	font-weight: bold;
	text-decoration: none;
}

/*-------------------- SIDEBAR --------------------*/
#sidebar {
	color: #999;
	line-height: 15px;
	padding: 0;
}

#sidebar h3 {
	text-transform: uppercase;
}

#sidebar p {
	margin-bottom: 10px;
}

#searchform,
#categories,
#blogroll,
#featured-topics,
#featured-projects {
	padding-bottom: 25px;
}

#searchform {
	margin-bottom: 25px;
}

#searchform h3 {
	background: transparent url(../img/suche.png) no-repeat top right;
	height: 14px;
	margin-bottom: 7px;
	text-indent: -9999px;
	width: 59px;
}

#searchform input {
	background-color: #c7c7c7;
	border: 2px solid #c7c7c7;
	color: #555;
	font: 11px/15px  Arial, Helvetica, sans-serif;
	height: 13px;
	float: left;
	padding: 2px 5px 0 2px;
	width: 233px;
}


#searchform input#go {
	background: transparent url(../img/go.png) no-repeat top right;
	border: 0;
	color: #fc2800;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	height: 19px;
	width: 31px;
}

#categories h3 {
	background: transparent url(../img/themen.png) no-repeat top right;
	height: 14px;
	margin: 0 0 7px 0;
	text-indent: -9999px;
	width: 70px;
}

#blogroll h3 {
	background: transparent url(../img/links.png) no-repeat top right;
	height: 14px;
	margin-bottom: 7px;
	text-indent: -9999px;
	width: 52px;
}

#featured-topics h3 {
	background: transparent url(../img/featured-blog-topics.png) no-repeat top right;
	height: 14px;
	margin-bottom: 7px;
	text-indent: -9999px;
	width: 184px;
}

.featured-post,
#featured-projects {
	border-bottom: 1px solid #363636;
	color: #363636;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#featured-projects {
	border: 0;
}

#featured-topics h4 a,
#featured-projects h5 a {
	background-color: #d1d1d1;
	color: #fc2800;
	display: block;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 3px;
	overflow-x: hidden;
	padding: 2px 0 5px 12px;
	text-decoration: none;
	width: 272px;
}

#featured-topics h4 a:hover,
#featured-projects h5 a:hover {
	background-color: #aaa;
}

#featured-topics h5 a {
	color: #fc2800;
	display: block;
	font-weight: bold;
	overflow-x: hidden;
	text-decoration: none;
	width: 272px;
}

#featured-topics a img,
#featured-projects a img {
	width: 275px;
}

#featured-projects h3 {
	background: transparent url(../img/featured-projects.png) no-repeat top right;
	height: 14px;
	margin-bottom: 15px;
	text-indent: -9999px;
	width: 165px;
}

#featured-topics p,
#featured-projects p {
	line-height: 20px;
	padding-top: 10px;
}

#featured-projects a {
	color: #fc2800;
	display: block;
	font-weight: bold;
	line-height: 19px;
	text-decoration: underline;
}

/*-------------------- CATEGORYNAV --------------------*/

#categories ul li a {
	background-color: #d1d1d1;
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	overflow-x: hidden;
	padding: 2px 0 0 12px;
	text-decoration: none;
	width: 272px;
}

#categories ul li a:hover {
	background-color: #aaa;
}

#categories ul li.current-cat a,
#categories ul li.current-cat-parent a {
	color: #fc2800;
}

#categories ul li ul {
	margin: 5px 0 5px 0;
}

#categories ul li ul li a {
	background-color: transparent;
	border-left: 0;
	color: #363636;
	font-weight: normal;
	height: 100%;
	min-height: 19px;
}

#categories ul li ul li a:hover {
	background-color: #ebebeb;
	color: #333;
}

#categories ul li.current-cat ul li a,
#categories ul li.current-cat-parent ul li a {
	color: #333;
} 

#categories ul li.current-cat-parent ul li.current-cat a {
	background-color: #ebebeb;
	color: #fc2800;
} 

/*-------------------- BLOGROLLNAV --------------------*/

#blogroll ul li a {
	background-color: #d1d1d1;
	color: #fc2800;
	display: block;
	font-weight: bold;
	height: 19px;
	overflow-x: hidden;
	padding: 2px 0 0 12px;
	text-decoration: none;
	width: 272px;
}

#blogroll ul li a:hover {
	background-color: #aaa;
}

#blogroll ul li.current-cat a,
#blogroll ul li.current-cat-parent a {
	border-left: 3px solid #fc2800;
}

/**
 * @section for WordPress classes at images
 * @css-for (images)
 */
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.wp-caption {
}

.wp-caption img {
}

.wp-caption-dd {
}

.wp-caption p.wp-caption-text {
}

a.more-link {
	color: #fc2800;
	font-weight: bold;
}

