/* Global Styles */


a:link, a:visited, a:active{
	color: #D6D6D6;
}

a:hover{
	color:#FFC9ED;
}

body, table {
	color: #000000;
	background-image: url("images/bg-rosetta.jpg");
	background-color: #333333;
	background-repeat: no-repeat;
	font-family: "Gill Sans",Helvetica,Arial,sans-serif,sans;
	font-size: 16px;
}

h1{
   font-size: 20px;
   font-family: "Helvetica", sans;
}

h2{
   font-size: 20px;
   font-family: "Helvetica", sans;
   color: #FFFFFF;
}

img, img.portrait {
	border: 0;
	padding: 0;
	margin: 0;
}


div.centerfront {
    width:100%;
	margin-top: 3em;
	text-align: center;
	overflow: hidden;
}

 .headshot, .email{
	margin: 2em;
	font-size: 18px;
}

.bandcamp, .soundcloud, .facebook, .twitter{
	margin: 0 0.5em;
	display: inline;
}

.portrait{
	width: 400px;
	height: 400px;
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.portrait:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.downloads{
	width: 320px;
	text-align: left;
	margin: auto;
}

.socials{
	padding-top: 2em;
	margin-top: 2em;
}



.bandcamp-logo{
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url('images/bandcamp-64.png') left;
}

.bandcamp-logo:hover {
	background-position: -64px 0;
}

.soundcloud-logo{
	display: inline-block;
	width: 144px;
	height: 63px;
	background: url('images/soundcloud-288.png') left;
}

.soundcloud-logo:hover {
	background-position: -144px 0;
}

.facebook-logo{
	display: inline-block;
	width: 58px;
	height: 58px;
	background: url('images/facebook-116.png') left;
}

.facebook-logo:hover {
	background-position: -58px 0;
}

.twitter-logo{
	display: inline-block;
	width: 72px;
	height: 58px;
	background: url('images/twitter-144.png') left;
}

.twitter-logo:hover {
	background-position: -72px 0;
}

.youtube-logo{
	display: inline-block;
	width: 64px;
	height: 45px;
	background: url('images/youtube-128-45.png') left;
}

.youtube-logo:hover {
	background-position: -64px 0;
}

.cashmusicform {
	width: 600px;
	margin: auto;
}

/* Mailchimp */
#mc_embed_signup {
	color: #FFFFFF;
}
