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


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 14px/18px "Roboto-Light", Helvetica, Arial, sans-serif;
		color: #777;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	
	@font-face{ 
	font-family: "Roboto-Bold"; 
	src: url('fonts/RobotoSlab-Bold-webfont.eot'); /* IE9 Compat Modes */
	src: url('fonts/RobotoSlab-Bold-webfont.eot?iefix') format('eot'), /* IE6-IE8 */
	url('fonts/RobotoSlab-Bold-webfont.woff') format('woff'), /* Modern Browsers */
	url('fonts/RobotoSlab-Bold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/RobotoSlab-Bold-webfont.svg#webfont') format('svg'); /* Legacy iOS */
	}

	@font-face{ 
		font-family: "Roboto"; 
		src: url('fonts/RobotoSlab-Regular-webfont.eot'); 
		src: url('fonts/RobotoSlab-Regular-webfont.eot?iefix') format('eot'), 
		url('fonts/RobotoSlab-Regular-webfont.woff') format('woff'), 
		url('fonts/RobotoSlab-Regular-webfont.ttf') format('truetype'), 
		url('fonts/RobotoSlab-Regular-webfont.svg#webfont') format('svg'); 
	}
	
	@font-face{ 
		font-family: "Roboto-Light"; 
		src: url('fonts/RobotoSlab-Light-webfont.eot'); 
		src: url('fonts/RobotoSlab-Light-webfont.eot?iefix') format('eot'), 
		url('fonts/RobotoSlab-Light-webfont.woff') format('woff'), 
		url('fonts/RobotoSlab-Light-webfont.ttf') format('truetype'), 
		url('fonts/RobotoSlab-Light-webfont.svg#webfont') format('svg'); 
	}
	
	h1, h2, h3, h4, h5, h6 {
		color: #383739;
		font-family: "Roboto-Bold", arial, sans-serif; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 48px; line-height: 48px; margin-bottom: 10px;}
	h2 { font-size: 19px; line-height: 17px; margin-top:10px; margin-bottom: 10px; font-family: "Roboto-Light"; color:#ffe600;}
	h3 { font-size: 18px; line-height: 28px; font-family: "Roboto-Light"; color:#bbbdc0;}
	h4 { font-size: 14px; line-height: 17px; margin-bottom: 6px; font-family: "Roboto"; }
	h5 { font-size: 26px; line-height: 24px; margin-bottom: 5px;font-family: "Roboto-Bold"; }
	h6 { font-size: 20px; line-height: 21px; margin-bottom: 5px; font-family: "Roboto-Bold";}
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

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

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }




/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

/* MINE =========================================== */

#greenBox{
	width:1000px;
	height:400 px;
	background-color:#45b8a2;
}


