﻿/*
Theme Name: Tourist Railroad
Theme URI: http://www.blizzarddigital.com/
Description: Tourist railroad theme. There's a steam locomotive on it.
Version: 1.0
Author: Kyle Blizzard
Author URI: http://www.kyleblizzard.com/
Tags: Veggie color, steam locomotive, fixed width, two columns, widgets
*/
html
{
	background: #5b6432;
	color: #6c4c26;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.8em;
}

body
{
	margin: 22px 24px;
	padding: 0;
}

a, a:visited
{
	color: #5b6432;
	text-decoration: underline;
}

a:active, a:hover
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

/* FORMS */
.text-input
{
	background: #fff;
	border: 1px solid #5b6432;
	color: #000;
	padding: 3px;
}

input.button
{
	background: #93a14e;
	border: 3px solid #6c4c26;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}

/* END FORMS */

#container
{
	/* background: #6c4c26; */
	background: #ece3ac url("images/container.png") repeat-y left top;
	border: 3px solid #6c4c26;
	margin: 0 auto;
	position: relative;
	width: 975px;
}

#header
{
	background: transparent url("images/header.png") no-repeat left top;
	width: 100%;
	height: 255px;
}

#header h1
{
	background: transparent url("images/header-train.jpg") no-repeat right top;
	/* width: 368px; */
	width: 100%;
	height: 251px;
	margin: 0 0 0 auto;
	position: absolute;
}

#header h1 a
{
	display: block;
	width: 100%;
	height: 160px;
}

#header h1 span
{
	position: absolute;
	top: -1000px;
}

#header .description
{
	position: absolute;
	top: -1000px;
}

#content
{
	background: transparent url("images/content.png") repeat-x left top;
	margin: -95px 0 0 0;
	min-height: 608px;
	padding: 21px;
	width: 708px;
}

* html #content
{
	height: 608px;
}

#content .pagetitle
{
	font-size: 1.35em;
	margin: 0 0 1em 0;
}

/* POST NAVIGATION */
#content .navigation
{
	background: #6c4c26;
	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: #cecc8c;
	border: 1px solid #5b6432;
	margin: 0 0 1em 0;
	padding: 0;
	position: relative;
}

#content .post h2, #content .post h3
{
	color: #5b6432;
	font-size: 1.3em;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#content .post h2 a, #content .post h3 a
{
	text-decoration: none;
}

#content .post h2 a:active, #content .post h2 a:hover, #content .post h3 a:active, #content .post h3 a:hover
{
	text-decoration: underline;
}

#content .post .info
{
	font-size: 0.75em;
	margin: 0 10px;
}

#content .post .entry
{
	margin: 10px;
}

* html #content .post .entry
{
	overflow: visible;
	width: 688px;
}

#content .post img
{
	border: 1px solid #5b6432;
}

/* 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 img.alignleft, #content .post .wp-caption.alignleft
{
	float: left;
	margin: 0 1.5em 1em 0;
}

#content .post img.alignright, #content .post .wp-caption.alignright
{
	float: right;
	margin: 0 0 1em 1.5em;
}

#content .post .wp-caption
{
	background: #b9bd76;
	/* border: 1px solid #5b6432; */
	padding: 10px;
	text-align: center;
}

#content .post .wp-caption-text
{
	font-size: 0.8em;
	margin: 1em 0 0 0;
}

#content .post .postmetadata, #content .post .postmetadata.alt
{
	border-top: 1px solid #5b6432;
	font-size: 0.75em;
	margin: 0;
	padding: 10px;
}

#content .post .postmetadata.alt
{
	margin: 0 -10px;
	padding: 10px 10px 0 10px;
}

* html #content .post .postmetadata.alt
{
	margin: 0 -10px;
	padding: 10px;
}

/* END POSTS */

#respond
{
	width: 782px;
}

#respond label
{
	display: block;
}

#respond input.text-input
{
	width: 50%;
}

#respond textarea
{
	width: 50%;
}

#navigation
{
	background: #5b6432 url("images/nav-bottom.png") no-repeat left bottom;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 252px;
	width: 205px;
}

#navigation .inner
{
	background: transparent url("images/nav-top.png") no-repeat left top;
	padding-top: 3px;
}

#navigation a
{
	color: #fff;
	text-decoration: none;
}

#navigation a:active, #navigation a:hover
{
	text-decoration: underline;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	margin: 0;
	padding: 0;
}

#navigation .widget_text
{
	margin: 0.5em 0;
	text-align: center;
}

#navigation .widget_text .textwidget
{
	margin: 0 auto;
}

#navigation ul .widgettitle, #navigation ul h2
{
	background: transparent url("images/nav-heading.png") no-repeat center center;
	color: #fff;
	font-size: 0.9em;
	margin: 0 auto;
	padding: 8px 0 0 0;
	text-align: center;
	width: 203px;
	height: 28px;
}

#navigation ul li ul
{
	margin: 5px 20px 10px 20px;
}

#navigation ul li ul li
{
	margin: 0;
	padding: 0;
}

#footer
{
	clear: both;
	margin: 0 0 0 21px;
	padding: 0 0 4px 0;
}