﻿/*
Theme Name: Outdoors
Theme URI: http://www.blizzarddigital.com/
Description: Outdoorsy theme.
Version: 1.0
Author: Kyle Blizzard
Author URI: http://www.kyleblizzard.com/
Tags: Green and tan, fixed width, two columns, widgets
*/
html
{
	background: #25321c url("images/bg.png") repeat-x left top;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
}

body
{
	margin: 22px 24px;
	padding: 0;
}

a, a:visited
{
	color: #cfa011;
	text-decoration: underline;
}

a:active, a:hover
{
	color: #efbf3d;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.15em;
}

/* FORMS */
.text-input
{
	background: #fff;
	border: 1px solid #cfa011;
	color: #000;
	padding: 6px;
}

input.button
{
	background: #25321c;
	/* border: 1px solid #cfa011; */
	border: 0;
	color: #fff;
	padding: 6px;
}

/* END FORMS */

#container
{
	background: #524430;
	margin: 0 auto;
	position: relative;
	width: 975px;
}

#header h1
{
	background: transparent url("images/header.jpg") no-repeat left top;
	height: 100px;
	margin: 0;
}

#header h1 a
{
	/* JPEG makes the corners of the header image nasty, so overlay nice PNG corners */
	/* background: transparent url("images/header-corners.png") no-repeat left top; */
	display: block;
	width: 100%;
	height: 100%;
}

#header h1 span
{
	position: absolute;
	top: -1000px;
}

#header .description
{
	position: absolute;
	top: -1000px;
}

#content
{
	float: left;
	margin: 6px 0 0 6px;
	width: 782px;
}

* html #content
{
	width: 775px;
}

#content .pagetitle
{
	background: #25321c url("images/heading.png") repeat-x left top;
	color: #fff;
	font-size: 1.35em;
	margin: 0 0 6px 0;
	padding: 6px;
}

/* POST NAVIGATION */
#content .navigation
{
	background: #25321c url("images/heading.png") repeat-x left top;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 6px;
	position: relative;
}

#content .navigation a
{
	color: #fff;
	display: inline-block;
	min-height: 20px;
	padding: 2px 0 0 0;
	text-decoration: none;
	width: 49%;
}

#content .navigation a:active, #content .navigation a:hover
{
	text-decoration: underline;
}

#content .navigation .prev, #content .navigation .next
{
	display: inline;
}

#content .navigation .prev a
{
	background: transparent url("images/btn-left.png") no-repeat left top;
	text-align: left;
	width: 50%;
}

#content .navigation .next a
{
	background: transparent url("images/btn-right.png") no-repeat right top;
	text-align: right;
}

#content .navigation .prev a span
{
	padding: 0 0 0 28px;
}

#content .navigation .next a span
{
	padding: 0 28px 0 0;
}

/* POSTS */
#content .post
{
	background: #826a4e;
	margin: 0 0 6px 0;
	padding: 0 0 2px 0;
}

#content .post h2, #content .post h3.post-title
{
	background: #25321c url("images/heading.png") repeat-x left top;
	color: #fff;
	font-size: 1.3em;
	margin: 0 0 6px 0;
	padding: 5px;
}

#content .post h2 a, #content .post h3.post-title a
{
	color: #fff;
	text-decoration: none;
}

#content .post .info
{
	font-size: 0.75em;
	margin: 0 6px;
}

#content .post .entry
{
	margin: 6px;
}

#content .post img
{
	border: 1px solid #cfa011;
}

#content .post .wp-caption
{
	background: #b1987b;
	padding: 0.5em 0.15em 0.15em 0.15em;
}

/* Nasty to call it specifically "left" and "right", but as long as authors want
to use the "align left" and "align right" features, we'll have to deal with it. */
#content .post .aligncenter
{
	display: block;
	margin: 0 auto 1em auto;
	text-align: center;
}

#content .post .alignleft
{
	float: left;
	margin: 0 1em 1em 0;
	text-align: center;
}

#content .post .alignright
{
	float: right;
	margin: 0 0 1em 1em;
	text-align: center;
}

#content .post .postmetadata
{
	background: #524430;
	margin: 0 2px;
	padding: 6px;
}
/* END POSTS */

#respond
{
	width: 782px;
}

#respond label
{
	display: block;
}

#respond input.text-input
{
	width: 50%;
}

#respond textarea
{
	width: 50%;
}

#navigation
{
	background: #826a4e;
	margin: 6px 6px 6px auto;
	width: 175px;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	margin: 0;
	padding: 0 6px 6px 6px;
}

#navigation ul .widgettitle
{
	background: #25321c url("images/heading.png") repeat-x left top;
	color: #fff;
	font-size: 1.3em;
	margin: 0 -6px 6px -6px;
	padding: 5px;
}

#navigation ul li ul li
{
	margin: 0;
	padding: 0;
}

#footer
{
	clear: both;
	margin: 0 0 0 6px;
	padding: 0 0 1px 0;
}