/* CSS Reset to make All Browsers behave */
* { margin: 0; padding: 0; }
img { border: 0; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.9em; }
/* end CSS reset */

/* ---------- Set Base Styling ---------- */
html {
	background: #000000;
	color: #FFFFFF;
}

body {
	margin: 5px auto;
	width: 900px;
	border: 5px solid #000000;
	font-size: 12pt;
	padding: 3pt;
	font-family: Lucida Grande;
}

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

a:active, a:hover {
	text-decoration: underline;
	color: #A28865;
}
/* ----------  ---------- */


/* ---------- Common Classes ---------- */
.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.blockCenter {
	margin: 0px auto;
}
/* ----------  ---------- */


/* ---------- Header ---------- */
.header {
	text-align: center;
}

.headerSite {
	font-size: 2em;
	color: white;
	text-align:center;
}

.headerSite a, .headerSite a:hover {
	color: white;
	text-decoration: none;
}

.headerList {
	text-align:center;
	text-transform: uppercase;
}

.headerList li {
	list-style: none;
	display: inline;
	font-size: 16pt;
	margin: 0 6pt;
}
/* ----------  ---------- */


/* ---------- Footer ---------- */
.footer {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	margin: 30px auto 5px;
}
/* ----------  ---------- */


/* ---------- Breadcrumbs ---------- */
.breadCrumbs {
	margin-bottom: 20px;
	padding: 1px;
	text-align: center;
}
/* ----------  ---------- */


/* ---------- Home Page ---------- */
.homeText {
	background-image: url(../images/bg_home.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-top: 80px;
	height: 380px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
	margin-top: -20px;
}

.homeText p {
	margin-bottom: 12px;
}
/* ----------  ---------- */


/* ---------- Biography Page ---------- */
.biography {
	background-image: url(../images/bg_biography.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 230px;
}
/* ----------  ---------- */


/* ---------- Image Gallery ---------- */
.fullImage {
	text-align: center;
	cursor: pointer;
}
.imageGallery {
	overflow: auto;
	text-align: center;
	padding-left: 60px;
}
.imageBox {
	width: 260px;
	margin: 5px;
	float: left;
	text-align: center;
}
.imageBox a:hover {
	text-decoration: none;
}
.imageThumb {

}
/* ----------  ---------- */


/* ---------- Learics ---------- */
.albumTable {
	margin-bottom: 15px;
}
.albumTitle {
	font-weight: bold;
	font-size: 20px;
}
.albumCover {
}
.lyricsWrapper {
	text-align: center;
	overflow: auto;
}
.songName {
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
}
.songLyrics {
	background-repeat: no-repeat;
	background-position: center 20px;
	float: right;
}
/* ----------  ---------- */


/* ---------- Events ---------- */
.eventTable {
	margin-bottom: 10px;
}
.eventName {
	font-weight: bold;
	font-size: 1.2em;
}
.eventDesc {
	padding:3px 0 0 5px;
}
.eventDate {
	font-size: 0.8em;
}
/* ----------  ---------- */


/* ---------- Video Page ---------- */
.videoBox {
	width: 480px;
	height: 295px;
	border: 2px solid #C1B6A2;
	background: #000000 url(../images/bg_biography.png) no-repeat scroll center top;
	margin: 5px auto;
}
.videoThumbContainer {
	overflow: auto;
	text-align: center;
}
.videoThumb {
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	width: 150px;
	height: 180px;
	cursor: pointer;
	margin: 10px;
	padding: 2px;
	border: 1px solid #C1B6A2;
	display: inline-table;
}
/* ----------  ---------- */