/*
Theme Name: Barossa Brakes & Suspension
Author: Business Spruiker
Author URI: http://www.bizspruiker.com.au/
Description: Custom Theme.
Version: 1.0
*/

/* =Reset
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Clearfix
----------------------------------------------- */

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* =WordPress
----------------------------------------------- */

/* Images */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Typography
----------------------------------------------- */

body {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/site-bg.jpg) repeat;
}

#main {
	line-height: 1.2;
}

#main p {
	margin: 0 0 10px;
	line-height: 1.2;
}

/* Links */

a {
	color: #ffa900;
	text-decoration: none;
}

a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 18px 0;
	font-weight: bold;
}

h1 {
	font-size: 28px;
	line-height: 1.3;
}

h2 {
	font-size: 24px;
	line-height: 1.2;
}

h3 {
	font-size: 20px;
	line-height: 1.2;
}

h4 {
	font-size: 16px;
	line-height: 1.2;
}

h5 {
	font-size: 13px;
	line-height: 1.2;
}

h6 {
	font-size: 12px;
	line-height: 1.2;
}

/* Lists */

ol, ul {
	margin: 0 0 24px 36px;
	line-height: 1.7;
}

#main ol, #main ul {
	line-height: 1.2;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

ul {
	list-style: disc outside;
}

ol {
	list-style: decimal outside;
}

/* Tags */

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}

blockquote p:last-child {
	margin-bottom: 0;
}

code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}

/* =Page Structure
----------------------------------------------- */

#site {
	width: 954px;
	margin: 0 auto;
	position: relative;
}

#main {
	margin: 20px 0 0 0;
	background: #fff;
	border-radius: 15px 15px 0 0;
	-webkit-box-shadow: 0px 0px 10px 10px #080808;
	box-shadow: 0px 0px 10px 10px #080808;
}

#page-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 43px;
	color: #fff;
	line-height: 1;
	margin: 50px 0 0 43px;
}

#primary {
	float: left;
	width: 600px;
}

#content {
	padding: 10px 18px 17px 0;
}

.more-info {
	display: block;
	width: 129px;
	height: 36px;
	background: url(images/more-info.png) no-repeat 0 0;
	text-indent: -9999px;
}

/* =Header
----------------------------------------------- */

#site-header-wrapper {
	background: #fff200;
	min-width: 954px;
	padding-bottom: 6px;
}

#site-header {	
	width: 954px;
	margin: 0 auto;
}

#site-logo {
	float: left;
	width: 413px;
	margin: 38px 0 0 16px;
}

#header-contact {
	float: right;
	margin: 50px 16px 0 0;
	color: #231f20;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.1;
}

#header-contact .phone-number {
	font-size: 34px;
}

/* =Menu
----------------------------------------------- */

#site-navigation-wrapper {
	height: 47px;
	min-width: 954px;
	background: url(images/nav-bg.png) repeat-x 0 0;
}

#nav-shadow {
	height: 27px;
	min-width: 954px;
	background: url(images/nav-shadow.png) repeat-x 0 0;
}

#site-navigation {
	width: 954px;
	margin: 0 auto;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 18px;
	text-align: center;
	width: 100%;
}

#site-navigation ul.nav-menu,
#site-navigation div.nav-menu > ul {
	display: inline-block !important;
	*display: inline;
	zoom: 1;
}

#site-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-navigation li a,
#site-navigation li {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

/* Menu style */
#site-navigation li a {
	color: #000;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 20px;
	text-decoration: none;
}

#site-navigation ul.nav-menu > li {
	line-height: 47px;
	background: url(images/nav-sep.png) no-repeat 0 0;
	padding: 0 4px 0 10px;
}

#site-navigation ul.nav-menu > li:first-child {
	background: none;
}

/* Menu on hover */
#site-navigation li a:hover {
	color: #fff;
	background-color: #231f20;
}

#site-navigation li {
	position: relative;
}

#site-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1;
}

#site-navigation li ul ul {
	top: 0;
	left: 100%;
}

#site-navigation ul li:hover > ul {
	display: block;
}

/* Second level menu */
#site-navigation li ul li a {
	background: #efefef;
	border-bottom: 1px solid #ededed;
	display: block;
	font-size: 11px;
	line-height: 2em;
	padding: 8px 10px;
	width: 180px;
}

/* Second level menu on hover */
#site-navigation li ul li a:hover {
	background: #e3e3e3;
	color: #444;
}

/* Active menu items */
#site-navigation .current-menu-item > a,
#site-navigation .current-menu-ancestor > a,
#site-navigation .current_page_item > a,
#site-navigation .current_page_ancestor > a {
	color: #fff;
	background-color: #231f20;
}

/* =Home
----------------------------------------------- */

#home-intro {
	font-size: 20px;
	line-height: 29px;
	margin: 15px 17px 0 15px;
	padding: 25px 401px 30px 27px;
	background: url(images/home-intro-bg.png) repeat-x 0 0;
	border-radius: 15px;
	height: 112px;
	-webkit-box-shadow: 5px 5px 5px 0px #bebebe;
	box-shadow: 5px 5px 5px 0px #bebebe; 
}

#home-intro-bg {
	position: absolute;
	right: 17px;
	top: 27px;
}

#page-inner {
	margin: 33px 17px 0 45px;
}

.home #content {
	/* background: url(images/brakes-and-suspension.png) no-repeat 0 0;  */
	/* padding-top: 45px;  */
	margin-top: 30px;
}

.home .more-info {
	float: right;
	margin: 6px 3px 0 0;
}

/* =Contact Form
----------------------------------------------- */

#home-email-us {
	width: 239px;
	margin: 0 auto;
}

.contact-label {
	text-align: left;
	font-size: 12px;
}

input[type=text], textarea {
	border: 1px solid #aaaaaa;
	width: 100%;
}

textarea {
	font-size: 14px;
	line-height: 17px;
	height: 68px;
}

input[type=text] {
	display: block;
	height: 19px;
	margin-bottom: 3px;
}

#submit-button {
	width: 93px;
	height: 32px;
	background: url(images/submit-button.png) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	margin: 3px 0 0 25px;
}

/* =Inner Page
----------------------------------------------- */

#sidebar-inner-featured {
	margin: 0 0 20px 0;
	padding-top: 23px;
}

#page-featured-image {
	width: 922px;
	height: 167px;
	margin: 15px auto 0;
	border-radius: 15px;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 5px 0px #bebebe;
	box-shadow: 5px 5px 5px 0px #bebebe;
}

#content.internal {
	padding-top: 25px;
}

#primary.full-width {
	float: none;
	width: 100%;
}


/* =Sidebar
----------------------------------------------- */

#sidebar {
	width: 284px;
	float: right;
	text-align: center;
	background-color: #d9d9d9;
	padding: 0 0 13px;
	margin-bottom: 24px;
	border-radius: 0 15px 0 0;
}

.home #sidebar {
	padding-top: 69px;
	background: #d9d9d9 url(images/email-us-bg.png) no-repeat 13px 12px;
}

#logoroll {
	padding-top: 25px;
	background: url(images/sidebar-sep.png) no-repeat 50% 0;
	margin-top: 2px;
}

#logo-ironman {
	margin-bottom: 20px;
}

.logoroll-two {
	margin: 15px 0 7px;
}

#logo-rda {
	float: left;
	margin-left: 20px;
	width: 136px;
}

#logo-ebc {
	float: right;
	margin-right: 24px;
	width: 84px;
}

/* =Footer
----------------------------------------------- */

#site-footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff200;
	text-align: center;
	padding: 20px 0 18px;
}

#copyright {
	font-size: 13px;
}

/* =Footer menu
----------------------------------------------- */

#footer-menu {
	font-size: 15px;
	margin: 0 0 30px 0;
}

#footer-menu ul {
	margin: 0;
	list-style: none;
	line-height: 1.7;
}

#footer-menu ul li a {
	padding-left: 3px;
	color: #000;
}

#footer-menu li {
	display: inline;
}

#footer-menu li:before {
	content: '|';
	padding: 4px;
}

#footer-menu li:first-child:before {
	content: '';
}

/* =Nivo Slider
----------------------------------------------- */

#slider-wrapper {
	width: 587px;
	height: 260px;
	overflow: hidden;
	position: relative;
	border-radius: 0 15px 0 0;
	-webkit-box-shadow: 5px 5px 5px 0px #bebebe;
	box-shadow: 5px 5px 5px 0px #bebebe;
}

.nivoSlider {
	position: relative;
	overflow: hidden;
	width: 587px;
	height: 260px;
	background: #fff url(images/loader.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
	display: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img { display:block; }

.nivo-controlNav {
	text-align: center;
	position: absolute;
	left: 18px;
	bottom: 22px;
	z-index: 9999;
}

.nivo-controlNav a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 13px;
	height: 12px;
	/*text-indent: -9999px;*/
	border: 0;
	margin: 0 1px 0 2px;
	background: url(images/slider-controls.png) no-repeat 0 0;
	cursor: pointer;
}

.nivo-controlNav a.active {
	background-position: -13px 0px;
}

.nivo-caption {
	position: absolute;
	left: 0;
	top: 24px;
	z-index: 8;
	line-height: 52px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 34px;
	color: #fff200;
	background-color: #000;
	padding: 0 15px 0 12px;
	border-radius: 0 15px 0 0;
}