
body{
	background: #bf0426;
	font-family: "museo-sans",sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	/* -webkit-transform: translate3d(0,0,0); /* Prevent font scaling in landscape */
	-webkit-text-size-adjust: 100%;
 }

.content {
}


	
.divider {
	border-bottom: 1px solid #85031b;
	}
	
.footer {
	color: #85031b;
}
	
	
a{
	color: #730217; text-decoration: none;
}
	
a:hover{
	color: #000;text-decoration: none;}
	

/* Icons */

.social {
	color: #bf0426;
	margin: 30px 0 30px 0;
}

	
@media only screen
and (min-width : 768px) {

a.twitter{
	display: block;
	float: left;
	background: url('../../img/socialsprite1.png') no-repeat 0 0;
	width: 63px;
	height: 63px;
	margin-right: 15px;}
	
a.twitter:hover { background-position: 0 -63px; }

a.facebook{
	display: block;
	float: left;
	background: url('../../img/socialsprite1.png') no-repeat -63px 0;
	width: 63px;
	height: 63px;
	margin-right: 15px;}
	
a.facebook:hover { background-position: -63px -63px; }

a.pinterest{
	display: block;
	float: left;
	background: url('../../img/socialsprite1.png') no-repeat -126px 0;
	width: 63px;
	height: 63px;
	margin-right: 15px;}
	
a.pinterest:hover { background-position: -126px -63px; }

a.tumblr{
	display: block;
	float: left;
	background: url('../../img/socialsprite1.png') no-repeat -189px 0;
	width: 63px;
	height: 63px;
	margin-right: 15px;}
	
a.tumblr:hover { background-position: -189px -63px; }

.line { 
display: none;
}

}

@media only screen
and (min-width : 320px)
and (max-width : 767px) {
	a.twitter{
	display: block;
	float: left;
	background: url('../../img/socialsprite1.png') no-repeat 0 0;
	background-size: 184px 269px;
	width: 46px;
	height: 46px;
	margin-right: 10px;}
	
a.twitter:hover { background-position: 0 0; }

a.facebook{
	display: block;
	float: left;
	background: url('../../img/socialsprite1.png') no-repeat -46px 0;
    background-size: 184px 269px;
	width: 46px;
	height: 46px;
	margin-right: 10px;}
	
a.facebook:hover { background-position: -46px 0; }

a.pinterest{
	display: block;
	float: left;
	background: url('../../img/socialsprite1.png') no-repeat -92px 0;
background-size: 184px 269px;
	width: 46px;
	height: 46px;
	margin-right: 10px;}
	
a.pinterest:hover { background-position: -92px 0; }

a.tumblr{
	display: block;
	float: left;
	background: url('../../img/socialsprite1.png') no-repeat -138px 0;
background-size: 184px 269px;
	width: 46px;
	height: 46px;
	margin-right: 10px;}
	
a.tumblr:hover { background-position: -138px 0; }

.line { 
display: none;
}
}

	
	
	
/* Fonts */	
		
h1 {display: none;
}


p{
	color: #fff;
	font-weight: 100;
}


/* Logo  */

.logo {
	background: url(../../img/moonlogo2.png);
	background-size: contain;
	background-repeat: no-repeat;
}

