/*
Theme Name: Netzchannel.de V1
Theme URI: http://www.netzchannel.de/
Description: Erste Version für Netzchannel.de
Version: 1.0
Tags: netzchannel.de
Author: Sebastian Müller
Author URI: http://www.netzchannel.de/
License: All Rights Reserved
*/

/* RESET - Copyright 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;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

p {
	margin-bottom: 15px;
}

strong {
	font-weight: bold;
}

blockquote {
	border: 1px #dfdfdf solid;
	padding: 5px;
	background: #f2f2f2;
	font-style: italic;
}

/* Main styles for the theme */
body {
	background: url('images/bgbody.jpg') repeat-x top center #d5a26f;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #323232;
}

#wrapper {
	width: 950px;
	margin: auto;
}

#header {
	margin-top: 25px;
	height: 142px;
}

#header .left,
#header .right {
	width: 16px;
	height: 142px;
	background: url('images/header-left.png') no-repeat top left;
	float: left;
}

#header .right {
	float: left;
	background: url('images/header-right.png') no-repeat top right;
}

#header .content {
	background: #fff;
	height: 142px;
	float: left;
	width: 918px;
}

#logo-netzchannel {
	padding-top: 42px;
	padding-left: 19px;
	float: left;
}

#fav-it {
	float: right;
	padding-top: 30px;
	padding-right: 26px;
}

#fav-it a {
	padding-right: 12px;
}

#fav-it span {
	display: block;
	font-size: 18px;
	padding-bottom: 12px;
}

#fav-it span span {
	color: #007785;
	display: inline;
}

#mainnav {
	margin-top: 10px;
	height: 47px;
}

#mainnav ul {
	background: url('images/mainnav-bg.png') repeat-x top;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 47px;
	float: left;
	width: 913px;
	display: block;
	padding-left: 13px;
}

#mainnav ul li {
	line-height: 47px;
	font-size: 16px;
	color: #fff;
	float: left;
}

#mainnav ul li a {
	height: 47px;
	color: #fff;
	text-decoration: none;
	line-height: 47px;
	font-weight: bold;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	background: url('images/mainnav-bgbutton.png') no-repeat right top;
}

#mainnav ul li a:hover {
	background: url('images/mainnav-bgbutton.png') no-repeat right top #373737;
}

#mainnav .left,
#mainnav .right {
	height: 47px;
	float: left;
	width: 12px;
	background: url('images/mainnav-left.png') no-repeat left top;
}

#mainnav .right {
	background: url('images/mainnav-right.png') no-repeat right top;
}

#maincontent #cols {
	background: #fff;
	padding: 30px;
}

#leftcol {
	float: left; 
	width: 540px;
}

#rightcol {
	float: right;
	width: 300px;
	margin-left: 50px;
}

#maincontent .footer {
	background: url('images/maincontent-footer.png') no-repeat top left transparent;
	height: 10px;
	overflow: hidden;
}

.post {
	margin-bottom: 30px;
}

.post .head {
	border-bottom: #DFDFDF 1px solid;
}

.post .head .category,
.post .head .category a {
	color: #007785;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}

.post .head .category a:hover {
	color: #323232;
}

.post .head .title h1,
.post .head .title h2,
.post .head .title h1 a,
.post .head .title h2 a {
	font-size: 30px;
	font-weight: bold;
	color: #323232;
	text-decoration: none;
}

.post .head .title h2 a:hover {
	color: #007785;
}

.post .head .title h1,
.post .head .title h2 {
	margin-bottom: 13px;
}

.post .head .meta {
	padding-bottom: 6px;
}

.post .head .meta span {
	background: #DFDFDF;
	padding: 6px; 
	line-height: 23px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.post .head .meta span a {
	color: #323232;
	text-decoration: none;
}

.post .content {
	margin-top: 12px;
	line-height: 17px;
	border-bottom: #d7d7d7 solid 1px;
	margin-bottom: 20px;
}

.single .content {
	padding-bottom: 23px;
}

.post .content a {
	color: #007785;
	font-weight: bold;
	text-decoration: none;
}

.post .content a:hover {
	color: #323232;	
}

.post .content .wp-image {
	border: 1px #d1d1d1 solid;
}

.post .content .no-border {
	border: 0;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
}

.alignright {
   float: right;
   margin-right: 10px;
   margin-bottom: 10px;
}

.wp-caption {
   border: 1px solid #d1d1d1;
}

.post .content h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}

.post .content h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 23px;
	line-height: 24px;
}

.post .content ul {
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: disc;
	list-style-position: inside;
	margin-left: 10px;
}

.post .meta-bottom {
	margin-bottom: 23px;
}

.post .meta-bottom .subtitle {
	color: #007785;
	font-size: 18px;
	padding-bottom: 10px;
}

.post .meta-bottom .related-posts {
	width: 274px;
	float: left;
	padding-right: 18px;
}

.post .meta-bottom .related-posts ul li {
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #d7d7d7;
}


.post .meta-bottom .related-posts ul li a {
	text-decoration: none;
	color: #323232;
}

.post .meta-bottom .related-posts ul li a:hover {
	color: #007785;
}

.post .meta-bottom .bookmark {
	float: left;
	border-left: 1px #d7d7d7 solid;
	padding-left: 16px;
	height: 135px;
}

.post .comments h4,
#post-comment h4 {
	font-size: 18px;
	margin-bottom: 20px;
}

.post .comments .comment {
	margin-top: 15px;
}

.post .comments .comment .commentcontent {
	background: #f3f3f3;
	border: 1px #dbdbdb solid;
	border-bottom: 0;
	padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius-bottomleft: 0;
	-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-radius-bottomright: 0;
	-border-radius-bottomright: 0;
}

.post .comments .comment .commentcontent a {
	color: #007785;
	text-decoration: none;
	font-weight: bold;
}

.post .comments .comment .commentmeta {
	background: url('images/comment-bgbottom.png') repeat-x top;
	height: 45px;
	text-align: right;
	padding-top: 10px;
	padding-right: 80px;
}

.post .comments .comment .commentmeta .avatar,
.post .comments .comment .commentmeta .userimage {
	float: right;
	margin-left: 10px;
	width: 41px;
	height: 41px;
}

.post .comments .comment .commentauthor {
	color: #5f5f5f;
	padding-top: 4px;
	float: right;
	width: 408px;
}

.post .comments .comment .commentauthor span,
.post .comments .comment .commentauthor a {
	color: #007785;
	text-decoration: none;
	font-weight: bold;
}

.post .comments .comment .commentauthor span:hover,
.post .comments .comment .commentauthor a:hover {
	color: #323232;
}

.post .comments .comment .commentdate {
	float: right;
	width: 408px;
	color: #929292;
	font-size: 12px;
	padding-top: 5px;
}

#post-comment h4 {
	margin-top: 10px;
}

#post-comment form {
	padding: 10px;
	background: #DFDFDF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

#post-comment input,
#post-comment textarea {
	padding: 9px 15px;
	width: 400px;
	border: 1px solid #ccc;
	font-size: 18px;
	color: #5f5f5f;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#submit {
	cursor: pointer;
}

#post-comment textarea {
	width: 485px;
	height: 160px;
	font-size: 13px;
}

#post-comment label {
	display: block;
	margin-bottom: 8px;
}

#post-comment .submitbutton {
	padding: 5px;
	width: auto;
}

#rightcol .module {
	margin-bottom: 30px;
}

#rightcol a {
	color: #007785;
	text-decoration: none;
}

#rightcol #twitter_update_list li {
	border-bottom: 1px #ccc solid;
	margin-top: 6px;
	padding-bottom: 5px;
}

#rightcol #twitter_update_list a {
	display: block;
	color: #a8a8a8;
	padding-top: 3px;
}

#rightcol h4 {
	color: #007785;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: #ccc solid 2px;
}

#rightcol h4 a {
	color: inherit;
	text-decoration: none;
}

#rightcol h4 a:hover {
	color: #323232;
}

#ad300 h4 {
	margin-bottom: 5px;
}

ul.advlisting li {
	border-bottom: 1px #ccc solid;
	margin-top: 6px;
}

ul.advlisting li a {
	text-decoration: none;
	display: block;
	padding-bottom: 6px;
}

ul.advlisting a .title {
	color: #323232;
}
ul.advlisting li a:hover .title {
	color: #007785;
}

ul.advlisting .title {
	display: block;
	padding-bottom: 1px;
}

ul.advlisting .meta {
	color: #a8a8a8;
	font-size: 10px;
}

ul.advlisting .meta .metacomments {
	color: #007785;
}

#footer {
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.yiggbutton {
	float: right;
}

.seitzeichen {
	margin-top: 8px;
}

#post-comment a {
	color: #007785;
	text-decoration: none;
}