@import url(reset.css);
@import url(typography.css);
@import url(navigation.css);

html, body {height: 100%;}
html{background:top center #FFF no-repeat;}

body{
margin:0 auto;
width:500px;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -396px; /* the bottom margin is the negative value of the footer's height */
}

#header{
position:relative;
height:237px;
width:100%;
}
#header h1.SiteTitle, #header span{
position:absolute;
background:url(images/logo.png);
width:201px;
height:109px;
left:160px;
top:24px;
text-indent:-2999px;
overflow:hidden;
padding:0;
margin:0;
}
#header span{
background: url(images/subtitle.png);
width:200px;
height:59px;
left:602px;
top:73px;
}

div#columnWrap{
padding-left: 70px;
padding-right: 20px;
overflow:hidden;
}

div#content{
position:relative;
left:0px;
width:440px;
margin:0;
}
.push {
height: 396px; /* .push must be the same height as #address plus padding */
}

#address{
background:#000;
height:396px;
text-align:center;
clear:both;
margin:0 0 0 120px;
padding:0;
background:url(images/footer.png) bottom left no-repeat;
position:relative;
}

#twitter_div
{
position:absolute;
width:210px;
height:108px;
padding: 0;
left:30px;
top:250px;
}
#twitter_update_list{
margin-bottom: 4px;
list-style:none;
text-align:left;
}

#twitter_update_list li{
font: 12px/18px "Trebuchet MS",Trebuchet,Tahoma,Verdana,sans;
color: #333;
}
.homeEntry{
margin-bottom:18px;
}

div#post-choices{
background:transparent;
}

