/* Body Stuffs */

body {
    margin: 0px;
    padding: 0px;
    background: #000000 url(../images/img01.jpg) repeat-x left top;
    font: 13px "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
    color: #D9D9D9;
}

h1, h2, h3 {
    margin-top: 0px;
    color: #FFFFFF;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

p, ol, ul {
    margin-bottom: 5px;
    line-height: 160%;
}

a {
    color: #7ECE05;
    text-decoration: none;
}

a:hover {
    color: #7ECE05;
    cursor: pointer;
}

a img {
    border: none;
}

blockquote {
    background:rgb(33, 33, 33);
    margin: 45px;
    padding: 6px;
    font-size: 110%;
    line-height: 170%;
    font-style: normal;
    display:block;
}

.bqstart {
    float: left;
    height: 45px;
    margin-top: -20px;
    padding-top: 45px;
    margin-bottom: -50px;
    font-size: 700%;
    color: #FF0000;
}

.bqend {
    float: right;
    height: 25px;
    margin-top: 0px;
    padding-top: 45px;
    font-size: 700%;
    color: #FF0000;
}

.paging {
    /*background:#0000DF;*/
    border: 1px #0000DF solid;
}

.paging a {
    border:1px #0000DF solid;
    color:#0000DF;
    text-decoration: none;
}
.paging a:hover {
    background: #0000DF;
    color: #FFFFFF;
}

ol 
{
    list-style: decimal; /* for ie */
    /*list-style: decimal-leading-zero;  better look for others */
    /*background-color: #fff;*/
    /* margin: 0px 0px 1px 0px;  1px bottom margin seems to fix occasional Firefox scrolling
	padding: 0px;*/
    color: #5C5C5C;
}

.wrapper
{
    display:block;
    vertical-align:top;
}

.title
{
    font-weight:bolder;
}

.homepageBlurb
{
    background-color:#1D1D1D;
    text-indent: 3em;
}

/* Header */

#header {
    width: 1000px;
    height: 90px;
    margin-left: 160px;
    margin-bottom:20px;
    /*position:fixed;*/

}

#header a {
    text-decoration: none;
    color: #FFFFFF;
}

/* Logo */

#logo {
    float: left;
    /*background: url() no-repeat left top;*/
}

#logo h1, #logo p {
    margin: 0px;
    padding-left: 83px;
    line-height: normal;
    font-weight: normal;
    color: #FFFFFF;
}

#logo h1 {
    padding: 25px 0px 0px 80px;
}

/* Menu */

#menu {
    float: right;
    display:inline;
}

#menu ul {
    margin: 0px;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#menu li {
    float: left;
    margin: 50px 0px 0px 1px;
}

#menu a {
    display: inline;
    width: auto;
    height: 20px;
    padding: 5px 10px;
}

#menu a:hover {
    background: #7ECE05 url(../images/img02.jpg) repeat-x 0px 0px;
    text-decoration: none;
}

#menu .active {
    background: #7ECE05 url(../images/img02.jpg) repeat-x 0px 0px;
}

#menu .active a {
    background: #7ECE05 url(../images/img02.jpg) repeat-x 0px 0px;
}

/* Page */

#page {
    /*width: 1000px;*/
    width:80%;
    margin: 0px auto;
    padding-top: 60px;
    display:block;
}

.byline {
    font-size: 12pt;
}

/* Content */

#content {
    float: right;
    width:75%;
    background: url(../images/img03.jpg) no-repeat right bottom;
}

.post {
    margin: 0px 0px 30px 0px;
    border: 2px #292929 dashed;
    padding: 6px;
}

.post .title {
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

.post .entry {
}

.post .meta {
    font-weight: bold;
}

.post .byline {
    margin: 0px;
}

.post a {
    text-decoration: underline;
}

.post a:hover {
    text-decoration: none;
    cursor: pointer;
}

.postHeading
{
    background: #202020;
    margin: 0px 0px 20px 0px;
}

.comment
{
    border: 1px #292929 dotted;
    margin: 3px;
    padding: 5px;
    width:60%;
}

.centerDiv
{
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.entryPreview
{
    width: 100%;
    max-height: 600px;
    display: block;
    overflow: auto;
}

.entryFooter
{
    background:rgb(33,33,33);
}


/* Sidebar */

#sidebar {
    float: left;
    width:25%;
    background: url(../images/img03.gif) repeat-y left top;
}

#sidebar-bgtop {
    height: 3px;
    background: url(../images/img04.gif) no-repeat left top;
}

#sidebar-bgbtm {
    height: 3px;
    background: url(../images/img05.gif) no-repeat left bottom;
}

#sidebar-content {
    padding: 0px 20px 20px 20px;
}

#sidebar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#sidebar li ul {
    margin-bottom: 1.6em;
}

#sidebar li li {
    background: url(../images/img05.jpg) no-repeat left;
    margin-left: 5px;
    padding-left: 10px;
}

#sidebar h2 {
    background: url(../images/img06.jpg) no-repeat left;
    padding-left: 15px;
    font-size: 1.2em;
}

#sidebar a {
    text-decoration: none;
    font-size: 9pt;
}

#sidebar a:hover {
    text-decoration: underline;
}

.toolTipBox
{
    display: none;
    padding: 5px;
    font-size: 12px;
    border: black solid 2px;
    font-family: verdana;
    position: absolute;
    background-color: #3D3D3D;
    color: #FFFFFF;
    z-index:999;
}

/* Search */

#search {
}

#search form {
    margin-bottom: 1.8em;
    padding: 0px;
}

#search fieldset {
    margin: 0px;
    padding: 0px;
    border: none;
}

#search #s {
    width: 160px;
}

/* List Items */

.archive
{
    width:100%;
    margin: 0px auto;
}

.yearItem
{
    margin: 10px auto;
}
.yearItemHead
{
    width:100%;
    text-align:center;
    background:#353535;
}
.yearItemBody
{
    width: 100%;
    margin:0px auto;
}

.monthItem
{
    width:49%;
    min-width: 49%;
    display:inline-block;
    vertical-align: top;
    background:#292929;
}
.monthItemHead
{
    width:100%;
    text-align:center;
    background:#353535;
    font-size:12pt;
    font-weight:bolder;
}
.monthItemBody
{
    width: 100%;
    padding:30px 8px 8px 8px;
    margin-top:3px;
    white-space: normal;
}

/* Footer */

#footer {
    clear: both;
    height: 85px;
    margin: 0px auto;
    background: url(../images/img01.jpg) repeat-x left top;
    color: #FFFFFF;
}

#footer p {
    margin: 0px;
    padding: 60px 0px 0px 0px;
    text-align: center;
    line-height: normal;
    font-size: small;
}

#footer a {
    color: #7ECE05;
}