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

body {
    min-width:1000px;
}
#above-header{
	width:100%;
	margin:0 auto;
}
#wrapper{
	width:966px;
	margin:0 auto;
}
#header {
	width:966px;
	margin:0 auto;
    position:relative;
}
#access {
    padding:0px 0;
}
#menu {
    margin:0 auto;
}
#main{
}
#inner-wrapper{
	margin:0 auto;
}
#content-container {
    float:left;
    margin: 0 -310px 0 0;
}
#content-container-full-width {
    margin: 0 auto;
}
#content {
    width:656px;
    overflow:hidden;
    margin: 0 310px 0 0;
}
#content-full-width {
	width:926px;
    overflow:hidden;
    margin: 0 auto 10px auto;
}
.hentry {
}
.sidebar {
    width:280px;
    float:right;
    position:relative;
    clear:right;
}
#primary {
    position:relative;
}
#secondary {
    position:relative;
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:282px;
    float:left;
    margin:0 40px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    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;
}


/*
    Home Page
*/

#home_banner{
	margin-bottom:20px;
}

/*
    Page
*/

#inner_banner{
	height:3px;
	background:#777;
	margin-bottom:20px;
}