/** 
 * Theme Name: Carrington Business Green
 * Theme URI: http://crowdfavorite.com/wordpress/themes/carrington-business/
 * Description: All the features of Carrington Business, just greener.
 * Version: 1.1.1
 * Template: carrington-business
 * Author: Crowd Favorite
 * Author URI: http://crowdfavorite.com/
 *
 * @package carrington-business
 *
 * This file is part of the Carrington Business Theme for WordPress
 * http://carringtontheme.com
 *
 * Copyright (c) 2008-2011 Crowd Favorite, Ltd. All rights reserved.
 * http://crowdfavorite.com
 *
 * Released under the GPL license
 * http://www.opensource.org/licenses/gpl-license.php
 *
 * **********************************************************************
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
 * **********************************************************************
 *
 */


/*PAGE LAYOUT MODS*/
 
.str-container {
	margin: 0 auto;
	width: 1020px;
}
.col-abc {
	display: block;
	float: none;
	width: 960px;
}
.col-ab, .col-bc, .cfct-block-ab, .cfct-block-bc {
	width: 608px;
	
}
.col-a, .col-b, .col-c, .cfct-block-a, .cfct-block-b, .cfct-block-c, .col-ab .cfct-block-d, .col-ab .cfct-block-e {
	width: 300px;
}

.centerad {
	text-align: center;
}

#main-content, #footer-content {
border-style: none;
border-width: 0px;
}
#main-content {
-moz-border-radius-topleft: 0px;
border-radius: 0px 0px 0 0;
-moz-border-radius-topright: 0px;
border-radius: 0px 0px 0 0;
position: relative;
}

#main-content .str-content {
-moz-border-radius-topleft: 0px;
border-radius: 0px 0px 0 0;
-moz-border-radius-topright: 0px;
border-radius: 0px 0px 0 0;
background-color: white;
min-height: 400px;
padding-bottom: 30px;
padding-top: 30px;
position: relative;
}
#masthead {
background: #CCC;
background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#E3E3E3));
background: -moz-linear-gradient(top, #F2F2F2, #E3E3E3);
-pie-background: linear-gradient(#F2F2F2, #E3E3E3);
bottom: 30px;
border-bottom: 1px solid #494949;
margin-left: -15px;
overflow: hidden;
padding: 15px;
position: relative;
width: 990px;
}

#footer-content .col-a, #footer-content .col-b, #footer-content .col-c, #footer-content .cfct-block-a, #footer-content .cfct-block-b, #footer-content .cfct-block-c, #footer-content .col-ab .cfct-block-d, #footer-content .col-ab .cfct-block-e {
    width: 286px;
    }