/*
Theme Name: Geisteskrankenkasse 1.0
Theme URI: http://geisteskrankenkasse.de/
Description: Theme für das Trash-Blog
Author: Enno Aljets
Author URI: http://aljets.de/
Template: thematic
Version: 1.0
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url('../thematic/style.css');
/* =Global Elements
-------------------------------------------------------------- */
body, input, textarea {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
}

/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
    border-top:9px solid #fff;
}
#branding {
    background:url(images/rotate/rotate.php) no-repeat top center;
    height:200px;
    padding:0;
}
#blog-title {
    font-size:34px;
    font-weight:bold;
    line-height:40px;
    text-indent:-9000px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-description {
    font-size:20px;
    font-style:normal;
    text-indent:-9000px;
}

/* =Content
-------------------------------------------------------------- */

.entry-title {
    font-family:Georgia,serif;
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
}
.entry-title a {
    text-decoration:underline;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:normal;
    line-height:18px;
}
.entry-meta a {
    color:#666;
    text-decoration:underline;
}
.entry-content {
    padding:2px 0 0 0;
}
.hentry {
    padding:0;
}

#access {
    border-bottom:none;
    height:0px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}
