/*
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/navigation.css);  /*   Navigation Styles */
@import url(css/orbit-1.2.3.css);   /*   Featured Slider 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, h3, 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;
} 
h2, h4, h5, .content-headsing h5 {
	color:#000;
} 
h4 {
	color:#F00;
} 

/* MAIN BACKGROUND COLOUR FOR MENU AND LOGO */
.navigation-menu, .sf-vertical li, .jspDrag {
	background-color:#000;
} 
.sf-menu .current a, .sf-menu a:hover, .sf-menu .current .sliding-element a:hover {background:#000000 url(images/nav-arrow.png) 0px 5px no-repeat;} 
