/*  
Theme Name: Redline
Theme URI: http://amphibian.info/
Description: Theme for Redline, June 2006 ...
Version: 1.0
Author: Derek Hogue
Author URI: http://amphibian.info/

*/

/* Begin initial settings */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 11px/15px Arial, Helvetica, sans-serif;
}

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

dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

a img {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

br.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

/* End initial settings. */

body {
	background: #000 url(images/redlineNew.gif) repeat-x 0px 2px;
	color: #888;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #666;
}

a:visited {
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #AAA;
}

#wrapper {
	width: 760px;
	text-align: left;
	margin: 0px auto;
}

#header {
	width: 760px;
}

#header h1 {
	width: 175px;
	height: 63px;
	margin: 22px 0px 0px;
	float: left;
	display: inline;
	background: url(images/redline_logo_new.gif) no-repeat;
}

#header h1 a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

#header span, #menu span {
	visibility: hidden;
}

/* Start navigation menu. */

ul#menu {
	float: right;
	display: inline;
	width: 558px;
	height: 25px;
	list-style: none outside;
	margin-top: 58px;
}

ul#menu li {
	float: left;
	display: inline;
	height: 25px;
}

ul#menu li a {
	display: block;
	height: 25px;
	text-decoration: none;
}

li#stories a {
	width: 71px;
	background: url(images/stories.gif) no-repeat;
}
li#stories, li#stories a:hover {
	width: 71px;
	background: url(images/stories_over.gif) no-repeat;
}

.stories li#stories a {
	background: url(images/stories_active.gif) no-repeat;
}

li#recent a {
	width: 113px;
	background: url(images/recent.gif) no-repeat;
}
li#recent, li#recent a:hover {
	width: 113px;
	background: url(images/recent_over.gif) no-repeat;
}

.recent li#recent a {
	background: url(images/recent_active.gif) no-repeat;
}

li#about a {
	width: 62px;
	background: url(images/about.gif) no-repeat;
}
li#about, li#about a:hover {
	width: 62px;
	background: url(images/about_over.gif) no-repeat;
}

.about li#about a {
	background: url(images/about_active.gif) no-repeat;
}

li#archive a {
	width: 76px;
	background: url(images/archive.gif) no-repeat;
}
li#archive, li#archive a:hover {
	width: 76px;
	background: url(images/archive_over.gif) no-repeat;
}

li#contact a {
	width: 78px;
	background: url(images/contact.gif) no-repeat;
}
li#contact, li#contact a:hover {
	width: 78px;
	background: url(images/contact_over.gif) no-repeat;
}

.contact li#contact a {
	background: url(images/contact_active.gif) no-repeat;
}

li#blog a {
	width: 56px;
	background: url(images/blog.gif) no-repeat;
}
li#blog, li#blog a:hover {
	width: 56px;
	background: url(images/blog_over.gif) no-repeat;
}

.blog li#blog a {
	background: url(images/blog_active.gif) no-repeat;
}

li#newsletter a {
	width: 102px;
	background: url(images/newsletter.gif) no-repeat;
}
li#newsletter, li#newsletter a:hover {
	width: 102px;
	background: url(images/newsletter_over.gif) no-repeat;
}

.newsletter li#newsletter a {
	background: url(images/newsletter_active.gif) no-repeat;
}

/* End navigation menu. */

#content {
	width: 760px;
	margin-top: 25px;
}

#leftColumn {
	width: 170px;
	margin-right: 29px;
	float: left;
	display: inline;
	padding-top: 50px;
}

#leftColumn ul {
	list-style: none outside;
	margin: 0px;
}

#leftColumn li {
	text-align: right;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #000;
}

#leftColumn li a {
	display: block;
	padding: 4px 20px 4px 4px;
	margin: 0px;
	text-decoration: none;
}

#leftColumn li a:hover {
	color: #AAA;
}

#leftColumn .current_page_item a {
	background: #121212 url(images/arrow.gif) no-repeat right center;
	color: #777;
}

#leftColumn h2 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: right;
	text-transform: uppercase;
}

#mainColumn {
	width: 560px;
	min-height: 475px;
	float: right;
	display: inline;
}

.contact #mainColumn h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #999;
	margin-top: 10px;
}

#quote {
	border: none;
	margin-top: 75px;
}

#photo {
	width: 560px;
	height: 425px;
	margin-bottom: 1em;
}

p.plugin {
	padding: 50px;
	font-size: 14px;
	line-height: 20px;
}

.story-info {
	margin:  15px 0px;
	text-align:  justify;
}

#footer {
	clear: both;
	text-align: right;
	width: 760px;
	padding: 15px 0px 30px;
	color: #444;
}

/* Blog Pages */

ul#recentPosts {
	margin: 10px 0px 50px;
}

ul#recentPosts li {
	padding: 5px 0px;
}

ul#recentPosts li a {
	padding: 0px;
	display: inline;
}

.pageContent {
	padding: 0px 12px;
}

.post {
	padding: 0px 12px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #222;
}

.post h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #AAA;
	margin-bottom: 0px;
}

.post h2 a {
	text-decoration: none;
}

h3.posted {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 20px;
}

p {
	margin: 0 0 1em;
}

.storiesInstructions {
	font-size: 36px;
	color: #121212;
	text-align: center;
	margin: 100px 0px;
}

.navigation {
	text-align: right;
}

#commentBlock {
	width: 530px;
	margin-left: 12px;
}

h3#comments, h3#respond {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #AAA;
}

.commentlist {
	list-style: none outside;
	margin: 10px 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #222;
}

.commentlist li {
	padding: 5px;
}

.commentmetadata {
	color: #444;
}

#commentBlock p {
	padding: 5px 0px;
}

.alt {
	background-color: #111;
}

input, textarea {
	font-size: 11px;
	color: #222;
	background-color: #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	cursor: pointer;
}

textarea#comment {
	width: 500px;
}

p.commentmetadata {
}

form {
	margin: 10px 0px;
}

#newsletter-form {
}

#newsletter-form input {
	margin: 5px 0px;
}