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

#main {
    width:883px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    padding:20px 6px 0;
}
#container {
    width:677px;
    float:left;
}
#content {
    margin:0;
    width:683px;
    overflow:hidden;
}
.main-aside {
    width:206px;
    float:right;
    position:relative;
    padding:50px 0 0 0;
}
#secondary {
    clear:right;
}
#subsidiary {
    width:895px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:200px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#main .module, .single-post {
	margin-right: 10px;
}
.fixed {
	width:895px; 
	margin:0 auto;
}


/* Homepage Customs */

.home h2.entry-title 	{ display:none; }
.home #main { padding:0px 0 0 0; background:none; }
.home #container, .home #content, .home #main { width:895px; }
.home .single .post .entry-content, .home .single-post .entry-content, .home p, .home #main .module, .home .single-post {margin:0 0 0 0;padding:0 0 0 0;}
.home #primary {display:none;}
