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

#main {
    width:960px;
    margin:0 auto;
    position:relative;
}
/*#container { old style backup
    width:960px;
    float:right;
    margin: 0 0 0 -300px;
}
#content { old style backup
    width:660px;
	width: 654px;
    overflow:hidden;
    margin: 0 0 0 310px;
}*/
#container {
    float: right;
    padding-right: 34px;
    width: 627px;
}
#content {
    float: right;
    margin: 0;
    overflow: hidden;
    width: 614px;
}
.main-aside {
	background-color: #F4F4F4;
	position: relative;
	width: 329px;
	padding: 15px 0 0;
	float:left;
}
#primary {
    float:left;
}
#secondary {
    clear:left;
}
#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, #main .single-post {
	margin-right: 0;
}
.fixed {
	width:960px; 
	margin:0 auto;
}