/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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

/******/

body {
	background: #f5f5f5;
	max-width: 720px;
	margin: 0 auto;
	font-family: "Open Sans", sans-serif;
	color: #333;
}

a {
	color: #de5f32;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;	
	transition: color .3s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #a5360f;
}

.wrapper { padding: 0 10%; }

.header {
	margin-top: 50px;
}

.circle {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color:#de5f32;
	font-size: 30px;
	font-weight:800;
	line-height: 60px;
	text-align: center;
	border-radius: 40px;
	color:#FFFFFF;
}

.header h1 {
	display: inline-block;
	font-size:20px;
	font-weight: 800;
	height: 60px;
	line-height: 60px;
	vertical-align: top;
	margin-left: 10px;
}

.header h1 span {
	font-family: "Open Sans", serif;
	font-weight: normal;
	font-size: 14px;
	color: #555;
}

.content {
	margin: 80px 0 40px 0px;
}

.content h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 20px;
}

.content p {
	font: 16px/28px "Bitter", serif;
	color: #555;
	margin: 10px 0;
}

.elsewhere:before {
	content:"__";
	display: block;
	margin-bottom: 10px;
	color: #444;
}

.elsewhere {
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0 10%;
	max-width: 720px;
}

.footer {
	position: fixed;
	bottom: 20px;
	font-size: 12px;
	color: #888;
	display: none;
}

@media all and (max-width: 600px) {

	a {
		color: #fff;
		-webkit-transition: color .3s ease-in-out;
		-moz-transition: color .3s ease-in-out;
		-o-transition: color .3s ease-in-out;
		-ms-transition: color .3s ease-in-out;	
		transition: color .3s ease-in-out;
		text-decoration: none;
	}
	
	a:hover {
		color: #a5360f;
	}

	.header {
		margin-top: 20px;	
	}

	.circle {
		display: inline-block;
		width: 60px;
		height: 60px;
		background-color:#de5f32;
		font-size: 30px;
		font-weight:800;
		line-height: 60px;
		text-align: center;
		border-radius: 40px;
		color:#FFFFFF;
		margin: 0 auto;
	}
	
	.header h1 {
		display: inline-block;
		font-size:20px;
		font-weight: 800;
		vertical-align: top;
		margin: 10px auto 10px 10px;
		height: auto;
		line-height: 1em;
	}
	
	.header h1 span {
		display: block;
		font-family: "Open Sans", serif;
		font-weight: normal;
		font-size: 14px;
		color: #555;
		height: auto;
	}
	
	.content {
		margin: 2em 0 30px 0;
	}
	
	.content h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.elsewhere:before {
		content:"";
	}
	
	.elsewhere {
		font-size: 12px;
		margin-bottom:0px;
		background: #de5f32;
		text-align: center;
		color: #fff;
		height: 40px;
		line-height: 40px;
	}


}
