/*
name: The Great Outdoors
designer: Chris Vannoy
designer_url: https://www.dummied.net
description: A leafy-green style perfect for hikers or just lovers of the outdoors. Featuring the Photoshop brush work of Jason Gaylor (https://www.designfruit.com/jasongaylor/blog/).
layouts: one-column, two-column-left, two-column-right, three-column
*/

/* =+=Common Styles 
----------------------------------------------------------------------------------- */

body {
	background: #363 url(images/bot_body_bg.gif) bottom center repeat-x;
	margin: 0;
	padding: 0;
}


a {
	color: #108a2b;
	text-decoration:none;
}

a:visited {color: #888;}
a:hover {
	color: #fff;
	background: #108a2b;
}

/* This following section of code cancels out the default margin and padding that is included in base-weblog.css There are a couple of other spots in this file that also do this, but I've tried to keep them all in this block. */

*{
	margin: 0;
	padding: 0;
}

.entry-content {
	margin-left: 0;
	margin-right: 0;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin: 0;
	padding: 0;
}

.module-content {
	margin: 0;
	padding: 0;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content,
.module-list
{
	margin: 0;
	padding-bottom: 0;
}

.comment-content,
.comments-open-content,
.comments-closed
{
	margin: 5px 0px;
}

/* END margin/padding cancelling */

#container {
	width: 760px;
	padding: 0;
	background: #fff url(images/container_bg.gif) repeat-y center top;
}

#container-inner {
	margin: 0;
	padding: 0 20px 300px 20px;
	background: transparent url(images/bot_container_bg.gif) bottom center no-repeat;
}

#banner {
	background: transparent url(images/right_header.gif) top center no-repeat;
	margin: 0 -20px 0 -20px;
	height: 170px;
}

#banner-inner {
	width: 100%;
}

h1#banner-header {
	text-align: left;
	padding: 30px 0px 0.1em 30px;
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	color: #363;
}

h1#banner-header a:visited {
	color: #363;
}

h1#banner-header a:hover {
	color: #fff;
}

h2#banner-description {
	text-align: left;
	text-transform: uppercase;
	color: #888;
	padding: 0 300px 0 30px;
	font: 0.9em Helvetica, Arial, Geneva, sans-serif;
}

h2.date-header {
	color: #363;
	text-transform: uppercase;
	font: 0.9em/1.2em Helvetica, Arial, Geneva, sans-serif;
}

h3.entry-header {
	color: #4f4f4f;
	font: 1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 2px 0px 0px 0px;
}
.entry-header A, .entry-header A:hover, .entry-header A:visited { color:#4f4f4f !important; text-decoration:none !important; }

.entry-body {
	text-indent:5px;
	color: #000;
	font: 1em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.entry-body p {
	margin-bottom: 2px;
}

.entry-body ul, .entry-body ol {
	padding: 10px 10px 10px 30px;
	margin: 10px;
}

.entry-body blockquote {
	padding: 10px;
	margin: 10px;
	font-style: italic;
	text-indent: 0px;
}

/* =+= Column Positioning
---------------------------------------------------------------------- */

body.layout-two-column-left #alpha {
	float: left;
	width: 200px;
}

body.layout-two-column-left #beta {
width: 500px;
float: right;
}

body.layout-two-column-right #beta {
	float: right;
	width: 200px;
}

body.layout-two-column-right #alpha {
width: 500px;
float: left;
}

body.layout-three-column #alpha {
	float: left;
	width: 175px;
}

body.layout-three-column #beta {
width: 340px;
float: left;
}

body.layout-three-column #beta-inner {
	margin-left: 30px;
}

body.layout-three-column #gamma {
	width: 175px;
	float: right;
}

/* =+= Layout-specific styles
--------------------------------------------------------------------- */
.entry-footer {
	text-indent: 0px;
	font-size: 0.8em;
}

body.layout-two-column-right .entry-footer, body.layout-two-column-left .entry-footer, body.layout-one-column .entry-footer {
	border-top: 1px solid #363;
	margin: 5px 0px 0px 0px;
	padding-top: 5px;
	width: 100%;
}

body.layout-three-column .post-footers {
	width: 100%;
	display: block;
	margin: 5px 0px 1px 0px;
	border-top: 1px solid #363;
	padding-top: 5px;
}

body.layout-three-column .separator {
	display: none;
}

body.layout-three-column h3.entry-header {
	text-align: center;
}

body.layout-three-column #beta img, body.layout-two-column-left #beta img, body.layout-one-column #alpha img, body.layout-two-column-right #alpha img {
	float: right;
	padding: 10px 0px 10px 10px;
}

body.layout-two-column-left #banner {
	background: transparent url(images/header_bg.gif) top center no-repeat;
	}
	
body.layout-two-column-left h1#banner-header {
	text-align: right;
	padding: 30px 30px 0.1em 0px;
}

body.layout-two-column-left h2#banner-description {
	text-align: right;
	padding: 0 30px 0 300px;
}

body.layout-one-column #alpha-inner {
	padding: 0 50px 0 50px;
}

/* =+= Sidebar styles
--------------------------------------------------------------------- */

h2.module-header {
	color: #363;
	padding: 20px 5px 5px 5px;
	background: transparent url(images/sidebar_head2.gif) bottom right no-repeat;
	font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	text-align: left;
}

body.layout-two-column-right h2.module-header, #gamma h2.module-header {
	text-align: right;
}

h2.module-header a {
	color: #363;
}

h2.module-header a:hover {
	color:#fff;
}

.module-content {
	margin: 0 0 15px 0;
	padding: 5px;
}

.module-search .module-header {
	padding: 5px;
}

.module-syndicate {
margin: 0px;
padding: 0px;
}

.module-syndicate .module-content {
	border: 1px dashed #363;
	font: 0.9em/1.2em Helvetica, Arial, Geneva, sans-serif;
	background: transparent url(images/feed.gif) 5px center no-repeat;
	padding: 5px 10px 5px 30px;
margin: 0px 0px 15px 0px;
}

.module-list-item {
	background: transparent url(images/bullet_green.gif) left top no-repeat;
	padding-left: 20px;
}

.module-calendar table {
	font-size: 0.9em;
	text-align: center;
	margin: 0px auto;
}

.module-calendar td {
	padding: 2px 0px 2px 0px;
}

.module-calendar th {
	font-size: 0.9em;
}

.module-powered {
	margin: 0px;
	padding: 0px;
}

.module-powered .module-content {
	border: 1px dashed #363;
	font: 0.9em/1.2em Helvetica, Arial, Geneva, sans-serif;
	padding: 5px 10px 5px 30px;
margin: 0px;
}

/* =+=Inside Styles
---------------------------------------------------------------------- */

.content-nav {
	text-indent: 0px;
	text-align: center;
	font: 0.85em/1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

div.trackbacks {
	background: transparent url(images/side_grad_bg.png) top left repeat-x;
	width: 90%;
	margin: 0px auto 20px auto;
	text-align: center;
	border: 1px solid #363;
}

h3.trackbacks-header {
	color: #fff;
	padding: 5px;
	background-color: #363;
	font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	text-align: left;
}

#trackbacks-info {
	font-style: italic;
	text-align: center;
	padding: 10px;
}

body.layout-one-column .entry-body {
	text-indent: 20px;
	line-height: 1.6em;
	font-size: 1.1em;
}

body.layout-one-column .entry-body p {
	margin-bottom: 10px;
}

/* Comment Styles */

.trackback {
	border: 1px dashed #363;
	background-color: #fff;
	padding: 10px;
	margin: 5px 0px;
}

.trackback-footer {
	text-align: left;
	font: 0.8em/1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

.trackbacks-content {
	margin: 10px 20px;
}

body.layout-one-column .comments-content {
	width: 45%;
	float: right;
}

body.layout-one-column #comments-open {
	width: 45%;
	float: left;
}

h3.comments-header, h2.comments-open-header {
	font: bold 1.4em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #363;
}

#comments-open p {
	margin: 0;
	padding: 0;
}

p.comments-open-moderated {
	font-style: italic;
	font-size: 0.8em;
	line-height: 1.2em;
}

label {
	margin-top: 10px;
	font-size: 0.9em;
}

#comments-open input {
	width: 100%;
}

#comments-open textarea {
	width: 100%;
	margin-bottom: 5px;
}

#comments-open input#comment-preview {
	width: 50%;
	float: left;
}

#comments-open input#comment-post {
	width: 50%;
}

input#comment-bake-cookie {
	float: left;
	width: 10%;
}

.comment {
	border: 1px solid #363;
	background: #fff url(images/side_grad_bg.png) top left repeat-x;
	margin-bottom: 10px;
}

.comment-content {
	padding: 5px 10px 5px 10px;
}

p.comment-footer {
	background-color: #363;
	color: #fff;
	padding: 3px;
	font: italic 0.8em/1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.comment-footer a {
	color: #ccc;
}
