/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #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; }

.columns {
}
/* #Basic Styles
================================================== */
/*
	@font-face {
		font-family: 'Conv_CronosPro-Regular';
		src: url('fonts/CronosPro-Regular.eot');
		src: local('☺'), url('fonts/CronosPro-Regular.woff') format('woff'), url('fonts/CronosPro-Regular.ttf') format('truetype'), url('fonts/CronosPro-Regular.svg') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'Conv_CronosPro-Bold';
		src: url('fonts/CronosPro-Bold.eot');
		src: local('☺'), url('fonts/CronosPro-Bold.woff') format('woff'), url('fonts/CronosPro-Bold.ttf') format('truetype'), url('fonts/CronosPro-Bold.svg') format('svg');
		font-weight: normal;
		font-style: normal;
	}
*/

	/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');*/

	body {
		font-family: 'Roboto', Arial, sans-serif;
		font-weight: 300;
		line-height: 24px;
		font-size: 16px;
		color: #666666;	
		background-color: #FFF;
 }
	input, select, textarea {
		color: #666666;
	}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Roboto', Arial, sans-serif;
		color: #0a498a;
		font-weight: 300; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 50px; line-height: 1.1em; margin-bottom: 25px;}
	h2 { font-size: 40px; line-height: 1.1em; margin-bottom: 20px; }
	h3 { font-size: 30px; line-height: 1.1em; margin-bottom: 15px; }
	h4 { font-size: 20px; line-height: 1.1em; margin-bottom: 10px; }
	
	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; }
	blockquote cite { display: block; font-size: 12px; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #BFCDD2; border-width: 1px 0 0; clear: both; margin: 10px 0px 10px 0px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #0a498a; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #4689ce; text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }

/* #Images
================================================== */
	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
	.left {
	display: inline;
	float: left;
	}
	.right {
		display: inline;
		float: right;
	}
	.text-right {
		text-align: right;
	}
	.img-left {
		display: inline;
		float: left;
		margin: 0px 20px 10px 0px;
	}
	.img-right {
		display: inline;
		float: right;
		margin: 0px 0px 10px 20px;
	}
	.text-center {
		text-align: center;
	}


/* ==========================================
#Media Queries
========================================== */


	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 747px) {
	
		h1 { font-size: 30px; line-height: 50px; margin-bottom: 14px;}
		h2 { font-size: 26px; line-height: 40px; margin-bottom: 10px; }
		h3 { font-size: 24px; line-height: 34px; margin-bottom: 8px; }
		h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
		h5 { font-size: 17px; line-height: 24px; }
		h6 { font-size: 14px; line-height: 21px; }
		
	}



