@CHARSET "UTF-8";

/* 1 */
html, body {
	height: 100% !important;
}

body {
	font-size: 100%;
	line-height: 1;
	position: relative;
}

body, input, textarea {
	color: #373737;
	font-weight: 300;
}

ol, ul {
	margin: 0 0 1.625em 2.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 1.625em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.625em;
}

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

h1, h2, h3, h4, h5, h6 {
	clear: none;
}

hr {
	background: transparent none;
	border: 0 none;
	height: 1px;
	margin-bottom: 1.625em;
}

p {
	margin: 0 0 1.3em 0;
}

blockquote {
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}

b, strong {
	font-weight: bold;
}

cite, i, em {
	font-style: italic;
}

u {
	text-decoration: underline;
}

a, img {
	border: 0 none;
	outline: 0 none;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

td {
	vertical-align: top;
}

blockquote, q {
	quotes: "" "";
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}

code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}

address {
	display: block;
	margin: 0 0 1.625em;
}

ins {
	text-decoration: none;
}

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
	padding-left: 3px;
	width: 98%;
}

input, textarea {
	line-height: 1.625em;
}

embed, iframe, object {
	max-width: 100%;
}

img {
	vertical-align: bottom;
}

/* 2 */
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

a img {
	border: 0 none;
	outline: 0 none;
}

* html {
	height: 100% !important;
}

/* 3 */
* html body {
	height: 100% !important;
}

/* 10 */
:focus {
	outline: 0 none;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.hentry {
	position: relative;
}

.entry-title, .entry-meta {
	clear: both;
}

.widget {
	clear: both;
	margin: 0 0 2.2em;
}

.float-wrapper {
	width: 100%;
	overflow: hidden;
}

.youtube, .lightbox {
	
}

.pre {
	white-space: pre !important;
}

.inline {
	display: inline !important;
}

.display-none {
	display: none !important;
}

.display-block {
	display: block !important;
}

.display-inline {
	display: inline !important;
}

.inline-heading {
	display: inline !important;
}

.visiblity-hidden {
	visibility: hidden !important;
}

.clear-none {
	clear: none !important;
}

.clear-both {
	clear: both !important;
}

/* 11 */
.inline-heading:after {
	content: " - ";
}

input[type=text],
input[type=password] {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
	padding: 3px;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}

textarea:focus {
	color: #373737;
}

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

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

.entry-content table {
	width: 100%;
	margin: 0 0 1.625em 0;
}

th.alignleft, td.alignleft, th.alignright, td.alignright {
	float: none;
	display: table-cell;
}

th.alignleft, td.alignleft {
	margin-right: 0;
	text-align: left;
}

th.alignright, td.alignright {
	margin-left: 0;
	text-align: right;
}

th.aligncenter, td.aligncenter {
	display: table-cell;
}

img.size-full {
	width: auto;
}

img[class*="wp-image-"] {
	max-width: none;
}

/* 20 */
.entry-meta .edit-link {
	position: absolute;
	left: 0;
	top: 0;
}

.entry-content .edit-link {
	clear: both;
	display: block;
}

/* 21 */
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}

input[type=text]:focus,
textarea:focus {
	color: #373737;
}

/* 31 */
.entry-meta .edit-link a:link,
.commentlist .edit-link a:link,
.entry-meta .edit-link a:visited,
.commentlist .edit-link a:visited {
}

.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover,
.entry-meta .edit-link a:active,
.commentlist .edit-link a:active,
.entry-meta .edit-link a:focus,
.commentlist .edit-link a:focus {
	background: #888;
	color: #fff;
}

/* 100 */
#page {
	margin: 0 auto;
	overflow: hidden;
}

#branding, #main, #colophon, #primary {
	width: 100%;
}

#branding-inner, #main-inner, #colophon-inner {
	margin: 0 auto;
	position: relative;
}

#main-inner {
	overflow: hidden;
}

#colophon-inner {
	overflow: hidden;
}

#main, #colophon {
	clear: both;
}

#page, #branding, #main, #content {
	position: relative;
}

#content, #colophon {
	overflow: hidden;
}

#branding {
	z-index: 9999;
}

#site-title, #access {
	position: absolute;
}

#access {
	z-index: 9999;
}

#main, #primary {
	float: left;
	display: inline;
}

#secondary {
	float: right;
	display: inline;
}

#nav-single {
	width: 100%;
	overflow: hidden;
}

/* 101 */
#site-title a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -2000em;
}

#access ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

#access li {
	float: left;
	display: inline;
	position: relative;
	z-index: 99999;
}

#content nav {
	clear: both;
	overflow: hidden;
	width: 100%;
}

/* 110 */
#content .entry-content {
	width: 100%;
	overflow: hidden;
}

#nav-single .nav-previous {
	float: left;
	display: inline;
}

#nav-single .nav-next {
	float: right;
	display: inline;
}

/* 111 */
body.sticky-footer:before {
	/*Opera Fix*/
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

body.sticky-footer #page {
	min-height: 100%;
}

body.sticky-footer #main {
	overflow: auto;
}

body.left-sidebar #primary {
	float: right;
}

body.left-sidebar #secondary {
	float: left;
}

body.one-column #secondary {
	float: none;
}

body.post-listing #comments,
body.single #comments {
	margin-top: 1em;
}

#access ul .sub-menu {
	min-width: 100%;
	width: auto;
	margin: 0;
	white-space: nowrap;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	overflow: visible;
}

#content nav .nav-previous {
	float: left;
	display: inline;
}

#content nav .nav-next {
	float: right;
	display: inline;
}

body.sticky-footer #colophon {
	position: relative;
	clear: both;
}

/* 112 */
#access ul .sub-menu li {
	display: block;
	clear: both;
	float: none;
}

/* 113 */
* html body.sticky-footer #page {
	height: 100%;
}

* html #access ul .sub-menu {
	width: 100%;
}

/* 121 */
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
