/* body/page stuff */
body, html {
    overflow: auto;
    margin: 0;
    padding: 0;
    background: #262626;
}

#body {
    color: #fff;
}
/*header stuff*/
#header {
    text-decoration: none;
    /*text-align: left;*/
}

#header h1 a {
    font-size: 1.2em;
    text-decoration: inherit;
}

#header ul {

}

#header ul a {
    
}

#header ul a:hover {
    text-decoration: underline;
}

#header p {
    
}

#sessbar {
    
}

#sessbar a {
    
}

/* nav bar */
#nav {
    background-color: #262626;
}

#nav ul {
    list-style: none;
}

#nav li {
    display: inline;
}

#nav li:hover {
    display:inline;
    font-weight: bold;
}

#nav a {
    text-decoration: none;
    color: #fff;
}

.active {
    font-weight: bold;
}

/* sidebar */
#sidebar {
    float: right;
    width: 20%;
}

#sidebar a:link {
        color: #DD0000;
        text-decoration: none;
}
#sidebar a:visited {
        color: #990000;
        text-decoration: none;
}
#sidebar a:hover {
        color: #FF0000;
        text-decoration: underline;
}
#sidebar a:active {
        color: #FF0044;
        text-decoration: none;
}

#sidebar img {
	border: none;
}
#sidebar .mini-header {
    font-weight: bold;
    font-size: 1.1em;
}

#sidebar ul {
    list-style-type: none;
}

/* post things */
.post {

}

.post ul {

}

.post ul a {

}

.post ul ul {

}

.post ol {

}

.post p {

}

.post table {

}

.post h3 {

}

.post h3 a {

}

.post blockquote {

}

/* comments */
.comment-0 {

}

.comment-1 {

}

#content-main {
    margin-left: 2%;
    width: 75%;
    float: left;
    background-color: #D9D9D9;
    color: #000;
    padding: 1%;
}

#content-main a:link {
        color: #DD0000;
}
#content-main a:visited {
        color: #990000;
}
#content-main a:hover {
        color: #FF0000;
}
#content-main a:active {
        color: #FF0044;
}

/* footer */
#footer {
    
    clear: both;
    font-size: 0.7em;
    text-align: center;
}

#footer a:link {
        color: #DD0000;
}
#footer a:visited {
        color: #990000;
}
#footer a:hover {
        color: #FF0000;
}
#footer a:active {
        color: #FF0044;
}

.spacer {
    clear: both;
    height: 5px;
    padding: 0px;
    
}

.timestamp {
	font-size: 0.8em;
	
}
