/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

#main {
    width:1050px;
    margin:0 auto;
    position:relative;
}
#container {
    width:650px;
    float:left;
	margin-left: 10px;
	background-color: #000;
}
#content {
    margin:0;
    width:1040px;
    overflow:hidden;
}

#contentPage {
    margin:0;
	padding: 0px;
    width:650px;
    overflow:hidden;
}

#contentPage .single-post {
    margin: 0 0 0 10px;
	height: 540px;
	overflow-y: auto;
	border-bottom: 3px solid black;
}

.main-aside {
    width:300px;
    float:right;
    position:relative;
}
#secondary {
    clear:right;
}
#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#main .module, .single-post {
	margin-right: 10px;
}
.fixed {
	width:960px; 
	margin:0 auto;
}
