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

html, body, div, span, applet, object, iframe, p, blockquote, pre, h1, h2, h3, h4, h5, h6, 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%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del { 
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714 rem;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* =Repeatable patterns
 -------------------------------------------------------------- */

/* Small headers */
.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
	font-size: 11px;
	font-size: 0.785714286 rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase; 
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta, article.format-link footer.entry-meta, article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286 rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button, input, textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
}
button, input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Responsive images */
.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full, img.size-large, img.header-image, img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed, iframe, object, video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857 rem;
	line-height: 2; 
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}



blockquote {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative; 
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px; 
}
blockquote cite { 
	font-size: 14px;
	display: block;
	text-align: right;
}

blockquote cite:before {
	content: "\2014 \2009";
}

table {
	border-bottom: 1px solid #ededed; 
	font-size: 12px;
	font-size: 0.857142857 rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714 rem;
	width: 100%;
}
table caption {
	font-size: 16px;
	font-size: 1.142857143 rem;
	margin: 24px 0;
	margin: 1.714285714 rem 0;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
 
pre {
	border: 1px solid #ededed; 
	font-size: 12px;
	font-size: 0.857142857 rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714 rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714 rem;
}
pre code {
	display: block;
}
code {
	font-size: 12px;
	font-size: 0.857142857 rem;
	line-height: 2;
}
address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714 rem;
}

.widget_rss {
	margin-bottom: 40px;
}
.widget_rss li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
}
.widget_rss li a {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.widget_rss .rss-date:before {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	padding: 0;
	margin: 0;
}
.widget_rss cite {
	padding: 0px 12px;
	line-height: 22px;
	width: 100%;
	display: block;
	text-align: right;
	box-sizing: border-box; /* Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari, Chrome et al */
	-moz-box-sizing: border-box; /* Firefox */
	border: 1px solid #EFEFEF;
}
.sticky {
}
/* ----------------------------------------------------------------- */

.page-links {
	clear: both;
	line-height: 1.714285714;
}
img.alignleft, .wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857 rem 1.714285714 rem 0.857142857 rem 0;
}
img.alignright, .wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857 rem 0 0.857142857 rem 1.714285714 rem;
}
img.aligncenter, .wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857 rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857 rem;
}


/* ---------------------Reset----------------------- */

ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

table, table td, table tr {
	padding: 0;
	font-size: 14px;
	border-width: 0;
	border-collapse: collapse;
}

img {
	vertical-align: top;
}
embed {
	vertical-align: top;
}

mark, rp, rt, ruby, summary, time {
	display: inline;
}