/*  
Theme Name: fastblog
Theme URI: http://fastwallpapers.com/blog
Description: custom theme fastblog   
Author: Bruce Rea
Author URI: http://brucerea.com/
*/

body {
	background: #000;
	text-align: center;
	font-family: Trebuchet, Myriad, Arial, Helvetica, sans-serif;
	}
	
h2 {
	color: #000 !important;	
	}
	
h2 a{
	color: #000 !important;
	font-size: 1.5em;
	}
	
#page {
	width: 1000px;
	background: url(/images/center_back.gif);
	margin: 0px auto;
	text-align: left;
	}

#mainbody {
	margin: 0px 0px 0px 0px;
	}

#header {
	background: url(/images/header_back.gif) no-repeat;
	margin: -8px 0px 0px 0px;
	width: 1000px;
	height: 116px;
	}

#footer {
	clear: both;
	background: url(/images/footer_back.gif) no-repeat bottom left;
	padding: 14px 0px 0px 0px;
	width: 1000px;
	height: 64px;
	text-align: center;
	font-family: Trebuchet, Myriad, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666;
	}
	
#fast_logo {
	margin: 32px 0px 0px 34px;
	position: absolute;
	border: 0;
	}

.title-container-top {
	margin: 24px 0px 0px 19px;
	padding: 30px 0px 45px 0px;
	border: 1px solid #aaa;
	color: #666;
	}
	
#content {
	padding: 0px 0px 10px 10px;
	}

.post-title {
	color: #000 !important;
	}

.post-title a {
	color: #000 !important;
	}

#sidebar {
    width: 175px;
    overflow: hidden;
    border: 0px solid #aaa;
    margin: 4px 0px 0px 0px;
    }

#sidebar ul {
	list-style: none;
	padding: 3px 0px 3px 5px;
	margin: 0px 0px 0px 4px;
	}
	
#sidebar h2 {
	font-size: 1em;
	padding: 1px 0px 1px 0px;
	margin: 10px 0px 10px 0px !important;
	}

#sidebar_pic {
	Padding: 20px 0px 20px 10px; 
	}
	
.search-box {
	width: 150px;
	}

.one-image {
	padding: 5px 0px 5px 20px;
	}
	
.entry {
	width: 90%;
	}
	
.post {
	padding: 5px 0px 10px 0px;
	color: #000;
	}
	
#content {
	font-size: 1.5em;	
	}
	
.googleads-container-top {
	padding: 0px 14px 12px 14px;
	border-bottom: 1px solid #ddd;
	}
	
.googleads-container-bottom {
	padding: 20px 14px 12px 14px;
	}



