/*
Theme Name: Green Dragon
Author: Brendan Vance
Author URI: http://www.brendanvance.com
Description: Forthcoming.
Version: 1.0
Tags:

Based on the _s theme released by Automattic under GPL.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 1.15vw;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1em;
}
ul, ol {
	margin: 0 0 1.5em 2em;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal outside none;
}
ol ol {
	list-style: lower-alpha outside none;
}
ol ol ol {
	list-style: lower-roman outside none;
}
ol ol ol ol {
	list-style: decimal outside none;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
	margin: 0 1.5em;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia,"Bitstream Charter",serif;
	font-style:italic;
	margin: 0 1.5em;
}
blockquote cite {
	font-style:normal;
	display:block;
	margin-top:0.5em;
}
blockquote cite:before {
	content:"\2013";
}
address {
	font-size:0.8em;
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.8em;
	line-height: 1.5;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font-size:0.8em;
	font: 1.5em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
q:before {
	content:"\201C"	
}
q:after {
	content:"\201D"
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 1.4em;
	padding: 0.78em 1em .66em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
input[type=text] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: calc(100% - 3px);
	margin: 0 3px 0 0;
	padding: 0;
}

/* Links */
a {
	color: #1A749C;
	text-decoration: none;
}
a:visited {
	color: #9D1B76;
}
a:hover,
a:focus,
a:active {
	color: #4BA9D9;
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Page
----------------------------------------------- */

#page {
	min-width:300px;
	margin: 2em auto;
	width: 96%;
	font-size:1.2em;
	font-family: Helvetica, Arial, sans-serif;
}

/* =Layout
----------------------------------------------- */

a.single-image-gallery {
	display:block;
	width: 100%;
}

a.single-image-gallery img {
	display:block;
	position: relative;
	width: 100%;
}

.menu {
	width: 100%;	
}
#main {
	clear:both;	 /* Clear menu floats so that margins on all sub elements work */
	margin-top:1.5em;
}
#primary.site-content {
	float: none;
	width: 100%;
}
#secondary { /* Sidebar 1 */
	display:none;
}

#tertiary { /* Sidebar 2 */
	clear: right;
}
.site-footer {
	clear: both;
	width: 100%;
}
#nav-above { /* Hide page nav stuff at the top of the page */
	display: none;
}

/* =Header
----------------------------------------------- */

#masthead .site-icon {
	float: left;
	padding: 0 0.5em 0 0.27em;
	position: relative;
	margin: 0 0 -4px 0;
	z-index: 1;	
}
#masthead .site-icon img {
	display: block;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-crisp-edges;
	image-rendering: pixelated;
	image-rendering: crisp-edges;
}
#masthead hgroup {
	float: left;
	text-transform: lowercase;
	margin: 10px 0 0;
}
#masthead .site-title {

}
#masthead .site-title a {
	color: #000;
	font-size: 35px;
	font-weight: 500;
	text-decoration: none;
}
#masthead hgroup:hover a,
#masthead .site-icon:hover + hgroup > .site-title > a  {
	color: #4BA9D9;
	text-decoration: none;
}
#masthead hgroup:hover .site-description a {
	color: #4D4D4D;
}
#masthead .site-description {
	margin-top:-14px;
	margin-left: 2px;
	font-size: 14px;
	font-weight: 500;
	overflow:visible;
}
#masthead .site-description a {
	color: #4D4D4D;
	text-decoration:none;
	display:block;
}
#masthead .site-description a:hover {
	color: #4D4D4D;
	text-decoration:none;
}
#masthead .site-spacer {
	clear:both;
	background-color:#12516B;
	height:5px;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	position:relative;	
	font-size: 2.25em;
}
.main-navigation ul {
	background-color: #1A749C;
	overflow:hidden;
	list-style: none;
	height: 1.6em;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0 0 0 0; /* zero out margins imposed by list element and correct negative li margins */
}
/* Begin absurd clearfix hack (not necessary at the moment due to hacking the height of the menu ul)
.main-navigation ul:before,
.main-navigation ul:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden;	
}
.main-navigation ul:after {clear: both;}
.main-navigation ul {zoom: 1;} /* IE 5.5/6/7 */
/* End absurd clearfix hack */
.main-navigation li {
	background-color:#1E86B3;
	float: left;
	margin-top:-1px;
	text-transform: lowercase;
	position: relative; /* needed to make dropdown menus work! */
}
.main-navigation a {
	height: 1.6em;
	font-weight: 500;
	padding: 0.03em 3.5em 0 0.25em;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	color:#FFF;
	display: block;
	text-decoration: none;
	text-transform:lowercase;
}
.main-navigation ul ul {
	-moz-box-shadow: 1px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 1px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
		top: 3.0em;
		left: 0;
	width: auto;
	height: auto;
	margin-top:0;
	margin-left:-1px;
	border: 1px solid #FFF;
	z-index: 99999;
	background-color: #12516B;
}
.main-navigation ul ul ul {
	left: 100%;
	margin-left:0;
	margin-top:-1px;
	top: 0;
}
.main-navigation ul ul a {
	width: 12em;
	height: 1.75em;
	padding: 0.2em 0 0 1em;
	border: none;
	font-size: 0.8125em;
	text-transform: none;
}
.main-navigation ul ul li {
	margin: 0;
	width:100%;
	background-color:#156180;
	float:none;
}
/* Stripe odd/even menu items. */
.main-navigation ul ul li:nth-child(even) {
	background-color:#176A8C;
}
/* Add a separator to the top of level 2 menus. */
.main-navigation ul ul li:nth-child(1) {
	border-top: 1px solid #4D7D90;
	margin-top:4px;
}
.main-navigation ul ul ul li:nth-child(1) {
	border-top: none;
	margin-top: 0;
}
.main-navigation li:hover {
	background-color:#12516B;
}
.main-navigation ul ul li:hover {
	background-color:#24AFEB;
}
.main-navigation ul li:hover > ul {
	display: block;
}
/* Define a distinct behavior for top-level menus (bright when it or a descendant is selected,
but always dark when hovered) and submenus (the same regardless of whether they or descendents
are selected) */
.main-navigation li.current_page_item,
.main-navigation li.current-menu-item,
.main-navigation li.current_page_ancestor {
	background-color:#4BA9D9;
}
.main-navigation li.current_page_item:hover,
.main-navigation li.current-menu-item:hover,
.main-navigation li.current_page_ancestor:hover {
	background-color:#12516B;
}
.main-navigation ul ul li.current_page_item,
.main-navigation ul ul li.current-menu-item,
.main-navigation ul ul li.current_page_ancestor {
	background-color:#156180;
}
/* Stripe odd/even menu items. */
.main-navigation ul ul li.current_page_item:nth-child(even),
.main-navigation ul ul li.current-menu-item:nth-child(even),
.main-navigation ul ul li.current_page_ancestor:nth-child(even) {
	background-color:#176A8C;
}
.main-navigation ul ul li.current_page_item:hover,
.main-navigation ul ul li.current-menu-item:hover,
.main-navigation ul ul li.current_page_ancestor:hover {
	background-color:#24AFEB;
}
/* Stripe odd/even menu items. */
.main-navigation ul ul li.current_page_item:nth-child(even):hover,
.main-navigation ul ul li.current-menu-item:nth-child(even):hover,
.main-navigation ul ul li.current_page_ancestor:nth-child(even):hover {
	background-color:#24AFEB;
}
/* Small menu */
/*
.main-small-navigation {
	background-color:#1A749C;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
.main-small-navigation a {
	color:#FFF;
	text-decoration: none;
}
.main-small-navigation .menu-toggle {
	text-transform: lowercase;
	width:4.15em;
	background-color:#1E86B3;
	cursor: pointer;
	font-size: 2em;
	color: #FFF;
	padding: 0 0 0.1em 1.19em;
	border-right:1px solid #FFF;
}
.main-small-navigation .menu {
	display: none;
}
.main-small-navigation ul {
	list-style: none;
	padding:0;
	margin:0;
}
.main-small-navigation li {
	border-top:1px solid #FFF;
}
.main-small-navigation ul a {
	text-transform: lowercase;
	display: block;
	padding: 0.12em 0 0.12em 1.38em;
	font-size: 1.75em;
	background-color: #156180;
}
.main-small-navigation ul ul a {
	text-transform: none;
	font-size: 1em;
	padding: 0.75em 0 0.75em 3.38em;
	background-color: #12516B;
}
.main-small-navigation ul ul ul a {
	padding-left: 4.38em;
	background-color: #12516B;
}
*/

/* =Page Headers
----------------------------------------------- */

.page-header a {
	color: #FFF;	
}
.page-header .page-description {
	font-size: 1.1em;
	line-height: 1.1em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	margin-top: 0.2em;
}
.page-header .page-description.search-results {
}
.page-header .page-title {
	font-size: 3.2em;
	line-height: 1.2em;
	font-weight: 600;
	color:#000;
	margin-left:-0.06em;
}

/* =Content
----------------------------------------------- */

#content {
	margin: 0 0.3em;
	position: relative;
	font-size:1.25em;
}
.hentry,
.post,
.comments-area,
.page-header {
	padding-bottom: 1.5em;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 1em;
	margin-bottom: 1em;
}
/* Category links */
.cat-links {
	text-transform: uppercase;
	font-size: 1.1em;	
}
.cat-links a {
	color: #404040;
}
.cat-links a:hover {
	color: #4BA9D9;
}
.site-content footer.entry-meta {
	font-size: 1.0em;
	margin: 1em 0 1em 0;
}
/* Entry titles */
.entry-title {
	color:#000;
	font-size: 2.6em;
	font-weight: 600;
	line-height: 1.07em;
	margin-left:-0.05em;
}
.entry-title a {
	text-decoration: none;
	color: #000;
}
.entry-title a:hover {
	color: #4BA9D9;
}
.entry-content,
.entry-summary {
	font-size:1.5em;
	margin: 1em 0 1em 0;
}
.entry-caption {
	font-size: 1.3em;	
}
.entry-meta {
	clear: both;
	text-transform: lowercase;
	font-size: 1.0em;
	margin-top:0em;
	margin-left:0em;
}
.byline {
	display: none;
}
.group-blog .byline {
	display: inline;
}
.entry-content h1,
.comment-content h1 {
	font-size: 2.6em;
	font-weight: 600;
}
.entry-content h2,
.comment-content h2 {
	font-size: 1.8em;
	font-weight: 600;
	margin: 0.7em 0 0.4em 0;
}
.entry-content h3,
.comment-content h3 {
	color: #404040;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 1em 0 0.5em 0;
}
/* Page links, for paginated content */
.page-links {
	font-size: 1.4em;
	clear: both;
	text-transform: lowercase;
	margin-bottom: 1.5em;
}
.page-links a {
	border-radius:0.15em;
	padding:0.05em 0.2em 0.1em 0.2em;
	background-color:#DDD;
	color:#404040;
}
.page-links a:hover {
	text-decoration: none;
	color:#FFF;
	background-color: #5DBAF0;
}
/* Image navigation */
.image-navigation {
	clear: both;
	text-transform: lowercase;
	font-size: 1.2em;
	width: 100%;
}
.image-navigation span a {
	display:span;
	padding:0.3em 0.7em 0.25em 0.7em;
	border-radius: 0.5em 0.5em 0 0;
	float: right;
	font-weight:600;
	color:#FFF;
	background-color: #699AB0;
	margin-top: 1.5em;
	margin-bottom: 1px;
	text-decoration: none;
}
.image-navigation span a:hover {
	display:span;
	background-color: #5DBAF0;
}
.image-navigation .previous-image-link a {
	float: left;
}
.image-navigation .next-image-link a {
	float: right;
}
/* 'Read more' link */
a.more-link {
	padding: 0.5em 0.7em;
	border-radius: 0.5em;
	color: #FFF;
	font-weight: 600;
	font-size: 0.9em;
	background-color: #699AB0;
}
a.more-link:hover {
	background-color: #5DBAF0;
	text-decoration: none;
	color: #FFF;
}
/* 404 styles */
.error404 {
	padding-bottom: 1em;
	margin-top: 1em;
	margin-bottom: 1em;	
}
.error404 #searchform {
	margin-bottom: 1.5em;
}
.error404 .widget {
	color:#404040;
	float:left;
	width:33%;
	margin: 0 auto;
}
/* Sharing */
.sharing {
	font-size: 1.2em;
	font-weight: 400;
	float: right;	
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Footer
----------------------------------------------- */

.site-info {
	text-align: center;
	font-size: 1.2em;
	display: none; /* Hide the footer info */
}
img#wpstats {
	display: none;
}

/* =Media
----------------------------------------------- */

#content img {
	max-width: calc(100% - 8px); /* Fluid images for posts, comments, and widgets */
	padding: 3px;
	border: 1px solid #ccc;
}
#content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
#content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
#content img.aligncenter,
#content img.alignleft,
#content img.alignright {
	margin-bottom: 1.5em;
}
#content .wp-caption {
	border: 1px solid #ccc;
	max-width: 99.5%;
	margin-bottom: 1.5em;
}
#content .wp-caption img {
	border-color: #FFF;
	display: block;
	margin: 0.4% auto 0;
	max-width: 98%;
}
#content a:hover img {
	border-color:#CCC;
	background-color:#EEE;
}
#content .flashmovie {

}
#content .wp-caption .wp-caption-text {
	text-align: center;
	width: 97%;
	margin: 0.5em auto 0.8075em;
	font-size: 1.2em;
}
#content .gallery {
	margin-bottom: 1.5em;
}
#content .gallery-caption {
	display: none;
}
#content .gallery-icon {
	margin: 0;	
}
#content .gallery a img {
	border:1px solid #CCC;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}
#content .attachment img {
	padding: 0;
	border: none;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

#content .site-navigation {
	margin-bottom: 1.5em;
}
#content .nav-previous {
	font-size: 1.2em;
	float: left;
	width: 45%;
	margin-bottom: 1.5em;
}
#content .nav-next {
	font-size: 1.2em;
	float: right;
	text-align: right;
	width: 45%;
	margin-bottom: 1.5em;
}

/* =Comments
----------------------------------------------- */

.comments-area .comments-title {
	font-size: 1.1em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}
.comments-area .commentlist {
	list-style: none;
	margin: 0;
}

.comments-area .children {
	list-style: none;	
}

#comment-nav-above {
	display: none;	
}

article.comment {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #DDD;
}
.comment .vcard {
	float: left;
}
.comment .vcard .fn,
.comment .vcard .says {
	font-size: 1.5em;
}
.comment .vcard cite {
	font-style: normal;
	font-weight: 600;
}
#content .comment .vcard img {
	position:absolute;
}
.grav-clone {
	border: 1px solid #CCC !important;
	padding: 3px !important;
	background-color:#FFFFFF !important;
	margin-left: -2px !important;
	margin-top: -2px !important;
}

.comment .vcard .fn,
.comment .awaiting-moderation,
.comment .comment-meta,
.comment-content {
	margin-left: 55px;
}

.comment .awaiting-moderation {
	font-size: 1.3em;
}

.comment .comment-meta {
	font-size: 1.1em;
	float: right;
}

.comment-content {
	clear: both;
	font-size: 100%;
}
.comment .reply {
	clear: right;
	text-align: right;
	margin-bottom: 1em;
}
.comment .reply a {
	text-transform: lowercase;
	font-size: 1.1em;
	font-weight: 600;
	padding: 0.25em 0.7em;
	border-radius: 0.5em;
	color: #FFF;
	background-color: #AAA;
	
}
.comment .reply a:hover {
	background-color: #5DBAF0;
	text-decoration: none;
}
/* Pingbacks */
.comments-area .pingback {
	font-size: 1.3em;
	padding-bottom:1em;
	margin-bottom: 1.5em;
	border-bottom:1px solid #CCC;
}
/* No comments */
.comments-area .nocomments {
	font-size: 1.3em;	
}
/* Response box */
p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.comment-form-cookies-consent {
	float:right;
	text-align:right;
}

p.comment-form-cookies-consent input {
	float:right;
	margin-left: 0.5em;
}

p.form-submit {
	clear:both;
}

.comments-area #respond {
	font-size: 1.3em;
}
.comments-area #respond .comment-form-author,
.comments-area #respond .comment-form-email,
.comments-area #respond .comment-form-url {
	clear: both;
	width: auto;
}
.comments-area #respond .comment-form-author label,
.comments-area #respond .comment-form-email label,
.comments-area #respond .comment-form-url label {
	display:block;
	padding: 3px 0;
	float:left;
	width: auto;
	font-size: 1.1em;
}
.comments-area #respond .comment-form-author .required,
.comments-area #respond .comment-form-email .required,
.comments-area #respond .comment-form-url .required {
	display: block;
	float: right;
	width:10px;	
	text-align: center;
}
.comments-area #respond .comment-form-author input,
.comments-area #respond .comment-form-email input,
.comments-area #respond .comment-form-url input { 
	float: right;
	margin-left:0.5em;
	width:auto;
}
.comments-area #respond .comment-form-comment {
	margin-bottom: 1em;
}
.comments-area #respond .comment-form-comment label {
	text-transform: uppercase;
	font-size: 1.1em;
}
.comments-area #respond .comment-form-comment textarea {
	resize: vertical;
}
.comments-area #respond .form-allowed-tags,
.comments-area #respond .form-allowed-tags code {
	font-size: 1.0em;
}
.comments-area #respond #reply-title {
	font-size: 1.8em;
	line-height:1.07em;
	font-weight: 600;
	margin-bottom: 0.7em;
}
.comments-area .form-submit {
	text-align: right;
	margin-bottom: 1em;
}

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 1.8em 0.2em 2em 0;
	font-size: 1.2em;
	color: #666666;
}
.widget .widget-title {
	margin: 0 0 0.5em;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #404040;
}
/* A special class for our long description text widget */
.long-description {
	font-size: 1.2em;
	line-height: 2.1em;
	color: #666666;
}
/* Search widget */
.widget_search {
	margin-top: 0.5em;	
}
.widget_search #searchform .field {
	width: 140px;	
}

.wp-block-search__button {
	font-size: 115%;
}

#searchsubmit {
	display: none;
}

/* Do all our media query overrides in this spot at the bottom! */

@media (min-width: 450px) and (max-height: 280px) {
	body {
		font-size: 0.513em;
	}
	#page {
		width: 419px;
	}
}

@media (min-width: 600px) and (max-height:400px) and (min-height:281px) {
	body {
		font-size: 1.95vh;
	}
	#page {
		width: 150vh;
	}
}

@media (min-width: 900px) and (min-height: 401px) {
	body {
		font-size: 78%;
	}
	#page {
		width: 65em;
	}
}

/* Sidebar breakpoints */
@media (not screen), (min-height: 401px) and (min-width: 900px) {
	body:not(.no-sidebar) #page {
		font-size:125%;
		width:88em;
	}
	body:not(.no-sidebar) #primary {
		float: left;
		width: 73%
	}
	body:not(.no-sidebar) #secondary {
		display:block;
		float: right;
		overflow: hidden;
		width: calc(27% - 1.5em);
	}
	body:not(.no-sidebar) #main {
		margin-top:1em;
	}
}