﻿/**
 * @package   FutureProspects Joomla! 3.0 Template
 * @version   1.0
 * @author    7Studio Tomasz Herudzinski http://www.7studio.eu
 * @copyright Copyright (C) 2009 - 2012 7Studio Tomasz Herudzinski
 * @license   Commercial - ThemeForest Regular License - http://themeforest.net/licenses/regular_extended
**/

 /* GLOBAL
----------------------------------------------------------------------------------- */
body {
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	background-color: #eaeaea;
	border-top: 4px solid #0f0f0f;
}

a {
	text-decoration: none;
	outline: none !important;
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: none;
}

p {
	margin: 12px 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #1f1f1f;
	margin: 10px 0;
	letter-spacing: 0;
	font-weight: 300;
}

h1 { font-size: 39px; line-height: 48px; }
h2 { font-size: 30px; line-height: 36px; }
h3 { font-size: 24px; line-height: 30px; }
h4 { font-size: 18px; line-height: 27px; }
h5 { font-size: 14px; line-height: 24px; }
h6 { font-size: 12px; line-height: 18px; }

h1 a,
h2 a,
h3 a {
	color: #000000;
}

h4,h5,h6 {
	text-transform: uppercase;
}

.page-header {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 18px;
	border-bottom: 0;
}

small,
.small {
	font-size: 11px;
}

ul,ol {
	padding: 0;
	margin: 0 0 12px 10px;
}

li {
	line-height: 24px;
}

pre,
code {
	font-size: 12px;
}

pre {
	color: #666666;
	border: 0;
	border-top: 1px solid #eaeaea;
	padding: 24px 30px;
	background: #f5f5f5;
}

/* Wrapper Containers */
.container-fluid {
	background: transparent;
	margin: 0 auto;
	padding: 15px 20px;
}

/* CSS3 Transitions - links */
a,
a:link,
a:visited {
-webkit-transition:color 70ms linear;
   -moz-transition:color 70ms linear;
	-ms-transition:color 70ms linear;
	 -o-transition:color 70ms linear;
		transition:color 70ms linear;
}

 /* Drawer
-----------------------------------------------------------------------------------*/
#drawer {
	background-color: #000000;
	font-size: 11px;
}

#drawer p {
	margin: 6px 0;
}

#drawer a {
	color: #eee;
}

#drawer a:hover {
	text-decoration: underline;
}

#drawer .module-title {
	border-bottom: 1px dotted #222222;
	margin: 0;
}

#drawer .module-title h3 {
	color: #aaa;
	font-size: 12px;
}

 /* Header
-----------------------------------------------------------------------------------*/
#header {
	/*background: #010101 url(../images/body/header-bg.jpg) repeat-x top;*/
}

#header-wrapper {
	/*background: url(../images/body/header-glow.jpg) no-repeat center top;*/
}
#header .container-fluid {
	padding: 0px 20px;
}

#header .logo h1 {
	padding: 0;
	margin: 0;
	text-transform: none;
}

#header .logo h1 a {
	color: #222222;
}

#header .logo h1 span {
	padding-left: 10px;
	font-size: 11px;
	color: #999;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header .btn-navbar {
	display: none;
}

#top-toolbar {
	padding: 40px 0 0 15px;
}

 /* Menu
-----------------------------------------------------------------------------------*/
#menu .container-fluid {
	padding: 0;
	margin-bottom: 15px;
	height:42px;
	line-height: 42px;
	background-color: #0a0a0a;
	border-bottom: 1px solid #282828;
	-webkit-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 1);
			box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 1);
}

#menu .nav-collapse {
	float: left;
}

/* drawer section toggle btn */
a.drawer-toggle {
	font-size: 11px;
	margin: 0 10px;
	color: #777777;
	padding-right: 10px;
}

a.drawer-toggle:hover {
	color: #eee;
}

a.drawer-toggle .icon-cog {
	opacity: 0.4;
	filter: alpha(opacity=40);
	margin: 0;
}

a.drawer-toggle:hover .icon-cog {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Slider
-----------------------------------------------------------------------------------*/
#slider {
	max-width: 100%;
	background:#b1b1b1 url(../images/body/slider-bg.png) repeat-x top;
}

#slider-wrapper {
	background: url(../images/body/slider-bg-center.png) no-repeat center top;
}

#slider .container-fluid {
	padding: 0;
}

/* Breadcrumbs */

#breadcrumbs .container-fluid {
	padding: 0;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
}

#breadcrumbs ul.breadcrumb {
	margin: 0;
	padding: 3px 0;
	background: none;
}

 /* Mainbody
-----------------------------------------------------------------------------------*/
#mainbody-bg {
	background: url(../images/body/mainbody-background.png) repeat-x 0 0;
	padding-top: 28px;
}

#content-area {
	padding: 15px 0;
}

 /* Sidebars
-----------------------------------------------------------------------------------*/

.sidebar-left {
	padding-right: 20px;
	border-right: 1px solid #eee;
}

.sidebar-right .shadow-top {
	background: url(../images/sidebar/shadow-top.png) 0 0 no-repeat;
	padding-top: 20px;
}

.sidebar-right .shadow-middle {
	background: url(../images/sidebar/shadow-middle.png) 0 0 repeat-y;
}

.sidebar-right .shadow-bottom {
	background: url(../images/sidebar/shadow-bottom.png) 0 100% no-repeat;
}

.sidebar-right .module {
	margin-left: 30px;
	margin-bottom: 30px;
}

.sidebar-left .module {
	margin-bottom: 30px;
}

 /* Bottom-Bar
-----------------------------------------------------------------------------------*/
#bottom-bar .container-fluid {
	padding: 0;
}

 /* Bottom-B
-----------------------------------------------------------------------------------*/
#bottom-b {
	padding-top: 12px;
	font-size: 11px;
	color: #999;
}

#bottom-b a {
	color: #000;
}

#bottom-b a:hover {
	color: #000
}

#bottom-b { 
	background: #efefef;
	-webkit-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.1);
			box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.1);
}

#bottom-b .module-title {
	border: 0;
	margin-bottom: 6px;
	padding-left: 20px;
	background: url(../images/interface/module-arrow.png) no-repeat 0 50%;
}

#bottom-b .module-content {
	padding-left: 20px;
	padding-bottom: 0;
}

/* Menu Module */
#bottom-b .module ul.menu > li {
	line-height: 21px;
	color: #999;
	border: 0;
}

#bottom-b .module ul.menu > li a {
	padding-left: 0;
	color: #999;
	font-size: 11px;
}

#bottom-b .module ul.menu > li a:hover,
#bottom-b .module ul.menu > li a:focus,
#bottom-b .module ul.menu > li a:active,
#bottom-b .module ul.menu > li.active > a {
	color: #222;
	background: none;
	text-decoration: underline;
}

#bottom-b .module ul.menu ul li a:hover,
#bottom-b .module ul.menu ul li a:focus,
#bottom-b .module ul.menu ul li a:active,
#bottom-b .module ul.menu ul li.active > a {
	background: none;
	padding-left: 0;
}

 /* Footer
-----------------------------------------------------------------------------------*/
#footer,
#footer .container-fluid {
	background-color: #050505;
	font-size: 11px;
	color: #707070;
	padding: 9px 20px 20px 20px;
	line-height: 42px;
	overflow: hidden;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .copyrights {
	padding-right: 6px;
	font-size: 11px;
}

#footer p {
	padding: 0;
	margin: 0;
}

#footer ul.nav li {
	float: left;
	padding: 0px 10px;
	margin: 6px 0;
	line-height: 30px;
	font-size: 11px;
	border-left: 1px solid #1a1a1a;
}

#footer ul.nav li:first-child {
	border-left: 0;
	padding-left: 0;
}

#footer ul.nav li a {
	color: #707070;
}

#footer ul.nav li a:hover { 
	background: none;
	color: #fff;
}

 /* Disclaimer
------------------------------------------------------------------------------------------------------*/
#disclaimer {
	font-size: 11px;
	text-align: center;
}

#disclaimer .container-fluid {
	padding: 0 20px;
}

#disclaimer a {
	color: #fff;
}

 /* To Top Scroller
------------------------------------------------------------------------------------------------------*/
a#totop {
	margin-top: 20px;
	display: block;
	width: 25px;
	height: 20px;
	z-index: 99;
	background-image: url(../images/interface/to-top-arrow.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

