/*
Theme Name: FHWueSw-Blog-Theme
Theme URI: http://www.bheil.net
Description: Nice and simple WordPress Theme by Benjamin Heil (based on <a href="http://webdemar.com">webdemar</a>).
Author: Benjamin Heil
Author URI: http://www.bheil.net
Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS
Version: 1.0.3
*/

html {
    margin: 0 !important;
}

body {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #CCC;
    font: 85% sans-serif, Verdana, Tahoma;
    color: #000000;
}

a {
    text-decoration: none;
    color: #06C;
}

a:hover {
    text-decoration: underline;
    color: #8B2 !important;
}

blockquote {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    border-left: 5px solid #f3f4f0;
}

img {
    border: none;
}

ul, ol {
    margin: 0 0 20px 20px;
    padding: 0px;
}

#header, #content, #footer {
    box-shadow: 4px 0px 8px #999;
}

#header {
    position: relative;
    width: 900px;
    height: 130px;
    margin: 0px auto;
    color: #FFFFFF;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background:url(img/BibBlogHeader.jpg) no-repeat top left;
}

#content {
    width: 900px;
    height: auto;
    margin: 0px auto;
    padding: 0 0 40px 0;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    background-color: #FFF;
}

#content-left {
    float: left;
    width: 500px;	
    height: auto;
    padding-left: 16px;
}

#content-right {
    float:right;
    width: 360px;
    height: auto;
}

#footer {
    height: 50px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    width: 900px;
    font-size: 75%;
    text-align: center;
    margin: 0px auto;
    padding-top: 16px;
    color: #FFFFFF;
    background-color: #e86a1a;
}

#footer a {
    text-decoration: none;
    color: #FFFFFF;
}

#footer a:hover {
    text-decoration: underline;
    color: #FFFFFF !important;
}

#footer-logo {
    float: left;
    padding-left: 16px;
    padding-top: 4px;
}

#header h1 {
    position: absolute;
    top: 8px;
    padding-left: 28px;
    font: bold 36px sans-serif;
    text-shadow: 2px 2px 2px #444;
}

#header h1 a {
    position: absolute;
    text-decoration: none;
    color: #FFFFFF;
    width: 860px;
}

#header h1 a:hover {
    text-decoration: underline;
    color: #FFFFFF !important;
}

#header h2, #header h2 a, #header h2 a:visited {
    position: absolute;
    top: 36px;
    padding-left: 14px;
    color: #FFF;
    text-decoration: none;
    font: 24px sans-serif;
    width: 400px;
    text-shadow: 2px 2px 2px #444;
}

#header h2 a:hover {
	text-decoration: underline;
	color: #FFF !important;
}

h2, h3, h4 {
    margin:0 0 20px 0;
    color: #D80;	
}

h3.archive-title {
    margin: 20px 0 0 0;
}

.box-left h2, .box-left .artikel-title {
    color: #D80;
    /*border-bottom: 1px dotted #CCC;*/
}

.box-left h2 a, .box-left .artikel-title a {
    color: #8B2;
    text-decoration: none;
    font-size: 140%;
    font-weight: bold;
}

.box-left h2 a:hover, .box-left .artikel-title a:hover {
    text-decoration: underline;
}

.box-left h3 {
    margin: 0 0 20px 0;
    font-size: 100%;
    color: #8B2;
    border-bottom: 1px dotted #CCC;
}

.box-left h4, .box-left .artikel-subtitle {
    color: #999;
    font-size: 75%;
    font-weight: normal;
    padding-top: 4px;
}

.box-right h3 {
    color: #D80;
}

.more-link {
    font-size: 75%;
}

.input-search {
    color: #999;
}

.box-left {
    margin: 20px 0;
}

.box-left img {
    float: left;
    margin: 0 10px 10px 0;
}

p.tags, div.tags {
    clear: both;
    color: #999999;
    font-size: 75%;
}

/** CONTENT RIGHT */

#box-rss {
    height: 80px;
    margin: 0 0 20px 0;
    background: url(img/bg-rss.gif) no-repeat left bottom;
}

#box-rss a {
    display: block;
    height: 50px;
    padding: 32px 0 0 78px;
    background: url(img/rss-icon.jpg) no-repeat 20px 20px;
    font-size: 140%;
    text-decoration: none;
}

.box-right {
    margin: 20px 0;
    font-size: 85%;
    background: url(img/bg-box-right.gif) repeat-y left top;
}

.box-right h3 {
    padding: 20px 20px 0 20px;
    background: url(img/bg-box-right-top.gif) no-repeat left top;
}

.box-right-content {
    margin-left: 20px;
    margin-right: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.box-right-bottom {
    height: 20px;
    background: url(img/bg-box-right-bottom.gif) no-repeat left top;
}

.box-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box-right li {
    line-height:24px;
}

.box-right ul li ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

.box-right ul li ul li ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

.box-right p {
    margin: 20px 0 0 0;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #CCC;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

label {
    display: block;
    margin: 0 0 5px 0;
}

.text {
    width: 350px;
    margin: 0 0 10px 0;
    padding: 5px;
    border: 1px solid #ccc;
}

.verify {
    width: 290px;
    margin: 0 0 10px 0;
    padding: 5px;
    border: 1px solid #ccc;
    float: left;
}

.fieldwrap img {
    float: left;
    margin: 0 5px 10px 0;
}

textarea {
    width: 450px;
    height: 150px;
    margin: 0;
    padding: 5px;
    border: 1px solid #ccc;
}

.submit {
    width: auto;
    padding: 5px;
    color: #FFF;
    background-color: #D80;
    border: 1px solid #CCC;
}

#search {
    width: 190px;
    padding: 5px;
    border: 1px solid #CCC;
}

#search-submit {
    width: auto;
    padding: 5px;
    color: #FFF;
    background-color: #D80;
    border: 1px solid #CCC;
}

.comment {
    margin: 0 0 20px 0;
    padding: 20px;
    background: #F7F7F7;
    border: 1px solid #CCC;
}

.comment p {
    margin: 0px;
}

#footer p {
    width: 940px;
    margin: 0 0 0 100px;
    padding: 0;
    color: #FFF;
    text-align: center;
}

#footer p a {
    color: #FFF;
}

.clear {
    clear:both;
}

.sociable span {
        color: #777777;
}

