/*
	960 Grid System ~ Core CSS.   ####### BASED OFF OF 960
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container {
	margin-left: auto;
	margin-right: auto;
	width: 966px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.column_left,
.column_right,
.column_349px,
.column_138px,
.column_587px,
.bio_left,
.bio_right {
	display: inline;
	float: left;
	position: relative;
	/*
	margin-left: 10px;
	margin-right: 10px;
	*/
}

.home_shadow_1 {
	margin-left: 15px;
	margin-right: 3px;
	width: 496px;
	height: 188px;
}

.home_shadow_2 {
	margin-left: 3px;
	width: 451px;
	height: 188px;
}

.column_349px {
	width: 349px;
}

.column_138px {
	width: 138px;
	margin-right: 2px;
}

.column_585px {
	width: 585px;
}


.column_left {
	width: 210px;
	margin-left: 16px;
}


body.home .column_left {
	width: 446px;
}


.bio_left {
	width: 191px;
}
.bio_right {
	width: 353px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}