/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* change the page background to dark grey */
body{
	background-color: #373737;
	color:#727272;
	font-family: Arial, verdana, sans-serif;
}

/* widen the content area and remove rightmost column -- DISABLED
.post {
	margin-bottom: 20px;
	float: left;
	width: 650px;
}

.entry_footer {
	padding: 10px 5px;
	background-color: #f7f7f7;
	background-image: url(images/entry_footer_bg.png);
	background-repeat: repeat-x;
	background-position: left center;
	line-height: 20px;
	width:640px;
	float:left;
}

#mainCol{
	float:left;
	width:650px;
	margin-right: 20px;
}

#sidebar {
	float: left;
	width: 240px;
}

#midCol{
	float:right;
	width:200px;
	list-style-type: none;
	padding: 0px;
}

#tertCol{
	float:right;
	width:0px;
	margin-left: 0px;
}
*/

/* adjustment for the logo so that it fits in the header */
.logo {
margin:0;
}