/*
Theme Name: InterPhase
Theme URI: http://www.elegantwordpressthemes.com/themes/interphase
Version: 1.0
Description: 2 Column theme from Elegant WPT
Author: Elegant Wordpress Theme
Author URI: http://www.elegantwordpressthemes.com
*/

.name {
font-family:verdana,Georgia,"Times New Roman",Times,serif;
font-size:14px;
font-weight:bold;
margin:0;
padding:20px 0 3px;
}
.name_title {
	font-family:verdana,Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:20px 10px 1px 0px;
}
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	
	
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0 !important;
}

.omega {
	margin-right: 0 !important;
}



.grid_3{
	width:280px;
display:inline;
	float: left;
	position: relative;
	margin-right: 10.0px;
	padding-top:10px;
	padding-bottom: 10px;
	
}
.grid_4{
	width:540px;
display:inline;
	float: left;
	position: relative;
	margin-right: 10.0px;
		padding-top:10px;
	padding-bottom: 10px;
	
}

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


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


.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;
}
