/*  
Theme Name: Passenger Jam
Theme URI: 
Description: Site design and layout for Passenger Jam
Version: 1.0
Author: The Amplified Group
Author URI: http://www.amplifyyourworld.com/
*/

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

small {
	font-size: 10px;
	color: #7d1d22;
	margin-left: 5px;
}

/* =Basic HTML
----------------------------------------------------------------------*/

body {
	background: #24353b url(images/bg.gif) repeat-y center;
	font: 12px/1.5em "Helvetica", Arial, sans-serif;
	color: #000;
}

/* =Generic Classes
----------------------------------------------------------------------*/

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.text_box {
	float: right;
	width: 200px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	padding: 30px 10px 0 0;
	color: #313e42;	
}

img.float_left {
	padding: 0 10px 40px 0;
}

/* =Universal Div Sizing
----------------------------------------------------------------------*/

#wrap,
#header,
#main_content,
#footer {
	margin: 0 auto;
	width: 700px;
}

/* =Headings (Global)
----------------------------------------------------------------------*/

h1, h2, h3, h4, h5 {
	letter-spacing: 1px;
}

h1 {
	display: none;
}

h2 {
	font-size: 24px;
	color: #617885;
	padding: 35px 30px 10px;
}

h3 {
	font-size: 14px;
	margin-top: -22px;
	color: #313e42;	
}

/* =Wrap
----------------------------------------------------------------------*/

#wrap {
	background-color: #728d4b;
	border-right: 10px solid #313e42;
	border-left: 10px solid #313e42;
}

/* =Header
----------------------------------------------------------------------*/

#header {
	background: #2d491c url(images/head.jpg) no-repeat;
	height: 323px;
}

/* =Navigation
----------------------------------------------------------------------*/

#nav {
	float: left;
	margin-top: 293px;
	padding-left: 26px;
	list-style: none;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 2em;
	font-weight: bold;
}

#nav a {
	float: left;
	display: block;
	padding: 0 12px 1px;
	color: #403424;
	text-decoration: none;
}

#nav a:hover, body#home #t-home a, body#band #t-band a, body#shows #t-shows a, body#songlist #t-songlist a, body#demos #t-demos a, body#archives #t-archives a, body#contact #t-contact a {
	background: url(images/arrow.gif) no-repeat bottom center;
}

/* =Content
----------------------------------------------------------------------*/

#main_content {
	background: #f5fbe8 url(images/content_bg.gif) no-repeat bottom center;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding-bottom: 30px;
}

#main_content p {
	padding: 0 30px 10px;
}

#main_content a {
	color: #891b26;
	text-decoration: none;
}

#main_content a:hover {
	text-decoration: none;
}


/* =Footer
----------------------------------------------------------------------*/

#footer {
	padding: 5px 0;
	border-top: 1px solid #39632a;
	color: #e3edd3;
}

#footer p {
	padding: 0 10px;
	font-size: 11px;
}

#footer a {
	color: #e3edd3;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* =Lists
----------------------------------------------------------------------*/

ul#songs, ul#demo, ul#archive {
	margin: 0 0 20px 45px;
}

ul#songs li {
	font-size: 14px;
	list-style: none;
	margin-bottom: 5px;
	padding-left: 25px;
	background: url(images/li_songs.gif) no-repeat left center;
}

ul#demo li, ul#archive li {
	font-size: 14px;
	list-style: none;
	margin-bottom: 5px;
	padding-left: 25px;
	background: url(images/li_demo.gif) no-repeat left center;
}

