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

body {
    min-width:870px;
}
#header {
    position:relative;
}
#branding {
    width:1010px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:980px;
    margin:0 auto;
}
#main {
    width:1010px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:800px;
    min-height:1080px;
    float:left;
    padding: 66px 0 0px 0;
    border:0px solid red;
}
#content {
    margin:0 0px 0px 0px;
    /*width:540px;*/
    width: 100%;
    overflow:hidden;
    /*border:1px solid red;*/
}
.main-aside {
    width:180px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:950px;
    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;
}
