/*  
Theme Name: Migra Theme
Theme URI: http://www.migratorium.com/
Description: Customer theme for Migratorium.
Version: 0.1
Author: K. Frost based on the work of Michael Heilemann and Scott Wallick
Author URI: http://frost.biztos.com/

*/

/* LAYOUT */
body {
    text-align: center;
    padding: 0px;
    margin: 0px;
}
div,p,form,ul,ol {
    text-align: left;
}
#Container {
    width: 900px;
    margin: 0px auto;
    text-align: left;
}
#Header {
    margin: 0px auto;
    text-align: left;
    height: 95px;
}
#Content {
    width: 550px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 40px;
    border-right: 1px dotted #006B3D;
    float: left;
}
#Sidebar {
    float: left;
    width: 250px;
    margin-top: 10px;
}
#Footer {
    float: none;
    clear: both;
}

/* COLORS AND IMAGES */
body {
    background: #0C1D48 url(body-fade.png) top left repeat-x;
    color: #000000;
}
a {
    color: #3D41AB;
}
a:hover {
    color: #60BF96;
}
a img {
    border: none; /* generally punchout tranny PNGs */
}
#Container {   
    border-left: 1px solid black;
    border-right: 1px solid black;
    background: #FFFFFF;
}
#Header {   
    background: url(mast-negative.png) top left no-repeat;
    border-bottom: 4px solid black;
}
#Header h1 a {
    color: white;
}
#Header p {
    color: #006B3D;
    border-bottom: 1px dotted #006B3D;
}
#Header h1 a {
    color: white;
}
#Header h1 a:hover {
    color: #5C005C;
}
#Footer p {
    border-bottom: 1px dotted #006B3D;
    border-top: 1px dotted #006B3D;   
}

/* GENERAL TYPOGRAPHY */
body {
    font-size: 112%;
    font-family: Didot, Georgia, serif;
}
h1,h2,h3,h4 {
    font-weight: bold;
}
h2 {
    font-size: 130%;
}
a {
    text-decoration: none;
}
ol li {
   font-style: italic;
   margin-bottom: 10px;
}

/* MAIN HEADER */
#Header {   
    font-family: Cochin, sans-serif;
    font-weight: normal;
    position: relative;
}
#Header h1 {
    margin: 0px auto;
    padding: 0px;
    font-size: 100%;
    
}
#Header h1 a {
    margin: 0px;
    padding: 0px;
    display: block;
    margin: 0px auto;
    height: 95px;
    text-indent: -9999px;
}
#Header p {
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    right: 10px;
    font-size: 150%;
    color: white;
    text-indent: -9999px;
}

/* SIDEBAR */
#Sidebar {
    padding-top: 0px;
}
#Sidebar h2 {
    text-align: center;
    font-weight: normal;
    font-size: 120%;
    padding-bottom: 80px;
    background: url(type-emb-d.png) bottom center no-repeat;
}
#Sidebar h3 {
    text-align: center;
    font-weight: normal;
    font-size: 120%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#Sidebar p {
    margin-top: 10px;
    padding-top: 0px;
    text-align: center;
}
#Sidebar ul {
    list-style: none;
    padding-left: 0px;
    padding-right: 0px;
}
#Sidebar li {
    text-align: center;
    padding-bottom: 25px;
    background: url(type-emb-S-small.png) bottom center no-repeat;
}
#Sidebar #Authors {
    padding-bottom: 80px;
    background: url(type-emb-g.png) bottom center no-repeat;
}
#Sidebar #RecentPosts {
    padding-bottom: 50px;
    background: url(type-emb-S.png) bottom center no-repeat;   
}
#Sidebar #ArchiveList {
    padding-bottom: 50px;
    background: url(type-emb-S.png) bottom center no-repeat;   
}
#Sidebar #Links {
    padding-bottom: 80px;
    background: url(type-emb-d.png) bottom center no-repeat;
}
#Sidebar #Misc {
    padding-bottom: 80px;
    background: url(type-emb-k.png) bottom center no-repeat;
}

/* MAIN FOOTER */
#Footer {
    float: none;
    clear: both;
}
#Footer p {
    font-family: Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 80%;
    text-align: right;
    white-space: nowrap; /* don't clobber the bottombar */
}

/* POST */
div.post {
    padding-bottom: 80px;
    background: url(type-emb-f.png) bottom center no-repeat;
}
div.post p.byline {
    font-style: italic;
}
div.post p.byline_lower {
    font-style: italic;
    text-align: center;
    font-size: smaller;
}
div.post p.date {
   font-style: italic;
   text-align: right;  
}
div.post p.tags {
   font-family: Helvetica, sans-serif;
   text-align: right;
}