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

#main {
    width:768px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
	background-color:#fff;
}
#container {
    width:468px;
    float:left;
}
#content {
    border-right:2px solid #999;
	margin:0;
	overflow:hidden;
	width:510px;
}

.main-aside {
    border-left:2px solid #999;
	float:right;
	position:relative;
	width:256px;
	
}

#primary.main-aside {
	margin-top:0px;
}

.aside-line-occlusion {
	background-color:#FFFFFF;
	height:32px;
	left:-2px;
	position:absolute;
	top:0;
	width:2px;
	z-index:1;
}

#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;
}

