/*
Theme Name: Ares
Description: Custom template for Drama in the Hood
Version: 2.4
Author: On The Brink Designs
Author URI: http://www.onthebrinkdesigns.com
*/

@import "css/screen.css";
@import "css/override-1.css";


.home_centercol {
    width: 295px;
    float: left;
    margin-left: 20px;
}
.home_centercol .post_wrapper {
    width: 295px;
    margin-left: 0;
}
body.home .home_centercol .post_inner_wrapper, .home_centercol .post_header_wrapper {
    width: 285px;
}

@media only screen and (min-width: 680px)  {
	body.home #content_wrapper .inner {
		width: 98% !important;
	}
	body.home #content_wrapper .inner .inner_wrapper .sidebar_content {
		width: 925px !important;
	}
	body.home #content_wrapper,
	body.home .standard_wrapper {
		width: 1280px !important;
	}
	body.home .main_nav {
		width: 100% !important;
	}
}
