/*

Theme Name: Aspar-HTML

Version: 1.0

Author: Togay Çetiner

Author URI: http://www.togaycetiner.com.tr

*/

@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:#b8174d;} 



/* 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:#000 url(./media/nav-arrow.png) 0px 5px no-repeat;} 



