/* **************** TEMPLATE ***************** */
/* ====== Page Head, Body, and Foot ====== */

.body {
	padding: 0 5px;
  position: relative;
  top: 10px;
}
.page {
	margin: 0 auto;
	width: 910px;
}
.foot {
	border: solid 1px #d9d9d9;
	border-width: 1px 0;
	margin-bottom: 50px;
	margin-top: 10px;
}
/* ====== Columns ====== */
.columns {
	margin-top: 2px;
}
.main {
	overflow: hidden;
	_overflow:visible;
	_zoom:1;
}
.leftCol {
	float:left;
	width:250px;
	_margin-right:-3px;
}
.rightCol {
	float:right;
	width: 300px;
	_margin-left:-3px;
}
/* extend columns to allow for common column widths */
.wide {
	width:585px;
	margin-right: 15px;
}
.iPhone {
	width: 235px;
}
.w300 {
	width: 300px;
}
.athird {
	width: 290px;
}
.blog {
	width: 282px;
	margin-right: 8px;
	margin-top: 10px;
}
.main300 {
	overflow: visible;
	width: 300px;
	float: left;
}
/* gutters and space */
.gutter15 {
	margin-right: 15px;
}
.leftOffset {
	left: 10px;
	position: relative;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
.clearfix {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

