/* ---------------------- */
/* STYLESHEET FOR BOMBCMS */
/* ---------------------- */

/* GENERAL PAGE ELEMENTS */
body {	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Georgia, "Times New Roman", serif;	font-size: 14px;
	color: white;	margin: 0;	padding: 0;	text-align: left; 
	background: black;
}

body.mceContentBody {
	background: black;
}

#header a {
	text-decoration: none;
	font-weight: bold;
	color: gray;
}

#header a:hover {
	text-decoration: underline;
	color: black;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: gray;
}

a:hover {
	text-decoration: underline;
	color: white;
}

h1 {
	/*font-variant: small-caps;*/
	font-weight: bold;
	letter-spacing: -2px;
	font-size: 26px;
	margin-top: 3px;
	font-family: Georgia, "Times New Roman", serif;
}

table {
    color: white;
	font-size: 11px;
	border: 1px solid gray;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

td {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
    color: white;
	margin-right: 5px;
	padding: 5px;
}

th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid gray;
	padding: 0 5px;
}

img {
	margin: 10px;
}

img.border {	border: 1px solid black;	padding: 4px;	margin: 0;}

img.alignright {
	float:right;
	margin: 0 0 0 10px;
}

img.alignleft {
	float:left;
	margin: 0 10px 0 0;
}

/* PAGE SECTIONS */
  
#content {
	padding: 0;	position: relative;	margin: 0 auto 0 auto;	text-align: left;	width: 100%;
	background: black;
}

#header {
	padding: 0;
	height: 63px;
	background: black url(common/header-bottom.png) no-repeat top center;
}	

#menu {
	/*float: left;*/
	padding: 50px 0 0 0;
	margin: 0 auto;
	text-align: center;
	clear: both;
	width: 100%;
	height: 100px;
	background-color: white;
	background-image: url(common/header-top.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#pages {
	width:600px;
	margin: 20px auto 0 auto;
	text-align: justify;
	min-height: 400px;
	line-height: 18px;
	background: black;
}

/* for Internet Explorer *//*\*/* html #pages {height: 400px;}/**/

#footer {
	color:gray;
	text-align: center;
	padding: 3px 25px;
	font-size: 9px;
	font-family: Helvetica, verdana, arial, sans-serif;
}

#footer a {
	color: gray;
}

/* STRUCTURE DIVS */

/* Menu */#menu li {	display: inline;	list-style-type: none;
	margin-bottom: 15px;
	padding: 5px 5px;}#menu ul, ol {	margin: 0;	padding: 0;	}#menu a {	background: transparent;	color: #6a5e59;	font-weight: bold;	margin: 0;
	margin-top: 0px;   	font-family: Georgia, "Times New Roman", serif;
    text-decoration: none;
	text-transform: uppercase;
	font-size:16px;
	padding: 0px 0;	}#menu a:hover, #menu a.current {
	color: black;
}

#pressphotos {
	margin: 0 auto 50px auto;
}

#pressphotos img {
	display: inline;
	margin: 0 auto;
}



.quotes {
	width: 100%;
	margin: 0 auto;
	background: transparent url(common/bullet.png) 10px 7px no-repeat;
}

.quotes blockquote {
	margin-top: 50px;
	font-style: italic;
	background: transparent url(content/images/leftquote.png) left top no-repeat;
}

.quotes blockquote div {
	padding: 0 30px;  	background: transparent url(content/images/rightquote.png) right bottom no-repeat;
}

.quotes .source {
	text-align: right;
	font-size: 12px;
	margin-right: 50px;
}

#songs {
	margin: 20px 0 50px 0;
}

.song {
	width: 95%;
	border: 1px solid gray;
	padding: 10px;
	margin: 0 auto 10px auto;
}

.song p {
	margin: 0 0 5px 0;
	font-size:13px;
}

.date h3 {
	margin: 0;
	font-weight: normal;
}

.date h2 {
	margin: 0;
	text-align: left;
	font-size: 17px;
}

.date p {
	margin-top: 5px;
	margin-bottom: 10px;
}

.date img {
	margin-top: 0px;
	display: inline;
	float: right;
}

.date {
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
}

.tracklist {
	list-style-position: inside;
}

div.clearer {	clear: right; 	line-height: 0; 	height: 0;}
