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

#main {
    max-width:1160px;
min-width:960px;
    margin:0 auto;
    position:relative;
}

.featured {width:640px;}
#primary {width:300px;float:right;}
#index-news {width:640px;}

#container {
    float:left; margin-right:300px;
}
#content {
    margin:0;
    overflow:hidden;
}
.main-aside {
    width:300px;
    float:right;margin-right:-300px;right:300px;
    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;
}

