@import url(../StylesBase.css);
@import url(../Menu.css);

/*==========================================================================================================================*/
/* Basic Page Styles */
/*==========================================================================================================================*/

body {
	background: rgb(0,0,0)
	url('/Skins/Default/Images/pageBg.gif') fixed
	no-repeat center top;
}

a {
	color: rgb(200,200,200);
}

h1 {
    color: rgb(110,108,121);
    text-shadow: 1px 1px 0px rgb(66,66,66);
	border-bottom: solid 1px rgb(110,108,121);
}

h2 {
    color: rgb(110,108,121);
    /*text-shadow: 1px 1px 0px rgb(145,123,112);*/
}

/*==========================================================================================================================*/
/* Menu */
/*==========================================================================================================================*/

div#menuBar 
{
	background: rgb(81,79,90);
}

ul#intenseMenu ul {
    background: rgb(110,108,121);
}

/* selected menu element */
ul#intenseMenu .current a, ul#intenseMenu li:hover > a {
    background: rgb(110,108,121);
    color:#000;
}

ul#intenseMenu li ul li:hover{
	background-color: rgb(166,163,172);
}

/*==========================================================================================================================*/
/* Home Page Widgets */
/*==========================================================================================================================*/

/* Album Review */

div.sorHomeQuote .attribution
{
    color: rgb(219,195,169);
}

/* Latest Tweet */

div.latestTweet .attribution
{
    color: rgb(219,195,169);
}

/* Next Show */

div.nxtShowDate {
    color: rgb(219,195,169);
}


/* Latest News */

div.newsTitle 
{
    color: rgb(130,130,130);
}

div.newsDate 
{
    color: rgb(219,195,169);
    border-bottom: solid 1px rgb(50,50,50);
}

/* Flikr Stream */

div.flikrStream
{
    float: left;
    margin-bottom: 10px;
}

div.flikrStream img
{
    float: left;
    margin-right:20px;
}


/*==========================================================================================================================*/
/* TextLinks */
/*==========================================================================================================================*/

.textLinks h2
{
    color: rgb(60,60,60);
}

/*==========================================================================================================================*/
/* Tour Dates Pages */
/*==========================================================================================================================*/

div.showListHeader
{
    color: rgb(219,195,169);
}

div.showListing
{
    background-color: rgba(219,195,169,0.3);
}

div.showListingAlt
{
    background-color: rgba(81,79,90,0.5);
}


/*==========================================================================================================================*/
/* Band Member Pages */
/*==========================================================================================================================*/

div.bandTitle
{
    color: rgb(166,163,172);       
}

/*==========================================================================================================================*/
/* Album Info Pages */
/*==========================================================================================================================*/

div.albumTrackNumber 
{
    color: rgb(219,195,169);
}

div.albumInfoReviewScore
{
    color: rgb(219,195,169);
}

div.albumInfoTitle
{
    color: rgb(219,195,169);
}

div.albumAltVideoTitle
{
    color: rgb(219,195,169);
}
