/*
Theme Name: SoSuechtig Black Edition
Theme URI: http://www.sosuechtig.de/
Description: SoSuechtig Wordpress Theme
Version: 2.9 beta3
Author: Patrick Queisler
Author URI: http://www.sosuechtig.de/
*/
html, body { 
	margin: 0; 
	padding: 0; 
	text-align: center;
	background-color: #FFF;
	font-family: Verdana, Arial, Sans-serif;
	font-size: .83em;
   	color: #333;
} 

a:link, a:visited {
	color: #f0670b;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	color: #f0670b;
	text-decoration: none;
	border-bottom: none;
}

a:active, a:focus {
	color: #f0670b;
	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;
}

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;
}

#blog { 
	width: 970px; 
	text-align: left;  
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
}

#header {
	width: 970px;
	height: 184px;
	background: url(images/header.jpg) no-repeat;
	padding: 0;
	margin: 0;
}

#header #sitetitle {
	color: #fff;
	padding-top: 2px;
	font-size: 20px;
}

#header #sitetitle h1 a {
	color: #fff;
}

#header #sitedescription {
	color: #fff;
	font-family: "Trebuchet MS", "Nimbus Sans L", Helvetica, Sans-serif;
	font-weight: bolder;
	font-size: 13px;
	width: 550px;
	text-align: center;
}

#header #sitedescription  a {
	color: #fff;
}
#header #sitedescription  a:hover {
	color: #fff;
}

#wrapper {
	background-color: pink;
	background-image: url(images/bg-wrapper.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 970px;
}

#wrapperleft {
	width: 756px;
	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: none;
	padding: 0px;
	margin: 0px;
}

#main li {
	padding: 0px 0px 4px 12px;
	background: url(images/bullet-doc.gif) no-repeat 0 3px;
	font-family: Verdana, Arial, Sans-serif;
}

/*	DATE */
#main h1 {
	font-weight: bold;
	font-size: 1em;
	color: #6699CC;
	padding: 0px 0px 0px 27px;
	background: url(images/bullet-splat.png) no-repeat 8px 4px;
}

/* Titre de TOPIC */
#main .entry h1, #main #comments h1, #main #commentform h1 {
	font-size: 1.3em;
}

#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: 4px 0px;
	margin: 0px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

#main .entryfootermoins {
	background-color: #FFF;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	margin-top: 4px;
	border-bottom: 1px solid #DDDDDD;
}

#main .entryfooterplus {
	background-color: #FFF;
	padding: 0px;
	padding-top: 4px;
	margin: 0px;
	margin-bottom: 4px;
	border-top: 1px solid #DDDDDD;
}

/* Petits icons utilisateurs, commentaires, test, à la fin des
 * articles */
#main .contentimage {
	margin-top: 5px;
	padding: 0px;
}

#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%;
}
#main #comment{
	font-size: 130%;
}

.sidebar {
	width: 206px;
	float: right;
	position: relative;
	padding: 0px;
	color: #fff;
}
.sidebar.right{
	margin-right: 4px;
}

.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 h1 {
	padding: 10px;
	margin: 0px;
	font-size: 13px;
	line-height: 1.4em;
	color: #fff;
}

.sidebar h2 {
	padding: 10px;
	margin: 0px;
	font-size: 13px;
	line-height: 1.4em;
	color: #fff;
}

.sidebar ul {
	list-style-type: none;
	padding: 0 10px;
	margin: 0px;
}
.sidebar ol {
	padding: 0 10px;
	margin: 0px;
}

.sidebar li {
	padding: 0px 0px 4px 10px;
	background: url(images/bullet-doc.gif) no-repeat 0 4px;
}

.sidebar .linkcat {
	list-style-type: none;
	background: none;
	margin: 0px;
	padding: 0px;
}

.sidebar #akismetwrap {
	padding-left: 42px;
}

.sidebar p {
	padding: 0px 10px;
}

.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;
}

/* Style du formulaire recherche */
#searchform{
	background: none;
	padding: 0px 10px;
}
#searchform input[type=text]{
	width : 100%;
	border: black 1px solid;
	-moz-border-radius:4px;
}
#searchform input[type=text]:focus{
	border-color: #323232;
}
#searchform input[type=submit], .sidebar select{
	color: white;
	background-color: #323232;
	border: black 1px solid;
	-moz-border-radius:4px;
	padding: 1px 10px;
}
#searchform input[type=submit]:hover, .sidebar select:hover{

	background-color: #ff7701;
	border-color: #323232;
}

.sidebar select{
	margin:0 10px;
	padding: 1px 1px 1px 10px;
	cursor:s-resize;
}

#footer {
	color: #666666;
}

#footer a:link, #footer a:visited {
	color: #ff7200;
	text-decoration: none;
}

#footer a:hover {
	color: #ff7200;
	border-bottom: 1px solid #ff7200;
}

#footer a:active, #footer a:focus {
	color: #ff7200;
	text-decoration: none;
	border-bottom: 1px solid #ff7200;
}

/* 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;
}


/* 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 */ 


/*last.fm Cover Widget */
.lastfmcover {
	padding: 0px;
	border: 4px solid #FFF;
	background: #FFF;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 47px;
	height: 47px;
}

/*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;
}

.sidebar #wp-calendar {
	padding-left: 34px;
	text-align: center;
}

/* @group Special Styles */
/* This is based on styles from the Sawchuk scheme for K2 */
.download, .code, .note,
.alert, .new, .construction,
.information {
	
	background-position: 15px 10px;
	background-repeat: no-repeat;
	font-size: 1.2em !important;
	line-height: 115%;
	margin: 10px auto;
	padding: 10px 10px 10px 50px;
	text-align: left;
	color: #FFFFFF;
}

ul.download, ul.code, ul.note,
ul.alert, ul.new, ul.construction,
ul.information {
	font-size: 1em !important;
	line-height: 115%;
	list-style-type: disc;
	list-style-position: inside;
	padding: 10px 10px 10px 50px;
}

ol.download, ol.code, ol.note,
ol.alert, ol.new, ol.construction,
ol.information {
	font-size: 1em !important;
	line-height: 115%;
	list-style-type: decimal;
	list-style-position: inside;
	padding: 10px 10px 10px 65px;
}

dl.download, dl.code, dl.note,
dl.alert, dl.new, dl.construction,
dl.information {
	font-size: 1em !important;
	line-height: 115%;
	padding: 10px 10px 10px 50px;
}

dl.download dt, dl.code dt, dl.note dt,
dl.alert dt, dl.new dt, dl.construction dt,
dl.information dt {
	font-size: 1.2em !important;
	font-weight: bold;
	line-height: 115%;
}

dl.download dd, dl.code dd, dl.note dd,
dl.alert dd, dl.new dd, dl.construction dd,
dl.information dd {
	line-height: 115%;
	list-style-type: disc;
}

.download {
	background-color: #353;
	background-image: url('images/package_go.png');
	border-bottom: 2px solid #383;
	border-top: 2px solid #383;
}

.download a, .download a:visited {
	border-bottom: 2px dotted #3F3;
	color: #3F3;
	text-decoration: none !important;
}

.download a:hover {
	border-bottom: 2px dotted #3C3;
	color: #3C3;
	text-decoration: none !important;
}

.code { /* use p class=code when you want to fake it, sometimes handy */
	background-color: #444;
	background-image: url('images/application_osx_terminal.png');
	border-bottom: 2px solid #AAA;
	border-top: 2px solid #AAA;
	font-family: 'Courier New', Courier, Fixed;
}
	
.alert {
	background-color: #533;
	background-image: url('images/exclamation.png');
	border-bottom: 2px solid #F33;
	border-top: 2px solid #F33;
}

.new {
	background-color: #643;
	background-image: url('images/new.png');
	border-bottom: 2px solid #F93;
	border-top: 2px solid #F93;
}

.construction {
	background-color: #553;
	background-image: url('images/error.png');
	border-bottom: 2px solid #FF3;
	border-top: 2px solid #FF3;
}

.information {
	background-color: #335;
	background-image: url('images/information.png');
	border-bottom: 2px solid #33F;
	border-top: 2px solid #33F;
}

.note {
	background-color: #444;
	background-image: url('images/page_white_text.png');
	border-bottom: 2px solid #AAA;
	border-top: 2px solid #AAA;
}

.callout {
	border-bottom: 2px solid #CCC;
	border-top: 2px solid #CCC;
	color: #CCC;
	font-size: 1.4em !important;
	margin: 10px auto;
	padding: 10px;
	text-align: justify;
}
/* @end */


/* Style de "article relatifs" à la fin d'un article */
#main h4{
	font-size: 1em;
	font-weight: bold;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
float: left;
}

/* End Images */

/* Captions */

.aligncenter,
	div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */

.st-tag-cloud {
       padding-left : 10px;
       padding-right : 10px;
}

#sitetitle a{
	display:block;
	text-decoration:none;
	height:135px;
}

img.photo{
	border-width:0px;
	padding:0px,
	margin:0px;
}

#main img.vertical-middle{
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

img{
border: none;
}

.avatar {
	float: right; 
	padding: 0px;
	margin: 5px;
}