This is part of the data that I see in the css file.
/*
BASIC PAGE STRUCTURE
div#header
div#branding
h1#site-title
h2#site-description
div#top-navigation
div#top-navigation2
div#container
div#content
div.hentry
div.entry-title
div.entry-meta
div.entry-content
div.entry-utility
div.post-navigation-prev
div.post-navigation-next
ul#sidebar
li.widget
h2.widget-title
div#footer
*/
==========================================
/* =STRUCTURE
————————————————————– */
#header {
color: #fff;
margin-bottom: 38px;
min-width: 1042px;
}
#branding {
background: url(img/bg_lines_dark.jpg) repeat;
text-align: center;
text-shadow: 1px 1px 2px #000;
}
#branding a {
color: #fff;
text-decoration: none;
text-shadow: 1px 1px 2px #000;
}
#site-title {
font-size: 58px;
line-height: 60px;
padding: 12px 18px 18px 18px;
}
#site-description {
font-size: 16px;
line-height: 18px;
padding: 0 18px 24px 18px;
}
#container {
margin: 0 auto;
overflow: hidden;
width: 1042px;
}
#content {
float: left;
width: 758px;