body {
	background-color: #170805;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
}

a {
	color: #ffcc66;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: square;
}

th {
	text-align: left;
}

table {
	border-collapse: collapse;
}

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

#master {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	background-color: black;
	min-height: 600px;
}

#navLinks {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#headerImage {
	display: block;
}

#body {
	min-height: 600px;
	padding: 10px 30px 10px 30px;
}

#navLinks li {
	float: left;
	width: 192px;
}

#footer {
	text-align: center;
	font-size: 10px;
	padding: 10px;
	background-color: #090909;
}

img {
	border: 0;
}

div.leftCol {
	width: 200px;
	float: left;
	font-size: 85%;
}

div.rightCol {
	width: 200px;
	float: right;
	font-size: 85%;
	border-left: 1px solid #252525;
	padding-left: 10px;
	padding-bottom: 50px;
}

input.blur {
	color: #999;
}

form#signupForm {
	margin-bottom: 10px;
}

div#formResult {
	border: 1px solid #ffcc66;
	padding: 5px;
}
/* @group Media */

div.photos div.photo {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

div.mediaEntry {
	margin-bottom: 50px;
}

div.mediaEntry h2 {
	border-bottom: 1px solid #ddd;
}

/* @end */

/* @group Recordings */

h1 span.desc {
	font-size: 60%;
	font-style: italic;
	color: #999;
}

div.recordings div.cover {
	float: left;
	padding-right: 60px;
	padding-left: 20px;
	display: block;
}

div.recordings div.info {
	float: left;
	width: 600px;
}

div.recordings h1 {
	margin-top: 0;
}

div.recordings div.album {
	margin-bottom: 40px;
}

div.recordings ul.buyLinks {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	font-size: 12px;
}

div.recordings ul.buyLinks li {
	margin-bottom: 12px;
}

div.recordings ul.buyLinks a {
	background-color: #6c230c;
	padding: 4px 6px 4px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.recordings ul.buyLinks a:hover {
	text-decoration: none;
	background-color: #391206;
}

/* @end */

/* @group Biography */

div.biography p {
	line-height: 28px;
	text-align: justify;
}

/* @end */

/* @group Performances */

table.performances td {
	padding: 5px 20px 10px 0;
	font-size: 14px;
	border-bottom: 1px solid #252525;
}

table.performances td.date {
	width: 135px;
}

table.performances th {
	font-size: 24px;
	border-bottom: 1px solid #ffcc66;
}

a.getTickets {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	background-color: #6c230c;
	padding: 4px 6px 4px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.getTickets:hover {
	text-decoration: none;
	background-color: #391206;
}

table.performances td.getTickets {
	width: 100px;
	padding: 0;
	margin: 0;
	text-align: right;
}

/* @end */




/* @group News */

div.news {
	width: 650px;
	font-size: 90%;
	float: left;
}

div.news div.entry {
	float: left;
	margin-bottom: 40px;
}

div.news div.entry div.date {
	font-size: 24px;
	float: left;
	width: 220px;
}

div.news div.entry div.content {
	float: left;
	width: 400px;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #6b230c;
}

div.entry div.content p {
	margin-top: 0;
}

ul.socialNetworks {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.socialNetworks li img {
	padding-right: 4px;
	vertical-align: middle;
}

ul.socialNetworks li {
	line-height: 20px;
	margin-bottom: 4px;
}

/* @end */

/* @group Press */

div.pressPhotos {
	float: left;
	width: 100%;
}

div.pressPhotos div.photo {
	float: left;
	width: 210px;
	padding: 10px;
	display: block;
	margin: 10px;
}

div.pressPhotos div.photo img {
	display: block;
	width: 200px;
	margin: 0 auto;
	border: 1px solid white;
}

div.pressPhotos div.photo a {
	
}

div.pressPhotos div.photo div.description {
	font-size: 12px;
}

/* @end */



/* @group Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* @end */
