/*  
Theme Name: 4800 Gym
Theme URI: http://www.4800gym.com
Description: This is my theme for a tutorial.
Version: 1.0
Author: Matt Norby
Author URI: http://www.mattnorby.com/
*/

@import url('reset.css');
@import url('html.css');
@import url('ddtabmenu.css');

.cb {
	clear: both;
}

#background {
	background: url(images/CF_Background.gif) no-repeat top left;
	height: auto;
	min-height: 754px;
	width: 1476px;
}

#container {
	background: #cdcdcd;
	margin: 0 0 0 178px;
	padding-bottom: 5px;
	width: 780px;
}

#header {
	background-image: url(images/CF_Header.gif);
	height: 115px;
	width: 780px;
}

#menu {
	background-image: url(images/CF_Menu_Back_Full.gif);
	height: 60px;
	width: 780px;
}

#content {
	background: #fff;
	margin: 10px 7px;
	min-height: 500px;
	padding: 10px 20px;
}

#posts {
	float: left;
	width: 500px;
}

#sidebar {
	float: left;
	width: 200px;
}

#footer {
	background-color: #fff;
    font: 12px/12px Arial, Helvetica, sans-serif;
	height: 60px;
	margin: 0 0 0 178px;
	padding: 15px 0;
	text-align: center;
	width: 780px;
}

#footer ul li {
	display: inline;
	margin-right: 5px;
}

#footer a {
	color: #646464;
	text-decoration: none;
}

#footer a:hover {
	color: #c5a966;
	text-decoration: none;
}
