/*
LAYOUT: One-Column (Left) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar left of content
*/

body {
    min-width:1010px;
}
#header {
    position:relative;
}
#branding {
    width:1010px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:1010px;
    margin:0 auto;
}
#main {
    width:1010px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:1010px;
    float:right;
    margin: 0 0 0 -410px;
}
#content {
    width:600px;
    overflow:hidden;
    margin: 0 0 0 410px;
}
.hentry {
    width: auto;
}
.main-aside {
    width:330px;
    float:left;
    position:relative;
}
#primary {
    float:left;
}
#secondary {
    clear:left;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:1010px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:330px;
    float:left;
    margin:0 80px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:1010px;
    margin:0 auto;
}

/* =Page Templates
-------------------------------------------------------------- */

/*
    Full Width Template
*/

.page-template-template-page-fullwidth-php #container {
	margin:0;
	width:1010px;
}

.page-template-template-page-fullwidth-php #content {
	margin: 0 0 0 80px;
	width:1010px;
}

.page-template-template-page-fullwidth-php #comments {
    width:1010px;
}
