/* RESET */
body,div,dl,dt,dd,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
em,i{font-style:italic}
ul, ol, li {padding:0;margin:0;list-style:none;}
strong, b{font-weight:bold}


/* Global declarations */
body {
	font-size: 62.5%;
	margin: 0; }
 
a img { border: none; }
 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }
 
.clearfix { display: inline-block; }
 
*html .clearfix {
	zoom: 1;
	display: block; }
 
a:link, a:visited {
	text-decoration: underline;
	color: #222;
	outline: none; }
	
a:hover { text-decoration: none; }
 
.hidden { display: none; }
 
.clear-right { clear: right; }
 
.clear { clear: both; }
 
.clear-left { clear: left; }
 
div#wrapper {
	margin: 0px auto 0px auto;
	width: 950px;
	clear: both;
	border: 1px solid #333; }
 
div#container { width: 950px; }
 
.header-outside div#wrapper {
	border-width: 0 1px 1px 1px;
	margin: 0 auto; }
 
#header-container {
	width: 100%;
	border-bottom: 1px solid #888;
	float: left; }
 
#header {
	margin: 0 auto;
	width: 950px;
	clear: both;
	float: left; }
 
.header-fixed #header { border-bottom: 1px solid #888; }
 
.header-fluid #header { float: none; }
 
div.header-link-top { margin: 10px 0 5px 10px; }
 
	a.header-link-text-inside { color: #333; }
 
div.header-link-image {
	margin:0px; }
 
a.header-link-image-inside {
	float: left;
	margin: 0; }
 
	a.header-link-image-inside img { float: left; }
 
#navigation-container {
	border-bottom: 1px solid #888;
	clear: both;
	width: 100%; }
 
#navigation {
	float: left;
	width: 950px;
	display: block;
	clear: both; }
 
.header-fixed #navigation { border-bottom: 1px solid #888; }
 
.header-fluid #navigation {
	float: none;
	margin: 0 auto; }
 
ul.navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	z-index: 100; }
 
ul.navigation-right { float: right; }
 
.header-outside ul.navigation {
	border-left: 1px solid #888;
	margin: 0 0 0 -1px;
	position: relative;
	z-index: 100; }
 
ul.navigation li {
	float: left;
	list-style: none;
	margin: 0;
	position: relative; }
 
	ul.navigation li a {
		padding: 10px;
		text-decoration: none;
		border-right: 1px solid #666;
		display: inline-block; }
 
	ul.navigation li a:hover { text-decoration: underline; }
 
	ul.navigation li.current_page_item a, ul.navigation li.current_page_parent a {
		text-decoration: none;
		background: #eee; }
 
	ul.navigation li.current_page_parent a:hover {
		text-decoration: none; }
 
	ul.navigation li ul {
		display: none;
		position: absolute;
		float: left;
		clear: left;
		background: #fff;
		padding: 0;
		border: 1px solid #888;
		border-width: 0 1px 1px 1px;
		z-index: 10000;
		margin: 0 0 0 -1px;
		width: 120px; }
 
	ul.navigation li.current_page_parent ul { background: #eee; }
 
	ul.navigation li ul, ul.navigation li.page_parent ul li a,ul.navigation li.page_parent.hover ul li a, ul.navigation li.page_parent:hover ul li a { width: 250px; }
 
	ul.navigation li.hover ul,
ul.navigation li:hover ul { display: block; }
 
	ul.navigation li.hover ul li ul,
ul.navigation li:hover ul li ul { display: none; }
 
	ul.navigation li ul li.hover ul,
ul.navigation li ul li:hover ul { display: block; }
 
	ul.navigation li ul li.hover ul li ul,
ul.navigation li ul li:hover ul li ul { display: none; }
 
	ul.navigation li ul li ul li.hover ul,
ul.navigation li ul li ul li:hover ul { display: block; }
 
	ul.navigation li ul li ul li.hover ul li ul,
ul.navigation li ul li ul li:hover ul li ul { display: none; }
 
	ul.navigation li ul li ul li ul li.hover ul,
ul.navigation li ul li ul li ul li:hover ul { display: block; }
 
	ul.navigation li ul li ul li ul li.hover ul li ul,
ul.navigation li ul li ul li ul li:hover ul li ul { display: none; }
 
	ul.navigation li ul li ul li ul li ul li.hover ul,
ul.navigation li ul li ul li ul li ul li:hover ul { display: block; }
 
ul.navigation .hide { display: none !important; }
 
ul.navigation .show { display: block !important; }
 
ul.navigation li ul li {
	margin: 0;
	list-style: none;
	float: none;
	position: relative; }
 
	ul.navigation li ul li a {
		padding: 6px 10px;
		border: none;
		width: auto; }
 
	ul.navigation li ul li.current_page_item a { text-decoration: underline; }
 
ul.navigation li.current_page_parent ul li a:hover { text-decoration: underline; }
 
ul.navigation li.current_page_item ul li a:hover { text-decoration: underline; }
 
ul.navigation li ul li ul {
	display: none;
	position: absolute;
	float: none;
	left: 251px;
	clear: none;
	top: -1px; }
 
body.ie ul.navigation li ul li ul,
body.ie ul.navigation li ul li ul li ul,
body.ie ul.navigation li ul li ul li ul li ul,
body.ie ul.navigation li ul li ul li ul li ul li ul,
body.ie ul.navigation li ul li ul li ul li ul li ul li ul {
	position: absolute;
	margin-left: 250px;
	float: right;
	left: 0;
	top: 0; }
 
#breadcrumbs-container {
	border-bottom: 1px solid #888;
	clear: both; }
 
#breadcrumbs {
	float: left;
	width: 950px;
	line-height: 25px; }
 
.header-fixed #breadcrumbs { border-bottom: 1px solid #888; }
 
.header-fluid #breadcrumbs {
	float: none;
	margin: 0 auto; }
 
#breadcrumbs p {
	padding: 0;
	margin: 0 10px;
	display: block;
	width: 930px;
	overflow: hidden; }
 
#container { margin: 10px 0; }
 
.headway-leaf {
	float: left;
	width: 250px;
	margin: 5px;
	padding: 10px 10px 0;
	overflow: hidden;
	min-height: 110px; }
 
.headway-leaf-right { float: right; }
 
.featured-image-left { float: left; }
 
.featured-image-right { float: right; }
 
div.leaf-content div.featured-post-container,
div.featured-leaf-content {
	float: left;
	display: block;
	width: 100%; }
 
div.featured-entry-content {
	float: left;
	display: block;
	width: 100%;
	margin: -5px 0 5px; }
 
div.leaf-content .entry-meta {
	display: block;
	clear: both; }
 
.fluid-height { height: auto !important; overflow: visible; }
 
#footer-container {
	width: 100%;
	border-top: 1px solid #888; }
 
#footer {
	margin: 0 auto;
	width: 950px;
	clear: both;
	border-top: 1px solid #888;
	min-height: 17px; }
 
.footer-fixed #footer {
	border-top: 1px solid #888;
	margin: 5px 0 0; }
 
.footer-fluid #footer {
	float: none;
	border-top: none; }
 
.align-left,.alignleft {
	float: left;
	margin: 0 7px 0 0; }
 
.align-right,.alignright {
	float: right;
	margin: 0 0 0 7px; }
 
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both; }
 
.widget-title {
	margin: 0 0 10px;
	display: block; }
 
li.widget { margin: 0 0 25px; }
 
label { display: block; }
 
input,textarea,label { clear: both; }

div.entry-content input, div.entry-content textarea, div.entry-content label { clear: none; }
 
input,textarea { margin: 0 0 10px; }
 
div.post { display: block; }
 
.entry-meta .left { float: left; }
 
.entry-meta .right { float: right; }
 
.meta-below-content .left,
.meta-below-content .right,
.meta-above-title .left,
.meta-above-title .right { margin: 0; }
 
div.nav-below { margin: 10px 0; }
 
div.gallery div.leaf-content div { display: block; }
 
div.content-slider div.leaf-content div { display: block; }
 
div.feed div.leaf-content div { display: block; }
 
div.content-slider-controller { margin: -20px 0 0 0; }
 
.featured-image-left { float: left; }
 
.featured-image-right { float: right; }
 
div.horizontal-sidebar ul li.widget {
	float: left;
	margin: 0 15px 0 15px;
	width: 20%; }
 
.content .post, .content .page { width: 100%; }
.small-excerpts-row .post { width: 46%; }/* Default Styles */
 
div#wrapper {
	background: #fff;
	border-color: #222;
	border-width: 3px; }
 
#header-container,#navigation-container,#breadcrumbs-container {
	background: #fff;
	font-size: 1.1em; }
 
div.header-link-text {
	margin: 20px 0 6px 15px;
	float: left; }
 
div.header-link-image { float: left; }
 
a.header-link-text-inside {
	color: #555;
	text-decoration: none;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px; }
 
div.header-link-image a { border-bottom: none; }
  
h1#tagline {
	font-size: 2em;
	margin: 0 0 20px 15px;
	color: #777;
	float: none;
	clear: left; }
 
body.header-fluid div#wrapper { border-top: none !important; }

ul.navigation li.page_parent.hover a,ul.navigation li.page_parent:hover a {
	padding: 10px 10px 10px;
	z-index: 10001;
	position: relative;
	border-bottom: none; }
 
ul.navigation li.page_parent a { background: #fff; }
 
ul.navigation li.current_page_parent a, ul.navigation li.current_page_item a { background: #eee; }
 
ul.navigation li ul li.current_page_item a { text-decoration: underline; }
 
ul.navigation li ul {
	border-width: 1px;
	z-index: 10002;
	margin-top: 0;
	padding: 0 0 1px; }
 
ul.navigation li.page_parent ul li a,ul.navigation li.page_parent.hover ul li a, ul.navigation li.page_parent:hover ul li a {
	padding: 6px 10px 8px;
	border-bottom: none;
	border-right: none; }
	
	
	
body.ie ul.navigation li ul { top: 36px; }
 
.headway-leaf { background: none; }
 
div.featured-post { background: none; }
 
.leaf-top {
	text-transform: uppercase;
	padding: 2px 4px;
	border-bottom: 1px solid #333;
	color: #333;
	margin: 0 0 5px 0; }
 
#footer {
	display: block;
	padding: 10px 0;
	border-top: 1px solid #999; }
 
#footer-container { border-top: 1px solid #999; }
 
div#footer * {
	padding: 0;
	margin: 0; }
 
div#footer .footer-left {
	margin-left: 10px;
	float: left; }
 
div#footer .footer-right {
	margin-right: 10px;
	float: right; }
 
div#footer a.no-underline { text-decoration: none; }
 
div#footer .copyright {
	clear: both;
	text-align: center;
	margin: 25px 0 0; }
 
div#footer a.no-underline:hover { text-decoration: underline; }
 
.feed-entry-date { color: #888; }
 
.featured-image {
	border: 2px solid #ddd;
	padding: 1px;
	margin: 5px 10px; }
 
.featured-entry-date {
	color: #888;
	float: left; }
 
.featured-entry-content {
	clear: both;
	margin: 5px 0;
	float: left; }
 
.featured-entry-title { font-size: 2em; }
 
	.featured-entry-title a { text-decoration: none; }
 
		.featured-entry-title a:hover { text-decoration: underline; }
 
.featured-post { margin: 10px 0; }
 
.featured-entry-comments { float: right; }
 
.featured_prev { float: left; }
 
.featured_next { float: right; }
 
.featured_outside_prev,
.featured_outside_next {
	margin: 30px 0 0 0;
	z-index: 8000;
	position: relative; }
 
div.leaf-content div.rotator-images {
	display: inline-block;
	top: -5px;
	position: relative; }
 
	div.leaf-content div.rotator-images img { border: 1px solid #fff; }
 
.align-left { margin: 0 7px 0 0; }
 
.align-right { margin: 0 0 0 7px; }
 
.about-image {
	padding: 1px;
	border: 1px solid #ccc; }
 
.about-read-more {
	clear: both;
	float: left;
	margin: 3px 0 0; }
 
div.nav-previous {
	float: left;
	margin: 10px 0; }
 
	div.nav-previous a,
div.nav-next a {
		padding: 5px;
		font-size: 1.1em;
		color: #222;
		background: #ccc;
		text-decoration: none;
		display: block; }
 
	div.nav-previous a:hover,
div.nav-next a:hover { text-decoration: underline; }
 
div.nav-next {
	float: right;
	margin: 10px 0; }
 
ul.sidebar {
	margin: 0;
	padding: 0; }
 
	ul.sidebar li { list-style: none; }

		ul.sidebar li ul, ul.link-list {
			margin: 0 0 10px 10px;
			padding: 0;
			list-style: none; }
			
			ul.link-list { margin-top: 5px; float: left; }
 
			ul.sidebar li ul li, ul.link-list li {
				margin: 0 0 7px;
				list-style: none; }
 
				ul.sidebar li ul li ul, ul.link-list li ul {
					padding: 0 0 0 25px;
					margin: 7px 0 7px; }
 
span.widget-title {
	padding: 2px 4px;
	border-bottom: 1px solid #fff; }
 
li.widget_socialwidget { text-align: center; }
 
	li.widget_socialwidget span.widget-title { text-align: left; }
 
.entry-title { clear: both; }
 
	.entry-title a,.entry-title a:visited { text-decoration: none; }
 
	.entry-title a:hover { color: #666; }
 
.archives-title { color: #7a7a7a; }
 
.page-title { margin: 0 0 20px; }
 
div.post,div.page { display: block; }
 
.entry-meta {
	color: #7a7a7a;
	display: block;
	margin: 3px 0 0 0;
	clear: both; }
 
	.entry-meta a { color: #7a7a7a; }
 
		.entry-meta a:hover { text-decoration: none; }
 
.meta-above-title .left,.meta-above-title .right { margin: 0 0 5px; }
 
.entry-content { clear: both; }
 
	.entry-content h2,.entry-content h3,.entry-content h4 { margin: 10px 0; }
 
img.border {
	padding: 1px;
	border: 1px solid #ddd; }
 
img.no-border {
	padding: 0;
	border: none; }
 
a.more-link {
	background: #ccc;
	padding: 2px 4px;
	text-decoration: none;
	margin: 10px 0 20px;
	float: left;
	color: #333;
	clear: both; }
 
a.more-link:hover { text-decoration: underline; }
 
div.post,div.small-post {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc; }
 
.post-thumbnail {
	border: 1px solid #eaeaea;
	padding: 2px; }
  
.post-image {
	border: 3px double #eaeaea;
	padding: 1px; }
 
.post-thumbnail-left {
	float: left;
	margin: 0 7px 7px 0;
	width: 48px; }
 
.post-thumbnail-right {
	float: right;
	margin: 0 0 7px 7px;
	height: 48px; }
 
.post-image-left {
	float: left;
	margin: 0 10px 10px 0; }
 
.post-image-right {
	float: right;
	margin: 0 0 10px 10px; }
 
	.post-image-right img,.post-thumbnail-right img { float: right; }
 
.post-image-left img,.post-thumbnail-left img { float: left; }
 
div.feed-post {
	margin: 5px 0;
	padding: 10px 0; }
 
body.single div.post { border-bottom: none; }
 
div.small-post { font-size: 90%; }
 
input.text,textarea.text {
	border-top: 1px solid #aaa;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #aaa;
	background: #fff;
	font-size: 1.1em;
	padding: 3px;
	color: #4c4c4c; }
 
.text:focus {
	background: #f3f3f3;
	color: #111; }
 
input.text { width: 50%; }
 
textarea.text {
	width: 70%;
	line-height: 1.4em; }
 
input.submit {
	border-top: 1px solid #efefef;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #efefef;
	background: #eee;
	color: #444;
	font-size: 1.1em;
	padding: 3px 5px; }
 
h2.border-top,h3.border-top,h4.border-top,p.border-top {
	padding-top: 10px;
	border-top: 1px solid #ddd; }
 
.entry-content .grey { color: #999; }
 
ol.commentlist,ol.pinglist {
	margin: 10px 0;
	padding: 0;
	border-bottom: 1px solid #ddd; }
 
ol.commentlist { list-style: none; }
 
	ol.commentlist li {
		border: 1px solid #ddd;
		border-width: 1px 0 0;
		list-style: none;
		padding: 10px;
		margin: 0; }
 
		ol.commentlist li ul.children {
			border-bottom: 1px solid #ddd;
			margin-left: 10px;
			margin-right: -10px; }
 
			ol.commentlist li ul.children li { margin: 10px 0; }
 
li.thread-odd { background: #fbfbfb; }
 
img.avatar {
	float: right;
	margin: 0 0 2px 5px;
	padding: 1px;
	border: 1px solid #eee; }
 
span.comment-author {
	font-size: 1.2em;
	color: #222; }
 
	span.comment-author a {
		color: #222;
		text-decoration: none; }
 
		span.comment-author a:hover { text-decoration: underline; }
 
div.comment-date { color: #666; }
 
span.heading {
	font-size: 1.6em;
	color: #444;
	clear: both;
	display: block;
	margin-top: 15px; }
 
p.nocomments {
	border-top: 1px solid #ddd;
	font-size: 1.2em;
	margin: 10px 0 0;
	padding: 10px 0;
	color: #666;
	clear: both; }
 
.comment-info-box {
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 7px;
	width: 70%; }
 
.comment-body {
	line-height: 1.5em;
	color: #333; }
 
div.comments-navigation {
	margin: 15px 0;
	float: left; }
 
div#trackback-box { float: left; }
 
	div#trackback-box span#trackback {
		margin: 0;
		font-size: 1.2em;
		color: #333;
		float: left; }
 
	div#trackback-box span#trackback-url {
		margin: 5px 0 0;
		font-size: 0.9em;
		color: #666;
		clear: left;
		float: left; }
 
ol.commentlist div#respond {
	margin: 10px -10px 0 15px;
	border: 1px solid #ddd;
	border-width: 1px 0;
	padding: 10px 0 0; }
 
div#respond label {
	font-size: 1.2em;
	color: #555; }
 
ul.subscribe { padding: 0 0 0 15px; }
 
	ul.subscribe li {
		list-style: none;
		padding: 2px 0 2px 22px; }
 
		ul.subscribe li.rss { background: url(../images/rss.gif) no-repeat; }
 
		ul.subscribe li.email { background: url(../images/email.gif) no-repeat; }
 
input#s {
	width: 96.5%;
	background: #f6f6f6;
	border: 1px solid #ccc;
	color: #666;
	font-size: 1em;
	padding: 4px 5px; }
 
	input#s:focus {
		background: #fff;
		border: 1px solid #888;
		color: #222; }
 
ul.twitter-updates,ul.sidebar li ul.twitter-updates {
	list-style: none;
	margin: 10px 0 0 10px;
	padding: 0; }
 
.headway-leaf ul.twitter-updates { margin-left: 0; }
 
ul.twitter-updates li,ul.sidebar li ul.twitter-updates li {
	clear: both;
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #ddd;
	list-style: none; }
 
ul.twitter-updates li span {
	color: #888;
	margin: 0 0 0 6px; }
	
img.wp-smiley { border: none; }
 
.wp-caption {
	padding: 5px;
	border: 1px solid #eee;
	background: #fcfcfc;
	margin-top: 15px;
	margin-bottom: 15px; }
 
	.wp-caption img {
		border: 1px solid #ddd;
		margin: 0 auto;
		display: block;
		padding: 0; }
		
	.wp-caption img.wp-smiley { border: none; }
 
	.wp-caption p {
		text-align: center;
		color: #555;
		margin: 5px 0 0;
		font-style: italic; }
 
div.small-excerpts-row {
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px;
	padding: 0 0 30px; }
 
div.small-excerpts-post {
	width: 46%;
	font-size: 0.9em;
	float: left;
	border-bottom: none;
	margin: 0;
	padding: 0 2%; }
 
	div.small-excerpts-post h2 a { font-size: 80%; }
 
	div.small-excerpts-post .entry-content p { font-size: 90%; }
 
/* Prettify Subscribe to Comments checkbox - Thanks to http://headwayhq.com */
#commentform p.subscribe-to-comments input#subscribe {
	display: inline;
	vertical-align: text-top; }
 
#commentform p.subscribe-to-comments label { display: inline; }
 
/* End comments checkbox */
div#page-links { margin: 15px 0; }

div.entry-content ul {
	list-style: disc;
	padding: 0 0 0 35px; }
 
	div.entry-content ul li ul { margin: 5px 0; }
 
		div.entry-content ul li ul li { list-style: circle; }
 
			div.entry-content ul li ul li ul li { list-style: square; }
 
div.entry-content ol {
	list-style: decimal;
	padding: 0 0 0 35px; }
 
	div.entry-content ol li ol { margin: 5px 0; }
 
		div.entry-content ol li ol li { list-style: upper-alpha; }
 
			div.entry-content ol li ol li ol li { list-style: lower-roman; }

div.entry-content ul li {
	list-style: disc;
	margin: 0 0 5px; }
 
div.entry-content ol li {
	list-style: decimal;
	margin: 0 0 5px; }
 
blockquote {
	color: #666;
	font-style: italic;
	padding: 5px 0 5px 26px;
	background: url(../images/blockquote.jpg) no-repeat 0 15px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #999;
	border-bottom-color: #999;
	margin: 10px 0; }
 
em,i { font-style: italic; }
 
.notice {
	background: #FFFFE0;
	border: 1px solid #E6DB55;
	margin: 10px 0;
	padding: 10px; }
 
.drop-cap {
	font-size: 310%;
	line-height: 120%;
	margin-bottom: -0.25em;
	color: #888;
	float: left;
	padding: 0 6px 0 0; }
 
code {
	background: #EAEAEA;
	font-family: Consolas,Monaco,Courier,monospace;
	font-size: 0.9em;
	margin: 0 1px;
	padding: 1px 3px; }
 
.code {
	display: block;
	background: #eee;
	border: 1px solid #ddd;
	color: #555;
	font-family: Consolas,Monaco,Courier,monospace;
	padding: 10px; }
 
.required,.unapproved { color: #aa0000; }
 
div.entry-content ul,div.entry-content ol { margin: 20px 0; }
 
div.entry-content ul ul,
div.entry-content ol ol { margin: 5px 0; }
 
div#nav-below-single { width: 100%; }
 
div#greet_block,div#greet_block div { display: block; }

div.gallery div.content{display:none;float:right;}
div.gallery div.content a, div.gallery div.navigation a{text-decoration:none;color:#777;}
div.gallery div.content a:focus, div.gallery div.content a:hover, div.gallery div.content a:active{text-decoration:underline;}
div.gallery div.controls{margin-top:5px;height:23px;}
div.gallery div.controls a{padding:5px;}
div.gallery div.ss-controls{float:left;}
div.gallery div.nav-controls{float:right;}
div.gallery div.loader{background-image:url('http://earstoourworld.org/wp-content/themes/headway-166/images/loading.gif');background-repeat:no-repeat;background-position:center;}
div.gallery div.slideshow{clear:both;}
div.gallery div.slideshow span.image-wrapper{float:left;padding-bottom:12px;}
div.gallery div.slideshow a.advance-link{padding:2px;display:block;border:1px solid #ccc;}
div.gallery div.slideshow img{border:none;display:block;}
div.gallery div.download{float:right;}
div.gallery div.caption{clear:both;border:1px solid #ccc;background-color:#eee;padding:9px;}
div.gallery div.caption p { margin: 5px 0; }
div.gallery ul.thumbs{clear:both;margin:0;padding:0;}
div.gallery ul.thumbs li{float:left;padding:0;margin:5px 10px 5px 0;list-style:none;}
	.thumbnails-right ul.thumbs li{ margin: 5px 0 5px 10px; float: right; }
	div.gallery .navigation { float: left; }
	.thumbnails-left .navigation, .thumbnails-right .content, .thumbnails-left .pagination { float: left; }
	.thumbnails-right .navigation, .thumbnails-left .content, .thumbnails-right .pagination { float: right; }
	.thumbnails-top .navigation { margin: -10px 0 15px; }
	.thumbnails-bottom .navigation { margin: 10px 0 0; }

div.gallery a.thumb{padding:2px;display:block;border:1px solid #ccc;}
div.gallery ul.thumbs li.selected a.thumb{background:#333;}
div.gallery a.thumb:focus{outline:none;}
div.gallery ul.thumbs img{border:none;display:block;}
div.gallery div.pagination{clear:both;}
div.gallery div.navigation div.top{margin-bottom:12px;height:11px;}
div.gallery div.navigation div.bottom{margin-top:12px;}
div.gallery div.pagination a,div.pagination span.current{display:block;float:left;margin-right:2px;padding:4px 7px 2px 7px;border:1px solid #ccc;}
div.gallery div.pagination a:hover{background-color:#eee;text-decoration:none;}
div.gallery div.pagination span.current{font-weight:bold;background-color:#000;border-color:#000;color:#fff;}

.thumbs-min ul.thumbs li{float:none;padding:0;margin:0;list-style:none;}
.thumbs-min a.thumb{padding:0px;display:inline;border:none;}
.thumbs-min ul.thumbs li.selected a.thumb{background:inherit;color:#111;font-weight:bold;}
/* ------------------------- */
/* -----Element Styling----- */
/* ------------------------- */
span.comment-author a { color:#000000; }

div#trackback-box span#trackback {
	color:#444444; 
	font-variant:normal; 
	line-height:16px; 
	font-family:trebuchet ms, sans-serif; 
	font-size:16px; 
	letter-spacing:0px; 
	font-weight:normal; 
	text-transform:none; }

div.entry-meta a { color:#888888; }

div.sidebar span.widget-title {
	letter-spacing:1px; 
	border-bottom-color:#c2c184; 
	border-bottom-width:3px; 
	background-color:#ffffff; 
	font-weight:bold; 
	font-variant:normal; 
	font-family:'arial narrow', sans-serif; 
	color:#0b3630; 
	text-transform:none; 
	font-size:18px; 
	line-height:22px; }

div.leaf-content {
	font-size:13px; 
	color:#333333; 
	font-family:trebuchet ms, sans-serif; 
	line-height:15px; }

div.entry-meta {
	font-family:trebuchet ms, sans-serif; 
	color:#888888; 
	font-variant:small-caps; 
	letter-spacing:0px; 
	font-weight:normal; 
	text-transform:none; 
	line-height:16px; 
	font-size:11px; }

h2.entry-title, h1.entry-title {
	line-height:24px; 
	font-size:24px; 
	font-variant:normal; 
	color:#336699; 
	font-weight:normal; 
	font-family:trebuchet ms, sans-serif; 
	text-transform:none; 
	letter-spacing:0px; }

body.header-fluid div#header-container {
	border-bottom-color:#0b3630; 
	border-bottom-width:4px; 
	background-color:#23544d; }

div.navigation div.pagination span.current {
	line-height:14px; 
	font-variant:normal; 
	text-transform:none; 
	font-weight:normal; 
	font-size:12px; 
	border-color:#eeeeee; 
	font-family:trebuchet ms, sans-serif; 
	background-color:#333333; 
	color:#ffffff; }

div#wrapper {
	border-color:#c3c3c3; 
	border-width:0px; 
	background-color:#c2c184; }

div.headway-leaf {
	border-color:none; 
	background-color:#ffffff; }

a.header-link-text-inside {
	line-height:38px; 
	font-weight:normal; 
	border-bottom-color:#ffffff; 
	font-family:trebuchet ms, sans-serif; 
	font-size:34px; 
	text-transform:none; 
	color:#336699; 
	letter-spacing:0px; 
	font-variant:normal; }

div.entry-content blockquote {
	border-top-color:#999999; 
	border-bottom-color:#999999; 
	letter-spacing:0px; 
	font-size:12px; 
	border-top-color:#999999; 
	border-bottom-color:#999999; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-top-width:1px; 
	font-family:verdana, sans-serif; 
	font-variant:normal; 
	line-height:20px; 
	font-weight:normal; 
	color:#666666; 
	border-bottom-width:1px; 
	text-transform:none; }

div.comment-date {
	text-transform:none; 
	font-size:11px; 
	font-weight:normal; 
	font-variant:normal; 
	font-family:trebuchet ms, sans-serif; 
	line-height:14px; 
	letter-spacing:0px; }

div.entry-content h2 {
	color:#333333; 
	text-transform:none; 
	font-variant:normal; 
	font-weight:normal; 
	font-family:trebuchet ms, sans-serif; 
	line-height:22px; 
	font-size:22px; 
	letter-spacing:0px; }

div.caption h4 {
	text-transform:none; 
	font-size:19px; 
	font-variant:normal; 
	line-height:24px; 
	font-weight:normal; 
	color:#555555; 
	letter-spacing:0px; 
	font-family:trebuchet ms, sans-serif; }

ul.navigation li.current_page_item a, ul.navigation li.current-menu-item a, ul.navigation li.current_page_item ul, ul.navigation li.current_page_parent a, ul.navigation li.current_page_parent ul, ul.navigation li.current_page_ancestor a, ul.navigation li.current_page_ancestor ul {
	line-height:16px; 
	font-weight:bold; 
	background-color:#c2c184; 
	font-size:15px; 
	border-right-color:#eeeeee; 
	letter-spacing:0px; 
	font-variant:normal; 
	text-transform:lowercase; 
	border-right-width:0px; 
	color:#224d52; 
	font-family:'arial narrow', sans-serif; }

ol.commentlist li.even {
	background-color:#f3f3f3; 
	border-bottom-color:#cccccc; }

div.nav-below div.nav-previous a, div.nav-below div.nav-next a {
	line-height:16px; 
	letter-spacing:0px; 
	font-weight:normal; 
	background-color:#dedede; 
	font-family:trebuchet ms, sans-serif; 
	text-transform:none; 
	color:#333333; 
	font-variant:normal; 
	font-size:14px; }

div#trackback-box span#trackback-url {
	line-height:12px; 
	letter-spacing:0px; 
	font-variant:normal; 
	text-transform:none; 
	font-size:10px; 
	font-family:trebuchet ms, sans-serif; 
	font-weight:normal; 
	color:#777777; }

ul.navigation li a, ul.navigation li ul {
	line-height:16px; 
	font-size:15px; 
	font-family:'arial narrow', sans-serif; 
	color:#eeeeee; 
	font-weight:bold; 
	border-width:0px; 
	font-variant:normal; 
	background-color:#0b3630; 
	text-transform:lowercase; 
	border-color:#c2c184; 
	letter-spacing:0px; }

span.heading {
	font-variant:normal; 
	color:#3b3b3b; 
	letter-spacing:0px; 
	font-weight:normal; 
	font-family:trebuchet ms, sans-serif; 
	line-height:16px; 
	font-size:18px; 
	text-transform:none; }

div.ss-controls a {
	color:#555555; 
	font-weight:normal; 
	text-transform:none; 
	font-variant:normal; 
	line-height:12px; 
	font-family:trebuchet ms, sans-serif; 
	font-size:12px; }

div.comment-body {
	letter-spacing:0px; 
	text-transform:none; 
	line-height:20px; 
	font-weight:normal; 
	font-variant:normal; 
	font-family:trebuchet ms, sans-serif; 
	font-size:12px; }

div.navigation div.pagination a {
	font-size:12px; 
	font-weight:normal; 
	text-transform:none; 
	font-variant:normal; 
	font-family:trebuchet ms, sans-serif; 
	color:#444444; 
	border-color:#cccccc; 
	line-height:14px; 
	background-color:#ffffff; }

img.avatar {
	border-color:#e8e8e8; 
	font-family:georgia, serif; 
	font-size:6px; 
	line-height:6px; 
	font-weight:normal; 
	text-transform:none; 
	font-variant:normal; 
	background-color:#ffffff; }

body.header-fluid div#navigation, body.header-fixed div#navigation {
	border-bottom-color:#eeeeee; 
	background-color:#0b3630; }

div.entry-content {
	color:#5c5c5c; 
	font-family:trebuchet ms, sans-serif; 
	font-size:13px; 
	line-height:22px; }

h1#tagline {
	font-family:trebuchet ms, sans-serif; 
	font-variant:normal; 
	font-size:18px; 
	font-weight:normal; 
	text-transform:none; 
	letter-spacing:0px; 
	line-height:22px; 
	color:#bfbfbf; }

body.header-fixed div#breadcrumbs, body.header-fluid div#breadcrumbs {
	color:#0b3630; 
	font-weight:normal; 
	letter-spacing:0px; 
	font-variant:normal; 
	text-transform:none; 
	border-bottom-color:#eeeeee; 
	font-size:12px; 
	background-color:#c2c184; 
	font-family:trebuchet ms, sans-serif; 
	line-height:26px; }

div#breadcrumbs-container {
	background:transparent; 
	font-family:verdana, sans-serif; 
	color:#666666; 
	font-size:12px; 
	line-height:13px; 
	font-weight:normal; 
	text-transform:none; 
	font-variant:normal; 
	border-bottom-width:0px; 
	border-bottom-color:#eeeeee; }

div.nav-controls a {
	font-size:12px; 
	font-weight:normal; 
	text-transform:none; 
	font-variant:normal; 
	font-family:trebuchet ms, sans-serif; 
	line-height:12px; 
	color:#555555; }

span.comment-author {
	font-weight:normal; 
	color:#000000; 
	letter-spacing:0px; 
	text-transform:none; 
	font-variant:normal; 
	font-size:17px; 
	line-height:17px; 
	font-family:trebuchet ms, sans-serif; }

body.footer-fixed div#footer, body.footer-fluid div#footer, body.footer-fluid div#footer-container {
	border-top-width:0px; 
	color:#224d52; 
	background-color:#c2c184; 
	font-size:12px; 
	border-top-color:#dddddd; 
	font-family:trebuchet ms, sans-serif; 
	line-height:16px; }

div.sidebar li.widget {
	line-height:16px; 
	font-family:trebuchet ms, sans-serif; 
	color:#333333; 
	font-size:13px; }

div.caption p {
	font-weight:normal; 
	text-transform:none; 
	font-variant:normal; 
	line-height:16px; 
	font-size:12px; 
	color:#777777; 
	font-family:trebuchet ms, sans-serif; }

ol.commentlist {
	border-bottom-color:#cccccc; 
	background-color:#ffffff; }

body.header-fluid div#header, body.header-fixed div#header {
	border-bottom-color:#224d52; 
	background-color:#0b3630; 
	border-bottom-width:3px; }

div.sidebar {}

div.caption {
	border-color:#cccccc; 
	background-color:#eeeeee; }

div.entry-content h3 {
	color:#333333; 
	line-height:18px; 
	font-size:18px; 
	text-transform:none; 
	font-weight:normal; 
	font-family:trebuchet ms, sans-serif; 
	letter-spacing:0px; 
	font-variant:normal; }

div.entry-content a.more-link, div.featured-entry-content a.more-link {
	font-family:trebuchet ms, sans-serif; 
	line-height:20px; 
	font-variant:normal; 
	background-color:#dedede; 
	letter-spacing:0px; 
	text-transform:none; 
	font-size:12px; 
	color:#333333; 
	font-weight:normal; }

div#breadcrumbs a { color:#23544d; }

div.entry-content h4 {
	text-transform:none; 
	font-weight:normal; 
	letter-spacing:0px; 
	font-size:15px; 
	color:#336699; 
	line-height:15px; 
	font-family:trebuchet ms, sans-serif; 
	font-variant:normal; }

.leaf-top, div.headway-leaf input.inline-title-edit {
	font-weight:bold; 
	font-variant:normal; 
	color:#0b3630; 
	font-size:18px; 
	letter-spacing:1px; 
	line-height:22px; 
	text-transform:none; 
	background-color:#ffffff; 
	border-bottom-width:3px; 
	border-bottom-color:#c2c184; 
	font-family:'arial narrow', sans-serif; }

body { background-color:#23544d; }

h3.entry-title {
	text-transform:none; 
	font-variant:normal; 
	font-size:18px; 
	font-weight:normal; 
	letter-spacing:0px; 
	font-family:trebuchet ms, sans-serif; 
	line-height:26px; 
	color:#336699; }

.page-title {
	font-variant:normal; 
	font-weight:normal; 
	font-family:trebuchet ms, sans-serif; 
	text-transform:none; 
	color:#525252; 
	font-size:24px; 
	letter-spacing:0px; 
	line-height:24px; }

ul.thumbs li.selected a.thumb {
	border-color:#eeeeee; 
	background-color:#444444; }

body.header-fluid div#navigation-container {
	background-color:#0b3630; 
	border-bottom-color:#eeeeee; 
	border-bottom-width:0px; }

div#footer a { color:#224d52; }

.entry-title a { color:#336699; }

.leaf-top a { color:#666666; }

ul.thumbs li a.thumb {
	background-color:#ffffff; 
	border-color:#cccccc; }

div.entry-content a { color:#336699; }

ol.commentlist li {}

div.sidebar a, ul.link-list a { color:#444444; }

div.slideshow a.advance-link {
	border-color:#eeeeee; 
	background-color:#ffffff; }

div#trackback-box {}

div.rotator-images img { border-color:#ffffff; }

div.post, div.small-excerpts-row { border-bottom-color:#eeeeee; }

body.footer-fluid div#footer-container {}