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

body {
    min-width:960px;
}
#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:940px;
    margin:0 auto;
}
#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:620px;
    float:left;
}
#content {
	background:#ebebeb;
	border-radius:15px;
	-moz-boarder-radius:15px;
    margin:0 0 40px 10px;
    width:600px;
    overflow:hidden;
}
.main-aside {
	background:#ebebeb;
	border-radius:15px;
	-moz-boarder-radius:15px;
    width:320px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
	padding:10px 0 0 0;
    margin-bottom:20px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    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;
}

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

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

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

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

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

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

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

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

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

body.search-no-results #container,
body.single #container,
body.page-id-21 #container,
body.category-publications #container,
body.category-education-projects #container,
body.category-enterprise #container,
body.category-gateway-project #container, 
body.archive #container {
 width: 960px;
}

body.search-no-results #content,
body.single #content,
body.page-id-21 #content,
body.category-publications #content,
body.category-education-projects #content, 
body.category-enterprise #content,
body.category-gateway-project #content,
body.archive #content {
 width: 940px;
}
