/*
Theme Name: SMD simplicity
Theme URI: http://www.koch-werkstatt.de/2007/03/24/wordpress-theme-simplicity/
Description: New SMD Magdeburg default theme
based on the Theme SimplicityDark 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>
Version: alpha
Author: Ralf Ehlert
Author URI: http://www.smd-magdeburg.de/
*/

* {
    margin: 0;
    padding: 0;
    text-align: left;
    position: static;
    font-family: sans-serif;
    font-size: 12px;
}

body {
    background: #333333;
}


blockquote {
    border-left: 1px solid #8897a9;
    color: #cbcbcb;
    font-size: 1.00em;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 30px;
}

a {
    color: #8897A9;
    text-decoration: none;
        outline: none;
}

code {
    background: #181818;
    border: 1px solid #444444;
    color: #adadad;
    font-family: sans-serif;
    font-size: 11px;
    padding: 10px;
    text-align: left;
}

/*######################*/
/*## Ueberschriften ####*/
/*######################*/

h1 a {
    color: #ccc;
    font-weight: 100;
    font-family: sans-serif;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    display: block;
}

h1 {
    color: #cbcbcb;
    font-weight: 100;
    font-family: sans-serif;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

h2, h2 a {
    color: #C9D9FB;
    font-weight: 100;
    margin: 0;
    padding: 0;
}

h3, h3 a {
    color: #C9D9FB;
    font-weight: 100;
    margin: 15px 0 0px 0;
    padding: 0;
}

h4 {
    color: #C9D9FB;
    font-family: sans-serif;
    font-size: 12px;
    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   ####*/
/*################*/

#header {
    background: transparent;
    overflow: hidden;
    color: #adadad;
    font-size: 13px;
    height: 80px;
    margin: 0 auto;
    text-align: left;
    padding: 0 0 0 0;
}

#header a {
    color: #adadad;
}

#header a:hover {
    color: #ffffff;
}

#blogname {
    padding-top: 25px;
}

#header h2 {
    float: left;
    font-family: sans-serif;
    font-size: 30px;
    margin:0;
    padding: 0px 15px 0 0;
    border-right:1px solid #808080;
}

#blogname h2 a {
    float: left;
    font-family: sans-serif;
    font-size: 30px;
    margin:0;
}

#header h2 a { text-decoration:none; }

#header p {
    padding: 13px 0 0 10px;
    margin:0;
    line-height: 1em;
}

/*####################*/
/*## Oberes Menue ####*/
/*####################*/

#toplogo {
    background: #333;
    height:60px;
    text-align: center;
    overflow: hidden;
}

#toplogo span {
    position: absolute;
    right: 0px;
}

#top {
    background: #282828;
    border-bottom: 1px solid #cbcbcb;
    border-top: 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: transparent;
    border: none;
    color: #cbcbcb;
    float: left;
    margin: 20px 0px 30px 0px;
    padding: 0 40px 0 0px;
    text-align: left;
    width: 510px;
}


#content a:hover {
    color: #ffffff;/*#88A99E;*/
    background: transparent;
    text-decoration: none;
}

#content img {
    /*float: left;*/
    margin: 3px 10px 5px 0;
    border: 1px solid #444444;
    padding: 5px;
    background-color: transparent;
}

#content a:hover img { 
    border: 1px solid #8897A9;
    background: transparent;
}

#content h1 a:hover { 
    color: #C9D9FB;
    background: transparent;
    text-decoration: none;
}

#content h2 a:hover { 
    color: #C9D9FB;
    background: transparent;
    text-decoration: none;
}

#content h3 a { 
    text-decoration: none;
}

#content h3 a:hover { 
    color: #ffffff;
    background: inherit;
    text-decoration: none;
}

#content ul {
    list-style-type: disc;
    margin: 0 0 25px 25px;
    padding:  0 0 0 0;
}

#content ul li {
    line-height: 1.5em;
    margin: 0;
    padding: 5px;
}

#content p {
    margin: 0 0 20px 0;
    padding:  0;
}


/*############################*/
/*#### KOMMENTARFORMULAR #### */
/*############################*/

#comment {
    background: #2e2e2e;
    border: 1px solid #444444;
    color: #cbcbcb;
    font-size: 13px;
    padding-left: 2px;
    vertical-align: middle;
    width: 510px;
}

.commentbody {
    color: #cbcbcb;
    font-size: 13px;
    margin: 0 0 10px 0;
    padding: 15px 15px 5px 15px;
    background: #2e2e2e;
    border: 1px solid #444444;
    position: relative;
}

.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;
}

.commentcount {
    background: inherit;
    position: absolute;
    right: 36px;
    top: 0;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #444444;
    float: right;
}

.gravatar {
    background-color: inherit !important;
    padding: 4px !important;
    border: 1px solid #4444444 !important;
}

* html .gravatar {
    position: relative;
}


html[xmlns] .commentcount {
    position: absolute;
    right: 7px;
    top: 0;
}

#email, #author {
    background: #2e2e2e;
    border: 1px solid #555555;
    color: #cbcbcb;
    font-family: sans-serif;
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;

}

#url {
    background: #2e2e2e;
    border: 1px solid #555555;
    color: #cbcbcb;
    font-family: sans-serif;
    font-size: 12px;
    height: 16px;
    padding-left: 5px;
    vertical-align: middle;
}

#submit {
    background: #2e2e2e;
    border: 1px solid #555555;
    color: #cbcbcb;
    font-family: sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0 10px;

}

textarea {
        overflow:auto;
}

/*################*/
/*#### Footer ####*/
/*################*/

#footer {
    background: #282828;
    border-top: 1px solid #cbcbcb;
    height: 50px;
    clear: both;
    color: #cbcbcb;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow:hidden;
}

#footer a {
    color: #f5f5f5;
    text-decoration: none;
}

#footer a:hover {
    color: #C9D9FB;
    text-decoration: none;
}

#copyright {
    position:absolute;
    left:5px;
}

#acknowledgement {
    font-size:xx-small;
    position:absolute;
    right:5px;
}

#login {
    font-size:xx-small;
    position:absolute;
    right:5px;
}

/*################*/
/*## Suchfeld ####*/
/*################*/

.search {
    background-color: #333;
    border: 1px solid #c7c7c7;
    color: #fff;
    font-family: sans-serif;
    font-size: 12px;
    height: 15px;
    padding-left: 3px;
    width: 220px;
}

/*################*/
/*## SIDEBAR ####*/
/*################*/

#sidebar {
    width: 250px;
    text-align: left;
    float: left;
    margin: 20px 0px 30px 0px;
    padding: 0;
    line-height: 1.6em;
    color: #cbcbcb;
}

.sidelist {
    background: transparent;
    margin: 0 0 20px 0;
    padding: 0;
}
 
#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#sidebar ul.children {
    list-style: none;
    font-size:90%;
    margin: 0 0 0 15px;
    padding: 0;
    border: none;
}

#sidebar li{
    border-bottom: 1px solid #444444;
    margin: 0;
    padding: 0;
    display: block;
}

#sidebar li a {
    display: block;
    background-color: transparent;
    color: #cbcbcb;/*#8897A9-C9D9FB;*/
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    border-bottom: 0;
}

#sidebar li a:hover {
    color: #ffffff;
    background-color: #202020;
    text-decoration: none;
}

#sidebar h2{
    background: inherit;
    color: #cbcbcb;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 100;
    padding: 3px 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-family: sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.pagetitle {
    margin:20px 0;
    text-align: center;

}

.postmetadata {
    background: transparent;
    font-style: italic;
    color: #cbcbcb;
    line-height: 1.5em;
    margin: 15px 0 70px 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;
}

/* 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: 18px;
    font-weight: lighter;
    text-align: left;
    color: #adadad;
    padding: 0;
    line-height: 1.5em;
}

.clear {
    clear:both;
}

