
body{
    font-family: Arial,helvetica,sans-serif;
    margin:0;
    padding:0;
    line-height: 1.5em;
}

#topsection{
    background: #554;
    color: white;
    height: 70px; /*Height of top section*/
    border-top: 2px solid black;
    border-bottom: 3px solid black;
    padding-top: 0px;
}

#topsection a {
    color: white;
    text-decoration: none;
}

#topsection h1{
    margin: 0;
    padding-top: 15px;
}

#contentwrapper{
    float: left;
    width: 100%;
}

#contentcolumn{
    /*Margins for content column. Should be 0 RightColumnWidth 0 LeftColumnWidth*/
    /*margin: 0 180px 0 180px; */
    margin: 0 0 0 180px;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    
}

#contentcolumn a{
    color: #443;
}
#contentcolumn a:visited{
    color: #221;
}

#contentcolumn .date {
    font-size: 60%;
    color: #443;
    padding-bottom: 0;
}
#contentcolumn .blogentry {
    padding-bottom: 0;
    margin-bottom: 0;
}

#contentcolumn .blogtitle {
    font-size: 150%;
    padding-bottom: 0;
    margin-bottom: 0;
}
#contentcolumn .blogtitle a {
    text-decoration: none;
}

#leftcolumn{

    float: left;
    width: 180px; /*Width of left column*/
    margin-left: -100%;
    /*background: #C8FC98;*/
    font-size: 80%;
    border-top: 2px solid-black;
}

#leftcolumn ul {
    margin: 7px;
    padding: 0px;
    list-style-type: none;
    margin-top: 0px;
    border: 1px solid #887;
    border-bottom: 1px solid #887;
}

#leftcolumn li {
    padding-left: 4px;
    border-top:1px solid #887;
    border-bottom:1px solid #887;
    color: black;
    background-color: #ffe;
}
#leftcolumn li:hover {
    background-color: #ddc;
}

#leftcolumn a {
    color: black;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

#leftcolumn a:visited {
    color: #444;
    font-weight: bold;
}
#leftcolumn .header {
    font-weight: bold;
    font-size: 150%;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 7px;
    margin-bottom: 0px;
    background-color: #887;
}
#rightcolumn{
     display: none;
     float: left;
     width: 180px; /*Width of right column*/
     margin-left: -180px; /*Set left marginto -(RightColumnWidth)*/
     background: #FDE95E;
     border-top: 2px solid-black;
}

#footer{
    clear: left;
    width: 100%;
    background: black;
    color: #FFF;
    /*text-align: center;*/
    padding: 4px 0;
    font-size: 80%
}

#footer a{
    color: #FFFF80;
}

.innertube {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

#contentcolumn{
    background-color: #ffe;
}
#contentcolumn ul {
    padding-left: 15px;
}
