/*
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.1 plus (deutsch)
Author: Iriemate
Author URI: http://www.iriemate.de
*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	#background: #f1f3e9;/*mattweiß, grünton*/
	background: #FFFFFF;/*weiß*/
	font: 12px Verdana, Arial, 'Helvetica', sans-serif;
        padding: 0;
}


blockquote {
	border-left: 1px solid #326ea1; /*mittelblaugrau*/
        color: #555555;/*dunkelmittelgrau*/
        font-size: 1.00em;
        padding-left: 10px;
        padding-right: 10px;
	margin: 0 30px;
}

a {
	color: #326ea1;/* mittelblaugrau; Schriftfarbe von Links im Text*/
	text-decoration: none;
        outline: none;
}

code {  background: #f5f5f5;/*mattweiß, rotton*/
        border: 1px solid #cccccc;/*hellgrau*/
	color: #555555;/*dunkelmittelgrau*/
        font: 11px Verdana, Arial, 'Helvetica', sans-serif;
        padding: 10px;
	text-align: left;
}

/*#####################*/
/*### Überschriften ###*/
/*#####################*/
/* blau 326ea1 (mittelblaugrau->weniges blau nicht trüben) ersetzt durch 1d507d (Wordpress.com Global Dashboard->zu dunkel), 007cc2 (Scan 'Block'->wirkt hellblau), 0079be (Scan 'Block' dunkler->wirkt auch hellblau), 0075b8 (analoges Blockblau)*/
h1 a {
	color: #0075b8;/*analoges Blockblau*/
        font-weight: 100;
	font: 24px Arial, 'Helvetica', Verdana, sans-serif;
        margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
        display: block;
}

h1 {
	color: #0075b8;/*analoges Blockblau*/
        font-weight: 100;
	font: 24px Arial, 'Helvetica', Verdana, sans-serif;
        margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

h2, h2 a {
	color: #0075b8;/*analoges Blockblau*/
        font-weight: 100;
	margin: 0;
	padding: 0;
}

h3, h3 a {
	color: #0075b8;/*analoges Blockblau*/
        font-weight: 100;
	margin: 15px 0 0px 0;
	padding: 0;
}

h4 {    color: #0075b8;/*analoges Blockblau*/
	font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: none;
        }

ol, form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.7em;
	text-align: justify;
}

.entry {
	line-height: 1.3em;
	text-align: justify;
}

small {
	font-size: 10px;
}

#page {
	background: transparent;
        margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 810px;
}

/*################*/
/*### Header   ###*/
/*################*/
/*      color: #383d44; sehr dunkles grau*/ 
#header {
        background: transparent;
        overflow: hidden;
        color: #1d507d;/*263a56, dunkelblau; 336699, blau; 125292, mittelblau; 326ea1, mittelblaugrau; 3a5062 - minus blau; 1d507d Dashboardblau - Bloguntertitel!*/
	font-size: 15px; /* Schriftgröße des Bloguntertitels*/
        height: 150px;
	margin: 0 auto;
        text-align: left;
	padding: 0 0 0 0;
}

#header a {
	color: #383d44;/*dunkelgraublau - aber was?*/
}

/*hier wurde geändert: aus grün mach gelb! ex #669933 - aber was?*/
#header a:hover {
	color: #fff500;
}

#blogname {
        padding-top: 60px;
}

#header h2 {
        float: left;
        font: 30px Georgia, 'Times New Roman', Times, serif;
	margin:0;
	padding: 0px 15px 0 0;
	border-right:1px solid #cccccc; /*der graue senkrechte Balken*/
	}

#header h2 a { text-decoration:none; }

#header p {
        padding: 13px 0 0 10px;
	margin:0;
	line-height: 1em;
}

/*###################*/
/*### Oberes Menü ###*/ /*Aka "der dunkle Balken da oben"*/
/*###################*/
/*        background: #4b4e52; sehr dunkles grau*/ 
/*224b6e, 225179(dunkelmittelblau),2e5779(grauer),315370(dunkler), 008bd0(blau), 424f60, 336699(mittelblaue Normfarbe, 3366cc, 3a5062(minus blau), 1d507d (Wordpress.com Global Dashboard)*/
#top {
          background: #1d507d;
          border-bottom: 1px solid #cbcbcb; /*dd4003, 0099cc, 008bd0, *41adff(hellblau),cccc33(graugelb),e6e3d7(hellgrau)*/
                                      /*cbcbcb(dunkelgrau)*/
          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 {
0	float: left;
}

ul.topmenu li a {
	float: left;
	display: block;
        height: 34px;
	padding: 9px 20px 0 0px;
	color: #cbcbcb;/*mittelgrau*/
}

ul.topmenu li a:hover {
	color: #ffffff;
        text-decoration: none;
}

/*################*/
/*### Content  ###*/
/*################*/

#content { 
	background: transparent;
        border: none;
	color: #282828;/*282828, hellschwarz; 383d44, dunkelmittelblau; 263a56, dunkelblau - Schriftenfarbe*/
	float: left; /*ehemals left!*/
	margin: 20px 0px 30px 0px;
	padding: 0 40px 0 0px;
        text-align: left;
	width: 510px;
}

/* Schriftenfarbe Textlinks bei hover */
#content a:hover {
        color: #282828;/*669933 graugrün; dad321, kotzgelb; fff500, gelb; 0066ff, blau (wenn transparent), 282828, hellschwarz; 1d507d, Dashboardblau; aa0000 dunkelrot, c91e1c, helleres dunkelrot - Schriftenfarbe Links*/
        /*background: transparent;*/
        background: #ffff99; /*transparent; ffff99 zitronengelb - Hintergrund von Textlinks bei hover*/
        padding: 2px 0px 2px 0px; /*damit wird der zitronengelbe Bereich größer!*/
        text-decoration: none;
}

#content img {
	float: left;
	margin: 3px 10px 5px 0;
        _margin: 3px 5px 5px 0;
	border: 1px solid #cccccc;
        padding: 5px;
        background-color: transparent;
}

#content a:hover img { 
        border: 1px solid #777777; 
        background: transparent;
}

/*Wenn Überschriften Links sind, haben sie bei hover diese Farbe - von oben runterkopiert:*/
/*aa0000; dunkelrot; ca1a08 dunkelrot; c91e1c, helleres dunkelrot*/
#content h1 a:hover { 
        color: #282828; /*1d507d, Dashboardblau; 282828, hellschwarz*/
        background: transparent; /*#ffff99; */
        padding: 0px 0px 0px 0px;
        text-decoration: none; 
}

#content h2 a:hover { 
        color: #282828;
        background: #ffff99;
        padding: 0px 0px 0px 0px;
        text-decoration: none; 
}

#content h3 a { 
        text-decoration: none; 
}

#content h3 a:hover { 
         color: #282828;
        background: #ffff99;
        padding: 2px 0px 2px 0px;
        text-decoration: none; 
}

#content ul {
         list-style-type: circle; 
         margin: 0 0 0 25px; 
         padding:  0 0 0 0; 
}

#content ul li {
         line-height: 1.5em; 
         margin: 0; 
         padding: 5px; 
}

/*############################*/
/*#### KOMMENTARFORMULAR #### */
/*############################*/

#comment {
        background: #fafafa;
	border: 1px solid #cccccc;/*hellgrau*/
	color: #444444;/*dunkelmittelgrau*/
	font-size: 13px;
	padding-left: 2px;
	vertical-align: middle;
	width: 510px;

}

.commentbody {
        background: #fafafa;/*mattweiß, minimal rot*/
	border: 1px solid #cccccc;/*hellgrau*/
	color: #444444;/*dunkelmittelgrau*/
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 15px 15px 5px 15px;
	position: relative;
        -moz-border-radius: 10px;
}

.commentbody a {
	color: #aa0000;/*mitteldunkelrot*/
        text-decoration: none;
}
.commentbody a:hover {
	color: #2d5175;/*mitteldunkles graublau*/
        text-decoration: none;
}

.commentbody p {
	line-height: 1.2em;
}

.commentlink {
	font-size: 13px;
}

.commentlist {
	list-style: none;
}

#email, #author {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	padding-left: 5px;
	vertical-align: middle;

}

#url {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	height: 16px;
	padding-left: 5px;
	vertical-align: middle;
}

#submit {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	margin: 0;
	padding: 0 10px;

}

textarea {
        overflow:auto;
}

/*################*/
/*#### Footer ####*/
/*################*/
/*        background: #e6e3d7; */
/* ece69e, ffed00, eae5a2, ffffcc (hellgelb),ffff99(zitronengelb)*/
#footer {
        background: #e6e3d7; /*hellgrau*/
        border-top: 1px solid #cccccc;
        height: 50px;
        clear: both;
	color: #363636;/*dunkelgrau, Schriftfarbe*/
        margin: 0;
	padding: 0;
        text-align: right; /* war center*/
        overflow:hidden;
}

#footer a {
        color: #363636;/*dunkelgrau, Schriftfarbe Links*/
        text-decoration: none;
}

#footer a:hover {
        color: #c91e1c; /*aa0000; dunkelrot; c91e1c, helleres dunkelrot (ungetestet: ca1a08)*/
        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: 250px;
        text-align: left;
        float: left;
        margin: 20px 0px 30px 0px;
        padding: 0;
        line-height: 1.6em;
        color: #282828; /*Schriftfarbe der Seitenlinks ohne hover*/
        }

.sidelist {
        background: transparent;
        margin: 0 0 20px 0;
        padding: 0;
        }

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar li{
        border-bottom: 1px solid #cccccc;
	margin: 0 0 18px 0; /*war vorher 0, Gleichgewicht cet. paribus (h2-padding!) bei 4, vergößert Abstand zwischen grauer Leiste und nächstem Item*/
        padding: 0; /*war vorher einfach 0, vergößert Abstand zwischen Links und grauer Leiste*/
        display: block; /*block; mit inline verschwindet der graue Strich unter Sidebar-Items*/
	}

#sidebar li a {
        display: block;
        background-color: transparent;
        color: #282828; /*Schriftfarbe der Seitenlinks ohne hover*/
	padding: 2px 2px 2px 2px;
	text-decoration: none;
        border-bottom: 0;
	}

#sidebar li a {
        display: block;
        background-color: transparent;
        color: #282828; /*Schriftfarbe der Seitenlinks ohne hover*/
	padding: 2px 2px 2px 2px;
	text-decoration: none;
        border-bottom: 0;
	}

/* hier wurde wieder geändert: aus grün 669933 mach gelb fff500 mach dunkelgraublau 383d44 */
#sidebar li a:hover {
        color: #282828; /*Schriftfarbe der Seitenlinks bei hover*/
	background-color: #ffff99;/*e3e6d7, grau - Hintergrund der Sidebar-Links.*/
                                /* ece69e, ffed00, eae5a2, ffffcc (hellgelb),ffff99(zitronengelb)*/
        text-decoration: none;
	}

#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 h2{
        background: inherit;
        color: #0075b8;/*analoges Blockblau*/
        font: 18px Arial, 'Helvetica', Verdana, sans-serif; /*war vorher 18px Arial!*/
        font-weight: 100;
        padding: 0px 0px 3px 0px; /*war 15 0 3 0; hier stellt man den Abstand der Itemüberschriften nach oben ein!*/
        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: #363636;
	font: 11px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.postmetadata {
        background: transparent;
        font-style: italic;
        color: #363636;
        line-height: 1.5em;
	margin: 15px 0 70px 0;
	padding:3px 3px 3px 3px;
	text-align: right;
        clear:both;
}

.postmetadata a {background: transparent; color: #363636; text-decoration: none;}

.postmetadata2 {
        background: #eeeeee;
        color: #282828;
        border: 1px solid #cccccc;
        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: #aa0000;
        text-decoration: none;
}

.commentheader {
        background: inherit;
        font-size: 18px;
        font-weight: lighter;
        text-align: left;
        color: #326ea1;
        padding: 0;
        line-height: 1.5em;
}

.clear {clear:both;}

<!--######################-->
<!--### Menü im Footer ###-->
<!--######################-->

#bottom {
        clear: both;
	width: 810px;
	height: 100%;
	margin: 0;
	padding: 0px;
	background: transparent;
	text-align: left;
	color: #282828; /*Schriftenfarbe Links Footer ohne hover*/
	}

#bottom-left {
	width: 30%;
	padding: 0 0 25px 0;
	float: left;
}

#bottom-mid {
	width: 30%;
	padding: 0 0 25px 40px;
	float: left;
}

#bottom-right {
	width: 30%;
        margin-right: 10px;
	padding: 0 0 25px 0;
	float: right;
	}

#bottom h2 {
        font: 24px Arial, 'Helvetica', Verdana, sans-serif;
        font-weight: 100;
	margin: 25px 0 5px 0;
	padding: 0 1px;
        color: #0075b8;/*analoges Blockblau*/
	}

#bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
        /*display: inline;*/
	}
#bottom li {
        border-bottom: 1px solid #cccccc;
        margin: 0;
        padding: 0;
        display: block; /*inline; hiermit verschwindet der graue Strich unter den Links*/
	}
#bottom li a {
        display: block;
        background-color: transparent;
        color: #282828; /*282828, hellschwarz - Schriftfarbe von Footer-Links ohne hover*/
	padding: 2px 2px 2px 2px;
	text-decoration: none;
        border-bottom: 0;
	}
/* hier wurde wieder geändert: aus grün 669933 mach gelb fff500 */
#bottom li a:hover {
	color: #282828; /*fff500, schmutzgelb; 383d44, dunkelgraublau, 282828, hellschwarz - Schriftfarbe von Footer-Links*/
	background-color: #ffff99; /*e6e3d7, hellgrau; ffff99, zitronengelb - Hintergrund von Footer-Links*/
        text-decoration: none;
	}
