


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, h1, p, a, em, img, ol, ul, li, footer, header {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	body {
		line-height: 1; }
	li, ol, ul {
		display: inline;
		list-style-type: none;
		padding-right: 15px;
		 }
	

/* #Basic Styles
================================================== */
	body {
		background: #f8f9fb;
		font-family: 'Oxygen', sans-serif;
		color: #647084;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		padding: 12% 0 0 12%;
 }

#social {
	 margin: 50px 0 70px 0;
}
	
/* #Typography
================================================== */
	h1 {
		color: #647084;
		font-family: 'Arvo', serif; font-weight: 700; 
		font-weight: inherit; 
		font-size: 36px;
		line-height: 1;
		margin-bottom: 5px;}
	h1 a { font-weight: inherit; }

	p { margin: 20px 0; 
		font-family: 'Oxygen', sans-serif;
		}
	p img { margin: 0; }
	p.subheader { margin: 0 0 40px 0; }
	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/* #Links
================================================== */
	a, a:visited, p a, p a:visited  { color: #a5788e; text-decoration: none; }
	a:hover, a:focus, h1 a, h1 a:hover, h1 a:visited  { color: #b588a2; text-decoration: none; }


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

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
	img {
		width: 30px;
		height: 30px;
	}
	
	
	/*
	
	
	.twitter { background: url('images/twitter.png') 0 0px no-repeat; width: 30px; height: 30px; }
	.twitter:hover { background-position: 0 -32px; }
	
	.foursquare { background: url('images/foursquare.png') 0 0px no-repeat; width: 30px; height: 30px; }
	.foursquare:hover { background-position: 0 -63px; }
	
	.linkedin { background: url('images/linkedin.png') 0 0px no-repeat; width: 30px; height: 30px; }
	.linkedin:hover { background-position: 0 -32px; }
	
	.instagram { background: url('images/instagram.png') 0 0px no-repeat; width: 30px; height: 30px; }
	.instagram:hover { background-position: 0 -63px; }
	
	*/