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

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

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

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
}

a,
a:visited {
	color: #1f611f;
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: underline;
	color: #1f4061;
}

h1,h2,h3,h4,h5,h6 {
	color: #1f611f;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 1.85em;
	margin: 0.67em 0;
	border-bottom: 1px solid #ded;
}

h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}

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

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
	font-style: italic;
	font-size: 0.875em;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p,
pre {
	margin: 1em 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

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

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl,
menu,
ol,
ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

menu,
ol,
ul {
	padding: 0 0 0 40px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}

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

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto; 
	vertical-align: top; 
}

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

html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	font-size: 1.05em;
	line-height: 1.4;
	background: #7acb7a;
	font-family: 'Palatino Linotype', Palatino, serif;
	min-width: 20em;
}

::-moz-selection {
		background: #666;
		color: #eee;
	text-shadow: none;
}

::selection {
		background: #666;
		color: #eee;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

#wrapout {
	min-width: 16em;
	max-width: 60em;
	width: 90%;
	margin: 0 auto;
	background: #fff;
	border-left: 3px solid #1f611f;
	border-right: 3px solid #1f611f;
	border-bottom: 3px solid #1f611f;
}

#wrap {
	padding: 1em;
	border-left: 1px solid #091e09;
	border-right: 1px solid #091e09;
	border-bottom: 1px solid #091e09;
}

.stretch {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}

#header-menu {
	width: 80%;
	margin: 1em auto;
	border-top: 1px solid #ded;
	border-bottom: 1px solid #ded;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#header-menu ul {
	padding: 0;
	margin: 0.375em 0;
}

#header-menu li {
	display: inline;
	list-style-type: none;
	margin: 0 1em;
}

#recent {
	border-top: 1px solid #ded;
	border-bottom: 1px solid #ded;
	width: 80%;
	margin: 3em auto;
	padding: 0 1em;
	font-size: 0.875em;
}

#recent dd {
	font-size: 0.875em;
}

input[type=text], textarea {
	border: 1px solid #888;
	background: #ddd;
	padding: 0.25em 0.5em;
	border-radius: 0.25em;
}

input[type=text]:focus, textarea:focus {
	border: 1px solid #1f4061;
	background: #c2d6eb;
	color: #35351b;
}

input[type=submit], input[type=button], .button {
	border: 1px solid #1f611f;
	background: #7acb7a;
	color: #091e09;
	padding: 0.25em 0.5em;
	margin: 1em auto;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-radius: 0.25em;
}

input[type=submit]:focus, input[type=button]:focus, input[type=submit]:hover, input[type=button]:hover, .button:hover {
	border: 1px solid #1f4061;
	background: #c2d6eb;
	color: #1f4061;
}

footer {
	font-size: 0.75em;
}

footer.final {
	text-align: center;
}

footer.post-meta {
	text-align: right;
}

.show {
	max-width: 30em;
	margin: 1em auto;
	text-align: center;
}

.show img {
	padding: 0;
	margin: 0.5em;
	max-width: 8em;
	display: inline;
}

aside.widget {
	font-size: 0.875em;
}

#sidebar {
	font-size: 0.875em;
	margin-top: 1em;
	padding: 0;
}

#sidebar ul {
	padding-left: 1em;
	color: #1f4061;
}

#sidebar h3 {
	color: #1f4061;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}

p.posted-on {
	font-size: 0.75em;
}

p.teaser {
	text-align: right;
}

.trailer {
	display: none;
}

.trailer-alt {
	display: block;
}

#links {
	text-align: center;
}

#links li {
	display: inline;
	margin: 0 0.5em;
}

#links li img {
	width: 1.5em;
}

#search-submit {
	display: none;
}

.commentlist {
	font-size: 0.875em;
	padding-left: 1em;
}

h2.comments {
	color: #1f4061;
}

.commentlist li {
	list-style-type: none;
}

.comment-author {
	margin-bottom: 0.5em;
}

.comment-meta {
	font-size: 0.875em;
	border-bottom: 1px solid #ccc;
	width: 88%;
}

div.comment-body {
	padding: 0.5em;
	border-radius: 0.25em;
}

.comment.depth-1 > div.comment-body {
	background: #eec;
}

.comment.depth-2 > div.comment-body {
	background: #dde;
}

.comment.depth-3 > div.comment-body {
	background: #ded;
}

.comment.depth-4 > div.comment-body {
	background: #eee;
}

.comment .reply {
	text-align: right;
	font-size: 0.875em;
}

h3#reply-title {
	color: #1f4061;
}

#respond {
	font-size: 0.875em;
}

#respond input[type=text] {
	margin-left: 1em;
}

p.form-allowed-tags {
	font-size: 0.875em;
}

#respond textarea {
	display: block;
	max-width: 92%;
}

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.assistive {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
}

@media only screen and (min-width: 48em) {
	#contentwrap {
		padding-right: 15em;
		overflow: hidden;
	}

	#sidebar {
		float: right;
		width: 14em;
		margin-right: -17em;
		border-left: 1px solid #ded;
		padding-left: 1em;
		margin-top: 2em;
	}

	#content {
		float: left;
		width: 100%;
	}
}

@media only screen and (min-width: 30em) {
	.trailer {
		display: block;
	}
	.trailer-alt {
		display: none;
	}

	#header-links {
		display: inline;
	}
}


@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	#wrapout,#wrap {
		border: 0;
	}
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/css/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/css/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-size: 10px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/css/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}