* {
	margin: 0;
	padding: 0;
}

body {
	background: url("../img/bg.gif");
	margin: 0;
	padding: 0; 
	font: 14px/22px arial;
	color: #ccc}

html, body {
	height: 100%;
}

a { color: #3dbdba; }
p { margin-bottom: 10px; }


#wrapper {
	margin: 0 auto;
	width: 650px;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px;
}

.push, #footer {
	height: 42px;
}


#header {
	background: url("../img/headbg.gif");
	margin: 0 auto;
	padding: 35px;}

#header h1 {
	background: url("../img/title.gif") no-repeat 50% 50%;
	height: 126px;
	text-indent: -9999px; }
	
#body {
}


#body .entry {
	margin-top: 30px;
	border-bottom: 1px dotted #24595B;
	padding-bottom: 30px;
}

#body .entry:last-child {
	border: 0;
}

#body h2 {
	font: 22px/40px Arial, Helvetica;
	color: #fff;
	text-shadow: -1px -1px 1px black;
}

.meta {
	font: italic 14px Georgia;
	color: #24595B;
}

#footer {
	background: rgba(0,0,0,.2);
	padding-top: 10px;
	text-align: center;
	height: 32px;
	overflow: hidden;
}

#footer .meta {
	font: italic 12px georgia;
}

#footer #twitter_update_list {
	height: 22px;
	overflow: hidden;
}

#twitter_update_list li {
	list-style-type: none;
	display: block;
	height: 30px;
	}
	
	
#twitter_update_list li:before {
	content: url(../img/tweet_bubble.gif); 
	padding: 5px;
	height: 30px;}
	
	
	
#twitter_update_list li a {
	color: #537C81;
}



