/*
LAYOUT: One-Column (Right) Fluid (adapted from fixed by Don)
DESCRIPTION: Two-column 72em fluid layout with one sidebar right of content
*/

#main {
    width:72em;
    min-width:889px;
    margin:0 auto;
    padding: 0;
    overflow:hidden;
    position:relative;
}
#container {
    width:69%;
    float:left;
}
#content {
    margin:0;
    width:100%;
    max-width:800px;
    overflow:hidden;
}
.main-aside {
    width:31%;
    float:right;
    position:relative;
}
#secondary {
    clear:right;
}
#subsidiary {
    width:69%;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:31%;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#main .module, .single-post {
	margin-right: 10px;
}
.fixed {
	width:69%; 
	margin:0 auto;
}
