/*
LAYOUT: Three-Column (Right) Primary
DESCRIPTION: Three-column 950px fixed layout with two sidebars right of content, primary being on the left.
*/

body {
    margin:20px;
    padding:0;
    /* min-width:960 */
}
#body {
    width: 960px;
    margin:0 auto;
}
#header {
    position:relative;
}
#branding {
    height: 235px;
    width:100%;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:100%;
    margin:0 auto;
}
#main {
    width:100%;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:55%;
    float:left;
    margin:0 0 0 10px;
}
#content {
    overflow:hidden;
}
#primary {
    width:220px;
    float:left;
    margin:0 10px 0 20px;
}
#secondary {
    width:200px;
    float:left;
    margin:0 0 0 10px;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:360px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:200px;
    float:left;
    margin:0 10px 0 10px;
}
#subsidiary #third {
    margin:0 0 0 10px;
}
#siteinfo {
    clear:both;
    width:100%;
    margin:0 auto;
}

/* =Page Templates
-------------------------------------------------------------- */

/*
    Full Width Template
*/

.page-template-template-page-fullwidth-php #container {
	margin:0;
	width:940px;
}

.page-template-template-page-fullwidth-php #content {
	margin: 0 0 0 10px;
	width:940px;
}

.page-template-template-page-fullwidth-php #comments {
    width:540px;
}
