/*
Theme Name: Daniel Haus Blog Theme
Theme URI: http://danielhaus.de/
Description: 
Version: 1.0
Author: Daniel Haus
Author URI: http://danielhaus.de/
Tags: lilac, fixed width, two columns, widgets

*/

* {
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: inherit;
    color: inherit;
    font-size: 1em;
    border: 0 none;
    font-weight: normal;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #225 url('images/page-shadow.gif') repeat-y 172px 0;
    color: #CCC;
}

/* Header
 * ---------------------------------------------------------------- */

#daniel {
    position: absolute;
    left: 455px;
    top: 0;
    width: 278px;
    height: 237px;
    z-index: 100;
    background: url('images/daniel.jpg') no-repeat;
}

/* Footer
 * ---------------------------------------------------------------- */

#footer {
    clear: both;
    background: #000;
    color: #66B;
    padding: 0 0 12px 183px;
    font-size: 0.9em;
    background: #000 url('images/background-footer.gif') repeat-x;
    height: 207px;
}

#footer ul#footer-columns {
    width: 550px;
    border-top: 8px solid #FFF;
    border-color: #99F;
}

#footer ul#footer-columns li {
    display: block;
    width: 160px;
    width: 153px;
    height: 160px;
    float: left;
    margin-top: 14px;
    padding: 0 14px;
    border-right: 1px solid #222;
}

#footer ul#footer-columns li#linkcat-3 {
    border-right: 0 none;
}

#footer ul#footer-columns li li {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
}

#footer a {
    text-decoration: none;
}

#footer li h2 {
    color: #CCC;
    font-size: 1.2em;
    padding: 0 0 0.5em;
}

#footer li li,
#footer li li a {
    color: #666;
}

#footer li li a:hover {
    color: #999;
    text-decoration: underline;
}

#footer p.copyright {
    clear: both;
    display: block;
    width: 550px;
    color: #333;
    text-align: right;
    font-size: 0.9em;
    padding-top: 8px;
}

#footer p.copyright a {
    color: #333;
}

#footer p.copyright a:hover {
    color: #555;
}

#guitar {
    position: absolute;
    left: 40px;
    bottom: 213px;
    background: url('images/guitar.jpg') no-repeat;
    width: 88px;
    height: 199px;
    z-index: 100;
}

* html #guitar {
    bottom: 212px;
}

/* Menu
 * ---------------------------------------------------------------- */

#menu {
    position: absolute;
    top: 210px;
    left: 185px;
    list-style: none;
    font-size: 1.1em;
}

#menu li {
    display: inline;
    list-style: none;
}

#menu li a {
    text-decoration: none;
    color: #FFF;
    opacity: 0.5;
    margin-right: 0.7em;
}

#menu li a:hover {
    opacity: 1.0;
}

/* Page
 * ---------------------------------------------------------------- */

#page {
    background: url('images/background.jpg') no-repeat;
    padding-left: 183px;
    overflow: auto;
    width: 940px;
}

* html #page {
    height: 1%;
    zoom: 1;
}

/* Content
 * ---------------------------------------------------------------- */

#content {
    float: left;
    width: 550px;
    margin-top: 237px;
    padding: 0 0 14px;
    background: #FFF;
    color: #444;
}

#content .post,
#content p {
    padding: 14px;
}

#content h3 {
    padding: 0 14px;
}

#content h2 a, #content h3 a {
    color: inherit;
    text-decoration: none;
    color: #33B;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
}

#content .post h3 {
    padding: 0;
}

#content .post p {
    padding: 0;
}

#content h2, #content h3 {
    font-size: 1.6em;
    color: #33B;
}

#content h2.pagetitle,
#content h2.center {
    padding: 14px 14px 0px;
    font-size: 1.8em;
}

#content small {
    color: #888;
    font-size: 0.8em;
}

#content p {
    margin-top: 1em;
}

#content .post p {
    margin-top: 0.5em;
}

#content blockquote {
    padding: 10px 1em 0.5em 2em;
    font-size: 1.1em;
    color: #339;
    font-style: italic;
    background: url('images/blockquote.gif') no-repeat;
}

#content .postmetadata,
#content .commentmetadata {
    font-size: 0.8em;
    color: #999;
    font-style: italic;
    padding: 1em;
    text-align: center;
}

#content .postmetadata a,
#content .commentmetadata a {
    text-decoration: none;
}

#content .postmetadata a:hover,
#content .commentmetadata a:hover {
    text-decoration: underline;
}

#content p a {
    color: #33B;
    text-decoration: underline;
}

#content p a:visited {
    color: #66B;
}

#content code {
    color: #006;
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 0.9em;
    background: #EEE;
    white-space: nowrap;
}

#content hr {
    border: 0 none;
    height: 1px;
    color: #CCE;
    background-color: #CCE;
    margin: 1em 0;
}

#content .post {
    border-bottom: 1px solid #EEE;
    margin-bottom: 1em;
}

#content .post a.more-link {
    display: inline-block;
    font-size: 0.8em;
    margin: 1.5em 0;
    text-decoration: none;
    color: #66B;
    padding: 0.3em 1em;
    background: #F8F8F8;
    border: 1px solid #EEE;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#content .post a.more-link:hover {
    border-color: #DDF;
    background-color: #EEE;
    color: #339;
}

#content .navigation {
    padding: 14px;
    font-size: 0.8em;
}

#content .navigation a {
    color: #666;
    text-decoration: none;
}

#content .navigation a:hover {
    color: #339;
    text-decoration: underline;
}

#content .entry {
    padding-top: 14px;
}

#content .search {
    padding: 14px;
    text-align: center;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

/* Sidebar
 * ---------------------------------------------------------------- */

#sidebar {
    width: 380px;
    margin-left: 550px; /*183px*/
    margin-top: 229px;
    background: url('images/sidebar-shadow.gif') no-repeat;
    padding-top: 8px;
    font-size: 0.9em;
    color: #99F;
}

#sidebar a {
    text-decoration: none;
    color: #99F;
}

#sidebar .lsidebar, #sidebar .rsidebar {
    width: 190px;
    float: left;
}

#sidebar .rsidebar {
    float: right;
}

#sidebar a {
    -webkit-transition: color .5s;
}

#sidebar a:hover {
    color: #FFF;
    text-decoration: underline;
}

#sidebar ul {
    padding: 0 14px 14px;
}

#sidebar ul li {
    padding-bottom: 14px;
}

#sidebar ul ul {
    padding: 0;
}

#sidebar ul ul li {
    padding: 0.2em 0;
    border-bottom: 1px solid #336;
}

#sidebar h2 {
    font-size: 1.2em;
    color: #66B;
    margin: 1em 0;
    border-bottom: 1px solid #336;
    color: #CCF;
}

/* Comments
 * ---------------------------------------------------------------- */

#content ol.commentlist {
    display: block;
    list-style: none;
    padding: 14px;
}

#content ol.commentlist li {
    display: block;
    border-top: 1px solid #CCC !important;
    margin: 0;
    padding: 10px;
    clear: left;
    color: #669;
}

#content ol.commentlist li.alt {
    background: #F8F8F8;
}

#content ol.commentlist li img.avatar {
    float: left;
    margin-right: 10px;
}

#content ol.commentlist li small.commentmetadata {
    float: right;
    z-index: 100;
    margin: 0;
    padding: 0;
    width: auto;
    white-space: nowrap;
}

#content ol.commentlist li p {
    margin: 10px 0 10px 74px;
    padding: 0;
    color: #555;
}

#content ol.commentlist li small.commentmetadata,
#content ol.commentlist li small.commentmetadata a {
    color: #999;
    text-decoration: none;
}

#content ol.commentlist li small.commentmetadata a:hover {
    text-decoration: underline;
}

#content ol.commentlist li cite {
    font-style: italic;
}

#content ol.commentlist li cite a {
    color: #33B;
    text-decoration: none;
}

#content ol.commentlist li cite a:hover {
    text-decoration: underline;
}

/* Forms
 * ---------------------------------------------------------------- */

.contactform {
    padding-top: 14px;
}

.contactform p.error {
    display: block;
    font-weight: normal;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #F00;
    border: 1px solid #F00;
    background: #FEE;
    padding: 1em;
    text-align: center;
    margin-bottom: 14px;
    font-size: 1.6em;
}

#commentform p {
    padding: 0 14px;
}

textarea, input {
    font-size: 1.2em;
    border: 1px solid #99F;
    background: #F8F8F8;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px;
    color: #33B;
}

#content label, #content label small {
    font-size: 1em;
    color: #339;
}

textarea {
    width: 514px;
}

.contactform {
    font-size: 0.9em;
}

.contactform input, .contactform textarea {
    width: 280px;
}

input#submit, input#contactsubmit, input#searchsubmit {
    width: auto;
    float: right;
    font-size: 0.8em;
    margin: 1.5em 0;
    text-decoration: none;
    color: #66B;
    padding: 0.3em 1em;
    background: #F8F8F8;
    border: 1px solid #EEE;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer;
}

input#searchsubmit {
    float: none;
    font-size: 1em;
}

input#submit:hover, input#contactsubmit:hover, input#searchsubmit:hover {
    border-color: #DDF;
    background-color: #EEE;
    color: #339;
}

/* Widget: Search
 * ---------------------------------------------------------------- */

.widget_search {
    overflow: auto;
}

.widget_search input {    
    display: block;
    font-size: 12px;
    float: left;
    margin: 0;
    padding: 0;
    border: 0 none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.widget_search input#b {
    background: url('images/search-button.gif') no-repeat;
    width: 32px;
    height: 24px;
    overflow: hidden;
    cursor: pointer;
}

.widget_search input#b:hover,
.widget_search input#b.hover {
    background-image: url('images/search-button-hover.gif');
}

.widget_search input#s {
    background: url('images/search-field.gif') no-repeat;
    padding: 4px 0 4px 8px;
    height: 16px;
    width: 120px;
    color: #336;
    font-weight: bold;
}

.widget_search input#s.inactive {
    font-weight: normal;
    color: #BBB;
}

/* Widget: Calendar
 * ---------------------------------------------------------------- */

table#wp-calendar {
    width: 95%;
    font-size: 0.8em;
}

table#wp-calendar caption {
    padding: 0.3em;
    font-size: 1.2em;
    color: #99F;
}

table#wp-calendar th,
table#wp-calendar td {
    text-align: center;
}

table#wp-calendar td a {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}

table#wp-calendar th {
    color: #66B;
}

table#wp-calendar td#prev a,
table#wp-calendar td#next a {
    color: #99F;
}

/* Widget: flickrRSS
 * ---------------------------------------------------------------- */

.widget_flickrRSS {
}

.widget_flickrRSS img {
    margin: 0 2px 2px 0;
    float: left;
}

.widget_flickrRSS {
    overflow: auto;
}

/* Widget: last.fm
 * ---------------------------------------------------------------- */

.lastfm-timestamp,
.delicious-timestamp,
.reader-publisher-module .s {
    display: block;
    font-size: 0.9em;
    color: #447;
/*    display: none;*/
}

/* Widget: del.icio.us
 * ---------------------------------------------------------------- */

.delicious-timestamp {
}

/* Widget: Google Talk
 * ---------------------------------------------------------------- */

#google-talk .googletalk {
    background: url('images/gtalk-bubble.gif') no-repeat;
    width: 158px;
    height: 40px;
    text-align: center;
    padding: 10px 0 0;
    margin: 0;
}

#google-talk .googletalk a {
    color: #444;
    padding: 0 10px 0 4px;
}

#google-talk .googletalk a:hover {
    color: #000;
}

/* Widget: Google Reader
 * ---------------------------------------------------------------- */

#sidebar .reader-publisher-module .s,
#sidebar .reader-publisher-module .s a {
    color: #447;
}

#sidebar .reader-publisher-module .s a:hover {
    color: #FFF;
}

#sidebar .reader-publisher-module .f {
    font-size: 0.8em;
    color: #999;
    display: none;
}

