#wrapper {
    width: 90%;
    max-width: 1300px;
    min-width: 820px;
    font-family:  verdana, arial, helvetica, sans-serif;
    font-size: 75%;
    background-color: #fff;
    border-left: 4px solid #dfdfdf;
    border-right: 4px solid #dfdfdf;
    margin: 0px auto;
}

#sitenav {
    background-color: #ffffff;
    border-top: 2px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdF;
    margin: 0;
    padding: 0;
}

#sitenav ul li {
    font-size:90%;
    font-weight:bold;
    letter-spacing:0.1em;
    text-transform:uppercase;
}

#sitenav ul a {
    border-bottom: 2px solid #EFEFEF;
    float:left;
    margin:0 2px 0 0;
    overflow:hidden;
    padding:6px 10px;
}

#sitenav ul a:hover, #sitenav .currentpage a {
    background-color:#EFEFEF;
    border-bottom:2px solid #3D98C5;
    padding:6px 10px;
}

.serendipitySideBarTitle {
    background-color:#EFEFEF;
    border-bottom:1px solid #DFDFDF;
    border-left:4px solid #DFDFDF;
    color:#000;
    font-size:95%;
    letter-spacing:0em; 
    margin:0;
    padding:8px 5px;
    text-transform: none;
}

#serendipityLeftSideBar, #serendipityRightSideBar {
    color:#000;
}

#content {
    color:#000;
}

blockquote {
    color: #000;
}

h1.blogtitle {
font-family:tahoma,arial,sans-serif;
font-size:200%;
line-height:1em;
margin:0;
padding:0 0 0 2;
}

h1.blogtitle a:link, h1.blogtitle a:visited, h1.blogtitle a:active {
border-left:6px solid #fff;
color:#666;
font-weight:bold;
padding:0 0 0 5px;
}

h1.blogtitle a:hover { 
border-left:6px solid #000000;  
color:#000000;
font-weight:bold;
padding:0 0 0 5px;
}


#serendipity_banner {
    margin: 0;
    height: 135px;
    border: 0px;
}

p.tagline {
color:#666;
font-size:1em;
font-weight:bold;
margin:0;
padding:0 0 0 13px;
border-bottom:2px solid #DFDFDF;
}

pre {
font-family: Courier, monospace;
font-size: 75%;
line-height: 1.2em;
white-space: pre;
white-space: pre-wrap; /* css-3 */
}

tt {
font-family: Courier, monospace;
font-size: 75%;
line-height: 1em;
white-space: pre;
}


