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

#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:660px;
    float:left;
}
#content {
    margin:0;
    width:660px;
    overflow:hidden;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
}
#secondary {
    clear:right;
}

#secondary h5.widgettitle{
    display: none;
}

#secondary .widgetcontent{
    padding: 0 !important;
	border: 0 !important;
	background: none !important;
}

#secondary a img {
	border: 0 !important;
}

#twtr-widget-1 h3, #twtr-widget-1 h4 {display: none;}
#twtr-widget-1 span a:link {color: #0066FF !important;}

#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 {
	margin-right: 0;
}
.fixed {
	width:960px; 
	margin:0 auto;
}

