@charset "utf-8";
body {
	font: 12px "Courier New", Courier, monospace;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000;
}
.oneColElsCtr #container {
	width: 800px;
	background: #fff;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.post-title, .post-title a {color:#fff;}
.blog-post h2.post-title {border:0px;text-transform: uppercase; display:block; padding:5px;}
.blog-header {background:#000; height:33px; padding:0px; display:block;}
.left {float:left;}
.right {background:#fdff00;float:right;color:#000;font-size:10px; padding:0px 3px;text-transform: uppercase;height:100%; font-weight:bold; }
.right-inside {padding:10px;}
.blog-container h1 {display:none;}

.side-panel h4 {color:#fff; background:#000; height:15px; padding:5px; display:block;text-transform: uppercase;vertical-align:middle;}

#sidebar-joshtwitter{visibility:visible;}
#twitter_update_list {list-style-type:none;padding:0;margin:0;}
#twitter_update_list li {border-bottom: 1px solid #000; padding: 5px 0;}

.iahot-footer {background:#000;}
.iahot-footer h4 {color:#fff; background:#000; height:40px; padding:5px; display:block;text-transform: uppercase; text-align:right;}
.iahot-footer h4 span {float:right; margin:7px;}
.iahot-footer h4 img {border-style: none; border-width: 0px; float: right;}
