/*   
Theme Name: Cassandra
Theme URI: http://shaneandcassandra.com/blog
Description: theme for Cassandra's blog
Author: Cassandra Crawford
Author URI: http://shaneandcassandra.com
Version: 1.0
.
*/

body 
{
    margin: 0;
    padding: 0;
    background-color: #111111;
    font-family: Trebuchet MS, Calibri, Verdana, Serif;
    font-size: 10pt;
    color: #CCCCCC;
}

.wrapper
{
    margin-right: auto;
    margin-left: auto;
    height: 768px;
    width: 100%;
}

.banner
{
    width: 100%;
    margin: 0;
    padding: 5px 0px 10px 0px;
    height:75px;
    display: block;
    border: none;
    position: relative;
    z-index: 1;
    background: transparent url(/images/site/banner-bg.png) repeat-x top left;
}

.banner h1
{
    float:left;
    margin-left: 10%;
    width:14%;
    font-size: 16px;
}

.banner ul
{
    float:right;
    margin-right: 10%;
    width: 65%;
}

.content
{
    margin-right: 10%;
    margin-left: 10%;
    width: 79%;
    background-color: transparent;
    color: white;
    position: relative;
    z-index: 5;
}

.background
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.blend
{
    background: transparent url(/images/site/footer-bg-gray.png) repeat-x top left;
    position: relative;
    top: -200px;
    width: 100%;
    height: 200px;
    z-index: 0;
}

.backgroundImage
{
    position: relative;
    top: 0px;
    width: 100%;
    min-width: 960px;
}

.main
{
    margin-right: auto;
    margin-left: auto;
}

.main-content
{
    /*border-top: 7px solid #EFEFEF;
    margin-left: 8px;
    margin-right: 8px;
    padding: 10px;*/
}

.mainNav
{
    padding:0;
    margin:5px 150px 0 0;
    text-align: right;
    list-style-type: none;
    position: relative;
    z-index: 1;
}

.mainNav li
{
    color: White;
    font-size: 12px;
    font-weight: normal;
    display: inline;
    margin-right: 5px;
    margin-left: 5px;
}

.mainNav li a
{
    color: white;
    font-size: 12px;
    font-weight: normal;
    display: inline;
    text-decoration: none;
}

.mainNav li a:hover
{
    text-decoration: underline;
}

.mainNav li a.selected
{
    color: #67AFEE;
    font-weight: bold;
}

.mainNav li a.selected:hover
{
    text-decoration: none;
}

.banner h1
{
    font-size: 16px;
    font-family: Arial Black, Arial Narrow, Arial, Helvetica;
    color: white;
    font-weight: bold;
    padding:0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1
{
    font-size: 24px;
    font-family: Arial Narrow, Arial, Helvetica;
    color: white;
    font-weight: bold;
    padding:0px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-variant: small-caps;
}

h2
{
    font-size: 19px;
    font-family: Arial Narrow, Arial, Helvetica;
    color: #FFFFFF; /*#92eb57;*/
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 7px;
    font-variant: small-caps;
}

h3
{
    font-size: 15px;
    font-family: Arial, Arial Narrow, Arial, Helvetica;
    color: #FFFFFF; /*#92eb57;*/
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    font-variant: small-caps;
}

h1 span
{
    color:#999999;
}

h1 a
{
    color:White;
}

h1 a:hover
{
    text-decoration: none;
    color: White;
}

h2 a:hover
{
    text-decoration: underline;
    color: #E5E400;
}

a
{
    color: #67AFEE;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    color: #E5E400;
    text-decoration: underline;
}


.entry p
{
    line-height: 150%;
    padding-left: 10px;
}

.entry img
{
    border: none;
    padding-left: 10px;
}

.entry small
{
    font-size: 8pt;
    display: block;
    margin-bottom: 10px;
}

.readMore
{
    font-weight: bold;
    font-size: 8pt;
}

#sidebar
{
    width: 25%;
    float: left;
}

#sidebar ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#sidebar h2
{
    margin-bottom: 10px;
}

#sidebar ul li
{
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
    margin-bottom: 5px;
}

#content
{
    width: 70%;
    margin-right: 4%;
    float: left;
}

#comment
{
    width: 70%;
    margin-right: 4%;
}

.avatar
{
    display: none;
}

ol.commentlist
{
    list-style-type: none;
}

ol.commentlist li
{
     border-bottom: 1px solid #cccccc;
     margin-bottom: 10px;
}

#commentform
{
     padding-left:40px;
}

.wrapper .gallery img
{
    padding: 0px;
    border: none;
}

.gallery-caption
{
    font-size: 8pt;
}

.column-content
{
    background: transparent url(/images/site/bg-content-dark.png) repeat top left;
    margin-top:0px;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
