@import url(reset.css);

*, html, body {
	padding: 0;
	margin: 0;
}

body {
	/* background: #000 url(/img/dancers_bg.gif) no-repeat right bottom; */
	background: #000;
	/* font-family: "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-family: Tahoma, "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 10.5pt;
	line-height: 15pt;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, 'Palatino Linotype', 'Times New Roman', serif;
}

h1 {
	font-size: 18pt;
	line-height: 30pt;
	margin: 24pt 0 9pt;
}

h2 {
	font-size: 16pt;
	margin: 29pt 0 15pt;
}

h3 {
	/* font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-size: 12pt;
	font-weight: bold;
	margin: 18pt 0 15pt;
}

p {
	margin-bottom: 15pt;
}

a {
	color: #ffd;
	text-decoration: underline;
}

a:visited {
	color: #ddd;
}

a:hover {
	color: #ffb;
	text-decoration: none;
}

img {
	display: block;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ul {
	list-style-type: none;
}

.clearfloat {
	overflow:hidden;
}

/**
* layout
*/
div#holder {
	margin: 0 auto;
	/* padding: 0 30px;*/ 
	width: 640px;
	/* background-color: #000; */
}

/**
* logo
*/
div#logo {
	margin-top: 5pt;
	overflow: hidden;
	/* text-align: center; */
}


/**
* hEvent
*/
div.vevent {
	width: 640px;
}

div.vevent abbr {
	border:0
}

/**
* hCard
*/
.vcard .fn {
	font-weight: bold; 
}

/**
 * hReview
 */
li.hreview h2.item {
	font-size: 13.5pt;
	font-weight: bold;
}

li.hreview h2.item a {
	text-decoration: none;
}
li.hreview h2.item a:hover {
	text-decoration: underline;
}

li.hreview h2.item img,
div.hreview h3.item img {
	float:left;
	padding-right: 15pt;
	width: 77px;
	height: 67px;
} 

.hreview p.summary,
.hreview h2.summary {
	font-variant: small-caps; 
	font-size: 16px;
} 


.hreview div.description p img {
	float:right;
	padding: 0 0 15pt 15pt;
	width:252px;
}

.hreview .reviewer, 
.hreview .dtreviewed, 
.hreview .reviewer span {
	font-weight: normal;
	font-style: italic;
} 

/**
* Main menu
*/

ul#main-menu {
	text-align: right;
}
ul#main-menu li {
	display: inline;
	
}

ul#main-menu li a,
ul#main-menu li span {
	padding: 10pt 10pt;
	background-color: #1F1F1F;
	text-decoration: none;
	line-height: 30pt;
}

ul#main-menu li a:hover {
	background: #333;
}

/**
 * Body copy
 */
.pn { /* Proper Noun */
	font-style: italic;
}

/*
*	Setlist & Archive list & Line up
*/
dl.lineup {
	margin-bottom: 15pt;
}

.setlist dt,
.tracksby dt,
.archivelist dt,
.lineup dt {
	margin-top: 15pt;
	font-family: Georgia, 'Palatino Linotype', 'Times New Roman', serif;
	font-variant: small-caps;
	font-weight: bold;
}


.setlist dd,
.tracksby dd,
.archivelist dd {
	border-bottom: 1px solid #333;
}

.setlist dd:hover,
.tracksby dd:hover,
.archivelist dd:hover {
	background-color: #333;
	
}

.setlist dd span {
	display: block;
	float: left;
	width: 230px;
}

.archivelist dd span {
	font-style: italic;
}

.archivelist a {
	text-decoration: none;
	display: block;
}

.setlist dd span.album {
	display: inline;
	float: none;
	width: auto;
	font-style: italic; 
	/* font-weight: bold; */
}

.setlist dd span.divider {
	display:none;
}

/**
* Photos
*/
div#photos {
	overflow: hidden;
	margin-bottom: -10.5pt;
}
div#photos a {
	float: left;
	padding: 0 10.5pt 10.5pt 0; 
	width: 160px;
	height: 160px;
}

/**
 * Inline images
 */
img.inline-image {
	float: left;
	margin-right: 10.5pt;
	display: inline;
}

/**
* Footer
*/
div#footer {
	margin: 32pt 0 15pt;
	border-top: 1px solid #333;
	padding-top: 15pt;
	text-align: left;
	font-size: 9pt;
	color: #aaa;
}

div#footer img {
	display:inline;
}
