/* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color and Font Legend 

Light Yellow
background-color:#d8deb2;

Medium Green
background-color:#693;

Standard Stacks:

font-family: Arial, Helvetica, Geneva, sans-serif;
font-family: Times New Roman, Times, Lucida Bright, Garamond, Georgia, serif;
font-family: Tahoma, Verdana, Gill Sans, Candara. sans-serif;
font-family: 'Courier New', Courier, monospace; 

Common Google Web Font Stacks

font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;

font-family: 'Source Sans Pro', monospace;

font-family: 'PT Sans', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'PT Serif', serif;

font-family: 'Droid Sans', sans-serif;
font-family: 'Droid Sans Mono', sans-serif;
font-family: 'Droid Serif', serif;

font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;

font-family: 'Yesteryear', cursive;

*/


/* Reset */

html, body { margin: 0; padding: 0; border: 0;  
				background: transparent; font-size:10px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}
	
blockquote, q { quotes: none; }

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

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%; 
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	}

ol, ul, li	{ list-style: none; }

img			{ max-width:100%; }


/* Global */

html 	{	}
body		{ -webkit-font-smoothing: antialiased; 
			-webkit-text-size-adjust: 100%; background-color:#693; }



#home-banner-bg		{ background-color:#d8deb2; margin-top:300px;	}

#home-banner			{ background-color:#d8deb2; width:900px; 
						padding:30px; margin:0 auto;	}
#home-banner h1		{ font-family: 'Yesteryear', cursive;
						font-size:76px; font-weight:200;
							}

#home-banner-nav		{ 	}
#home-banner-nav ul		{ padding:30px 0;	}
#home-banner-nav ul li	{ display:inline; margin-right:20px;	}
#home-banner-nav ul li a	{ font-size:18px; font-weight:300;
						font-family: 'Roboto Condensed', sans-serif;	}
