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





#branding {
    width:960px;
    margin:0 auto;
    position:relative;
    height: 125px
}
#access {
   
    overflow:hidden;
    
}
#tabbar {
    position:absolute;
    right:0;
 	bottom: 0px

}



#main {
    width:100%;
	margin-top: 40px;
    background-color: #fff;
    margin-bottom: 40px
    
}
#container {
width:960px;
margin:0 auto; 

}

*html #container {
    width:980px;
    
}



#content {
 
    float: right;
    margin-bottom: 40px
}
.hentry {
    width:730px;
}


.blog #container, .single #container, .category #container, .author #container, .archive #container {
    width:960px;
    margin:0 auto;
  
    }

.blog #content, .single #content, .category #content, .author #content, .archive #content {
    width:520px;
    float:left;
    padding: 0px 0 20px 0px
}

.blog .hentry, .single .hentry, .category .hentry, .author .hentry, .archive .hentry {
    width:520px;
    padding: 0;
    margin:0 0 40px 0;
    display: block
}


.category h1.page-title, .author h1.page-title, .archive  h1.page-title  {
padding-top: 4px !important

}


.category .page-title {
padding:0px 0 0 0
}

#primary {
    float: left;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #ebebeb;
     width:200px;
  margin-bottom: 40px;
  
   margin-right:0
}


.blog #primary, .single #primary, .category #primary, .author #primary, .archive #primary  {
    float:left;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #ebebeb;
     width:200px;
     position: relative;
     margin-right: 20px;

    
 
}

#tertiary {
	float:left;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #ebebeb;
    width:200px;
    margin-left:20px;
     
 }


#secondary {
    clear:left;
}




#footer {    
    clear:both;
    
}


#footerWrapper {
width: 960px;
margin:0 auto;
position: relative
}

#footerWrapper #tabbar {
    position: relative;
    float: right;
    
}


#footerWrapper  #tabbar li {
    display:inline;
    font-size:13px;
    text-transform: uppercase;
}

#siteinfo {
width: 340px;
position: absolute;
left:0

}
