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

#main {
    width:960px;
	background: #4a4a4a;
    margin:0 auto;
    position:relative;
	margin-top:0px;
	padding: 0 10px;
}
#container {
    width:660px;
    float:left;
}
#content {
    margin:0;
    width:660px;
    overflow:hidden;
	background:url(../../images/content-bg.png);
}
#content-header {
    margin:5px 0 0 0;
    width:660px;
	min-height:46px;
	background:url(../../images/content-header.png) no-repeat;
    overflow:hidden;
	
}
#contentpost-header {
    margin:5px 0 0 0;
    width:660px;
	min-height:60px;
	background:url(../../images/contentpost-header.png) no-repeat;
    overflow:hidden;
}
#content-footer {
    margin:0 0 5px 0;
    width:660px;
	min-height:15px;
	background:url(../../images/content-footer.png) no-repeat;
    overflow:hidden;
}
#content-header .entry-title {
	text-indent:0;
	margin:0px 0 0 10px;
	padding:10px 0 0 0;
	text-indent:-2400%;
}
#contentpost-header .entry-title {
	text-indent:0;
	margin:0px 0 0 10px;
	padding:8px 0 0 0;
	font-size:30px;
}

#contentpost-header .entry-title a{
	text-decoration:none;
}

#contentpost-header .entry-info {

	margin:0px 0 0 10px;
	
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
}
#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 {
	margin-right: 10px;
	min-height:302px;
	
	border:none;
}
.fixed {
	width:960px; 
	margin:0 auto;
}

