/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#network-topbar{
 background-color:#2f2b2a;
 color:#FFF;
}



#network-topbar a{
 color:#ffffff;
 text-decoration:none;
}

#network-topbar a:hover{
 text-decoration:underline;
}



#main {
    background: #fff;
    box-shadow: 0 0 50px 1px #e5e5e5;
    -webkit-box-shadow: 0 0 50px 1px #e5e5e5;
    width:1020px;
    margin:0 auto;
    position:relative;
}
#container {
    width:700px;
    float:left;
}
#content {
    margin:0;
    width:700px;
    overflow:hidden;
}
.main-aside {
    width:320px;
    float:right;
    position:relative;
}
#secondary {
    clear:right;
}
#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:320px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#main .module, #main .single-post {
	margin-right: 10px;
}
.fixed {
	width:960px; 
	margin:0 auto;
}
