/* 
	Theme Name: Album WordPress Theme (Gray)
	Theme URL: http://www.studiopress.com/themes/album
	Description: Album is a 2-column theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 2.0
	Tags: two columns, fixed width, gray, white
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v2.0 - 2/5/09
		Second Release of Album, to ensure compatibility with WordPress 2.7
*/

body {
	background: #1d1a1b url(images/bg.gif);
	background-repeat: no-repeat;
    background-position: top center;
    color: #999999;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	margin: 0px auto 0px;
	padding: 0px;
scrollbar-base-color:#666666;
	}
	
#wrap {
	margin: 0px auto 0px;
	padding: 0px;
	}
#sidebar {
	float: left;
	margin: 40px 0 0 10px;
	padding: 0px 0px 10px 0px;
	display: inline;
	}
#sidebar h2 {
	background: none;	
	color: #CCCCCC;
	font-size: 16px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 4px 7px;
border-bottom:1px dotted #666;
	}
	
#sidebar p {
	background: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul {
	background: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar ul ul {
	background: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: none;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
#sidebar ul li ul li {
	background: none;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #f0a118;
	text-decoration: none;
	}
	
a:hover {
	color: #CC0000;
	text-decoration: underline;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 960px;
	height: 116px;
	color: #CCCCCC;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#header p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#header a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#header h1 {
	color: #474747;
	font-size: 36px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #474747;
	font-size: 36px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #474747;
	text-decoration: none;
	}

.headerleft {
	width: 300px;
	float: left;
	margin: 16px 0 0 0;
	padding: 0px;
	overflow: hidden;
z-index:9999;
	}
	
.headerright {
	width: 660px;
	float: right;
	margin: 0px;
	padding: 55px 0px 0px 0px;
	overflow: hidden;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	float: right;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #ffffff;
	display: block;
	font-size: 12px;
	text-transform: lowercase;
    margin: 0px;
	padding: 8px 15px 13px 15px;
	}

#nav li a:hover, #nav li a:active {
	color: #f0a118;
    margin: 0px;
	padding: 8px 15px 13px 15px;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	opacity: .90;
	filter: alpha(opacity=90);
	background: #222021;
	width: 150px;
	color: #CCCCCC;
	text-transform: lowercase;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #373737;
	border-left: 1px solid #373737;
	border-right: 1px solid #373737;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #222021;
	color: #f0a118;
	padding: 7px 10px 7px 10px;
	}

#nav li {
	float: left;
	padding: 0px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -29px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 10px 0px;
	line-height: 20px;
	}
	
#content h1 {
	color: #CCCCCC;
	font-size: 24px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	margin: 40px 0px 10px 0px;
	padding: 0px;
	}
	
#content h1 a  {
	color: #CCCCCC;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
	
#content h2 {
	color: #CCCCCC;
	font-size: 16px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#content h3 {
	color: #CCCCCC;
	font-size: 16px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#content h4 {
	color: #CCCCCC;
	font-size: 16px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#content blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
	
#photos {
	width: 960px;
	margin: 30px auto 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #998F78;
	}
	
#photos a img, #photos a:visited img {
	padding: 0px;
	border: 3px solid #FFFFFF;
	}
	
#photos a:hover img {
	padding: 0px;
	border: 3px solid #999999;
	}
	
.postleft {
	float: left;
	width: 630px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}
	
.postleft p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
.postleft2 {
	float: left;
	width: 630px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 20px 0px;
	}
	
.postleft2 p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}	
.commentsleft {
	margin: 40px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #373737;
	}
.postwide {
margin: 0 auto;
width:100%;
padding: 16px 0px 20px 0px;
}
.postwide p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}	
.postright {
	float: right;
	width: 290px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}
#content .postright h1 {
	color: #CCCCCC;
	font-size: 18px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	}	
.postright p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.contentleft {
	float: left;
	width: 630px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	}
	
.contentleft ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.contentleft ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.contentleft ul {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.contentleft ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
blockquote {
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #373737;
	}
	
/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background: none;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 960px;
	height: 100px;
	margin: 0px auto 0px;
	padding: 0px;
	border-top: 1px solid #998F78;
	}

#footer a {
	color: #666666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #f0a118;
	text-decoration: underline;
	}
	
.footer-1 {
	width: 410px;
	float: left;
	margin: 15px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	border-left: 0px solid #998F78;
text-align:center;
	}
	
.footer-1 p {
	color: #666666;
	margin: 0px;	
	padding: 0px 0px 5px 0px;
	}
	
.footer-2 {
	width: 160px;
	float: left;
	margin: 15px 0px 10px 0px;
	padding: 5px 0px 0px 20px;
	border-left: 1px solid #998F78;
	}
	
.footer-2 p {
	color: #666666;
	margin: 0px;	
	padding: 0px 0px 5px 0px;
	}
	
.footer-3 {
	width: 120px;
	float: left;
	margin: 15px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	border-left: 1px solid #998F78;
text-align:center;
	}
	
.footer-3 p {
	color: #666666;
	margin: 0px;	
	padding: 0px 0px 5px 0px;
	}
	
.footer-4 {
	width: 420px;
	float: left;
	margin: 15px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	border-left: 1px solid #998F78;
text-align:center;
	}
	
.footer-4 p {
	color: #666666;
	margin: 0px;	
	padding: 0px 0px 5px 0px;
	}
	
/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	}
	
#s {
	background: #FFFFFF;
	width: 210px;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
	
#sbutt {
	background: #111111;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 1px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	}
	
#submit {
	background: #333333;
	color: #999999;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #666666;
	}
	
#author, #email, #url {
	background: #333333 !important;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #666666;
	}
	
#comment {
	background: #333333 !important;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 10px 0px;
	padding: 4px;
	border: 1px solid #666666;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #666666;
	float: right;
	border: 1px solid #555555;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
#submit {
	background: #373737;
	color: #FFFFFF;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #151515;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #333333;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #999999;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px dotted #999999;
	margin: 0px;
	padding: 0px;
	}
input#s {
background: none repeat scroll 0%;
border-top:0px;
border-right:0px;
border-left:0px;
border-bottom:1px dotted #666;
color:#fff;
width:200px;
}
input#searchsubmit {
background:none;
border:1px solid #333;
color:#fff;
width:70px;
height:26px;
}
label.hidden {
font-weight:bold;
}
/*
This is the default stylesheet.  You should probably leave it as is.
To customize any of these styles, drop a *copy* of this file into your current theme directory.
Any style changes make there will override styles in this document.
*/

/* Meet the table that displays our shows */
.gigpress-table {
	width: 96%;
	border: none;
	border-top: 1px solid #CCC;
	margin: 0 0 1em 0;
}

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
	font-weight: bold;
}

/* Generic class for the table header cells */
.gigpress-table th {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

/* This is for the tour name header cells */
th.gigpress-heading {
	color: #f0a118;
	border-bottom: 1px dotted #CCC;
}

/* This is for the tour name headings, whichever one you're using */
th.gigpress-heading h1, th.gigpress-heading h2, th.gigpress-heading h3, th.gigpress-heading h4, th.gigpress-heading h5 {
        margin:0;
}
th.gigpress-heading h5 {
	font-size:14px;
        font-weight:bold;
        color:#f0a118;}

/* Applies to all cells in the table */
.gigpress-table td {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
}

/* Some subtle hover effects */
.gigpress-row:hover, .gigpress-info:hover {
	background: #333;
	color: #FCFCFC;
}

/* Applies to the first row of each show listing */
.gigpress-row td {
	border-bottom: 1px dotted #EEE;
}

/* To set an alternating row style */
tr.gigpress-alt {
}

/* Individual classes for the label header cells that start the table */
th.gigpress-date {
}

th.gigpress-city {
}

th.gigpress-venue {
}

th.gigpress-country {
	text-align: center;
}

/* Likewise, individual classes for the content cells */
td.gigpress-date {
}

td.gigpress-city {
}

td.gigpress-venue {
}

td.gigpress-country {
	text-align: center;
}

tr.gigpress-info td {
	font-size: 90%;
	color: #333;
	border-bottom: 1px solid #CCC;
}

tr.gigpress-row.cancelled, tr.gigpress-info.cancelled, tr.cancelled span.gigpress-info-label, tr.cancelled span.gigpress-info-item {
	color: #999;
}

/* This wraps each of the address, admission, etc spans in the "info" cell */
span.gigpress-info-item { color: #666;
}
span.gigpress-info-item a { color: #f0a118;
}

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label {
	color: #666;
}

/* For the spacer cell that goes in-between tours */
td.gigpress-empty {
}

/* In case you want to style the "Buy Tickets" link */
a.buy-tickets {
	font-weight: bold;
}

/* Notices for Cancelled or Sold Out shows */
strong.gigpress-cancelled, strong.gigpress-soldout {
	text-transform: uppercase;
	font-weight: bold;
	color: red;
}

/* In case you want to style the Googlefied address link */
a.gigpress-address {
}

/* This is for the RSS link */
td.gigpress-rss a {
	padding-left: 14px;
	background: transparent url(../images/feed-icon-10x10.png) no-repeat left center;
}



/* These styles are for the sidebar listing */

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
}

/* Generic styles for the list items within */
.gigpress-listing li {	
}

/* For tour headings in the sidebar */
span.gigpress-list-heading {	
	font-weight: bold;
	font-size: 110%;
}

/* So if you like you can syle the first list item differently */
li.gigpress-list-first {
}

/* So if you like you can syle the last list item differently */
li.gigpress-list-last {
}

/* So if you like you can syle each alternating list item differently */
li.gigpress-alt {
	
}

/* So if you like you can syle the date differently */
span.gigpress-date {
	font-weight: bold;
}

/* Sold Out shows in the sidebar */
ul.gigpress-listing strong.gigpress-soldout {
	display: block;
}

/* Add a feed icon to the RSS link */
li.gigpress-list-rss a {
	padding-left: 14px;
	background: transparent url(../images/feed-icon-10x10.png) no-repeat left center;
}


ul.gigpress-related-show {
	margin-bottom: 2em;
}

.gigpress-related-label {
	font-weight: bold;
}


/* This is just to include data dor hcalendar support, but hide it from view */
span.hide {
	display: none;
}

/* Stop Firefox from underlining our abbreviated dates */
abbr {
	border: none;
	text-decoration: none;
	font-size: 100%;
}
bizdir_linked_title a {
	color: #f0a118;
	text-decoration: none;}
