/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
	font-weight:normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {
	background: url(images/bg.png);
	background-repeat: repeat-x;
	background-color:#FAFAFA;
	width:99%;
	font-family: Calibri, Verdana, sans-serif;
	font-weight:bold;
}

a {
	color:#770000;
}

#Wrapper {
	background:white;
	Width:990px;
}

#Header {
	background:#773300;
	height:90px;
}

#Logo {
	position: absolute;
	left:3em;
	top:12px;
	background:url(images/trans_logo.png);
	width:155px;
	height:66px;
}

#Footer {
	background:url(images/footer.png);
	width:990px;
	height:71px;
}
#Address {
	text-align:right;
	position:absolute;
	right:1em;
	top:5px;
	height:3em;
	font-size:12px;
	text-shadow: 0px 0px 5px black;
	color:white;
}
#Menu  {
	position:absolute;
	left:250px;
	top:68px;
	height:33px;
	width:730px;
}
#Menu ul {
	margin:0px;
	padding:0px;
}
#Menu li { list-style-type:none; }
#Menu li a {
	padding:0.2em;
	width:5.5em;
	height:1em;
	color:white;
	float:left;
	margin-right:0.2em;
	opacity:0.9;
	border:1px solid #90715b
	border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	-webkit-border-radius:4px 4px 0px 0px;
	text-shadow: #000000 0px 0px 5px;
	background-position: 0px 35px;
	font-size:15px;
	font-weight:bold;
	background:url(images/header_bg.png); 
	background-position:0px -40px;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-property: background-position,color,text-shadow;
	-moz-transition-duration: 0.3s;
	-moz-transition-property: background-position,color,text-shadow;
	-o-transition-duration: 0.3s;
	-o-transition-property: background-position,color,text-shadow;
	transition-duration: 0.3s;
	transition-property: background-position,color,text-shadow;
}

#Menu li a:hover {
	text-shadow: #FFF 0px 0px 0px;
	background-position:0px 0px;
/*	background:url(images/header_bg.png);  */
	cursor:pointer;
	color:white;
}

#HomePage thead th {
	font-size:20px;
	padding-top:0.5em;
}
#HomePage tbody img {
}


#HomePage tbody div {
}


#HomePage tbody td {
	padding-top:1em;
	padding-bottom:2em;
}

#HomePage tfoot td{
	background:white;
}

#ArtistList {
}

#ArtistList td {text-align:left;}

.ArtistSummary {
	width:195px;
	height:250px;
	overflow:hidden;
	font-weight:normal;
	margin:0em;
	text-align:left;
}

.ArtistSummary a {
	font-size:16px;
	display:block;
	height:2em;
	color:black;
	margin:0.5em;
}

.ArtistSummary img {
	border: 1px inset #777;
}

.ArtistDetails { width:100%; text-align:left;background:white; }
.ArtistHeader {
	border-bottom:3px solid #520;
	color:#730;
	width:50%;
	height:1.5em;
	font-weight:normal;
	
}


.ArtistHeader h1 {
	font-size:16px;
	float: left;
}

.ArtistHeader h2 {
	font-size:14px;
	float:right;
}

.ItemDetails {
	border-bottom:1px solid #eee;
	font-size:15px;
	font-weight:bold !important;
}




#HomePage tfoot td {
	font-size:13px;
	background:white;
	display:block;
}

#HomePage tfoot .section {
	border:1px solid #ccc;
	background:#EEEEEE;
	padding:0.5em;

}

#HomePage tfoot .section p {
	margin:0.8em;
}

#HomePage tfoot .odd {
	margin:0px;
	background:white;
}
#HomePage tfoot .section h1 {
	color:#222;
	text-shadow: 4px 4px 10px #CCC;
	font-size:20px;
	font-weight:bold;
	margin:0.5em;
}
#HomePage tfoot .section h2 {
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
	margin:0.5em;
}

#HomePage tfoot .section ul {
	list-style-type:square;
	margin-bottom:1em;
}
#HomePage tfoot .section li {
	padding-left:0.1em;
	margin-left:2em;
}

#StaticPage {
	padding:1em;
	text-align:left;
	background:white;
	border-right:1px solid #666; 
	border-left:1px solid #666;
}

.slideshow-captions {
	display:block;
	position:absolute;
	text-align:center;
	left:0px;
	bottom:-50px;
	border:1px solid black;
	height:50px !important;
	text-shadow:#AAA 2px 2px 5px ;
	font-weight:bold;
	border:none;
	background:none;
	color:black;
}

.Bio {
	min-height:300px;
	margin:1em;
	padding:1em;
	border:1px solid #eee;
}
