@charset "UTF-8";
/* CSS Document */


/*********** THIS CSS FOR GENERAL BODY FORMATTING ***************/


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

body {
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a {
	font-size: 12px;
	color: #d18247;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d18247;
}
a:hover {
	text-decoration: underline;
	color: #d18247;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border-color: #d18247;
}


#wrapper {
	background-image: url(images/top-opaque-layer811w.png);
	background-repeat: repeat-y;
	width: 815px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

/*********** END OF CSS FOR GENERAL BODY FORMATTING ***************/



/*********** THIS CSS FOR FORMATTION OF HEADER SECTION ***************/

#headerBox {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}



/*********** END OF CSS FOR FORMATTION OF HEADER SECTION ***************/



#navBar {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/***********THIS CSS FOR FORMATTION OF PAGE CONTENT***************/




#pageContent {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
	padding-bottom: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
}

#pageContent a {
	font-size: 14px;
	color: #d18247 !important;
}

#pageContent a:link, #pageContent a:active, #pageContent a:visited {
	font-size: 14px;
	color: #d18247 !important;
	text-decoration: none;
}

#pageContent a:hover {
	color: #000 !important;
	text-decoration: none;
	background-color: #d18247 !important;
}

#pageContent ul {
	  width: 300px;
	  padding-left: 70px;
}

#pageContent ul li {
	padding-bottom: 7px;
	list-style: square;
	color: #d18247; 
}

#pageContent ul li a, #pageContent ul li a:link, #pageContent ul li a:visited, #pageContent ul li a:active {
	color: #d18247 !important;
	text-decoration: none;
}

#pageContent ul li a:hover {
	color: #000 !important;
	background-color: #d18247 !important;
	text-decoration: none;
}

/*********** THIS CSS FOR FORMATTION OF 2 COLUMNS on INDEX PAGE ***************/

#homePageLeftColumn {
	float: left;
	width: 390px;
}

#homePageRightColumn {
	float: right;
	width: 330px;
	text-align: right;
}

/*********** END OF CSS FORMATTION OF 2 COLUMNS on INDEX PAGE ***************/

.pageTitle {
	width: 340px;
	text-align: left;
	margin-bottom: 20px;
}


.newsDate {
	color: #d18247;
	text-align: left;
	margin-bottom: 10px;
}


.twitter {
	text-align: left;
}


.twitterUpdates {
	text-align: left;
	color: #FFF;
}


.albumInfo {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.albumInfo ol {
	text-align: left;
	margin-left: 30px;  
}

.albumInfo ol li {
	color: #d18247;
}

.albumInfo ol li a {
	color: #FFF !important;
	text-decoration: none !important;
}

.albumInfo ol li a:link, .albumInfo ol li a:active, .albumInfo ol li a:visited {
	color: #FFF !important;
	text-decoration: none !important;
}

.albumInfo ol li a:hover {
	color: #000 !important;
	background-color: #d18247 !important;
	text-decoration: none !important;
}

.inputa {
	border: 2px solid #d18247;
}

#mediaPageContent {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: left;
}


.photoList {
	margin-left: 50px;
	margin-bottom: 20px;
}

#lyricsPageContent {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: left;
	line-height: 20px;
	font-size: 14px;
}

#lyricsPageContent .albumInfo {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 15px;
}

#lyricsPageContent .albumInfo ol {
	text-align: left;
	margin-left: 30px;
}

#lyricsPageContent .albumInfo ol li {
	color: #d18247;
}

#lyricsPageContent .albumInfo ol li a {
	color: #d18247 !important;
	text-decoration: none;
	font-size: 15px;
}

#lyricsPageContent .albumInfo ol li a:link, .albumInfo ol li a:active, .albumInfo ol li a:visited {
	color: #d18247 !important;
	font-size: 15px;
	text-decoration: none;
}

#lyricsPageContent .albumInfo ol li a:hover {
	color: #000 !important;
	background-color: #d18247 !important;
	text-decoration: none;
}





/***********END OF CSS FOR FORMATTION OF VARIOUS PAGE CONTENT***************/


/***********THIS CSS FOR FORMATTION OF PHOTO SLIDESHOW***************/

.photoSlideshow {
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.photoSlideshow a {
	color: #FFFFFF;
	text-decoration: none;
}

.photoSlideshow a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.photoSlideshow a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;
}

.photoSlideshow a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.photoSlideshow a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.backToPhotos {
	float: right;
	margin-top: 15px;
	margin-bottom: 10px;
}

.backToPhotos > a > img {
	background: none; !important
}


/***********END OF CSS FOR FORMATTION OF PHOTO SLIDESHOW***************/


#merchPageContent {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: left;
	color: #d18247;
}


/***********THIS CSS FOR FORMATTION OF FOOTER NAVIGATION***************/

#footerNavigation {
	width: 800px;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	clear: both;
}

#footerNavigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF !important;
	text-decoration: none !important;
}

#footerNavigation a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF !important;
	text-decoration: none !important;
}

#footerNavigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d18247 !important;
	text-decoration: underline !important;
}

/***********END OF CSS FOR FORMATTION OF FOOTER NAVIGATION***************/