/*------------------------------------------------------------

	Master.css
	www.yourwebsite.com
	
	Last Modified : 	27th December 2007
	Created by : 		Joe Bloggs
	Contact: 			joebloggs@email.com
	
	Copyright 2007 - 2008
	Based on Blueprint 1.6.1
	
	
/* Colour Palette
--------------------------------------------------------------

Light Grey - #fbfbfb

/* Plugins
-------------------------------------------------------------- */

@import 'plugins/reset.css';
@import 'plugins/classes.css';
@import 'plugins/grid.css';

/* You can alternatively use BP as a reset by importing the
bp-reset.css plugin. This is the entire Blueprint 0.6.1 
compressed file. You won't need to include grid.css or
reset.css */


/* Page
-------------------------------------------------------------- */

body	{background: url(/img/bg.jpg) repeat-x center 200px;}

.container { width: 790px; }

.alignright { text-align:right; }
.aligncenter { text-align:center; }
.alignleft { text-align:left; }

/* Typography
-------------------------------------------------------------- */

/* Default font settings
   The font-size percentage is of 16px (0.75 * 16px = 12px) */
body { 
  	font-size: 75%;
 	line-height: 1.5;
  	color: #442825; 
  	font-family:  Helvetica, Arial, sans-serif;
}

p           { margin: 1em 0 1.5em;text-align: justify;}
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
img         { margin: 0 1.5em 1.5em 0; }

strong      { font-weight: bold; }
em		    { font-style: italic; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #4a4a4a; text-transform: capitalize; margin: 0 0;}

h1 { font-size: 3em; line-height: 1;}
h2 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #7f2318;margin-bottom: 10px;
}
h3 {font: 2em Georgia, "Times New Roman", Times, serif;
	color: #7f2318; margin-bottom: 10px;}
h4 { font-size: 1.2em; line-height: 1.25;}
h5 { font-size: 1em; font-weight: bold;}
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin:0;
}

.posted { text-transform: uppercase;

}

#posts h2{
margin-bottom: 0px;
	
}


/* Links
-------------------------------------------------------------- */

a           	{ color: #9d260f;
	text-decoration: underline; 
}
a:focus, 
a:hover     	{ color: #44140c;}
a:visited		{}
a:visted:hover 	{}


/* Tables - You still need cellspacing="0" in the markup
-------------------------------------------------------------- */

table		{ width:100%; }

thead		{}
tbody		{}
tfoot       { font-style: italic; }

th,td       { padding: 4px 10px 4px 5px; }
th          { border-bottom: 2px solid #ccc; font-weight: bold; background: #eee; }
td          { border-bottom: 1px solid #ddd; }
tr			{}

caption     { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; }

tr.altrow td  { background: #f8f8f8; }


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

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 0; }

ul          { list-style-type: none; }
ul + li		{}

ol          { list-style-type: decimal; }
ol + li		{}

dl          { margin: 0 0 0 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 0;}



/* Forms
-------------------------------------------------------------- */

form			{}
fieldset		{padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}

legend			{font-weight: bold; font-size:1.2em;}
legend .span	{}

label       	{font-weight: bold;}

input[type='text']		{}
input[type='checkbox']	{}
input[type='radio']		{}
input[type='file']		{}

textarea      	{ width: 400px; height: 250px; padding:5px; }

select        	{}
option			{}
optgroup		{}



input:focus,textarea:focus,select:focus {	
	border:1px solid #666;
}

input,textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input[type='image']	{ border:none; }


/* Other Elements
-------------------------------------------------------------- */

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
dfn         { font-style: italic;font-weight: bold; background: #ffc; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Navigation
-------------------------------------------------------------- */
#menu {
	margin:22px 0px;
	padding:0px;
	font-size:1.1em;
	text-transform: uppercase;
	letter-spacing: 0px;
}

#menu ul {
	margin:0px;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin-right:2em;
}

#menu a {
	color: #CA5E4F;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: #fff;
}

/* Layout
-------------------------------------------------------------- */
#header {
	height: 200px;
	background: url(/img/header.jpg) repeat-x center;
	margin: 0px 0px 20px;
}

.paging {
	color:#777;
	margin:1.5em 0.5em;
}

.paging * {
	display:inline;
}

.paging .disabled {
	color:#777;
}

.actions { 
	margin:1.5em 0.25em;
}

.widget {
	margin-bottom:0.5em;
}

.advertisement {
	background:#f0f0f0;
	text-align:center;
	padding:5px 0px;
}


/* Page-Specific - based on the <body> class
-------------------------------------------------------------- */
body#shows th {
	background: none;
	border-color:#a68136;
}
body#shows table tr.altrow td {
	background: #e6d8b0;
}
body#shows table tr td {
	border-color:#a68136;
}



.latest-album-widget img { margin-bottom:3px; }


.upcoming-shows-widget table {
	color: #9d260f;
	text-transform: uppercase;
}


.upcoming-shows-widget table tr:hover { cursor:pointer; }
.upcoming-shows-widget table tr:hover td { color: #44140c;}
.upcoming-shows-widget table td { border-bottom: none; }
	
ol.tracklist { margin-left:1.5em;}