/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



/* author styles */

a {
	color: #ed5c5c;
	-webkit-transition: all 0.3s ease-in-out;
	padding: 2px;
	}
a:focus, a:hover, a:active {
	color: black;
	background: #eee;
	}	
body {
	background: #eee url(../img/bright_squares.png);
	color: #404040;
	}
#container {
	background: white;
	padding: 24px;
	max-width: 640px;
	margin: 0 auto;
	box-shadow: 0 0 2px #ccc;
	font-size: 0.8em;
	position: relative;
	}
/*	
#container:before {
	content: 'Availability for work in February 2013';
	height: 1em;
	display: block;
	background-color: #dbd7d7;
	color: #555;
	text-shadow: 0 0 1px rgba(255,255,255,0.5);
	padding: 8px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.125);
	box-shadow: inset 0 0 2px rgba(255,255,255,0.75);
	border-radius: 1px;	
	margin-bottom: 18px;
	font-family: courier, monospace;
}
*/
	
h1 {
	font-family: lapture-1,lapture-2,serif;
	font-size: 1.5em;
	line-height: 1.5;
	margin-bottom: 0.5em;
	}


article header {
	margin-bottom: 0.75em;
	}
header[role=banner] nav, header[role=banner] p {
	margin: 0 0 1em;
	}


	
header[role=banner] nav li  {
	display: inline;
	font-size: 1.2em;
	}
header[role=banner] p {
	font-size: 1.2em;
	}	
header[role=banner] nav li a, header[role=banner] p a {
	text-decoration: none;
	}
	
		
article h1 {
	color: red;
	font-size: 3em;
	line-height: 1;
	padding-bottom: 0.25em;
	border-bottom: 2px solid #eee;
	margin-bottom: 0.25em;
	}	
section article {
	margin-bottom: 1em;
	}	
section article h1, article article h1 {
	font-size: 1.5em;
	border-bottom: none;
	}	
section article a {
	text-decoration: none;
	}	
article time {
	font-size: 1.2em;
	display: block;
	text-align: right;
	font-style: italic;
	}	
section article time {
	text-align: left;
	}	
article strong {
	font-weight: bold;
	}
article em {
	font-style: italic;
	}
article h2 {
	font-size: 2.25em;
	line-height: 1.2;
	font-family: lapture-1,lapture-2,serif;
	color: #333;
	margin-bottom: 0.5em;
	}
article h3 {
	font-family: lapture-1,lapture-2,serif;
	font-style: italic;
	color: #333;
	}
article p, article li, article h3, article table {
	font-size: 1.5em;
	line-height: 1.5;
	}	
article blockquote {
	font-style: italic;
	margin: 0 0 0 1em;
	}	
article p, article ol, article ul, article h3, article table {
	margin-bottom: 0.75em;
	}	
article img {
	max-width: 100%;
	height: auto;
	}	
article table {
	width: 100%;
	text-align: left;
	}
article thead {
	border-bottom: 1px solid #bbb;
	} 	
article th, article td {
	padding: 6px 8px;
	line-height: 1;
	}	
article tbody tr:nth-child(odd) td {
	background: #eee;
	}		
	
article fieldset {
	padding: 24px;
	margin: 0 -24px 24px;
	border-top: 2px solid #eee;
	margin-top: 0.25em;
	background: #eee;
	}		
article legend {
	font-size: 1.5em;
	line-height: 1.5;
	}	
article label {
	display: block;
	}
	
article small {
	display: block;
	font-size: 0.8em;
	text-align: center;
	font-style: italic;
	}	
article input[type=text], article input[type=email], article textarea {
	width: 100%;
	max-width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
	font-size: 0.8em;
	border: 2px solid #aaa;
	color: #555;
	}	
article input[type=text]:focus, article input[type=email]:focus, article textarea:focus {
	border-color: #555;
	color: #222;
	}
article input[type=submit] {
	display: block;
	width: 100%;
	padding: 8px;
	font-size: 1.4em;
	margin: 0 0 12px;
	border: 2px solid #999;
	background: #fff;
	color: #333;
	cursor: pointer;
	}
article input[disabled=disabled] {
	cursor: auto;
	border-color: #bbb;
	background: #eee;
	color: #bbb;
	}		
article article.comment {
	margin: 12px;
	border-bottom: 4px solid #f2f2f2;
	}
article .cpreview {
	margin: 0 0 12px;
	}	
article .cpreview article.comment {
	border: none;
	}	
article div.cpreview {
	background: #fce6e6;
	padding: 12px;
	font-size: 0.8em;
	}	
article.comment time {
	display: block;
	text-align: right;
	font-size: 1.5em;
	line-height: 1.5;
	margin-bottom: 0.75em;
	}	
	
footer {
	border-top: 4px solid #f2f2f2;
	margin-top: 1em;
	padding-top: 1em;
	text-align: right;
	font-family: lapture-1,lapture-2,serif;
	font-size: 1.2em;
	}	
	
@media screen and (min-width: 640px) {
  	/* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
	#container {
		font-size: 1em;
		padding: 24px 64px;
		}
	header .home a {
		background: white url(../img/pendant.png) 4px 4px no-repeat;
		display: block;
		height: 48px;
		width: 48px;
		position: absolute;
		top: 0;
		left: 0;
		text-indent: -999em;
		}
	header .home a:focus, header .home a:hover, header .home a:active {
		background-image: url(../img/pendant-blk.png);
		}	

	
	header[role=banner] nav {
		text-align: right;
		}
	article label {
		float: left;
		clear: left;
		text-align: right;
		width: 25%;
		padding-right: 8px;
		}
	article input[type=text], article input[type=email], article textarea {
		width: 60%;
		}	
	article input[type=submit] {
		display: inline-block;
		width: auto;
		padding: 8px;
		font-size: 1em;
		margin: 0 0 12px;
		border: 2px solid #999;
		}	
	article fieldset p:last-of-type {
		padding-left: 8px;
		margin-left: 25%;
		}
	ul.comments_error {
		margin-left: 25%;
		padding-left: 8px;
		font-style: italic;
		}	
	input.comments_error, textarea.comments_error {
		border-color: #f18b8b;
		}
  	
	}		