/* @override http://www.jazzpollution.com/wp-content/themes/jazzpollution-v1/style.css */

/*
Theme Name: Jazzpollution v1
Theme URI: http://wordpress.org/
Description: Custom for Jazzpollution.
Version: 1
Author: John B Hopper IV
Author URI: http://siriusad.com/
Tags: darnk, dirty, grungy

*/

/* Begin Typography & Colors */

* {
	margin: 0;
	padding: 0;
}

p,h3,h4,ul,ol {
	margin-bottom: 10px;
}

#post-10 h3 {
	margin-bottom: 0;
}

body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/bg.jpg');
	color: #fff;
	text-align: center;
	font-size: .8em;
}

#container {
	background: url('images/header-bg.jpg') repeat-x 50% 0;
}

#page {
	margin: 0 auto;
	width: 900px;
}

#header {
	background: url('images/logo.png') no-repeat 50% 50%;
	height: 300px;
}

#nav{
	margin: 0;
	padding 10px 0 0 0;
}
#nav li,
#nav li a {
	float: left;
}
#nav li {
	list-style: none;
	margin: 0 17px;
}
#nav li a {
	height: 40px;
	width: 110px;
	text-indent: -9999px;	
}
#nav li a:hover {
	background-position: 0 -40px;
}
#nav .page-item-5 a {
	background-image: url(images/nav-home.png);
}
#nav .page-item-10 a {
	background-image: url(images/nav-band.png);
}
#nav .page-item-8 a {
	background-image: url(images/nav-gigs.png);
}
#nav .page-item-14 a {
	background-image: url(images/nav-photos.png);
}
#nav .page-item-17 a {
	background-image: url(images/nav-music.png);
}
#nav .page-item-12 a {
	background-image: url(images/nav-contact.png);
}

#content {
	font-size: 1.2em;
	width: 680px;
	text-align: left;
	float: left;
	padding: 10px;
}

#sidebar {
	width: 290px;
	margin-left: 700px;
	text-align: left;
	padding: 0 10px 10px 10px;
}

#sidebar ul {
	margin-left: 20px;
	list-style: none;
	margin-bottom: 20px;
}

#sidebar ul li {
}

#sidebar .widgettitle {
	height: 30px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -9999px;
}

#next-gig h2 {
	background-image: url(images/sidebar-nextgig.png);
}

#next-gig {
	text-align: center;
}

#upcoming-gigs h2 {
	background-image: url(images/sidebar-upcoming.png);
}
#upcoming-gigs ul {
	margin: 5px 0 10px 10px;
}
#sidebar .gigs li {
	padding: 5px;
	font-size: .9em;
}

#sidebar .gigs .date {
	color: #dd7053;
	background: #4a3510 url(images/gigs-date-bg.png) no-repeat;
	width: 70px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
}

#sidebar .gigs a {
	display: block;
	margin-left: 80px;
	color: #fff;
	text-decoration: none;
}
#sidebar .gigs li:hover {
	background: url(images/entry-bg.jpg);	
}

#sidebar .gigs .venue {
	font-size: 16px;
}
#sidebar .gigs .city {
	display: block;
	color: #d8b478;
}
.widget_links h2 {
	background-image: url(images/sidebar-links.png)
}
.widget_links li {
	text-align: center;
}

.ngg_images {
	margin-bottom: 20px;
}
.ngg_images h2 {
	background-image: url(images/sidebar-photos.png);
}
.ngg-widget {
	text-align: center;
	padding-top: 10px !important;
}

.post {
	position: relative;
	margin-bottom: 20px;
}
.post h2 {
	font-size: 26px;
	margin-bottom: -.4em;
	padding-right: 100px;
	line-height: 40px;
	clear: both;
	font-family: Georgia, serif;
	font-weight: normal;
}
.post h2 a {
	text-decoration: none;
	color: #f8ff98;
}
.postmetadata {
	font-size: smaller;
	padding: 20px 5px 5px 10px;
	height: 20px;
	background: url(images/postdata-bg.jpg) no-repeat;
	color: #af9855;
}
.postmetadata a {
	color: #af9855;	
}
.postmetadata a:hover {
	color: #fff;
}
.entry {
	background: url(images/entry-bg.jpg) 0 95%;	
	padding: 10px;
}

.home .post small {
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	font-size: 12px;
	line-height: 45px;
	color: #8f7c42;
	font-weight: bold;
}

a {
	color: #fff;
}

#footer {
	clear: both;
	color: #907b40;
}
#footer a {
	color: #907b40;
}
#footer a:hover {
	color: #fff;
}

.alignleft {
	float:  left;
}
.alignright {
	float:  right;
}