
/* GLOBAL: #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 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; }
	body {
		line-height: 1; }
	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; }


/* GLOBAL: #Basic Styles
================================================== */
	body {
		font: 14px/25px "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
	}	
	.hidden { display:none; }
	#wrap { position:relative; z-index:1000; }


/* GLOBAL: #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 { font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 30px; line-height: 34px; margin-bottom: 14px;}
	h2 { font-size: 24px; line-height: 30px; margin-bottom: 10px; }		
	h3 { font-size: 20px; line-height: 34px; margin-bottom: 8px; }
	h3.widget-title { font-size:16px; line-height: 1; margin-bottom:15px; text-transform: uppercase; }
	#footer h3.widget-title	{ font-size: 14px; line-height: 30px; margin-bottom: 4px; text-transform: uppercase; }
	h3.section-title { font-size:30px; letter-spacing: -1px; text-shadow: 0 -1px 0 rgba(0,0,0,0.5); }	
	h4 { font-size: 18px; line-height: 30px; margin-bottom: 4px; }	 
	h5 { font-size: 16px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }

	p { margin: 0 0 15px 0; }
	p img { margin: 0; }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

	pre { font: 13px "Courier 10 Pitch", Courier, monospace; line-height: 1.5; margin-bottom: 15px; overflow: auto; padding: 0.75em 1.625em; }
	code, kbd, samp, var { font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
	abbr, acronym, dfn { border-bottom: 1px dotted #666; cursor: help; }
	address { display: block; margin: 0 0 1.625em; }
	sup, sub { font-size: 10px; height: 0; line-height: 1; position: relative; vertical-align: baseline; }
	sup { bottom: 1ex; }
	sub { top: .5ex; }

	blockquote { color: #848f92; width: 70%; margin: 0 auto;}
	blockquote p { text-transform: uppercase; letter-spacing: 0.1em;}
	blockquote cite { display: block; font-size: 12px; font-style: italic; color: #848f92; }
	blockquote cite:before { content: "\2014 \0020"; }


/* GLOBAL: #Links
================================================== */
	a, a:visited { text-decoration: none; outline: 0; color: #69b882;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	}
	a:hover { color: #4b8360
	}
	p a, p a:visited { line-height: inherit; }


/* GLOBAL: #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	

/* GLOBAL: #Tables
================================================== */
	table { width:100%; }

/* GLOBAL: #Images
================================================== */
	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* GLOBAL: #Floats
================================================== */
	.alignleft { float:left; margin:5px 15px 15px 0; }
	.alignright { float:right; margin:5px 0 15px 15px; }
	.aligncenter { clear: both;	display: block;	margin-left: auto; margin-right: auto; }
	


/* GLOBAL: #Forms
================================================== */
	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea
	{
		padding: 6px 4px;
		outline: none;
		font:inherit;
		margin: 0;
		width: 210px;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	select { padding: 0; }
	textarea { min-height: 60px; }
	label, legend { display: block; font-weight: bold; font-size: 13px;  }
	select { width: 220px; }
	input[type="checkbox"] { display: inline; }
	label span, legend span { font-weight: normal; font-size: 13px; }


/* GLOBAL: #Header
================================================== */
#header {
	background: #2f373b url('images/texture.png');
	padding: 15px 0 5px 0;
}

.logo { margin: 0; }

#hero { background: #353e42 url("images/teeth_down.png") repeat-x top;  text-align: center; }
.hero-inner { background: url('images/texture.png'); 	padding: 60px 0 35px; }

.hero-wrap {
	background: url("images/white-glow.png") no-repeat scroll center -7px transparent;
}

#hero h1 {
	color: #bdd2d6;
	font-size: 56px;
	line-height: 1;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	margin-bottom: 20px;
}

#hero h2 {
 font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
	color: #9ca2a5;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.15em;
	margin-bottom: 0;
}

#category {
	color: #333333;
	height: 117px;
	position: relative;
	z-index: 500;
	background: url("images/main_bg.jpg") repeat-y top center;
	border-top: 5px solid #c6dbe0;
	border-bottom: 1px solid #cfe5ea;
}

#category:after {
	position: absolute;
	content: " ";
	border-bottom: 1px solid rgba(255,255,255,0.4);
	width: 100%;
	bottom: -2px;
}

#category:before {
	position: absolute;
	content: " ";
	border-top: 1px solid rgba(255,255,255,0.6);
	width: 100%;
	top: -5px;
}

#category.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	background: url("images/cat_bg.png") no-repeat top center;
	border-bottom: none;
	border-top: 5px solid #d1dadc;
}


#category.fixed:after {
	border: none;
}

.cat-title {
	display: block;
	padding: 47px 0 0;
	font-size: 15px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.leftcol .cat-title {
	padding-right: 90px;
	text-align: right;
}

.rightcol .cat-title {
	padding-left: 100px;
}

/* Section: #Main Content
================================================== */

#main {
	background: url("images/main_bg.jpg") repeat-y top center;
	margin-top: -5px;
	padding-top: 40px;
}

.main-wrap {
	background: url('images/shadow_light.png') repeat-x bottom;
}

.entry {
	color: #848f92;
	margin-bottom: 55px;
	padding-bottom: 70px;
	position: relative;
}

.entry h1 {
	font-size: 36px;
	margin-bottom: 15px;
}

.entry .line {
	display: block;
	width: 25px;
	height: 1px;
	background: #848f92;
	margin-bottom: 15px;
}

.entry-thumb {
	padding: 10px;
	background-color: #d3e9ee;
	display: inline-block;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	line-height: 0;
	position: relative;
}

.entry-thumb:after {
	position: absolute;
	width: 100%;
	height: 8px;
	background: url("images/entry-shadow.png") no-repeat;
	bottom: -8px;
	left:0;
	content: " ";
}

.leftcol .entry {
	background: url("images/div_left.png") no-repeat bottom;
}

.rightcol .entry {
	background: url("images/div_right.png") no-repeat bottom;
}

.leftcol .entry:last-child,
.rightcol .entry:last-child {
	background: none;
	padding-bottom: 0;
	margin-bottom: 100px;
}

.leftcol .entry-wrap {
	text-align: right;
	padding-right: 90px;
}

.rightcol .entry-wrap {
	padding-left: 100px;
}

.leftcol .line {
	position: relative;
  left: 343px;
}

.container .leftcol { margin-right: 0; }
.container .rightcol { margin-left: 0; }


/* Section: #Quote
================================================== */

#quote {
	text-align: center;
}

.quote-wrap {
	border-top: 1px solid rgba(255,255,255,0.5);
	background: url("images/quote_bg.png");
}

.quote-inner {
	padding: 50px 0;

	background: url("images/teeth_up.png") repeat-x bottom;
}

#quote h2 {
	font-size: 36px;
	margin-bottom: 30px;
}

.quote-icon {
	display: block;
	background: url("images/quote-icon.png");
	width: 28px;
	height: 24px;
	margin: 0 auto 20px;
}

/* GLOBAL: #Footer
================================================== */

#footer {
	background: #2f373b url('images/texture.png');
	color: #9ca2a5;
	text-align: center;
}

#footer .container {
	padding: 50px 0 45px;
}

.footer-wrap {
	background: url("images/shadow.png") repeat-x bottom;
}

#footer .line {
	margin: 10px auto;
	background: none repeat scroll 0 0 #9CA2A5;
	display: block;
	height: 1px;
	width: 25px;
}

/* MODULE: #Main navigation
================================================== */
.nav { position: relative; }

#navigation {
	list-style: none;
	position: absolute;
	right: 0;
	top: 4px;
}

#navigation li {
	float: left;
	margin-left: 20px;
}

#navigation li a,
#navigation li a:visited {
	color: #a0aeb1;
	font-size: 15px;
}

#navigation li a:hover {
	color: #fff;
}

#navigation li.active a,
#navigation li.active a:visited {
	color: #bbd6dc;
}
