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

body {
    min-width:1000px;
}
#wrapper {
	width:974px; margin:0 auto;
}
#header {
    position:relative;
}
#branding {
    width:974px;
    margin:0 auto;
}
#access {
    float:left;
    position:relative;
}
#main {
    width:974px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:724px;
    float:right;
    margin: 0 0 0 -250px;
    display:inline;
}
#content {
	/* smash IE's double margin bug */
	display:inline; 
	float:left;
    width:724px;
    overflow:hidden;
    margin: 0 0 0 0;
}
.hentry {
    width:auto;
}
.main-aside {
    width:212px;
    float:left;
    position:relative;
}
#primary, #blog-primary {
    width:224px;
    float:left; clear:left;
    margin: 0;
}
#secondary {
    float:left;
    position:relative;
    left:30px;
    clear:left;
}
#category-sidebar, #rightside-content {
    width: 224px; float:right;
    clear: right;
}
#contentblock-sidebar {
    width: 224px; float: left;
    clear: left;
}
/* For rendering inside Primary Aside */
#primary #contentblock-sidebar { 
    width: 198px;
    padding: 0 14px;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:974px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:204px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:974px;
    margin:0 auto;
}