/**
* Theme Name: Noakes Framework
* Theme URI: http: //robertnoak.es/
* Author: Robert Noakes LLC
* Author URI: http: //robertnoak.es/
* Description: Copyright (c) 2013-2014 Robert Noakes LLC. All rights reserved.
* Version: 1.0.1
**/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
side,
small,
span,
strike,
strong,
sub,
summary,
sup,
svg,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: none;
	color: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	line-height: inherit;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

[hidden]
{
	display: none;
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited
{
	outline: 0;
	color: #00f;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

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

address,
p
{
	margin-bottom: 18px;
}

address,
dfn,
em,
i
{
	font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary
{
	display: block;
	overflow: hidden;
}

audio,
canvas,
video
{
	display: inline-block;
}

audio: not([controls])
{
	display: none;
	height: 0;
}

b,
strong
{
	font-weight: bold;
}

big
{
	font-size: larger;
}

blockquote,
q
{
	quotes: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

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

body
{
	color: #000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"]
{
	cursor: pointer;
}

button[disabled],
input[disabled]
{
	cursor: default;
}

code,
kbd,
pre,
samp
{
	font-family: "Courier New", Courier, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

div
{
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	margin-bottom: 18px;
	font-weight: bold;
	font-size: 1.5em;
}

h2,
h5
{
	margin-bottom: 9px;
}

h3,
h6
{
	margin-bottom: 0;
}

h4,
h5,
h6
{
	font-size: 1.25em;
}

hr
{
	margin-bottom: 18px;
	border-top: 1px solid #000;
	display: block;
	height: 0;
}

html
{
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

img
{
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

input[type="checkbox"],
input[type="radio"]
{
	padding: 0;
}

mark
{
	background: #ff0;
}

ol,
ul
{
	list-style: none;
}

small
{
	font-size: smaller;
}

sub,
sup
{
	position: relative;
	font-size: 0.75em;
	line-height: 0;
}

sub
{
	bottom: -0.25em;
}

sup
{
	top: -0.5em;
}

svg:not(:root)
{
	overflow: hidden;
}

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

textarea
{
	overflow: auto;
}

*.alignleft
{
	float: left;
}
*.aligncenter
{
	margin: 0 auto;
}
*.alignright
{
	float: right;
}

*.small
{
	font-size: 0.875em;
}
*.large
{
	font-size: 1.125em;
}

div.comments-wrapper div.comment
{
	padding-bottom: 9px;
}

div.comments-wrapper div.comment.depth-2
{
	padding-left: 18px;
}
div.comments-wrapper div.comment.depth-3
{
	padding-left: 36px;
}
div.comments-wrapper div.comment.depth-4
{
	padding-left: 54px;
}
div.comments-wrapper div.comment.depth-5
{
	padding-left: 72px;
}
div.comments-wrapper div.comment.depth-6
{
	padding-left: 90px;
}
div.comments-wrapper div.comment.depth-7
{
	padding-left: 108px;
}
div.comments-wrapper div.comment.depth-8
{
	padding-left: 126px;
}
div.comments-wrapper div.comment.depth-9
{
	padding-left: 144px;
}
div.comments-wrapper div.comment.depth-10
{
	padding-left: 162px;
}

div.comments-wrapper div.comment img.avatar
{
	margin: 0 0 18px 18px;
	float: right;
}

div.comments-wrapper div.comment p
{
	margin-bottom: 9px;
}

div.comments-wrapper form.comment-form p span.required
{
	color: #c00;
	font-weight: bold;
}

div.comments-wrapper form.comment-form p label
{
	display: block;
}

div.comments-wrapper form.comment-form p input[type="text"],
div.comments-wrapper form.comment-form p textarea
{
	padding: 2px;
	border: 1px solid #000;
	width: 66%;
}

div.comments-wrapper form.comment-form p textarea
{
	height: 126px;
	width: 99%;
}

#outer-wrapper
{
	min-width: 960px;
}

#wrapper
{
	margin: 0 auto;
	width: 960px;
}

#content p,
#content li
{
	line-height: 18px;
}

#content ul
{
	margin: 0 0 18px 25px;
}

#content ol
{
	margin-bottom: 18px;
	padding-left: 25px;
}

#content ul ul,
#content ul ol,
#content ol ul,
#content ol ol
{
	margin-bottom: 0;
}

#content ul li,
#content ol ul li
{
	list-style: outside disc;
}
#content ul ul li
{
	list-style-type: circle;
}

#content ol li,
#content ul ol li
{
	list-style: outside decimal;
}
#content ol ol li
{
	list-style-type: lower-alpha;
}

#content ul.spaced,
#content ol.spaced
{
	margin-bottom: 9px;
}

#content ul.spaced li,
#content ol.spaced li
{
	padding-bottom: 9px;
}

#wp-footer
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	overflow: visible;
}

#wpadminbar,
#wpadminbar div
{
	overflow: visible;
}