/*
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;
    height: 30px;
}
#access {
    position:relative;
    
}
.menu {
    width:940px;
    margin:0 auto;
}
#main {
    width:940px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#featured-holder {
    width:650px;
    margin-bottom: 30px;
    overflow: hidden;
  margin-right: 20px;
    
}
.featured-content {
    min-height: 200px;
    background:#ffffff;
 display: none;
	

}
/*.featured-content img {
	float:left;
}*/


#container {
    width:640px;
    float:left;
    
    
}
#content {
   
    width:650px;

    /*overflow:hidden;*/
    
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
   
     
}
#secondary {
    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:320px;
    margin:0 auto;
}
#footer img{
    clear:both;
  
    margin:0 auto 20px;
}

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