/*
Theme Name: netzrebellen
Theme URI: http://www.netzrebellen.de
Description: Theme for netzrebellen.de
Version: 1.0
Author: Oliver Liebsch
Author URI: http://www.netzrebellen.de
*/

*	{ margin: 0; padding: 0; }
img	{ border: 0 none; }
a	{ color: #999; text-decoration: none; }
a:hover	{ text-decoration: underline; }
.clear  { clear: both; }

body {
	background: #112131 url(images/body_bg.gif) repeat-x scroll 0 0;
	color: #444;
	font: 80% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
input, textarea { font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }

/* ----- Überschriften ----- */

h1, h2, h3, h4, h5, h6	{ font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; }
h1, h2 {
	font-size: 145%;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-size: 130%;
	margin: 25px 0px 10px 0px; 
}
h4 {
	font-size: 120%;
	margin:  20px 0px 10px 0px;
}
h5 {
	font-size: 110%;
	margin: 15px 0px 10px 0px; 
}
h6 {
	font-size: 85%;
	margin: 10px 0px 10px 0px; 
}
small { font-size: 85%; }

#wrapper_out {
	background: transparent url(images/wrapper_out_bg.png) repeat-y scroll center 0;
	float: left;
	width: 100%;
}
#wrapper { background: transparent url(images/header_bg.jpg) no-repeat scroll center 0; }

#container {
	margin: auto auto;
	width: 1003px;
}

/* ----- Header ----- */

#header { margin: 0 !important; padding: 0px; }
#header h1, #header h3 { float: left; height: 58px; margin: 35px 0px 0px 20px; }
#header h1 a, #header h3 a { display: block; }

#header .login {
	background: transparent url(images/login_bg.png) no-repeat scroll center 0;
	color: #789F10;
	float: right;
	height: 63px;
	margin-top: 10px;
	padding: 10px;
	width: 389px;
}

#header .login h3 {
	border-bottom: 1px solid #789F10;
	color: #789F10;
	float: none;
	font-size: 100%;
	height: 12px;
	margin: 0 0 5px;
	padding-bottom: 4px;
}

#header .login a { color: #08CEF3; }

/* ----- Search ----- */

.search_box {
	float: right;
	margin-right: 10px;
	position: relative;
	top: -12px;
}
.search_box input.textbox {
	background-color: #e07410;
	border-top: 1px solid #a74800;
	border-right: 1px solid #fb951d;
	border-left: 1px solid #a74800;
	border-bottom: 1px solid #fb951d;
	color: #fff;
	float: left;
	margin-right: 4px;
	padding: 2px 4px 1px;
	width: 227px;
}
.search_box a.formButton {
	background: url(images/button_nav_l.png) no-repeat left 0px;
	cursor: pointer;
	float: left;
	padding-left: 6px;
	text-decoration: none;
}
.search_box a.formButton input {
	background: url(images/button_nav_r.png) no-repeat right 0px;
	border: 0px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 1px 7px 2px 0px;
}
.search_box a.formButton:hover { background-position: left bottom; }
.search_box a.formButton:hover input { background-position: right bottom; color: #A74800; }

/* ----- Navigation ----- */

.navigation {
	background: url(images/navigation_bg.png) repeat 0 0;
	bottom: -22px;
	clear: both;
	height: 46px;
	list-style-type: none;
	position: relative;
}
.navigation li {
	background: url(images/navigation_sep.png) no-repeat center right;
	color: #fff;
	display: inline;
	float: left;
	padding-right: 2px;
	text-align: center;
}
.navigation li a {
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
}
li.current_page_item a { background: #d16209 none !important; }
.navigation li a:hover, .navigation li a:active { background: url(images/navigation_hover.png) repeat-x; }

#rss {
	background-position: left center;
	float: right;
	padding-left: 2px;
	position: relative;
	top: -8px;
}
#rss a {
	background-position: left 20px;
	color: #FF9900;
	font-weight: bold;
	padding: 0px 5px;
	position: relative;
	text-decoration: none;
	top: -12px;
}
#rss a:hover, #rss a:active { color: #eee; }

/* ----- Breadcrumb ----- */

.breadcrumb {
	background-color: #222;
	clear: both;
	margin-top: 10px;
	padding: 5px 10px;
	width: 560px;
}

/* ----- Content ----- */

#content {
	background: #fff url(images/border_sb.gif) repeat-y scroll 780px 0;
	float: left;
}
#content ul, ol { margin: 0px 0px 10px 20px; }
#content dl { margin-bottom: 20px; }
#content dt {
	float: left;
	width: 150px;
}
#content dd { margin-left: 160px; }

/* ----- Main Content ----- */

#main_content {
	border-right: 1px solid #ccc;
	float: left;

	width: 610px;

}
#main_content h3 {
	border-bottom: 1px dotted #444;
	clear: both;
	padding-bottom: 4px;
}

#main_content .num_list {
	list-style-type: decimal !important;
	margin-left: 20px !important;
	margin-bottom: 20px;
}


#main_content cite {
	display:block;
	margin: 20px !important;
}

.post {
	background: url(images/post_bg.gif) repeat-x scroll center bottom;
	border-bottom: 1px solid #ccc;
	color: #444;
	padding: 20px;
}
.post h4 { clear: left; }
.post_img_c {
	border: 1px solid #ccc;
	margin: auto !important;
	padding: 2px;
}
.post_img, .alignleft {
	border: 1px solid #ccc;
	float: left;
	margin: 5px 10px 3px 0 !important;
	padding: 2px;
}
.post_img_r, .alignright {
	border: 1px solid #ccc;
	float: right;
	margin: 5px 0 3px 10px !important;
	padding: 2px;
}
.post table {
	border: 1px solid #ccc;
	padding: 2px;
	width: 100%;
}
.post table caption {
	background: #20466D none repeat scroll 0 0;
	color: #fff;
	font-size: 90%;
}
.post table td, .post table th {
	padding: 2px 5px;
}
.post thead th {
	background: #20466D;
	color: #fff;
}
.post tbody th {
	background: #ccc;
	text-align: left;
}
.post tbody td {
	background: #f8f8f8;
	text-align: left;
}
.post blockquote {
	font-style: italic;
	margin: 0 20px;
}
.wp-caption {
	background-color: #F3F3F3;
	border: 1px solid #ddd;
	padding: 4px;
	margin-bottom: 10px;
}

.wp-caption-text {
	font-size: 85%;
	margin: 0 !important;
	padding-top: 4px;
	text-align: center;
}
.post_date {
	background: url(images/icon_calendar_42x42.png) no-repeat left 0px;
	float: left;
	font-size: 90%;
	font-weight: bold;
	padding: 9px 0 8px;
	line-height: 115%;
	text-align: center;
	width: 42px;
}
.post_date span {
	display: block;
	font-size: 75%;
	font-weight: normal;
}

.post_gravatar {
	float: left;
	margin-bottom: 5px;
}
.post_info { margin: 0px 0px 5px 50px; }
.post_info a, .post_comments a { color: #999 !important; }
.post_info_single {
	float: left;
	padding: 5px 0 5px 10px;
}
.post_comments { margin: 0px 0px 5px 50px; }
.post_content { clear: both; }
.post_content_single { clear: both; }
.post a { color: #006699; }
.st_tag { color: #999 !important; }
h1 a.st_tag, h2 a.st_tag, h4 a.st_tag, h5 a.st_tag, h6 a.st_tag { color: #444 !important; }
h3 a.st_tag { color: #EE7711 !important; }
.post h2 a, .post h1 a { color:#006699; }
.post h2 a:hover, .post h1 a:hover {
	color: #EE7711;
	text-decoration: none;
}
.post h3 { color: #EE7711 !important; }
.post_content a { color: #006699; }
.post p, .page p {
	line-height: 150%;
	margin-bottom: 12px;
}
.post ul li { line-height: 150%; margin-bottom: 5px; }

.table_of_contents {
	background: #f8f8f8;
	border: 1px solid #ddd;
	float: left;
	margin-bottom: 12px;
	margin-right: 16px;
	padding: 4px 8px;
}

.table_of_contents h3 { margin-top: 0px; }


h6.related_posts {
	background-color: #f8f8f8;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: 0px;
	padding: 10px 10px 0 10px;
}
.st-related-posts {
	background-color: #f8f8f8;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0 !important;
	padding: 10px;
}
.st-related-posts li { background: transparent none repeat scroll 0 0 !important; margin-left: 20px; }
.st-related-posts li a {
	background: transparent none repeat scroll 0 0 !important;
	border-bottom: none !important;
	color: #999;
	display: inline !important;
	padding: 0px !important;
	text-decoration: none !important;
}

/* ----- Multimediabox der Startseite ----- */

#multimedia {
	background-color: #F6F6F6;
	border-bottom: 1px solid #ccc;
display: none;
	height: 200px;
	margin-bottom: 40px;
	padding: 10px 0px 10px 20px;
}

#multimedia h3 {
	border-bottom: none !important;
	clear: both;
	font-size: 100%;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

.mm_box {
	float: left;
	height: 170px;
	margin-right: 20px;
	width: 176px;
}

.mm_box h4 {
	font-size: 90% !important;
	margin: 5px 0 0 !important;
}

.mm_box p {
	font-size: 90% !important;
}

/* ----- Kategorieansicht der Startseite ----- */

#categories {

}

#categories .cat {
	background: #25517F url(images/bg.png) repeat-x scroll 0 -100px;
	clear: both;
	display: block;
	float: left;
	margin-bottom: 10px;
	padding: 4px 10px 4px 20px;
	width: 580px;
}

#categories .cat h3 {
	border-bottom: none !important;
	clear: both;
	color: #fff;
	font-size: 100%;
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
}

#categories .cat ul {
	float: right;
	list-style-type: none;
	margin: 0 !important;
}

#categories .cat ul li { float: left; }

#categories .cat ul li a {
	border-left: 1px solid #ccc;
	color: #fff;
	display: block;
	font-size: 85%;
	padding: 0 10px;
}
#categories .cat ul li a.first { border-left: none !important }

#categories h2 {
	display: inline;
	font-size: 110%;
}
#categories .post { padding: 10px 20px 20px !important; }

#categories .post_small h2 { font-size: 100%; font-weight: normal; }
#categories .post_small { padding: 5px 20px !important; }
#categories .post_small.last { padding-bottom: 20px !important; }

#categories .post_img, #categories .post_img_r {
	height: 70px;
	margin-top: 0 !important;
	width: 120px;
}

#categories .post_comments { margin: 0 0 5px !important; }

/* ----- Footer ----- */

.toTop {
	float: right;
	position: relative;
	right: 0px;
	top: -63px;
}

#footer {
	background-color: #0E1B29;
	clear: left;
	color: #ccc;
	float: left;
	margin-top: -63px;
	padding: 20px;
	width: 963px;
}
#footer h3 {
	border-bottom:1px dotted #ccc;
	padding-bottom:4px;
}

#footer ul {
	margin-left: 20px;

}
.footer_l {
	float: left;
	margin-right: 20px;


	width: 280px;
}
.footer_m {
	float: left;
	margin: 0px 20px;
	width: 280px;
}
.footer_r {
	float: right;
	margin-left: 20px;
	width: 294px;
}
#footer p {
	border-top: 1px dotted #ccc;
	clear: left;
	float: left;
	padding-top: 10px;
	margin-top: 20px;
	width: 960px;
}

#footer p.buttons a {
	display: block;
	float: left;
	height: 26px;
	margin-right: 5px;
	vertical-align: middle;
}
#footer p.legal { margin-top: 10px; }

/* ----- Kontaktformular ----- */

#contact {
	background-color: #0A141F;
	bottom: -21px;
	clear: both;
	color: #ccc;
	left: -20px;
	padding: 20px;
	position: relative;
	width: 570px;
}

#cformsform p, #cforms2form p { margin-bottom: 10px; }

#contact ul, ol {
	list-style-type: none;
	margin: 0;
}
#contact li { margin-bottom: 10px; }

#cformsform .single, #cforms2form .single {
	border-top: 1px solid #333;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: 1px solid #333;
	padding: 2px;
	width: 250px;
	margin-right: 10px;
}

#cformsform label, #cforms2form label {
	display: block;
	float: left;
	width: 150px;
}

#cformsform textarea, #cforms2form textarea {
	border-top: 1px solid #333;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: 1px solid #333;
	padding: 2px;
	width: 501px;
}

#cformsform #sendbutton, #cforms2form #sendbutton2 {
	background-color: #111;
	border-top: 1px solid #333;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: 1px solid #333;
	color: #F3F3F3;
	margin-top: 10px;
	padding: 4px;
}
.cf-sb { margin-bottom: 0px !important; }
.cf_hidden, .linklove { display: none; }

.cf_li_text_err, .cf_info { color: #EE7711; }

/* ----- Umfragen ----- */

.wp-polls {
	background-color: #F8F8F8;
	border: 1px solid #ddd;
	margin: auto;
	padding: 0px 0px 10px 0px !important;
	width: 300px;
}
.wp-polls ul { margin: 0 0 2px !important; }
.wp-polls ul strong { border: none !important; }
.wp-polls li {
	background: transparent url(images/post_bg.gif) repeat-x scroll center bottom;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	margin-bottom: 0px;
	padding: 5px 10px;
}
.wp-polls p { margin-bottom: 0px; }
#sidebar2 .wp-polls {
	margin-bottom: 2px;
	width: 216px !important;
}
.wp-polls strong {
	background: #25517F url(images/bg.png) repeat-x scroll 0 -100px;
	border-bottom: 1px solid #ccc;

	color: #fff;
	display: block;
	padding: 10px 0px;

}
#sidebar2 .wp-polls strong {
	background: none !important;
	color: #444 !important;
}
.wp-polls li strong, .wp-polls-ans strong {
	background: none !important;
	color: #444 !important;
	display: inline !important;
	padding: 10px 0px !important;
}
.wp-polls .Buttons { margin:5px 0; }
.wp-polls-loading { margin:5px 0; }

#topBox {
clear:both;
}
#topBoxLeft {
float:left;
width:1003px;
}
#topBoxLeft ul, #topBoxRight ul {
background: #25517F url(images/bg.png) repeat-x scroll 0 -50px;
float: left;
width: 100%;
}
#topBoxLeft ul li, #topBoxRight ul li {
list-style-type: none;
float: left;
}
#topBoxLeft ul li a, #topBoxRight ul li a {
color: #fff;
display:block;
font-size:90%;
margin:1px 0 0 1px;
padding:8px 20px;
}
#topBoxLeft ul li a:hover, #topBoxRight ul li a:hover {
background:transparent url(images/body_bg.gif) repeat-x scroll 0 0px;
text-decoration: none;
}
#topBoxLeft ul li a.active, #topBoxRight ul li a.active {
background:transparent url(images/body_bg.gif) repeat-x scroll 0 -250px;
}
#topBoxLeftContent {
background-color: #fff;
border-right:1px solid #ccc;
clear:left;
height: 200px;
margin-bottom:4px;
padding: 20px;
}
#topBoxLeftContent h2 a {
color:#006699;
font-size: 80%;
}
#topBoxLeftContent .post_img, #topBoxLeftContent .post_img_r {
height:70px;
margin-top:0 !important;
width:120px;
}

#topBoxRight {
float:right;
width:392px;
}
#topBoxRightContent {
background-color: #fff;
border-right:1px solid #ccc;
clear:left;
height: 200px;
margin-bottom:4px;
padding: 20px;
}