body, p, td, th, li {
    color:#000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    }

#wrapper {
	height: auto; min-height: 100%; /* for sticky footer */
    margin: 0 auto;
    width: 970px;
    }

#header {
    background: url(/i/header.gif) no-repeat;
    width: 970px;
    height: 172px;
}

#header .content {
    position: relative;
    top: 151px;
}

#navigation {
	margin:0;
	padding:0 0 20px 10px;
}

#navigation li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

#navigation a:link, #navigation a:visited {
	color: white;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	margin: 5px 1px 0;
	padding: 0px 20px 0;
	text-decoration:none;
    text-transform: capitalize;
}

#navigation a.active:link, #navigation a.active:visited, #navigation a:hover {
	background:none repeat scroll 0 0 #FFFFFF;
	color:#336633;
	padding-bottom:2px;
}


#container {
    padding-bottom: 24px; /* for sticky footer, needs to be same height as footer */
    }

/*#content {
    float: right;
    overflow: hidden;  makes any floating element within contents stay inside 
    padding-bottom: 22px;
    width: 65%
}*/
    
#sidebar {
    float: left;
    overflow: hidden; /* makes any floating element within contents stay inside */
    padding-bottom: 22px;
    padding-left: 20px;
    width: 220px;
    margin-top: -10px;
    }

#footer {
    background: url(/i/footer.gif) no-repeat;
    clear: both;
    height: 24px;
    margin: 0 auto;
    margin-top: -24px; /* for sticky footer, negative value of footer height */
    position: relative; /* for sticky footer */
    width: 969px; /* same as wrapper width or remove entirely for 100%*/
}
#footer div {
    margin: 5px 10px 0;
    color: white;
}

#contentBody {
    float: left;
    width: 700px;
}
#contentBody .postLeft {
    float: left;
    width: 80px;
}
#contentBody .thread {
	float: left;
	width: 620px;
}
#contentBody .postLeft span{
	display: block;
    padding-left: 10px;
    color: #4a4a4a;
    font-weight: bold;
    color: grey;
}
#contentBody .postLeft .date {
    font-size: 18px;
    text-transform: uppercase;
}
#contentBody .postLeft .year {
    font-size: 15px;
}

#contentBody .postLeft .time {
    font-size: 9px;
}
#contentBody .summary .date {
    margin-bottom: 2px;
}
.category {
    font-size: 11px;
    color: grey;
    margin-bottom: 8px;
}
.pagination {
    margin-bottom: 20px;
    margin-top: 15px;
}
h1 + .pagination {
    margin-bottom: 15px;
    margin-top: 0px;
}
.pagination a {
    border: 1px solid #1f6893;
    padding: 5px;
    text-decoration: none;
}
.pagination a:hover {
    color:  white;
    background-color: #1f6893;
}
.pagination a.disabled,.pagination a:hover.disabled {
    color: grey;
    border: 1px solid grey;
    background-color: white;
}
#sidebar .avatar {
    float: left;
	padding-right: 10px;
}
#sidebar .twitterText {
    width: 160px;
}
#sidebar .twitterText h5 {
	margin-top: 0px;
}