/**************************
Columns
**************************/
.row {
	clear:left;
	overflow:hidden;
}
.half-col { 
	width: 48%; 
}
.third-col { 
	width: 30.6667%; 
}
.two-thirds-col { 
	width: 65.3333%;
}
.fourth-col { 
	width: 22%; 
}
.three-quarters-col {
	width:74%
}
.fifth-col { 
	width: 16.8%; 
}
.sixth-col { 
	width: 13.3333%; 
}

.half-col,
.third-col,
.two-thirds-col,
.fourth-col,
.three-quarters-col,
.fifth-col,
.sixth-col {
	float: left;
	margin-left: 4%;
	position: relative;
}
.column:first-child {
	clear:both;
	margin-left:0;
}


/**************************
Default Button Styles
**************************/
button,
input[type="submit"],
.button > a {
	background: transparent;
	border: 2px solid #333;
	border-radius:10px;
	color: #333 ;
	display: inline-block;
	font-size: 0.9em;
	line-height: 1;
	padding: 10px 15px;
	text-decoration: none;
}