/*******************************************************************************

	CSS on Sails Framework
	Title: Push Growth
	Author: XHTMLized (http://www.xhtmlized.com/)
	Date: October 2011

********************************************************************************

	1. BASE
		1.1 Reset
		1.2 Accessibility Navigation & Hide
		1.3 Clearfix
		1.4 Default Styles

	2. COMMON
		2.1 Container
		2.2 Header
		2.3 Navigation
		2.4 Content
		2.5 Sidebar
		2.6 Footer

	3. PAGES
		3.1 Home


	4. PRINT

*******************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


/* 1.1 Reset
------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility-nav, 
.hide {
	position: absolute;
	top: -999em;
	left: -999em;
	height: 1px;
	width: 1px;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}


/* 1.4 Default Styles
------------------------------------------------------------------------------*/

body {
	font: 75%/1.25 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	background: #fff;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	 overflow: auto;
}

a, a:visited {
	text-decoration: none;
	color: #00f;
	
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #f00;
}


/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/


/* 2.1 Container
------------------------------------------------------------------------------*/

#header-shell {
	width: 100%;
	height: 51px;
	background-color: #476584;
}

#header-wrap {
	width: 936px;
	height: 100%;
	margin: 0 auto;
	
}

#container {
	width: 919px;
	margin: 0 auto;
}

.decorative-bg {
	width: 100%;
	height: 2px;
	background: url(../../_media/images/common/bg_footer-end.gif) repeat-x;
	margin: 6px 0 0 0;	
}


/* 2.2 Header
------------------------------------------------------------------------------*/


.push-growth {
	float: left;
	height: 31px;
	margin: 10px 0 0 0;
	font-family: "Lucida Handwriting";
	font-style: italic;
	color: #ffffff;
	font-size: 23px;
}

.main-content-header {
	text-align:center;
	width: 891px;
	margin: 39px 0 0 0;
}

.main-content-header h2 {
	font-size: 41px;
	color: #476584;
}


/* 2.3 Navigation
------------------------------------------------------------------------------*/

.nav-main {
	float: right;
	width: 122px;
	font-size: 12px;
	margin: 15px 0 0 0;
}

.nav-main li {
	float: left;
	padding: 0 5px 0 5px;	
	background: url(../../_media/images/common/bullet_nav.gif) 0 -1px no-repeat transparent;
	height: 15px;
}

.nav-main .first {
	background: none;
}

.nav-main a, span {
	color: #FFFFFF;
}

.nav-main a:hover {
	text-decoration: none;
	
}

.nav-main span {
	float: left;
}

.right-links-nav {
	float: right;
	width: 115px;
	margin: 52px 20px 0 0;
}

.right-links-nav ul {
	float: right;
	margin: 12px 0 0 0;
}

.right-links-nav li {
	text-align: right;
	padding: 2px 0 0 0;
}

.right-links-nav a {
	font-size: 13px;
	color: #757575;	
	text-decoration: none;
}

.right-links-nav header {
	float: right;
}

.legal li {
	float: left;
	padding: 0 5px 0 5px;	
	background: url(../../_media/images/common/bullet_nav_2.gif) 0 5px no-repeat transparent;
	height: 15px;
}

.legal .first {
	background: none;
}
	
/* 2.4 Content
------------------------------------------------------------------------------*/

#content {
	float: right;
	width: 760px;
}

.search {
	behavior: url(_ui/js/PIE.htc);
	width: 894px;
	height: 55px;
	margin: 0 auto;
	background: #F9F9F9;
	position: relative;
	top: 20px;
	left: 0;
	border-radius: 36px;
}

.search-form-glass {
	width: 27px;
	height: 21px;
	background-image:url(../../_media/images/common/ico_search.png);
	z-index:2000;
	float: left;
	margin: 3px 0 0 18px;
}

#search-field-box {
	behavior: url(_ui/js/PIE.htc);
	margin: 0 auto;
	width: 868px;
	height: 27px;
	background: url(../../_media/images/common/bg_input.gif) repeat-x;
	position: relative;
	top: 14px;
	left: 0;
	border-radius: 34px;
	border: 1px solid #DADADA;

}

#search-field {
	width: 795px;
	background: #FFFFFF;
	border: 0;
	margin: 3px 0 0 5px;
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
}

.content-area {
	behavior: url(_ui/js/PIE.htc);
	border: 1px solid #ECECEC;
	color: #757575;	
	width: 907px;
	height: 133px;
	background: #FFFFFF;
	margin: 0 auto;
	position: relative;
	top: 41px;
	border-radius: 13px;
	box-shadow: 0 1px 8px 6px #F9F9F9;
}

.content-area article {
	margin: 4px 0 0 10px;
	width: 890px;
	height: 126px;
	background: #F9F9F9;
}

.content-area article header {
	float:left;
	margin: 20px 210px 0 23px;
}

.content-area article header h3 {
	font-size: 18px;
	font-weight: bold;
}

.content-area article p {
	font-size: 14px;
	width: 347px;
	margin: 17px 0 0 25px;
	float: left;
	clear: both;
}

.content-area .featured-image {
	display: inline;
	position: relative;
	top: 13px;
	left: 0;
}

.form-section {
	width: 300px;
	height: 97px;
	float: left;
	margin: 52px 0 0 15px;
}

.form-section form {
	margin: 12px 0 4px 0;	
}

.e-mail {
	width: 220px;
	height: 30px;
	border-top: 1px solid #848484;
	border-right: 1px solid #C1C1C1;
	border-left: 1px solid #C1C1C1;
	border-bottom: 1px solid #E1E1E1;
	font-size: 10px;
	color: #E1E1E1;
	padding: 0 0 0 5px;
	float: left;
}

.submit-btn {
	behavior: url(_ui/js/PIE.htc);
	background: url(../../_media/images/common/bg_input.gif) repeat;
	color: #757575;
	border-color: #CCCCCC;
	padding: 9px;
	width: 66px;
	height: 36px;
	border-radius: 7px;
	position: relative;
	top: -3px;
	left: 4px;
}

#pre-footer header h4 {
	font-size: 14px;
	color: #757575;
	text-transform: uppercase;
}

.form-section a {
	color: #757575;
	font-size: 13px;
	margin: 0 0 0 21px;
	text-decoration: none;
}

.fb {
	background: url(../../_media/images/common/sprite_social.gif) no-repeat 0% 0%;
	width: 18px;
	height: 17px;
	float: left;
	margin: 0 133px 0 0;
}

.twitter {
	background: url(../../_media/images/common/sprite_social.gif) no-repeat 90% 0%;
	width: 18px;
	height: 17px;
	float: left;	
}


/* 2.5 Sidebar
------------------------------------------------------------------------------*/

#sidebar {
	float: left;
	width: 200px;
}


/* 2.6 Footer
------------------------------------------------------------------------------*/

#pre-footer{
	clear: both;
	background: url(../../_media/images/common/bg_pre-footer.gif) repeat-x;
	width: 100%;
	height: 165px;
	border-top: 1px solid #E6E6E6;
	margin: 108px 0 0 0;
}

.pre-footer-wrap {
	width: 919px;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
}


#footer {
	background: #F9F9F9;
	margin: 5px 0 0 0;
	width: 100%;
	height: 30px;
}

.copyright {
	float: left;
	margin: 7px 0 0 0;
}

.copyright span {
	color: #757575;
}

.legal {
	float: right;
	margin: 7px 0 0 0;	
}

.legal li {
	float: left;
}

.legal a {
	color: #757575;
	text-decoration: none;
}









/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/


/* 3.1 Home
------------------------------------------------------------------------------*/



/* 4. PRINT
--------------------------------------------------------------------------------
==============================================================================*/


@media print {

	body { 
		font: normal normal 12pt/1.5em "Times New Roman", Times, serif; 
	}

	a[href]:after { 
		content: " (" attr(href) ") "; 
		font-size: 90%; 
	}

	a[href^="/"]:after { 
		content: " (http://domain.com" attr(href) ") "; 
	}

	ol#accessibility-nav, 
	.hide { 
		display: none !important; 
	}
}	