body {
	margin: 0 0 0 50px;
	}
div, span, p, ol, ul, li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
ol, ul, li {
	list-style-type: none;
	}
a {
	text-decoration: underline;
	}
#sidebar {
	padding: 10px 20px 10px 20px;
	width: 200px;
	height: 500px;
	position: absolute;
	top: 100px;
	}
#mainColumn {
	padding: 0 0 0 10px;
	width: 750px;
	position: absolute;
	top: 60px;
	left: 290px;
	}
#title {
	padding: 0 10px 0 20px;
	text-align: right;
	}
#main {
	padding: 0 10px 10px 10px;
	}
#nav {
	padding: 10px 10px 10px 10px;
	text-align: center;
	}
#attribution {
	margin: 70px 225px 50px 225px;
	text-align: center;
	font-size: 8pt;
	color:#555;
	}
span.title a {
	text-decoration: none;
	}

/ * Posts */

span.label_1, span.asker, span.answerer {
	font-weight: bold;
	}
li.post {
	margin: 0 0 20px 0;
	position:relative;
	}
span.postTitle {
	position: relative;
	left: 5px;
	}
div.postContent {
	padding: 20px 10px 10px 10px;
	}
.postPostContent, .tagSource {
	font-size: 10pt;
	}
div.postPostContent {
	text-align: right;
	}
li.tagPage {
	font-size: 24pt;
	position: relative;
	left: 5px;
	}   
div.postNotes {
        margin-top:20px;
	}
div.postPostContent {
    	width: 710px;
    	}
.postTags {
    	font-size:10pt;
    	padding: 25px 10px 0 10px;
    	}
.postQuote {
    	font-size:16pt;
    	}
.quoteSource {
    	margin-right: 20px;
    	font-style: italic;
    	text-align: right;
    	}
div.questionBlock {
    	padding-bottom:5px;
    	}
div.answerBlock {
    	padding-top: 10px;
    	}