/*
LAYOUT: Three-Column
DESCRIPTION: Three-column 950px fixed layout with two sidebars on either side of content

UPDATE: Changes made to push us out to 1000px. I got most of it, don't know what #subsidiary is yet. Maybe I'll figure that one out.
*/

body {
	min-width:1000px;
}
#header {
	position:relative;
}

#main {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

#container {
	width:978px;
	float:left;
	margin:0 0 0 10px;
}
#content {
	margin: 0 238px 0 160px;
	overflow:hidden;
}
#primary {
    width:140px;
    float:left;
        margin: 0 0 0 -978px;
}
* html #primary {
        left: 12px;
        position: relative;
}
#secondary {
    width:200px;
    float:left;
        margin: 0 0 0 -200px;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:1000px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 10px 0 10px;
}
#subsidiary #third {
    margin:0 0 0 12px;
}
#siteinfo {
    clear:both;
    width:978px;
    margin:0 auto;
}

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

/*
    Full Width Template
*/

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

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

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