/*
Theme Name: SimplicityBright Plus

*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	background-color: #c5ad64;
	font-family: 'Lucida Grande', 'Lucida sans', 'Lucida Unicode', verdana, sans-serif;
	font-size: 12px;
}


blockquote {
	border-left: 1px solid #326ea1;
    color: #555555;
    font-size: 1.00em;
    padding-left: 10px;
    padding-right: 10px;
	margin: 0 30px;
}

a {
	color: #326ea1;
	text-decoration: none;
    outline: none;
}

a.more-link {font-weight: bold; padding-top: 6px;}

code {  background: #f5f5f5;
        border: 1px solid #cccccc;
	color: #555555;
        font: 11px Verdana, Arial, 'Helvetica', sans-serif;
        padding: 10px;
	text-align: left;
}

/*#####################*/
/*### Überschriften ###*/
/*#####################*/

h1 {
	color: #a85a45;
	color: #493a74;
	font-family: Georgia, serif;
	font-size: 20px;
    font-weight: normal;
    margin: 0 0 0.7em 0;
	padding: 0;
	text-decoration: none;
}
h1 a {
	color: #a48e49;
	text-decoration: none;
    display: block;
}

h2, h2 a {
color: #326ea1;
font-weight: normal;
line-height: 1.4em;
margin: 0.5em 0 0.5em 0;
padding: 0;
}

h3, h3 a {
	font-size: 16px;
	color: #a85a45;
    font-weight: normal;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

h4 {    
	font-weight: normal;
	color: #330066;
	font-size: 14px;
	margin: 1.2em 0 0.4em 0;
	padding: 0;
}

h5 {
	font-size: 13px;
	margin: 1em 0 0.4em 0;
	color: #a85a45;	
	
}

h6 {
	font-size: 11px;
	margin: 0.6em 0 0 0;
	
}


img {
	border: none;
        }

ol, form {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 0.5em 0;
	line-height: 1.6em;
}

.entry {
	line-height: 1.3em;
}

small {
	font-size: 10px;
}

div#page-wrapper {
	background: #ffffff url(images/bg-top.png) repeat-x;
	border-bottom: 1px solid #c5ad64;
}

#page {
    margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 862px;
}

/*################*/
/*### Header   ###*/
/*################*/

#header {
	background: url(images/header.png) no-repeat;
	color: #a48e49;
	height: 188px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 0;
}

#header a {
	color: #c5ad64;
}

#header a:hover {
	color: #000000;
}
#bloginfo {
	float: right;
	width: 244px;
	text-align: right;
	padding: 154px 18px 0 0;
	font-family: Georgia, serif;
	font-style: italic;
}

#blogname {
   width: 600px;
   float: left;      
}

#header h2 {
   
	}

#header h2 a { text-decoration:none; }

#header p {
    padding: 13px 0 0 10px;
	margin:0;
	line-height: 1.2em;
}

/*###################*/
/*### Oberes Menü ###*/
/*###################*/

#top {
          background: #4b4e52;
          border-bottom: 1px solid #dd4003;
          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;
}

ul.topmenu li a:hover {
	color: #ffffff;
    text-decoration: none;
}

/*################*/
/*### Content  ###*/
/*################*/

#wrapper {
	float: left;
	padding: 0 20px 0 20px;
	margin: 0;
}

#content {
	background: transparent;
    border: none;
	color: #282828;
	float: left;
	margin: 0;
	padding: 6px 0 0 0;
    text-align: left;
	width: 560px;
}


#content a:hover {
        color: #aa0000;
        background: transparent;
        text-decoration: underline;
}

#content img {
	float: left;
	margin: 5px 10px 5px 0;
	border: 1px solid #c5ad64;
    padding: 2px;
    background-color: transparent;
}

#content a:hover img { 
        border: 1px solid #000000; 
        background: transparent;
}

#content h1 a:hover { 
        color: #a85a45; 
        background: transparent; 
        text-decoration: none; 
}

#content h2 a:hover { 
        color: #aa0000; 
        background: transparent; 
        text-decoration: none; 
}

#content h3 a { 
        text-decoration: none; 
}

#content h3 a:hover { 
         color: #669933; 
         background: transparent; 
         text-decoration: none; 
}

#content ul {
         list-style-type: none; 
         margin: 0 0 8px 0; 
         padding: 0; 
}

#content ul li {
         margin: 0 0 0 0px; 
         padding: 0 0 6px 20px;
         background: url(images/bullet2.png) no-repeat 0 8px; 
}

.fll {float: left;}
.flr {float: right;}
.clr {clear: both;}

.wp-caption-text {color: #993300; font-family: Georgia, serif; font-style: italic; margin-bottom: 12px;}

.alignright {margin-left: 8px}
.alignleft {margin-right: 8px}
/*############################*/
/*#### KOMMENTARFORMULAR #### */
/*############################*/

#comment {
        background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	font-size: 13px;
	padding-left: 2px;
	vertical-align: middle;
	width: 510px;

}

.commentbody {
        background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 15px 15px 5px 15px;
	position: relative;
        -moz-border-radius: 10px;
}

.commentbody a {
	color: #aa0000;
        text-decoration: none;
}
.commentbody a:hover {
	color: #2d5175;
        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;
}

table.timetable1 th {color: #a85a45; padding: 4px 8px 4px 0; border-bottom: 1px solid #ccc; vertical-align: top;}
table.timetable1 td {padding: 4px 0 4px 8px; border-bottom: 1px solid #ccc;}

/*################*/
/*#### Footer ####*/
/*################*/

div#footer-wrapper {
	border-top: 1px solid #ffffff;
}

#footer {
	margin: 0 auto;
	background: url(images/footer.jpg) no-repeat;
	text-align: left;
	width: 862px;	
}

div#copyright {
	padding: 70px 0 0 4px;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

#footer a {
        color: #363636;
        text-decoration: none;
}

#footer a:hover {
        color: #aa0000;
        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: 5px 0 30px 0;
        padding: 0;
        color: #383d44;
        }

.sidelist {
        background: transparent;
        margin: 0 0 20px 0;
        padding: 0;
        }

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar li{
	list-style-type: none;
	margin: 0;
    padding: 5px;
    display: block;
	}

#sidebar li ul {margin-bottom: 12px}

#sidebar li ul li {
	background:url(images/bullet3.png) no-repeat scroll 20px 10px transparent;
	margin: 0;
	padding: 2px 0 2px 36px;
	}

#sidebar li ul li ul li {
	background:url(images/bullet2.png) no-repeat scroll 0px 10px transparent;
	margin: 0;
	padding: 2px 0 2px 16px;
	
	}

#sidebar li a {
        display: block;
        background-color: transparent;
        color: #383d44;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
        border-bottom: 0;
	}

#sidebar li a {
        display: block;
        background-color: transparent;
        color: #383d44;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
        border-bottom: 0;
	}


#sidebar li a:hover {
        color: #000000;
	background-color: #f6f0dc;
        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{
        color: #a95a45;
        font: 135% Georgia, serif;
        font-weight: normal;
        padding: 0 0 3px 20px;
        margin: 0;
        background: url(images/bullet30.png) no-repeat 0 3px;
}

#sidebar h2.widgettitle {
	color: #a48e49;
	border-bottom: 1px dotted #a48e49;
	margin-bottom: 2px;
}	

div.textwidget {
	margin-left: 20px;
}

div.textwidget p {
	font-size: 0.9em;
	line-height: normal;
}



.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}


.date {

	margin: 0;
	padding: 0;
}
.post { 
	border-bottom: 1px dotted #cc0000;
	margin-bottom: 8px;
}

.postmetadata {
    
   /*background: transparent;
    color: #888888;
    line-height: 1.5em;
	margin: 12px 0 10px 0;
	padding:3px;
	text-align: right;
    clear:both;*/
    visibility: hidden;
}

.postmetadata a {
	font-style: italic;
	color: #888888; 
	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;*/
        visibility: hidden;
}

/* 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: #383d44;
	}

#bottom-left {
	width: 30%;
	padding: 0 0 25px 40px;
	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: #326ea1;
	}

#bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
#bottom li {
        border-bottom: 1px solid #cccccc;
        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: #669933;
	background-color: #e6e3d7;
        text-decoration: none;
	}

