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

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

#branding,
#access .menu,
#main,
#colophon {
    width:960px;
    margin:0 auto;
}
#main {
    overflow:hidden;
    position:relative;
}

#primary {
    float: left;
    margin: 0 -290px 0 0;
    width: 100%;
}

#content {
	margin: 0 280px 0 0;
}

#main .widget-area {
	float: right;
	overflow: hidden;
	width: 280px;
}

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

/*
    Full Width Template
*/

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

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

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