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

#main {
    width:1200px;
    margin:0 auto 350px auto;
    overflow:hidden;
    position:relative;
	top:260px;
}
#container {
    width:660px;
	margin:-30px 0 0 70px;
    float:left;
}
/*#contentMid {
    margin:-20px 0 -20px 0;
    width:733px;
    overflow:visible;
	background: url(../../images/blogMid.png) bottom left repeat-y;
	z-index:11;
position:relative;
top:-435px;
}

#contentBtm{
    margin:-500px 0 0 0;
	position:relative;
    width:733px;
	height:177px;
    overflow:hidden;
	background:url(../../images/blogBtm.png) bottom left no-repeat;
}
#contentTop{
position:relative;
top:-330px;
    width:733px;
	height:597px;
    overflow:hidden;
	background:url(../../images/blogTop.png) top left no-repeat;
	z-index:8;

}*/

.main-aside {
    width:411px;
    float:right;
    position:relative;
}
#primary{z-index:16;}
#secondary {
    clear:right;
}
#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 {
	background: none;
	padding:0px 93px 0 95px;
	margin:-211px 0 0 0;
}
.traditionalArchive .single-post {
	background: none;
	padding:0px 93px 0 95px;
	margin:-30px 0 0 0;
}

*+html #main .module, *+html .single-post{ 	margin:-200px 0 0 0;
}

.fixed {
	width:960px; 
	margin:0 auto;
}

.module-title,
	{
background: none;
	padding:0px 85px 125px 95px;
	
}
