/*
Theme Name: Franz Keferboeck
Theme URI: http://franz.keferboeck.info/
Description: Theme for http://franz.keferboeck.info/
Version: 0.1
Author: Franz Keferboeck
Author URI: http://franz.keferboeck.info/
License: GPL
*/
body {
    background:url(images/bodybg.png) #FFFFFF repeat-y;
    font: 10pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
}

#bgpic {
    position: fixed;
    bottom: 0px;
    left: 0px;
    /*width: 430px;
    height: 370px;
    background: url(images/headerbg.png) #FFFFFF no-repeat bottom left;*/
    width: 400px;
    height: 200px;
    background: url(images/pollock.png) #FFFFFF no-repeat bottom left;
    z-index: 0;
}

#page {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 745px;
    margin: 0 auto;
    background: transparent;
    z-index: 1;
}

#header {
    width: 200px;
    position: fixed;
    top: 0px;
    left: 745px;
    padding: 10px;
    /*background-color: transparent;*/
    /*background-color: #989440;*/
    /*border: 1px solid red;*/
    line-height: 2.5em;
    text-align: left;
}

/*#header a {color: #ffffff}*/

#content {
    float: right;
    width: 425px;
    margin: 0;
    padding: 20px;
    border: 0;
    background:transparent;
    text-align:justify;
    font: 9pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
    color:#333333;

}

#sidebar {
    position: fixed;
    top: 70px;
    left: 30px;
}

li.MGroup {
    padding-top: 7px;
    padding-bottom: 7px;
    background: transparent;
    list-style-type: none;
    text-align: right;
    font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    text-transform: lowercase;
    letter-spacing: -1px;
    color: #666666;
    width: 170px;
    /*border-bottom: 1px solid #989440;*/
    border-bottom: 1px solid #cccccc;
}

div.MGroupContent {
    font-size: 7pt;
    text-transform: none;
    text-align: left;
    padding: 2px;
    margin: 0px;
}

div.MGroupContent dd {margin-left: 20px;}

#sidebar li a:link { color: #989440; text-decoration:none; cursor: pointer;}
#sidebar li a:visited { color: #666666; text-decoration:none; cursor: pointer; }
#sidebar li a:hover {color: #333333; text-decoration:none; cursor: pointer; }

a:link{ color:#989440; text-decoration:none; }
a:hover{ color:#000000; text-decoration:underline; }
a:active{ color:#989440; text-decoration:none; }
a:active:hover{ color:#000000; text-decoration:underline; }
a:visited{ color:#989440; text-decoration:none; }
a:visited:hover{ color:#000000; text-decoration:underline; }

.post {
  padding-bottom: 30px;
}
.post h2 {
  padding: 0px;
  margin: 0px;
  text-align: right;
  border-bottom: 1px solid #989440;
}
.post h2 a { width: 100%; }
.post h2 a:hover { text-decoration: none; }

.post small {
  font-size: 6pt;
  color: #AAAAAA;
  padding: 0px;
  margin: 0px;
}

.post .postmetadata {
  font-size: 6pt;
  color: #AAAAAA;
  padding: 0px;
  margin: 0px;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    letter-spacing: -3px;
    font-style: normal;
}

.pullquote {
    float:left;
    width:150px;
    margin-top:10px;
    margin-bottom:10px;
    margin-right:16px;
    padding-bottom:10px;
    font-family:'Lucida Grande', Helvetica, sans-serif;
    font-size: 24px;
    line-height:26px;
    letter-spacing:-3px;
    text-align: right;
    color:#989440;
}
