/*
Theme Name: Folge deinem Herzen
Theme URI: http://www.folgedeinemherzen.at/
Description: Folge deinem Herzen default Theme.
Version: 1.0
Author: Oliver Petznick
Author URI: http://webmeisterei.com/
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    overflow-x: hidden;
    background-color:#FFFFFF;
}

a {
    font-family: Arial, Verdana, sans-serif;
    color: #0062a7;
    font-size: 12px;
}

a:hover {
    color: #80b1d3;
}

a img {
    border: none;
}

h1 {
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height:25px;
}

h2 {
    font-family: Georgia, Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size:12px;
    line-height:18px;
}

h3 {
    font-family: Georgia, Arial, Verdana, sans-serif;
}

h2 a {
    color: #000;
    text-decoration: none;
}

p {
    padding-bottom: 10px;
}

#page {
    width: 888px;
    margin: 0 auto;
}

#header {
    background: #f7f7f7 url('images/header-bg.jpg') center top no-repeat;
    height: 160px;
    border-bottom: 1px solid #a5bcc8;
}

#linkline {
    background-color:#c3e4f4;
    border-bottom:1px solid #d4d4d4;
}

#linkline ul{
    height:5px;
    width:572px;
    margin:auto;
}

#linkline ul li{
    list-style:none;
}

#linkline ul li a{
    float:left;
    margin:0 10px 0 0;
    height:25px;
    line-height:25px;
}

#linkline a:hover{
    color: #333;
}

#linkline .current_page_item a {
    color: #333;
    font-weight: bold;
    text-decoration:none;
}

#linkline .page_item a {
    text-decoration:none;
}

#content {
    width: 572px;
    float:left;
    line-height: 18px;
    padding-bottom: 60px;
}

.hide {
    display: none;
}

.post {
    padding-top: 28px;
}

.clear {
    clear: both;
}

#category-chooser {
    float:left;
    width:154px;
    padding:28px 0 0 6px;
}

#category-chooser ul {
    list-style: none;
    padding-bottom: 8px;
}

#category-chooser li {
    margin-right: 8px;
    color: #c5c5c5;
}

#category-chooser h3 {
    margin-right: 8px;
    font-size: 12px;
    margin-bottom: 4px;
}

.snarrowcolumn {
    float:left;
    width:300px;
    background-color:#646464;
}

.inner-container-helper {
    width: 572px;
    margin: 0 auto;
}

#navigation {
    position: absolute;
    top: 139px;
}

#navigation ul {
    list-style: none;
}

#navigation li {
    float: left;
    background: url('images/left.gif') no-repeat left top;
    padding: 0 0 0 4px;
}

#navigation a {
    float: left;
    display: block;
    background: url("images/right.gif") no-repeat right top;
    padding: 5px 14px 4px 10px;
    margin-right: 1px;
    text-decoration:none;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navigation a { float: none; }
/* End IE5-Mac hack */

#navigation a:hover {
    color: #333;
}

#navigation .current_page_item {
    background-image: url('images/left_on.gif');
    border-width: 0;
}

#navigation .current_page_item a {
    background-image: url('images/right_on.gif');
    color: #333;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 5px;
}

#navigation .current_page_parent {
    background-image: url('images/left_on.gif');
    border-width: 0;
}

#navigation .current_page_parent a {
    background-image: url('images/right_on.gif');
    color: #333;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 5px;
}

#footer {
    background-color: #69605b;
    height: 22px;
    line-height: 22px;
    color: #b4b0ad;
    font-family: Arial, Verdana, sans-serif;
}

#footer a {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}

#footer a:hover {
    color: #e2e1e0;
}

#footer h3 {
    float: left;
    font-weight: normal;
    font-size: 10px;
    margin-right: 10px;
}


#footer h3 a {
    color: #b4b0ad;
}

#footer ul {
    list-style: none;
}

#footer li {
    float: left;
    margin-right: 10px;
}

#search {
    float: right;
}

#s {
    font-family: Arial, Verdana, sans-serif;
    color: #9f9f9f;
    border: 1px solid #d4d4d4;
    padding: 3px;
}

#logo a {
    cursor: pointer;
    display: block;
    height: 0px !important;
    overflow: hidden;
    padding: 98px 0 0 0;
    text-decoration: none;
    width: 130px;
}

#tagline {
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    margin-top: -20px;
}

#label-holder {
    margin: 0 auto;
    width: 888px;
    background-image: url('images/label.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
}

#post-nav {
    margin-top: 46px;
    height: 20px;
    font-family: Arial, Verdana, sans-serif;
}

#post-nav ul {
    list-style: none;
    float: left;
}

#post-nav li {
    float: left;
    border: 1px solid #d4d4d4;
    padding: 0 6px 0 6px;
    margin-right: 3px;
    background-color: #f7f7f7;
    line-height: 20px;
}

#post-nav li.current {
    border: none;
    background-color: transparent;
    font-weight: bold;
}

#post-nav h3 {
    float: left;
    margin-right: 3px;
    line-height: 20px;
}

.post h2 a {
    font-size: 15px;
}

.post small {
    color: #9F9F9F;
    font-family: Arial, Verdana, sans-serif;
}

.post small.grey a {
    color: #000;
    font-size: 10px;
}

.post .entry {
    margin-top: 12px;
}

.post .entry img {
    padding-right: 5px;
    padding-bottom: 1px;
}

.post .readon {
    float: left;
}

.post .commentcount {
    float: right;
}

#comment {
    width: 566px;
    border: 1px solid #D4D4D4;
    color: #777;
    font-family: Arial,Verdana,sans-serif;
    padding: 3px;
    font-size: 12px;
}

#comments {
    margin-top: 20px;
}

.commentlist {
    list-style: none;
}

.submit-btn {
    background-color: #0062A7;
    border: medium none;
    color: #FFFFFF;
    font-size: 11px;
    padding: 3px;
}

h2.pagetitle {
    margin-top: 46px;
}

.navigation {
    margin-top: 10px;
}

.input-form {
    border: 1px solid #D4D4D4;
    color: #777;
    font-family: Arial,Verdana,sans-serif;
    padding: 3px;
}

#commentform {
    margin-top: 5px;
}

.entry h3 {
    padding-bottom: 10px;
}
