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

body {
    min-width:800px;
}
#header {
}
#branding {
clear:both;
}
#access {
clear:both;
}
.menu {
}
#main {

}
#container {
    width:620px;
    float:left;
}
#content {
    margin:0;
    width:560px;
    overflow:hidden;
}
.main-aside {
   
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {

}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
}


/* =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;
}
