/* @override 
	http://localhost:8888/futmesa/wp-content/themes/futmesa/css/layouts/2c-r-fixed.css
	http://localhost:8888/futmesa/wp-content/themes/futmesa/css/layouts/2c-r-fixed.css
	http://localhost:8888/futmesa/wp-content/themes/futmesa/css/layouts/2c-r-fixed.css
	http://localhost:8888/futmesa/wp-content/themes/futmesa/css/layouts/2c-r-fixed.css
*/

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

#main {
    width:900px;
    margin:0 auto;
    overflow:hidden;
    position:relative;    
}
#container {
    width:660px;
    float:left;
}
#content {
    margin:0px;
    width:660px;
    overflow:hidden;
    
}
.main-aside {
    width:220px;
    float:right;
    margin: 0px 10px 10px 0;
    position:relative;
    border-bottom: 1px dotted #99cc33; padding-bottom: 10px ;
}
#secondary {
    clear:right;
}
#subsidiary {
    width:900px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:220px;
    float:left;
    margin:0 20px 0px 0;
}
#subsidiary #third {
    margin:0 20px 0px 0;
}
#main .module, .single-post {
	margin-right: 10px;
}
.fixed {
	width:900px; 
	margin:0 auto;
}
