/* Table of Content
==================================================
	#Reset & Tag taming 
	#Basic Styles
	#Site Styles
	#Typography
	#Blockquotes
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc 
*/


/* #Reset & Tag taming (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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, 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}

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

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

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

[hidden] {display: none}

table {border-collapse: collapse; border-spacing: 0}
td {vertical-align: top; text-align: left}

/* #Basic Styles
================================================== */
html {height: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%}
body {background: #27292a; -webkit-font-smoothing: antialiased}


/* #Typography
================================================== */
body, input, select, textarea, option, optgroup, button {font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif; font-size: 13px; color: #444444}

h1, h2, h3, h4, h5, h6 {font-family: "Arvo", Georgia, serif; font-weight: bold; line-height: normal}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-weight: inherit; line-height: normal}


p {margin: 0 0 15px 0}
p:last-child {margin-bottom: 0}
p img {margin: 0}

i, em {font-style: italic; font-weight: inherit}
b, strong {font-weight: 700; font-style: inherit}
small {font-size: 80%}


/* #Blockquotes
================================================== */
blockquote, q {quotes: none}

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

blockquote {margin: 0 20px 12px 20px; padding: 0 0 0 10px; border-left: 1px dotted #ccc}
blockquote, blockquote cite, blockquote p {font-family: Georgia, sans-serif; font-style: italic; color: #333; line-height: 17px}
blockquote cite {display: block}
blockquote cite:before {content: "\201C"}
blockquote cite:after {content: "\201D"}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {color: #000}

hr {border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 15px 0 15px 0; height: 0}


/* #Links
================================================== */
a {color: #e16700; text-decoration: none}
a:hover   {color: #000}
a:focus {outline: none}
a:hover, a:active {outline: none}
.spotlight.top a {color: #053d5e; }


/* #Lists
================================================== */
nav ul, nav li {margin: 0; padding: 0; list-style: none; list-style-image: none}

ul, ol {margin: 0 0 15px 0}

.simplerssfeedswidget ul { font-size: 12px; font-weight: bold; list-style-type: none; padding-left: 10px; }
.simplerssfeedswidget ul li { line-height: 16px; margin-bottom: 15px; }


/* #Images
================================================== */
img.alignleft {float: left; padding: 0px; margin: 0px 10px 10px 0px; display: inline}
img.alignright {float: right; padding: 0px; margin: 0px 0px 10px 20px; display: inline}


/* #Buttons
================================================== */
.button, button,
input[type="submit"], input[type="reset"], input[type="button"] 
{}

	.button:hover, button:hover,
	input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover 
	{}

	.button:active, button:active,
	input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active 
	{}

	.button.full-width, button.full-width,
	input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width 
	{
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center
	}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0}


/* #Forms
================================================== */
form {margin: 0; padding: 0}

input[type="text"], input[type="password"], input[type="email"], 
textarea, select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
	background: #fff
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
 	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2)}

textarea {min-height: 60px; overflow: auto; vertical-align: top}
select {width: 220px; padding: 0}

input[type="checkbox"] {display: inline}





/* #Misc
================================================== */

.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix:after {clear: both}
.clearfix {zoom: 1}