/*  
Theme Name: The Column
Theme URI: http://csisacto.org/news/
Description: Newsletter template for The Column CSI Sacramento Newsletter.
Version: 1
Author: Eversun Software Corp. Phils.
Author URI: http://eversunsoft.com


*/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-color:#ccc;
    color:#555;
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
}


#bodywrap {
    width: 800px;
    border: 2px solid #aaa;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 0.25em 0.25em 0.25em;
}

#header {
    height: 190px;
    background: #dfdcbb url('images/header.jpg') no-repeat;
}

#bodyer {
}

#tableofcontents {
    border-top: 3px solid #b0ad9a;
    border-bottom: 3px solid #b0ad9a;
    margin: 0.1em 0;
    padding: 0.25em;    
    background: #fff url('images/issue.jpg') 0.25em 0.25em no-repeat;
}

/* \*/ 
* html .gainlayout, #tableofcontents { height: 1%; } 
/* */ 

#pagelist {
    margin-left: 125px;
    margin-right: 305px;
}

#quoteofthequarter {
    float: right;
    width: 300px;
    height: 150px;
}

#content {
    margin-right: 205px;
    text-align: left;
    font-size: 1.1em;
    line-height: 150%;
}

#sidebar {
    float: right;
    width: 200px;
    /*background: #fff url('images/pillar.jpg') no-repeat;    */
    height: 400px;
}

#footer {
    clear: right;
    height:50px;
    background: #fff url('images/footer.jpg') no-repeat;

}

#header h1 {
    position: relative;
    top: 0.25em;
    font-family: Georgia, san-serif;
    font-weight: normal;
    font-size: 8em;

}

#header h1 a {
    color: #777;
    text-decoration: none;
}

#header p.subtitle {
    position: relative;
    top: 0.25em;
    font-size: 2.5em;
}

#header p.subtitle a {
    color: #fff;
}

#header p.description {
    position: relative;
    top: 2.5em;
    color: #634d45;
    font-size: 1.5em;
}

#pagelist h3 {
    color: #f28e2c;
    text-align: left;
    font-size: 2em;
}

ul#whatsinside li {
    text-align: left;
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 0.1em 0 0.1em 1.25em;
    list-style-image: url('images/star.gif');
    font-weight: bold;
}

ul#whatsinside li a, ul#whatsinside li a:link {
    color: #539F3B;
    text-decoration: none;
}

ul#whatsinside li a:hover {
    color: #f28e2c;
}


ul#whatsinside li.current_page_item a {
    color: #f28e2c;
}


#quoteofthequarter h3 {
    color: #9a6533;
    font-weight: normal;
    font-size: 2em;
}

#quoteofthequarter blockquote {
    margin-top: 1em;
    font-size: 1.5em;
    font-style: italic;
    color: #777;
}


#footer p {
    position: relative;
    top: 2em;
}

/* */

div.post {
    margin: 0 1em;
}

div.post h2 {
    color: #228bb5;
    border-bottom: 1px solid #228bb5;
    font-size: 3em;
    font-weight: normal;
    margin: 0 0 0.25em 0;
    padding: 0.5em 0 0.25em 0;
    line-height: 120%;

}

div.entry {
    margin: 1em 0;
    font-size: 1.1em;
    line-height: 150%;
    text-align: justify;
}

div.entry p {
    text-indent: 2em;
    margin-bottom: 2em;
}

.clear_both {
    clear: both;
}

a, a:link, a:visited {
    color: #0054ff;
}

