/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

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: 1em;
    vertical-align: baseline;
    background: transparent;
}

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

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

:focus {
	outline: 0;
}

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

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

input, select {
    vertical-align:middle;
}
/* ===== end reset ===== */


body {
	max-width: 960px;
	width: 100%;
	background-color: #2b395e;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #091C50),
		color-stop(1, #2b395e)
	);
	background-image: -moz-linear-gradient(
		center top,
		#091c50 0%,
		#2b395e 50%
	);
	background-repeat: no-repeat;
	color: #fceecf;
	margin: 0 auto;
	font-family: Tahoma, Arial, serif;
	text-shadow: 1px 1px 1px #000;
	line-height: 1.5em;
}

h1 {
	font-family: 'Reenie Beanie', arial, serif;
	font-size: 4.5em;
	margin: 20px 10px;
	line-height: 1em;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 10px;
	border: 10px solid rgb(255, 255, 255);
	border: 10px solid rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	-moz-border-radius: 10px;	
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

h2 {
	font-size: 2em;
	font-family: 'Reenie Beanie', arial, serif;
	margin: 20px 10px 10px;
}

pre {
	background-color: rgb(63,63,63);
	color: rgb(220,220,204);
	text-shadow: 0 0 0;
	padding: 10px;
	line-height: 1.2em;
	border-radius: 10px;
	-moz-border-radius: 10px;		
	border: 2px solid #996;		
	font-size: 15px;
	position: relative;
	overflow: auto;
	margin: 10px;
	white-space: pre-wrap;                 
	white-space: -moz-pre-wrap !important; 
	white-space: -pre-wrap;                
	white-space: -o-pre-wrap;             
	word-wrap: break-word;  
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);	
}

pre code[data-version]:after {
	content: attr(data-version);
	font-size: smaller;
	position: absolute;
	right: 10px;
	bottom: 10px
}

code {
	font-family: Consolas, "Lucida Console", Monaco, monospace
}

pre .tag {
	color: rgb(227,206,171)
}

pre .attr {
	color: rgb(223,223,223)
}

pre .comment {
	color: rgb(127,159,127)
}

pre .value {
	color: rgb(204,147,147)
}

pre::selection { /* ::selection is not CSS3 any more */
	background-color: #999;
	color: #ffc;
	text-shadow: 0 0 0;
}

p {
	margin: 10px;
}

footer {
	font-family: 'Reenie Beanie', arial, serif;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 10px;
	border: 10px solid #fff;
	border: 10px solid rgba(255, 255, 255, 0.3);
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;	
	margin: 20px 10px 0;
	font-size: 1.2em;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

ol, ul { 
	margin: 10px 10px 10px 2em;
	padding-left: 0;
}

a {
	padding: 4px
}

a:link {
	color: #ffc;
}

a:visited {
	color: #bda3cd;
}

a:hover {
	color: #ffc;
	background-color: #203A83;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);		
	
}

a:focus {

	top: 1px;
}



q:before,q:after { content:'"' }

.nota-bene {
	text-align: center;
	font-size: 1.5em;
	padding: 10px;
	margin: 10px 20%;
	background-color: #203A83;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

footer q {
	float: right;
}

footer form {
	width: 90px;
	display: inline-block;
}

small {
	display: inline-block
}

#resources {
	font-size: 0.9em;
	line-height: 1.3em;
}

#resources a {
	padding: 2px;
}

header p {
	text-align: right;
	font-size: 0.8em;
}

p time {
	text-transform: uppercase;
}

#share {
	height: 20px;
	font-size: 0.8em;
	margin: 10px;
}

#share a {
	float: right;
	padding: 0 2px;
}

#share a img  {
	vertical-align: middle;
}
