/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

	.column { background-color:#92C348; height:400px; float:left; margin-top:20px; }
	.gutter { background-color:#BCDA86; height:400px; float:left; margin-top:20px; }
	.gutter_outer { background-color:#56644A; height:400px; float:left; margin-top:20px; }

	h1 { font-style:italic; }
		input.text { width:40px; }
		
		body { font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif; background-color: #f7f7f7; border-top: 10px solid #000; }
		label.fix_width_check { font-size:11px; }
		#content_width, #full_width, #full_width_text { font-size:40px; font-family:Myriad, "Myriad Pro", Georgia, "Times New Roman", Times, serif;  }
		
		a { text-decoration:none; color:#56644A; }
		a img { border:none; float:left; display:inline; margin-right:10px; }
		
		#preview_grid, #download_css { margin-bottom:30px; display:block; }
		#preview_grid p, #download_css p { margin-top:5px;  }
		#footer p { font-size:12px;  }
		div {overflow: visible; }
		.hidden { display:none ; }

	.container { background-color:#f7f7f7; margin-top: 40px;  }
	.container div p { background-color:#f7f7f7; border: 1px solid transparent }

h2 {
	color: #555555;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 19px;
	font-weight: black;	
	font-family:"Myriad Pro", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

h3 {
	color: #555555;
	margin-top: -3px;
	margin-bottom: -7px;
	font-size: 25px;
	font-weight: black;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}


p {
	font-size: 12.5px;
	line-height: 1.5em;
	margin-top: 13.5px;
	margin-bottom: 17px;
	
}

p.small {
	font-size: 10px;
	line-height: 1.5em;
	margin-top: 2px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
p.share {
	font-size: 10px;
	line-height: 1.5em;
	margin-top: 2px;
	margin-bottom: 0px;
}


img.center {
	display: block;
	margin-left: auto;
    margin-right: auto;

}



body {
	margin: 0;
	padding: 0;

}

div.hr hr { display:none}
div.hr {
	border: 0px solid #a2a2a2;
	clear:both;
	height: 12px;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	background: url('images/hr_double.png') no-repeat;
}

div.hr_arrowdown hr { display:none}
div.hr_arrowdown {
	border: 0px solid #a2a2a2;
	clear:both;
	height: 32px;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	background: url('images/hr_arrowdown.png') no-repeat;
}

div.greyup hr { display:none}
div.greyup {
	border: 0px solid #a2a2a2;
	clear:both;
	margin-top: 20px;
	height: 52px;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	background: url('images/grey_separator_arrowup.png') no-repeat;
}

.empty2 { margin-top: 2px; }
.empty10 { margin-top: 10px; }
.empty13 { margin-top: 13px; }
.empty25 { margin-top: 23px; }
.empty27 { margin-top: 27px; }
.empty30 { margin-top: 30px; }
.empty50 { margin-top: 50px; }
.empty58 { margin-top: 58px; }

a {
	font-size: 12px;
	color: #619f9e;
}

a.small {
	font-size: 10px;
	color: #619f9e;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.refe {
	color: #58b9c2;
}

/* Black thingie
---------------------*/
.hisblackness {
	height: 14px;
	width: 100%;
	margin-top:0px;
	padding-top:0px;
	background: #000000;
}



/* Containers
----------------------------------------------------------------------------------------------------*/
.container_4 {
	margin-left: auto;
	margin-right: auto;
	width: 1084px;
}

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

.grid_1,
.grid_2,
.grid_3,
.grid_4 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 13px;
	margin-right: 13px;
	color: #555555;
}

.grid_FB { 
	display:inline;
	float: right;
	position: relative;
	margin-left: 13px;
	margin-right: 13px;
	color: #555555;
}

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

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container_4 .grid_1 {
	width:245px;
}

.container_4 .grid_2 {
	width:516px;
}

.container_4 .grid_3 {
	width:787px;
}

.container_4 .grid_4 {
	width:1058px;
}



/* Prefix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container_4 .prefix_1 {
	padding-left:271px;
}

.container_4 .prefix_2 {
	padding-left:542px;
}

.container_4 .prefix_3 {
	padding-left:813px;
}



/* Suffix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container_4 .suffix_1 {
	padding-right:271px;
}

.container_4 .suffix_2 {
	padding-right:542px;
}

.container_4 .suffix_3 {
	padding-right:813px;
}



/* Push Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container_4 .push_1 {
	left:271px;
}

.container_4 .push_2 {
	left:542px;
}

.container_4 .push_3 {
	left:813px;
}



/* Pull Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container_4 .pull_1 {
	left:-271px;
}

.container_4 .pull_2 {
	left:-542px;
}

.container_4 .pull_3 {
	left:-813px;
}




/* 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;
}