/*
Theme Name: Genome
Theme URI: 
Description: 
Version: 1.0
Author: William Paoli
Author URI: http://wpaoli.building58.com
Tags:

*/
body {
    background: #fcfbf1 url(images/purple-top-border.gif) repeat-x;
    font-family: arial;
    line-height: 20px;
}

a {
    text-decoration:none;
    color:#5e23a6;
}

a:hover {
    color: #e9232f;
}

em, i {font-style: italic;}

strong {font-weight: bold;}

.post ul {
	margin: 0 0 1em 2em;
}

.post ul li {
	list-style-type: disc;
}

#wrapper {
    width: 960px;
    margin: 8px auto;
}

.column-first {
    float:left;
    width: 620px;
    padding-left: 10px;
}

.column-last {
    float:right;
    width: 282px;
    border-left: 1px dotted #333;
    padding-left: 15px;
    margin-top: 50px;
}

#header {
    overflow:visible;
}

#header h1, #header h2 {
    text-indent: -99999em;
    position:absolute;
}

#header img {
    position:relative;
    left: -224px;
}

#book {
    text-align: center;
}

#book img {
    position: relative;
    right:15px;
}

.block {
    margin: 30px 0;
    font-size: 14px;
}

.block h2 {
    font-size: 18px;
    border-bottom: 1px dotted #333;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.post p {
    margin-bottom: 1em;
}

.post .post-info p {
    margin-bottom: 0;
}

.block li {
    padding: 4px 0;
}

#review blockquote {
    font-size: 22px;
    font-style: bold;
    text-align: center;
    line-height: 24px;
}

#review blockquote span {
    display:block;
    font-size:11px;
    line-height:15px;
    margin-top:1em;
}

.post {
    margin: 30px 0;
    padding-top: 20px;
    border-top: 1px dotted #333;
}

.post-info {
    margin-bottom: 20px;
    font-size: 13px;
    padding: 3px 0;
}

.post img {
   padding: 0 8px 8px 8px;
}

.post-info h2{
    font-size: 25px;
    line-height:28px;
    margin-bottom:0;
}

.after-post-info {
    margin-top: 20px;
    font-size: 13px;
}

.comment-link {
    margin-top: 10px;
}

.comment-link a {
    background: transparent url(images/comment.gif) no-repeat;
    padding-left: 20px;
}

#commentlist {
    margin: 40px 0;
}

#commentlist li {
    padding: 10px;
    border: 1px #999 dotted;
}

#commentlist li .date {
    padding-left: 10px;
    font-size: 80%;
}

#commentlist li .commenttitle {
    margin-bottom: 1em;
}

.alignleft {
    float:left;
}

.alignright {
    float:right;
}

.author {
    padding-left: 3px;
}

.page {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

a.expander {
    font-size: 10px;
}

a.rss {
    background: transparent url(images/rss.gif) no-repeat 0 0;
    padding-left: 18px;
}


#footer {
    clear:both;
    font-size: 10px;
    padding: 60px 0;
}

#footer #copyright {
    float:left;
}

#footer #credit {
/*    float:right;*/
}