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

#main {
	overflow:hidden;
	position:relative;
	margin-top: 15px;
}
.home #main{
margin-top:0;
width:100%;
}
#container {
	float:left;
	width:670px;
}
.home #container{
	width: 680px;
}
#content {
	margin:0;
	overflow:hidden;
	
}
.home #content{
	padding-top: 39px;
	padding-left: 30px;
}
.main-aside {
	width:300px;
	float:left;
	position:relative;
}
#secondary {
	clear:right;
	background-image: url(../../images/boxfill.gif);
	background-repeat: repeat-x;
}
#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#main .module, .single-post {
}
.fixed {
	width:960px; 
	margin:0 auto;
}
.posts-default {
	padding-top: 30px;
	padding-left: 0px;
}

