/*  
Theme Name: Grid Focus
Theme URI: http://5thirtyone.com/
Description: Grid aligned WordPress theme
Version: 1.1
Author: Derek Punsalan
Author URI: http://5thirtyone.com/
Tags: white, grid, whitespace, minimal, clean, widgets

Grid Focus was designed and coded by Derek Punsalan. Find
more info about the guy at http://5hthirtyone.com

Notes: Inspired and created for minimalist, content focused blogs 
or websites. Customize, edit, poke, prod, and adapt to your own 
style. Please leave credit where credit is due so that others may
find the source for your site and adapt a suitable version for their
own website.

See line 53 for a collection of the main font rules - size, line-height,
and color - combined for your convenience.

*/

/* =----------------------------------- main structure */
#wrapper {
	border-top: 1px solid #3c6c92;
	margin: 20px auto;
	text-align: left;
	width: 970px;
	padding: 0 5px;
}
#masthead {
	padding: 7px 0
}
#filler {}
#mainColumn {
	float: left;
	margin: 28px 0 0 0;
	width: 940px;
}
.secondaryColumn {
	display: none;
	float: left;
	margin: 28px 0 0 30px;
	overflow: hidden;
	width: 0px;
}
