/*   
Theme Name: BQ Blog
Theme URI: http://bookworm.antinomic.com
Description: Bookworm's Quest layout
Author: Krysaia
Author URI: http://krysaia.livejournal.com

*/

body {
   background: #335588;
   color: #222222;
   font: normal normal 12px/17px verdana;
   margin: 0px;
   margin-bottom: 25px;
   padding: 0px;
   padding-bottom: 25px;
   border: 0px
}

div.container {
   background: #ffffff;
   position: relative;
   width: 740px;
   left: 25px;
   top: 25px;
   border: 5px solid #222222;
   margin: 0px;
   padding: 15px 25px;
}
div.header {
   position: relative;
   left: 0px;
   top: 0px;
   height: 55px;
   border: 0px;
   border-bottom: 2px solid #DEDEDE;
   margin: 0px;
   padding: 0px;
   padding-bottom: 15px;
   z-index: 2px
}
div.menu {
   position: absolute;
   width: 130px;
   left: 25px;
   top: 100dpx;
   border: 0px;
   margin: 0px;
   padding: 5px 10px
}
div.content {
   position: relative;
   width: 545px;
   min-height: 215px;
   left: 150px;
   top: 0px;
   margin: 0px;
   border: 0px;
   border-left: 2px solid #DEDEDE;
   padding: 10px 20px 35px;
}
div.footer {
   position: relative;
   width: 545px;
   left: 150px;
   top: 0px;
   margin: 0px;
   border: 0px;
   border-left: 2px solid #DEDEDE;
   border-top: 2px solid #DEDEDE;
   padding: 10px 20px 5px;
   text-align: center
}

div.postcomment {
   width: 80%;
   margin-left: auto;
   margin-right: auto;
   font-size: 11px
}

table {
   width: 565px;
   padding: 0px;
   margin: 0px;
   border: 0px;
}

tr {
   vertical-align: top;
}
tr.first { 
   font-size: 14px;
   line-height: 16px;
   font-weight: bold
}
th { 
   font-size: 14px;
   line-height: 16px;
   font-weight: bold;
   text-align: left
}


div.menu p {
   color: #555555;
   font-size: 11px;
   line-height: 13px;
}
font.header {
   font-size: 20px; 
   line-height: 22px;
   font-weight: bold
}
font.subheader {
   font-size: 16px;
   font-style: italic
}

.pagetitle {
   font-size: 16px;
   font-weight: bold
}
.notes {
   font-size: 11px;
   line-height: 13px;
   font-style: italic
}
.comments {
   font-size: 11px;
   line-height: 13px
}
.commentfoot {
   font-size: 10px;
   line-height: 12px;
}

tr.first a, a:visited, a:hover, a:active {
   color: #113366;
   text-decoration: underline
}
div.header a, a:visited, a:hover, a:active {
   color: #222222;
   text-decoration: none
}

div.menu a {
   color: #444444;
   text-decoration: none
}
div.menu a:visited {
   color: #888888;
   text-decoration: none
}
div.menu a:hover, a:active {
   color: #335588;
   text-decoration: underline
}

a, a:visited {
   color: #5577aa;
   text-decoration: none
}
a:hover, a:active {
   color: #444444;
   text-decoration: underline
}




/* Browser hack follow, because IE is teh stoopid */

* html div.content {
   position: relative;
   width: 545px;
   height: 245px !important;
   left: 150px;
   top: 0px;
   margin: 0px;
   border: 0px;
   border-left: 2px solid #DEDEDE;
   padding: 10px 20px 50px;
}


/* Safari min-height hack below */

.prop {
   height:215px;
   float:left;
   width:1px;
}
.clear {
   clear:both;
   height:1px;
   overflow:hidden;
}
* html .prop {
   height:0px !important;
   float:left;
   width:1px;
}