/*
Theme Name: SoSuechtig Black Edition
Theme URI: http://www.sosuechtig.de/
Description: SoSuechtig Wordpress Theme
Version: 2.9 beta4
Author: Patrick Queisler
Author URI: http://www.sosuechtig.de/
*/
html, body { 
	margin: 0; 
	padding: 0; 
	text-align: center;
	background-color: #222;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
   	color: #333;
} 

a:link, a:visited {
	color: #f0670b;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
}

a:active, a:focus {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
}

blockquote {
	background-color: #FFF;
	font-weight: normal;
	color: #666;
	border-top: 1px solid #f0670b;
	border-bottom: 1px solid #f0670b;
	margin: 0px 20px 0px 20px;
	padding: 4px;
}

img {
	border: none;
}

form {
	background: #FFF;
	margin: 0px;
	padding: 4px;
}

input, textarea, select {
	margin: 1px 0;
	font-size: 100%;
}
input.text, textarea.text {
	background: #FFF;
	border: 1px solid #f0670b;
	color: #666;
}

tr, td {
	vertical-align: top;
	font: normal 12px 2Arial, Helvetica, sans-serif;
}

#blog { 
	width: 970px; 
	text-align: left;  
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
}

#header {
	width: 970px;
	height: 291px;
	background: url(images/header.jpg) no-repeat;
	padding: 0;
	margin: 0;
}

#header #sitetitle {
	color: #fff;
	padding-left: 15px;
	padding-top: 22px;
	font-size: 22px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

#header #sitetitle h1 a {
	color: #fff;
}

#header h2 {
	color: #fff;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 10px;
}

#header #sitedescription {
	padding-left: 15px;
	padding-top: 124px;
}

#wrapper {
	background-color: #FFFFFF;
	background-image: url(images/bg-wrapper.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

#wrapperleft {
	width: 760px;
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
} 

#main {
	width: 550px;
	float: left;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}

#main ul {
	list-style-type: circle;
}

#main ul li {
	padding: 0px 0px 4px 12px;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

#main ol li {
	padding: 0px 0px 4px 0px;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

/*	DATE */
#main h1 {
	font-weight: bold;
	font-size: 100%;
	color: #6699CC;
	padding: 2px 4px 4px 27px;
	background: url(images/bullet-splat.png) no-repeat 8px 4px;
}

/*	TOPIC */
#main .entry h1, #main #comments h1, #main #commentform h1 {
	font-weight: bold;
	font-size: 120%;
	background: none;
	padding: 0px;
	color: #f0670b;
}

#main .entry, #main #comments, #main #commentform {
	padding: 0px 10px 30px 10px;
	margin: 0px;
}

#main .entrycontent {
	padding: 0px;
	margin: 0px;
}

#main .entryfooter {
	background-color: #FFF;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

#main .contentimage {
	margin-top: 5px;
}

.contentimage {
	padding-top: 0px;
}

#contentimage {
	margin-top: 5px;
}

#main .asides {
	padding: 0px 10px 10px 10px;
}

#comments {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}

#main #comments .comment {
	background-color: #EFEFEF;
	font-size: 100%;
	font-weight: normal;
	color: #444;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 4px 20px 4px 20px;
}

#main #comments .officialuser {
	background-color: #EFEFEF;
	font-size: 100%;
	font-weight: normal;
	color: #444;
	border-top: 1px solid #f0670b;
	border-bottom: 1px solid #f0670b;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 4px 20px 4px 20px;
}

#main #comments .comment h4, #main #comments .officialuser h4 {
	font-size: 100%;
	font-weight: normal;
}

#main #comments .comment .commentnumber, #main #comments .officialuser .commentnumber {
	font-size: 140%;
	font-weight: bold;
	margin-right: 8px;
}

#main #commentform form {
	background-color: #EFEFEF;
	font-size: 100%;
	font-weight: normal;
	color: #444;
	border-top: 1px solid #f0670b;
	border-bottom: 1px solid #f0670b;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 4px;
}

#main #commentform label {
	font-size: 90%;
}
#main #commentform .commentforminfo {
	font-size: 90%;
}

.sidebar {
	width: 186px;
	float: right;
	position: relative;
	padding-right: 10px;
	margin: 0px;
	color: #fff;
	border-right: 4px solid #FFF;
}

.sidebar p {
	text-align: left;
}

.sidebar #wp-calendar {
	padding-left: 30px;
}

.sidebar a:link, .sidebar a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

.sidebar a:hover {
	color: #fff;
	text-decoration: underline;
	border-bottom: none;
}

.sidebar a:active, .sidebar a:focus {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

.sidebar h2 {
	padding-bottom: 10px;
	margin: 0px;
	font-size: 14px;
	line-height: 1.4em;
	color: #fff;
}

.sidebar li {
	list-style-type: none;
	background: none 0 0px;
	margin: 0;
	padding: 0;
}

.sidebar li h2 {
	list-style-type: none;
	background: none 0 0px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 14px;
	line-height: 1.4em;
	color: #fff;
}

.sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.sidebar ul li {
	padding: ;
	text-align: left;
}

.sidebar #akismetwrap {
	padding-left: 35px;
}

.sidebar .linkimages ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.sidebar .linkimages li {
	padding: 0px;
	background-image: none;
}

.sidebar .linkimages a:link, .sidebar .linkimages a:visited, .sidebar .linkimages a:active, .sidebar .linkimages a:hover, .sidebar .linkimages a:focus {
	text-decoration: none;
	border: none;
}

#footer {
	color: #666666;
}

#footer a:link, #footer a:visited {
	color: #ff7200;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	border-bottom: 1px solid #ff7200;
}

#footer a:active, #footer a:focus {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #ff7200;
}

/* a.annotation { position: absolute; border: 1px solid white; padding: 0; display: none; }
a.annotation span { display: block; width: 100%; height: 100%; background: white; opacity: 0.2; -moz-opacity: 0.2; filter:alpha(opacity=20); }
a.annotation:hover { border-color: yellow; opacity: 0.2; -moz-opacity: 0.2; filter:alpha(opacity=20); } */

/* GRAVATAR styling */

.gravatar {
	float: right;
	padding: 0px;
	border: 4px solid #DDDDDD;
	background: #FFF;
	margin: 4px;
	width: 50px;
	height: 50px;
}

.postgrav {
	float: right;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	background: #fff;
}

/* Super Archives */
#livearchive {
	background: #FFF;
}

#teb-super-archive {
	margin-left: 10px;
}

#teb-super-archive ul {
	padding: 4px;
	list-style-type: none;
	list-style-image: none;
}

#teb-super-archive ul li {
	text-align: left;
	padding: 1px 8px;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	background-image: none;
}

#teb-super-archive ul li:hover {
	background: #bbb;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding-top: 0;
	padding-bottom: 0;
	background-image: none;
}

html>body .entry #teb-super-archive ul li {
	text-indent: 0;
	margin: 0;
	background-image: none;
}
	
.entry #teb-super-archive ul li:before {
	content: "";
}

#teb-super-archive-year {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #666;
}

#teb-super-archive-year li {
	position: relative;
	font-weight: bold;
	background-image: none;
}
	
#teb-super-archive-month {
	float: left;
	width: 100px;
	margin: 0;
	border-left: 1px solid #666;
	font-weight: bold;
}

#teb-super-archive-month li {
	position: relative;
	background-image: none;
}

#teb-super-archive-post {
	float: left;
	width: 285px;
	margin: 0;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#teb-super-archive-post li {
	position: relative;
	font-weight: bold;
	background-image: none;
}

#teb-super-archive ul li span {
	position: absolute;
	right: 8px;
	font-weight: normal;
	color: #000;
}

#teb-super-archive .selected, #teb-super-archive-post li:hover {
	background: #f0670b;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding-top: 0;
	padding-bottom: 0;
	color: #FFF;
}

/* Float containers fix: http://www.csscreator.com/attributes/containedfloat.php */ 
#wrapperleft:after, #wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
#wrapperleft, #wrapper { display: inline-table; }

/* Hides from IE-mac */
* html #wrapperleft, * html #wrapper { height: 1%; }
#wrapperleft, #wrapper { display: block; }
/* End hide from IE-mac */ 

#searchform {
	background: none;
	color: #FFF;
	padding-left: 10;
	padding-top: 0;
}

.searchforminput {
	background-color: #fff;
	font-size: 100%;
	font-weight: normal;
	color: #333;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

/*WP-PopIn Plugin Style */
#wpPopin {
   padding: 5px;
   border: solid 2x #FFF;
   background-color: #333;
}


#wpPopinLinks {
    height: 12px;
    padding: 4px;
    padding-top: 0px;
    padding-bottom: 7px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #333;
}

h3.storytitle {
    font-size:24px;
    font-weight:bold;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    margin: 20px 0 4px;
    padding:0;
    padding-left: 29px;
    padding-bottom: 9px;
}

#main .storytitle {
    background-repeat: no-repeat;
    background-position: bottom left;
}

#main .meta {
    padding-left:30px;
}

#main .meta, #main .meta a {
    color:#f0670b;
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-decoration:none;
}

#main .meta a:hover, #main .meta a:active, #main .meta a:focus {
	color: #000000;
}

#main .entrycontent{
	padding-top: 20px;
	padding-bottom: 10px;
}

#main .tags {
	font-size:11px;
	font-weight:bold;
	padding:0 5px 0;
	text-align:right;
}

#main .tags a {
	 text-decoration:underline;
}

#main .tags a:hover, #main .tags a:active, #main .tags a:focus {
	background-color: #f0670b; 
	color: #000000;
}

#main .related {
	text-align:center;
	padding-top: 20px;
}

#main .postfooter {
	background-color: #EFEFEF;
	font-size: 100%;
	font-weight: normal;
	color: #444;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 20px 10px 20px;
	text-align: right;
}
#main .postfooter a {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#main .postfooter a:hover, #main .postfooter a:active, #main .postfooter a:focus {
	color: #000000;
}

img.avatar{
	border: 1px solid black;
	margin-top: 10px;
}

form.wpcf7-form{
	background-color: #EFEFEF;
	font-size: 100%;
	font-weight: normal;
	color: #444;
	border-top: 1px solid #f0670b;
	border-bottom: 1px solid #f0670b;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 4px;
}

img.alignright{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

img.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

div.searchblock {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: transparent url(images/search.jpg) no-repeat scroll left top;
	height:35px;
	width:100%;
	margin-left:-10px;
}

form#searchform {
	margin:0;
	padding:0;
}

#searchform input#s {
	height:18px;
	margin-top:8px;
	padding-left:15px;
	padding-top:3px;
	width:110px;
}

#searchform input {
	background-color:#FFFFFF;
	border:medium none;
	color:#999999;
	font-style: italic;
	font-weight:bold;
	margin-bottom:4px;
}

div.newsletter {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: transparent url(images/newsletter.jpg) no-repeat scroll left top;
	height:35px;
	width:100%;
	margin-left:-10px;
}

div.related a{
	font-weight: bold;
}

form#newsletterform {
	margin:0;
	padding:0;
}

#newsletterform input#n {
	height:18px;
	margin-top:8px;
	padding-left:15px;
	padding-top:3px;
	width:110px;
}

#newsletterform input {
	background-color:#FFFFFF;
	border:medium none;
	color:#999999;
	font-style: italic;
	font-weight:bold;
	margin-bottom:4px;
}

div.imprint {
	color: #666666;
}

div.imprint a:hover, div.imprint a:active, div.imprint a:focus {
	color: #DDDDDD;
}

#newsletterform input:focus, #searchform input:focus{
	color:#333333;
	font-style: normal;
}

#artikel_zoll, #artikel_preisvergleich, #artikel_shoppingclubs { display: block; background-position: top left; background-repeat: no-repeat; width: 180px; height: 59px;}
#artikel_zoll { background-image : url(images/articles/artikel_zoll_off.gif);}
#artikel_zoll:hover { background-image : url(images/articles/artikel_zoll.gif);}
#artikel_preisvergleich { background-image : url(images/articles/artikel_preisvergleich_off.gif);}
#artikel_preisvergleich:hover { background-image : url(images/articles/artikel_preisvergleich.gif);}
#artikel_shoppingclubs { background-image : url(images/articles/artikel_shopping_off.gif);}
#artikel_shoppingclubs:hover { background-image : url(images/articles/artikel_shopping.gif);}

#live_ibood, #live_ebay, #live_preisbock, #live_guut, #live_discount24, #live_yatego, #live_gamerdeals, #live_24limit, #live_deal4day, #live_fashioncode { display: block; background-position: top left; background-repeat: no-repeat; width: 180px; height: 35px; padding-left: 110px; padding-top: 10px;}
#live_ibood { background-image : url(images/live/live_ibood.jpg);}
#live_ebay { background-image : url(images/live/live_ebay.jpg);}
#live_preisbock { background-image : url(images/live/live_preisbock.jpg);}
#live_guut { background-image : url(images/live/live_guut.jpg);}
#live_discount24 { background-image : url(images/live/live_discount24.jpg);}
#live_yatego { background-image : url(images/live/live_yatego.jpg);}
#live_gamerdeals { background-image : url(images/live/live_gamerdeals.jpg);}
#live_24limit { background-image : url(images/live/live_24limit.jpg);}
#live_deal4day { background-image : url(images/live/live_deal4day.jpg);}
#live_fashioncode { background-image : url(images/live/live_fashioncode.jpg);}

#up2date_twit, #up2date_rss_b, #up2date_rss_k { display: block; background-position: top left; background-repeat: no-repeat; width: 50px; height: 50px;}
#up2date_twit { background-image : url(images/twit_grey.gif);}
#up2date_twit:hover { background-image : url(images/twit.gif);}
#up2date_rss_b { background-image : url(images/rss_b_grey.gif);}
#up2date_rss_b:hover { background-image : url(images/rss_b.gif);}
#up2date_rss_k { background-image : url(images/rss_k_grey.gif);}
#up2date_rss_k:hover { background-image : url(images/rss_k.gif);}

img.head { margin-left: -10px; }

div.sidebar_block ul li { margin-bottom: 4px; }