/* 
Deep: #D82A13;
Dark: #4A0803;
Light: #EB8275;
*/

body {
/*	background-color: #360441; */
	background-color: #444;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	margin-right: 0px auto;
	margin-left: 0px auto;
	padding-top: 0px;
	padding-bottom: 0px;		
	text-align: center;
/*	text-transform : uppercase; */
}

td {
	font-size: 12px;
}

h1, h2, h3 {
	text-transform : uppercase;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
/*	padding-top: 10px;
	padding-bottom: 10px; */
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px center;	
	display: block;
}

h3.music {
	background-image: url(images/music.png);
}

h3.newsletter {
	background-image: url(images/mail_2.png);
}

h3.blog {
	background-image: url(images/doc_lines.png);
}

h3.twitter {
	background-image: url(images/twitter_2.png);
}

h3.lyrics {
	padding-left: 0px;
}

h3.shop {
	background-image: url(images/shop_cart.png);
}

h3.photos {
	background-image: url(images/photo.png);
}

h3.doc {
	background-image: url(images/doc_lines.png);
}


p.lyrics {
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px center;	
	background-image: url(images/lyrics.png)
}


h3 a {
	display: block;
}
hr {
	border: 1px solid #444;
	margin-top: 20px;
	margin-bottom: 20px;
}

.uppercase{
	text-transform: uppercase;
}

.blogitem {
	margin-bottom: 20px;
}

.blogitem h1, .press h1 {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px; 
}

.blogitem p, .press p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.press p {
	padding-bottom: 20px;
}

.contentArea, .topArea {
	width:930px; 
	background-color:#111;
	padding-top: 20px; 
	padding-left: 20px; 
	padding-right: 20px; 
	margin:0px auto; 
	text-align: left;
}

.topArea {
	padding-bottom: 20px; 
}

.contentArea .lc {
	text-transform: none;
}

.contentArea {
	padding-bottom: 50px;
	border-bottom: 3px solid #CCC;
}

.mainContent {
	float: left;
	width: 690px;
}

.logotype {
	font-family: "Century Gothic";
}

.menu {
	display: block;
	width:970px;
	_width: 950px; 
	font-family: Verdana;
	margin:0px auto;
	text-align:left;
	font-weight: normal;
	font-size: 11px;
	margin-top: 5px;
/*	border-bottom: 1px solid #FFF; */
/*	letter-spacing: 1px; 	*/
text-transform: uppercase;
}	

.menu a {
	display: block;
	float: left;
	color:#CCC;	
	font-family: Verdana;	
	padding-left: 20px; 	
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-right: 20px; 	
	-moz-border-radius-topleft: 8px; 
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
/*	border-left: 1px solid #360441;
	border-top: 1px solid #360441;
	border-right: 1px solid #360441;	*/

}

.menu a:hover {
	display: block;
/*	background-color: #000; */
	color: #FFF;
/*	background-color: #540d64; */
	text-decoration: none;
/*	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;	*/
}

.menu a.sel {
/*	background-color: #540D64; */
	font-family: Verdana;
	background-color: #111;
	color: #FFF;
}

.socialLinks {
	float: right;
	text-transform: uppercase;
}

.shareLinks {
	float: right;
}

.socialLinks img {
	float: left;
}

.socialLinks a  {
	display: block;
	float: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px; 	
}

.socialLinks a img {
	margin-top: 9px;
}

.blog p {
	text-transform: none;
}

input {
	color: #000;
	font-family: Arial;
	font-size: 12px;
/*		background-color: #FFF; */
	text-transform : uppercase;
}

a {
	color: #CCC;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}


a.email {
	color: #FFF;
}

a.email:hover {
	text-decoration: underline;
}
	
h1 a:hover {
	text-decoration: none;
}	
	
/* Right Column */

#rightCol {
	float: right;
	width: 200px;
	padding-top: 20px;	
}	
	
.rightColItem {
	border: 0px none;
/*	margin-top: 10px; */

	background-color: #444;
	border: 3px solid #CCC;
	margin-bottom: 20px;
	-moz-border-radius-topleft: 12px; 
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
		-moz-border-radius-bottomleft: 12px; 
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
}	
	
.rightColItem h3 {
margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-position: 15px center;		
	background-color: #111;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;

}	

.rightColItem p {
	padding-right: 15px;	
	padding-left: 15px;
}
	
.rightColItem a {
	text-transform: uppercase; 
}	

.rightColItem .tweet a {
	text-transform: none;
}

	
/* MailChimp styles	*/

#mc_embed_signup {
	border: 0px none;
}

fieldset {
	border: 0px none;  
	padding: 0px 0px 0px 0px;
}

.mc-field-group {
	padding-bottom: 10px;
	float: left;
/*	padding-right: 20px; */
}

.mc-field-group label {
	padding-left: 0px; 
	padding-right:10px;
	margin-left: 0px; 
/* padding-bottom: 10px;	*/
}

.input-group {
	display: inline; 
}

#mc_embed_signup ul {
	display: inline; 
	list-style: none outside; 
	padding-left: 0px;
}

#mc_embed_signup li {
	list-style: none outside;
}

#mc_embed_close {
	display: none;
}


.st_sharethis {
	background-color: #CCC;
	margin-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	-moz-border-radius-topleft: 3px; 
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
		-moz-border-radius-bottomleft: 3px; 
	-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px; 
	-webkit-border-bottom-right-radius: 3px;
}

.sharethis {
/*	color: #FFF; */
}

a.soundcloud {
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(images/soundcloud_48.png);
	padding-left: 58px;
	margin-left: 10px;
	line-height: 48px;
	height: 48px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.gallery_ov td {
	padding-right: 10px;
	padding-bottom: 10px;
}
