/*------------------Main------------------*/
.Content {
	background: #1a1a1a; 
	font-family: Arial, sans-serif;	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	top: auto;
	vertical-align:top;
	padding-left:5px;
	padding-right:15px;
}

.Store {
	background: #3e3e3e; 
	font-family: Arial, sans-serif;	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	top: auto;
	vertical-align:top;
	padding-left:5px;
	padding-right:15px;
}

/*------------------More Features------------------*/
.Editorials {
	background: #1a1a1a; 
	font-family: Arial, sans-serif;	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #c7c03d;
	top: auto;
	vertical-align:top;
}

.Friends {
	background: #1a1a1a; 
	font-family: Arial, sans-serif;	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #e72929;
	top: auto;
	vertical-align:top;
}

.MailingList {
	background: #1a1a1a; 
	font-family: Arial, sans-serif;	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #74d3be;
	top: auto;
	vertical-align:top;
}

/*------------------Artists------------------*/
.Kyla {
	background: #1a1a1a; 
	font-family: Arial, sans-serif;	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ff818a;
	top: auto;
	vertical-align:top;
}
.Stella {
	background: #1a1a1a; 
	font-family: Arial, sans-serif;	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #b4bb64;
	top: auto;
	vertical-align:top;
}
.WeathervaneJesus {
	background: #1a1a1a; 
	font-family: Arial, sans-serif;	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #6fa5d3;
	top: auto;
	vertical-align:top;
}


/*------------------Links------------------*/
a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color:#e89222;
	text-decoration:underline;
}

a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}


a:active {
	color:#e89222;
	text-decoration:underline;
}