/*
LAYOUT: One-Column (Left) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar left of content
*/
html, body {
	height: 100%;
}
body {
    min-width:	960px;
}
#wrapper {
	min-height: 100%;
	margin-bottom: -130px;
	position: relative;
}
#header {
    width:		960px;
	margin:		0 auto;
    position:	relative;
}
#logo {
	margin-left: 10px;
	width:		220px;
	float:		left;
	position:	relative;
}
#branding {
	margin-right: 10px;
    width:	700px;
    float:	right;
}
#access {
    width:	730px;
	float:	right;
}
.menu {
    width:	720px;
    float:	left;
	margin-left: 6px;
}
#main {
    width:	940px;
	margin: 0 auto;
}
#container {
    width:	700px;
    float:	right;
}
#content {
    width:		700px;
}
.hentry {
}
.half {
	width: 50%;
	float: left;
}
.third {
	float: left;
	width: 206px;
	padding: 0 0 20px 0;
}
.middle {
	margin: 0 20px;
}
.main-aside {
    width:		200px;
    float:		left;
    position:	relative;
}
#primary {
    float:	left;
}
#secondary {
    clear:	left;
}
.clearfooter {
	clear: both;
	height: 130px;
	position: relative;
}
#footer {    
    clear:	both;
	height: 130px;
	position: relative;
}
#subsidiary {
    width:		940px;
    margin:		0 auto;
    overflow:	hidden;
}
#subsidiary .aside {
    width:		200px;
    float:		left;
    margin:		0 20px 0 0;
}
#subsidiary #third {
    margin:		0;
}
#siteinfo {
    clear:		both;
    width:		940px;
    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;
}
