/*
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:500px;  }
#featured { margin-top:-500px;}  
#box-container {height:500px;  margin-top:-250px; }  /* 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:#000;
} 

/* MAIN BACKGROUND COLOUR FOR MENU AND LOGO */
.logo-menu, .navigation-menu, .sf-vertical li, .jspDrag, .sf-menu .current a, .sf-menu a:hover, .sf-menu .current .sliding-element a:hover {
	background-color:#000;
} 
.sf-menu .current a, .sf-menu a:hover, .sf-menu .current .sliding-element a:hover {background-image: url(./images/nav-arrow.png) ; background-position: 0px 5px; background-repeat: no-repeat;}
