/*
Theme Name: NormanSpector
Theme URI: http://pinksheepmedia.com/
Description: A temporary text theme
Author: Sherwin Arnott
Author URI: http://www.pinksheepmedia.com/
*/
/*
http://oli.jp/2008/html5-class-cheatsheet/
http://www.colorzilla.com/gradient-editor/
*/
/* 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;
}


html {
	}

body {
	font-size: 62.5%; /* 62.5% Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	width:100%;
	height:100%;
	background: #fdfdfd;
	}

h1, h2, h3 {
	font-weight:700;
	margin:.5em 0;
	}

h1 {
	font-size:3em;
	}

h2 {
	font-size:2.5em;
	line-height:1.3em;
	}

h3 {
	font-size:1.8em;
	}

p {
	font-size:1.3em;
	line-height:1.8em;
	margin: 0 0 1em 0;
	}

address {
	font-size:1.3em;
	line-height:1.3em;
	margin: 0 0 0 0;
	}

strong {
	font-weight:600;
	font-size:1.1em;
	}

em {
	font-style:italic;
	}

a {
	color:#e13d18;
	text-decoration:none;
	}

p a {
	font-weight:700;
	}

a:hover {
	color:#000;
	}

.grey {
	color:#999;
	}

/****** structure ******/

header, main, footer {
margin:30px 0;
padding:15px;
}

/* ===== == = === (768px) === = == ===== */

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


header {
	float: left;
	width:65%;
	margin:20px;
	padding:40px;
	background:transparent;
	}

main {
	float: left;
	width:90%;
	margin:20px;
	padding:40px;
	background:transparent;
	}


section.left {
	position:relative;
	width:45%;
	margin:2% 2% 2% 0;
	float:left;
	border:1px solid #ddd;
	border-radius:2px;
	background: #fff;
	}

section.right {
	position:relative;
	width:45%;
	margin:2% 2% 2% 0;
	display:inline;
	float:left;
	border:1px solid #ddd;
	border-radius:2px;
	background: #fff;
	}

article {
	width:90%;
	float:left;
	margin:5%;
	}

footer {
	clear:left;
	float: left;
	width:80%;
	margin:100px 0 0 60px;
	border-top:1em solid #eee;
	background:transparent;
	}

}