/* @override http://blackandginger.com/~autoblog/css/style.css */

* {
	margin:0;
	padding:0;
	font-size:1em;
	text-decoration: none;
	border:none;
	outline:none;
}

body {
	background-color:#e6e2d7;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	color: #666;
}


#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
	padding-top: 25px;
}


.content img {
	display:block;
	text-indent: 0px;
	border: 10px solid #CCC;
	margin-bottom:10px;
}

.content p {
	margin-bottom: 1em;
}

.content a {
	color: #666;
	font-weight: bold;
}


/*---------------------------------------------*/


.post {
	width: 850px;
	margin-left: 60px;
	border-bottom: 5px dotted #CCC;
	padding-bottom: 25px;
	padding-top: 25px;
}

h1 {
	background: url(../img/header.png);
	height: 63px;
	width: 445px;
	text-indent: -9999px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}


.item_title {
	float:right;
	width:200px;
	margin-left:50px;
	margin-bottom: 50px;}

.favicon {
	border:none;
	float:left;
	margin-left:-25px;}
	
#wrapper h4	a {
	color: #333;
	text-transform: uppercase;
}
	

	
	#footer {float:none; text-indent: 0px; width:850px; margin-right:auto; margin-left:auto; background-color: white; padding:60px; text-align: center}
	
	#footer a {float: none; text-indent: 0px; color:black;}