/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
	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;
	}
		
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	
		display: block;
	}
		
	body {	
		line-height: 1.5;
	}
		
	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;
	}	

	/* end reset */



/* default styles / mobile */

html, body {
	background:#ffffff;
}

h1 {
	border-bottom:3px solid #555;
	border-top:5px solid #555;
	font-size:4em;
	display:block;
	margin:auto;
	text-align:center;
	font-weight:bold;
	font-family:'Open Sans Condensed', sans-serif;
	letter-spacing:15px;
	color:#444;
}

h3 {
	font-family:'Roboto Condensed', sans-serif;
	letter-spacing:2px;
	padding-bottom:10px;
	font-size:1em;
	font-weight:bold;
}

nav {
	font-family:'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:0.7em;
	text-align:left;
	width:100%;
	height:27px;
	border-bottom:5px solid #555;
	z-index:999;
	margin-bottom:20px;
	padding-top:13px;
	padding-left:10px;
}

nav a {
	display:inline-block;
	width:7em;
	margin:0 1%;
	text-decoration:none;
	letter-spacing:1px;
}

#wrapper {
	display:block;
	margin:auto;
	padding:30px;
	width:80%;
	height:auto;
}

.box img {
	width:100%;
	max-width:1000px;
	height:auto;
	display:block;
	margin:auto;
	border:5px solid #444;
}

.divider {
	border-bottom:2px solid #555;
	width:80%;
	margin-bottom:15px;
}

.em {
	font-style:italic;
}

p {
	font-family:'Open Sans', sans-serif;
	text-align:justify;
	padding-top:10px;
	font-size:0.9em;
}

.clear {
	clear:both;
}
		
footer {
	clear:both;
	font-size:0.8em;
	text-align:center;
	color:#555;
	font-family:'Open Sans', sans-serif;
	padding-bottom:10px;
	font-weight:bold;
}

a:link, a:visited {
	color:rgb(0,165,194);
	text-decoration: none;
}

a:focus, a:hover {
	color:rgb(42,60,121);
	text-decoration: none;
}




/* tablet 1 styles */

@media only screen and (min-width: 430px) and (max-width: 488px)	{


}




/* tablet 2 styles */

@media only screen and (min-width: 489px) and (max-width: 556px)	{


}





/* desktop styles */

@media only screen and (min-width: 557px)	{


}