/* 
	Front Rush Project page styles	
	
	Table of Contents:
		layout
		typography

*/




/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	}

body{
	font: 100%;
	font-family: open sans;
	color: #333;
	background-color: #d7e9ef;
	text-align: center;		/* centers content in IE5.5 and earlier */
	word-wrap: break-word;	/* breaks long words in IE, prevents float drops */
	}

#wrapper{
	padding: 20px 30px;
	margin: 1.5em 18%;
	text-align: left;
	background-color: #fff;
	}


/* typography
----------------------------------------------- */

p {	
	line-height: 1.5em;	
	margin-bottom: 1.0em; 
	color: #333;
  	font-size: 14px;
  	font-family: open sans;
}

p.lead { 
	font-size: 1.0em; 
	font-family: open sans;
}

ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.5em; }
ol li{ margin-bottom: 0.2em; }
li{ font-size: 0.9em; }
dl{ margin: 0.5em 0 1.2em 0; }
dt{
	font-size: 0.85em;
	font-weight: bold; color: #777;
	padding-top: 0.2em;
	}
dd{	
	margin-bottom: 0.8em;
	padding-bottom: 0.7em;
	border-bottom: 1px dotted #ddddd3;
	}

h1, h2, h3{ 
	font-family: open sans;
}

h3 {
  font-family: open sans;
}

h1 { 
	font-size: 2.0em; 
	color: #2f8cab; 
	padding-top: 0; 
	font-family: Open Sans;
}

h1 a { 
	color: #dba748; 
	border: none; 
}

h2 { 
	font-size: 1.0em; 
	color: #f0993f; 
	padding-top: 0.5em; 
	text-transform: uppercase; 
	font-family: open sans;
}

a {
	font-weight: bold;
	color: #247f9f;
	text-decoration: none;
}

p a:hover { border-bottom: 1px dotted #8ab459; }
a img{ 	border: 1px solid #ddddd3; padding: 7px;}

small{ font-size: 0.8em; }
h1 small{ font-size: 0.5em; }

pre{
	display: block;
	margin: 1.0em 0;
	padding-left: 0.8em;
	border-left: 1px solid #ccc;
	background-color: #eee;
	overflow: auto;
	}

code{ font-size: 11px; background-color: #eee;}
pre code{ line-height: 1.1em;}
kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: open sans;	
	padding: 0 3px 2px 4px;
	}

label{
	font-size: 14px;
}


/* misc
----------------------------------------------- */
.section{ border-top: 1px solid #edede3;  padding-top: 1.0em; }

.download{
	background-color: #f3f3e6;
	border: 1px solid #ddddd3; 
	padding: 0.7em 1.5em; }
.download li{
	list-style: none;
	padding: 0.3em 0;
	border-bottom: 1px dotted #ddddd3;
	}

.super{
	padding: 15px 0px 20px 25px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	}	

.super p{
	clear: both;
	margin-right: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}


/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	




