@charset "utf-8";

/**
 * File       
 * Created    2/13/13 9:14 PM 
 * Author     Matt Thomas
 * Website    http://betweenbrain.com
 * Email      matt@betweenbrain.com
 * Support    https://github.com/betweenbrain/
 * Copyright  Copyright (C) 2013 betweenbrain llc. All Rights Reserved.
 * License    GNU GPL v3 or later
 */

#column-group-alpha {
	margin-left : 0;
}

#header-above {
	margin  : 0 auto;
	padding : 0;
}

.row-fluid .span2-4 {
	width  : 17.948717949%;
	*width : 17.948717949%;
}

/* =============================================================================
   Sticky Footer- http://www.cssstickyfooter.com/
   ========================================================================== */

html,
.sticky-footer {
	height : 100%;
}

.sticky-footer #footer-push {
	min-height : 100%;
}

.sticky-footer #footer {
	position : relative;
	clear    : both;
}

/*
 * Opera Fix
 */
.sticky-footer:before {
	content    : "";
	height     : 100%;
	float      : left;
	width      : 0;
	margin-top : -32767px;
}
