/*
Theme Name: SimplicityBright Plus
Theme URI: http://www.iriemate.de/wordpress/
Description: Designed by <a href="http://www.koch-werkstatt.de" title="Kochwerkstatt">Karsten Kuhnen</a>, based on the Theme Relaxation by <a href="http://www.jowra.com">Jowra</a>, plus widgetizing and advanced function by <a href="http://www.iriemate.de/wordpress/">IrieMate</a>.
Version: 0.2 plus (deutsch)
Author: Iriemate
Author URI: http://www.iriemate.de
*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	margin:0px;
	padding:0px;
	font-family: verdana, sans-serif;
	font-size: 71.1%;
	color: #ffffff;
	background-color: #000000;
}

div#page {
	background: url(./images/bg_top.png) repeat-x;
	background-color: #222222;
}


div#center {
	width: 840px;
	margin: 0px auto;
/*	border-bottom: 1px solid #666666;*/
}





#header {
	height: 120px;
}

/*#header a {
	color: #adadad;
}

#header a:hover {
	color: #ffffff;
}



#header h2 {
    float: left;
	margin:0;
	padding: 0px 15px 0 0;
	border-right:1px solid #808080;
	}

#header h2 a { text-decoration:none; }

#header p {
    padding: 13px 0 0 10px;
	margin:0;
	line-height: 1em;
}*/


div#logo {
	float: right;
}


div#blogname {
    padding-top: 78px;
	float: left;
}

div#blogname p {
	text-transform: uppercase;
	color: #b8f0f6;
	margin-bottom: 0;
}

/*  text------------------------------------------------ */

blockquote {
	border-left: 1px solid #8897a9;
    color: #ffffff;
    font-size: 1.00em;
    padding-left: 10px;
    padding-right: 10px;
	margin: 0 30px;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

code {
background: #181818;
 border: 1px solid #444444;
 color: #adadad;
 font: 11px Verdana, Arial, 'Helvetica', sans-serif;
 padding: 10px;
text-align: left;
}



h1 a {
	color: #cbcbcb;
        font-weight: normal;
	font-family: arial, sans-serif;
	font-size: 1.2em;
        margin: 0;
	padding: 0;
	text-decoration: none;
}

h1 {
	color: #cbcbcb;
        font-weight: normal;
	font-family: arial, sans-serif;
	font-size: 1.2em;
        margin: 0;
	padding: 0;
	text-decoration: none;
}

p {
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0.5em;
}

/* #content_container table tr td {
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
}
*/

h2,h3,h4,h5 {
    margin-top: 1.2em;
    margin-bottom: 0.4em;
    line-height: normal;
}

h2 {
    font-family: arial, sans-serif;
    font-weight: normal;
	font-size: 128%;
    color: #b8f0f6;
}

h3 {
    font-family: verdana, sans-serif;
    font-size: 128%;
	font-weight: normal;
}

h4 {
    font-size: 100%;
    color: #b8f0f6;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 90%;
    margin-top: 0;
    margin-bottom: 0;
}


img {
	border: none;
    }

ul {
	margin-left: 16px;
	list-style-type: square;
	margin-top: 0;
	margin-bottom: 0.8em;
}

li {
	margin-bottom: 0.5em;
}

ol, form {
	margin: 0;
	padding: 0;
}



.entry {
/*	line-height: 1.3em; */
/*	text-align: justify; */
	background-color: #353535;
	border: 1px solid #cccccc;
	padding: 15px 5px 15px 5px;
	margin-top: 10px;
}

small {
	font-size: 10px;
}



/*################*/
/*### Header   ###*/
/*################*/



/*###################*/
/*### Oberes Menue ###*/
/*###################*/

#top {
          background: #282828;
          border-bottom: 1px solid #cbcbcb;
          height: 34px;
          margin: 0 auto;
          width:100%;
          text-align: center;
          overflow: hidden;
}

#topbar { height: 34px;
          width: 810px;
          margin: 0 auto;
          padding: 0;
          text-align: center;
}

ul.topmenu {
    background: transparent;
    float: left;
    margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul.topmenu li {
	float: left;
}

ul.topmenu li a {
	float: left;
	display: block;
    height: 34px;
	padding: 9px 20px 0 0px;
	color: #cbcbcb;
}

ul.topmenu li a:hover {
	color: #ffffff;
   text-decoration: none;
}

/*################*/
/*### Content  ###*/
/*################*/

#content {
	/*background-color: #993333;*/
	border: none;
	color: #cbcbcb;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 30px 0px;
        text-align: left;
	width: 610px;
}


#content a:hover {
        color: #ffffff;
        background: transparent;
        text-decoration: none;
}

#content img {
	/*float: left;*/
	margin: 3px 10px 5px 0;
	border: 1px solid #666666;
    padding: 5px;
    background-color: black;
}

#content a:hover img {
        border: 1px solid #8897A9;
        background: transparent;
}

#content h1 a:hover {
/*        color: #C9D9FB; */
/*        background: transparent; */
/*        text-decoration: none; */
	color: #cbcbcb;
        font-weight: normal;
	font-family: arial, sans-serif;
	font-size: 1.2em;
        margin: 0;
	padding: 0;
	text-decoration: underline;
}

#content h2 a:hover {
        color: #C9D9FB;
        background: transparent;
        text-decoration: none;
}

#content h3 a {
        text-decoration: none;
}

#content h3 a:hover {
         color: #ffffff;
         background: transparent;
         text-decoration: none;
}

#content ul {
         list-style-type: square;
         margin: 0 0 0 25px;
         padding:  0 0 0 0;
}

#content ul li {
         line-height: 1.5em;
         margin: 0;
         padding: 5px;
}

div.entrytext {
	background-color: #353535;
	border: 1px solid #cccccc;
	padding: 15px 5px 15px 5px;
	margin-top: 10px;
}

/*############################*/
/*#### KOMMENTARFORMULAR #### */
/*############################*/

#comment {
        background: #2e2e2e;
	border: 1px solid #444444;
	color: #444444;
	font-size: 13px;
	padding-left: 2px;
	vertical-align: middle;
	width: 607px;

}

.commentbody {
        background: #cbcbcb;
	border: 1px solid #444444;
	color: #444444;
	font-size: 1.0em;
	margin: 0 0 10px 0;
	padding: 15px 15px 5px 15px;
	position: relative;
        -moz-border-radius: 10px;
}

.commentbody a {
	color: #8897A9;
        text-decoration: none;
}
.commentbody a:hover {
	color: #ffffff;
        text-decoration: none;
}

.commentbody p {
	line-height: 1.2em;
}

.commentlink {
	font-size: 13px;
}

.commentlist {
	list-style: none;
}

#email, #author {
	background: #2e2e2e;
	border: 1px solid #555555;
	color: #cbcbcb;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	padding-left: 5px;
	vertical-align: middle;

}

#url {
	background: #2e2e2e;
	border: 1px solid #555555;
	color: #cbcbcb;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	height: 16px;
	padding-left: 5px;
	vertical-align: middle;
}

#submit {
	background: #2e2e2e;
	border: 1px solid #555555;
	color: #cbcbcb;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	margin: 0;
	padding: 0 10px;

}

textarea {
        overflow:auto;
}



#footer {
    clear: both;
	color: #999999;
    margin: 0;
	padding-top: 6px;
    text-align: center;
	border-top: 1px solid #666666;
}

#footer a {
        color: #ffffff;
        text-decoration: none;
}

#footer a:hover {
        color: #C9D9FB;
        text-decoration: none;
}

/*################*/
/*### Suchfeld ###*/
/*################*/

.s {
	background: transparent;
        border: 0px solid #c7c7c7;
	color: #383d44;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	height: 15px;
	padding-left: 3px;
	vertical-align: middle;
	width: 220px;
}


/* SIDEBAR ------------------*/


#sidebar {
        width: 190px;
        text-align: left;
        float: left;
        margin: 25px 0px 30px 0px;
        padding: 0px 0px 0px 0px;
        line-height: 1.6em;
        color: #cbcbcb;
        }

div#sidebar li.widget {
    list-style-type: none;
    list-style-position: outside;
    border: none;
}

.sidelist {
        background: transparent;
        margin: 0 0 20px 0;
        padding: 0;
        }

#sidebar ul {
	list-style: none;
	margin: 0 0 0 16px;
	padding: 0;
	border: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}



#sidebar li ul li{
        border-bottom: 1px solid #666666;
}

#sidebar li ul li a {
        background-color:transparent;
        color:#CBCBCB;
        display:block;
        padding:2px 2px 2px 0pt;
        text-decoration:none;
}

#sidebar li ul li ul li {
        border-bottom:1px solid #222222;
        line-height:1.2em;
}

#sidebar li ul li.current_page_item a {
        color:#B8F0F6;
}


#sidebar li ul li.current_page_item ul li a {
        color:#CBCBCB;
}

#sidebar li li ul a { 
        color: #cbcbcb;
        margin-bottom: 0;
}

#sidebar li li.current_page_item a {
        color: #b8f0f6;
        margin-bottom: 0;
}

#sidebar li li.current_page_item ul li a {
        color: #cbcbcb;
        margin-bottom: 0;
}

#sidebar h2 {
        color: #b8f0f6;
	font-weight: normal;
        font-family: tahoma, arial, sans-serif;
        padding: 15px 0px 3px 0px;
        margin: 0px 0px 0px 0px;
}

#widgettitle {
        color: #fff;
	font-weight: bold;
        font-family: tahoma, arial, sans-serif;
        padding: 15px 0px 3px 0px;
        margin: 0;
}

#wrapper {
	float: left;
	margin: 0;
	padding: 0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}


.date {
	background: transparent;
	color: #444444;
	font: 11px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.postmetadata {
        background: transparent;
        font-style: italic;
        color: #cbcbcb;
        line-height: 1.5em;
	margin: 15px 0 20px 0;
	padding:3px 3px 3px 3px;
	text-align: right;
        clear:both;
}

.postmetadata a {background: transparent; color: #cbcbcb; text-decoration: none;}

.postmetadata2 {
        background: #2e2e2e;
        color: #adadad;
        border: 1px solid #444444;
        font-size: 11px;
        line-height: 1.3em;
	letter-spacing: 0em;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: left;
        clear:both;
        -moz-border-radius: 10px;
}

/* different postmetadata style for single.php */

.alt {
	line-height: 1.3em;
	padding: 10px;
}

.alt a {
	background: inherit;
	color: #8897A9;
        text-decoration: none;
}

.commentheader {
        background: inherit;
        font-size: 1.1em;
        font-weight: lighter;
        text-align: left;
        color: #adadad;
        padding: 10px 0px 0px 0px;
        line-height: 1.5em;
}

.clear {
        clear:both;
}

<!--######################-->
<!--### Menue im Footer ###-->
<!--######################-->

#bottom {
        clear: both;
	width: 840px;
	margin: 0;
	padding: 0px;
	background-color: #222222;
	border-bottom: 1px solid #666666;
	text-align: left;
	color: #cbcbcb;
	}

#bottom-left {
	width: 30%;
	padding: 0 0 6px 0;
	float: left;
}

#bottom-mid {
	width: 30%;
	padding: 0 0 6px 40px;
	float: left;
}

#bottom-right {
	width: 30%;
        margin-right: 10px;
	padding: 0 0 6px 0;
	float: right;
	}

#bottom h2 {
        font: 24px Arial, 'Helvetica', Verdana, sans-serif;
        font-weight: 100;
	margin: 25px 0 5px 0;
	padding: 0 1px;
        color: #adadad;
	}

#bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
#bottom li {
        border-bottom: 1px solid #444444;
        margin: 0;
        padding: 0;
        display: block;
	}
#bottom li a {
        display: block;
        background-color: transparent;
        color: #383d44;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
        border-bottom: 0;
	}
#bottom li a:hover {
	color: #ffffff;
	background-color: #202020;
        text-decoration: none;
	}


	/* Wp-Contact Form (de) CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}
/* Ende Wp-ContactForm (de) CSS */

/*++++++++++++++++
 ++   PLUGINS   ++
 +++++++++++++++++*/

#sidebar ul.falbum-random li
{
  display: inline;
  text-align: center;
}

#sidebar ul.falbum-random li a
{
  display: inline;
  text-align: center;
}

#sidebar ul.falbum-random li a img
{
  text-align: center;
}

#sidebar ul.falbum-recent li
{
  display: inline;
  text-align: center;
}

#sidebar ul.falbum-recent li a
{
  display: inline;
  text-align: center;
}




#sidebar ul.falbum-recent li a img
{
  text-align: center;
}

#content img.wp-smiley

{
        border: none;
	float: none;
	margin: 0px;
        padding: 0px;
        background-color: transparent;
}

#content img.fs_browsericon
{
  border: none;
	float: none;
	margin: 0px;
  padding: 0px;
  background-color: transparent;
}

#content img.fs_flagicon
{
  border: none;
	float: none;
	margin: 0px;
  padding: 0px;
  background-color: transparent;
}
#wp_grins img
{
  border: none;
	float: none;
	margin: 0px;
  padding: 0px;
  background-color: transparent;
}

#content .monsterid {
  border: none;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  float: left;
}

#technorati p a {
display: inline;
}

#im-online-widget p a {
display: inline;
}


#firestats span a {
display: inline;
}

#firestats span img {
display: none;
}

