/*
Theme Name: Broadside
Version: 1.0
Author: ProgressionStudios
Author URI: http://themeforest.net/user/ProgressionStudios
*/
@import url(./css/reset.css);
@import url(./css/standard.css);   /*   Main Styles */
@import url(./css/fancybox.css);  /*   LightBox Styles */

/*   MAIN CONTAINER HEIGHT SIZE */
#container, #left-container, #featured, #featured div { height:600px;  }
#featured { margin-top:-600px;}  
#box-container {height:600px;  margin-top:-300px; }  /* Margin-top is half of the total height  */

/* MAIN HIGHLIGHTED COLOUR FOR HEADINGS */
h1, h2, h3, h4, h5, h6, ul.sub-navigation li a:hover, ul.sub-navigation li.current a, a.prev span, a.next span, a.prev:hover, a.next:hover, .light-fonts .content-heading h5, .light-fonts .content-heading h6 {color:#FFF;} 

/* MAIN BACKGROUND COLOUR FOR MENU AND LOGO */
.navigation-menu, .sf-vertical li, .jspDrag {background-color:#FF0000;} 
.sf-menu .current a, .sf-menu a:hover, .sf-menu .current .sliding-element a:hover {background:#FF0000 url(./images/nav-arrow.png) 0px 5px no-repeat;} 
 
.logo-menu{
	background:#FFFFFF;
}

.enter_site{
	float:right;
	color:#000000;
}
.enter_site a{
	color:#000000;
	font-size:20px;
	text-decoration:none;
	top:295px;
	font-weight:bold;
	right:450px;
	position:relative;
	text-transform:uppercase;
}

.enter_site a:hover{
	color:#FF0000;
	text-decoration:underline;
}

.music_main{
	width:20px;
	height:20px;
	top:296px;
	left:98px;
	float:right;
	position:relative;
}


.footer_text{
	width:Auto;
	height:20px;
	top:295px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	left:95px;
	color:#000000;
	float:right;
	position:relative;
}
