/*  
Theme Name: Holly Star 1.0
Description: Customized Theme
Author: Mellowtown
*/



/* ----------  BASIC SETUP  ------------ */

* {
	margin: 0px; padding: 0px;
}
html, body, {height: 100%;}

body  {
	height: auto;
	min-height: 100%;
	font-family: inherit;
}

:focus {outline: 0}
input, textarea {outline-style:none;}




a {
	color: #e14155;
	text-decoration: underline;
	}
	
a:hover {
	color: #1f2024;
	}
	
a { outline: none; }

p	{
	color:#1f2024;
	font-size:13px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
}



body {
	background-color: #090303;	
	font-size: 12px;
	font-family:Helvetica, Arial, sans-serif;
	margin: 0;
	padding:0;
}

.clr {
	clear: both;
}



/* ----------  PAGE  ------------ */


#wrap {
	background: url(imagesSplash/bg.jpg) no-repeat top center;
	background-color: #090303;	
	margin: 0 auto;
	width: 1000px;
	height:857px;
	font-family: inherit;
	position:relative;
}


/* ----------  SOCIAL NAV  ------------ */
#socialnav {
	display:block;
	width:540px;
	height:32px;
	margin:0;
	position:absolute;
	top:665px;
	left:239px;
}
#socialnav li {
	float: left;
	margin: 0;
	padding:0;
	list-style:none;
}
#socialnav li a {
	display: block;
	height: 32px;
	text-indent: -9999px;
	background-image: url(imagesSplash/bottomNav.png);
}
#facebook { width: 115px; background-position: 0 0; }
#myspace { width: 137px; background-position: -114px 0; }
#twitter { width: 119px; background-position: -250px 0; }
#audio { width: 161px; background-position: -370px 0; }

#facebook:hover { background-position: 0 -29px; }
#myspace:hover { background-position: -114px -29px; }
#twitter:hover { background-position: -250px -29px; }
#audio:hover {background-position: -370px -29px; }


