
/**
 * Sweepers Selection Style Sheet
 * Author: Tom at klenwell@gmail.com
 * Last Update: July 2010
 */


/**
 * Reset
 */
h1, h2, h3, h4, h5, h6 { margin:0; padding:0; }
p, pre, blockquote, ul, ol, dl, address { margin: .5em 0; padding: 0; }
ul li { list-style:none; margin-left:.5em; }
form, fieldset { margin: 0; padding: 0; }
dd, blockquote { margin-left: .5em; }
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; }
table { border-collapse:collapse; }
td { vertical-align:top; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }


/**
 * Layout
 */
body {
    margin:0; padding:0;
    font-family:Arial, Helvetica, sans-serif;
    background-color:#EFE6E6;
    color: #665555;
}
div.page {
    background-image:url('/img/home/bg.selections.v3.png');
    background-position:center 40px;
    background-repeat:no-repeat;
    background-color:transparent;
}
div#content {
    width:690px;
    margin:0 auto; padding:0;
    margin-top:140px;
}
a { color:#A64040; text-decoration:none; }
a:hover { color:#C55C1B; }


/**
 * Metabar
 */
div#metabar {
    padding:8px 4em;
    background-color:#E0DADA;
    font-size:12px;
}
div#metabar div.left {
    margin-right:2em;
}
div#metabar div.nav {
    padding-top:3px;
}

/**
 * Footer
 */
div#footer {
    padding:8px 4em;
    font:11px/1.4em Verdana, Geneva, sans-serif;
    text-align:center;
}


/**
 * Aphorism Blocks
 */
div.aphorism {
    position:relative;
    margin:16px 0;
    padding:8px 16px;
    background-color:#F6F3F3;
    border:1px solid #E0DADA;
    border-width:8px 0;
}
div.aphorism div.text {
    position:relative;
    padding:32px 2em 12px;
    font:16px/1.4em Georgia, serif;
    text-align:justify;
    z-index:10;
}
div.aphorism div.date {
    position:absolute; top:4px; right:24px;
    text-align:right;
    font-size:28px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    font-weight:bold;
    color:#E0DADA;
}
div.aphorism .link {
    text-align:right;
    margin:0 1em;
    font:14px Verdana, Geneva, sans-serif;
}
