/* This minimalist stylesheet by Sherwin Arnott
http://www.pinksheepmedia.com
*/

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

/****** start styles ******/

html {
	}

body {
	margin:0;
	width:100%;
	height:100%;
	font-family:'Open Sans', Arial, sans-serif;
	background-color:#f6f6f6;
	color:#303837;
	font-weight:400;
	}

.wrapper {
	width:94%;
	margin:30px auto;
	padding:0;
	display:block;
	overflow:auto;
	}

article {
	margin: 20px 0;
	display:block;
	width:100%;
	padding: 0 0 20px 0;
	}

header {
	width:100%;
	margin:30px 0 0 0;
	padding:10px 0 0;
	display:block;
	}

h1 {
	font-size:30px;
	margin: 0 0 0;
	font-weight:300;
	}

h2 {
	font-size:30px;
	font-weight:300;
	margin:30px 0 10px 0;
	}

p {
	font-size:15px;
	line-height:25px;
	margin: 10px 0;
	font-weight:400;
	color:#000;
	}

p.credit {
	font-size:14px;
	color:#444;
	padding: 10px 0;
	border-top:1px solid #ddd;
	margin: 10px 0;
	}

p.credit a {
	color:#000;
	font-weight:400;
	text-decoration:underline;
	}

p a {
	color:#e13d18;
	text-decoration:none;
	font-weight:600;
	}

p a:hover {
	color:#000;
	}

img {
	max-width:100%;
	height:auto;
	margin:10px 0;
	}

em {
	font-style:italic;
	}

audio {
	min-width:150px;
	}

span.right {
	float:right;
	}

span.cyan {
	color:#00bff3;
	}

span.raspberry {
	color:#9e005d;
	}

span.grey {
	color:#acacac;
	}

span.green {
	color:#339999;
	}

/* ===== == = === (500px) === = == ===== */

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

.wrapper {
	width:90%;
	}

}/*/mediaquery*/

/* ===== == = === (700px) === = == ===== */

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

.wrapper {
	width:80%;
	}

h1 {
	font-size:50px;
	}

h2 {
	font-size:30px;
	}

}/*/mediaquery*/

/* ===== == = === 800px) === = == ===== */

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

.wrapper {
	width:700px;
	}

}/*/mediaquery*/
