/*
Theme Name: Rvtr

Author: Essendon Creative
Author URI: http://www.essendoncreative.com.au
Version: 1
*/



/* Undo some default styling of common (X)HTML browsers */

/* No list-markers by default - * must redefine bullets w/ bg graphics */
ol, ul {
    list-style:none;
}
/* Avoid browser default inconsistent heading, * font-sizes and pre/code*/
td, code, pre, h6, h5, h4, h3, h2, h1, body {
    font-size:1em;
}
/* Remove inconsistent (among browsers) - * default padding or margin */
hr, img, td, tr, table, dl, dt, dd, div, label, input, fieldset, blockquote, p, html, body, form, pre {
    margin:0; padding:0;
}
h6, h5, h4, h3, h2, h1 {
    margin:0; padding:0;
}
li, ol, ul {
    margin:0; padding:0;
}
/* prevent blue linked image borders */
fieldset {
    border:none;
}
:visited img {
    border:none;
}
:link img {
    border:none;
}
a img {
    border:none;
}

section, article, header, footer, nav, aside, hgroup {
	display:block;
}

/* Begin Styles */

body, html {
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-size:13px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	letter-spacing:0;
	background:#fff;
	color:#666;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
    color:#333;
    letter-spacing:0;
    padding:0 0 10px 0;
}

h1 {
    font-size:20px;
    color: #2A6299;
    font-weight:bold;
}

h2 {
    font-size:22px;
}

h3 {
    font-size:20px;
}

h4 {
    font-size:18px;
}

h5 {
    font-size:16px;
}

h6 {
    font-size:14px;
}

p {
    line-height:20px;
    padding:0 0 15px 0;
}

/* use for contact details */
address {
    font-style:normal;
}

/* use for acronyms in content */
acronym {
    border-bottom:1px #ccc dotted;
    cursor:help;
}

/* use for blockquotes in content */
blockquote {
    padding:0 0 0 30px;
    border-left:3px #666 solid;
    font-style:italic;
}
a, a:link, a:visited, a:active {
    text-decoration:none;
    color:#00a6e7;
}
a:hover {
    text-decoration:underline;
    color:#666;
}

input, textarea {
    font-family:'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 15px;
    border: 1px solid #a6abac;
}

/* general styles */
div.pad{
	padding:10px;
}
div.pad-push{
	margin-right:10px;
}
div.pad-top {
    margin-top: 20px;
}

.button {
   color: #fff;
   border: 2px solid #b7d4f0;
   background: #0076a5;
   background: -webkit-gradient(linear, left top, left bottom, from(#0a96e2), to(#0076a5));
   background: -webkit-linear-gradient(top, #0a96e2, #0076a5);
   background: -moz-linear-gradient(top, #0a96e2, #0076a5);
   background: -ms-linear-gradient(top, #0a96e2, #0076a5);
   background: -o-linear-gradient(top, #0a96e2, #0076a5);
   padding: 0px 25px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   font-size: 18px;
   font-family: 'Pacifico', cursive;
   text-decoration: none;
   text-shadow: #014482 2px -2px 1px;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #b7d4f0;
   background: #33719b;
   color: #fde800;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

.button2 {
   color: #fff !important;
   border: 2px solid #b7d4f0;
   background: #1e5b98;
   background: -webkit-gradient(linear, left top, left bottom, from(#104b8b), to(#1e5b98));
   background: -webkit-linear-gradient(top, #104b8b, #1e5b98);
   background: -moz-linear-gradient(top, #104b8b, #1e5b98);
   background: -ms-linear-gradient(top, #104b8b, #1e5b98);
   background: -o-linear-gradient(top, #104b8b, #1e5b98);
   padding: 0px 15px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   font-size: 18px;
   font-family: 'Pacifico', cursive;
   text-decoration: none;
   text-shadow: #014482 2px -2px 1px;
   vertical-align: middle;
   }
.button2:hover {
   border-top-color: #b7d4f0;
   background: #28597a;
   color: #fde800;
   }
.button2:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

/* End Styles */

/* Begin Structure */

section, article, header, footer, nav, aside, hgroup {
	position:relative;
}

header {
	overflow: hidden;
	margin-top: 10px;
/*        height:194px;*/
}

#header-contact {
	margin-top:50px;
        color:#50b4db !important;
	font-size:26px;
/*        line-height: 52px;*/
        text-transform:uppercase;
}

.header-cursive {
	font-family: 'Pacifico', cursive;
	font-size:45px !important;
	letter-spacing: 2px;
}

.header-cursive small {
	font-size:25px;
}
.header-phone {
	font-size:36px !important;
	font-weight:bold;
	word-spacing: 3px;
}
.header-details {
	color:red !important;
	font-size:60px !important;
	font-weight:bold;
        margin-top: -30px;
        padding-bottom: 46px;
/*	word-spacing: 3px;*/
}
.main-nav {
    z-index:100;
}
.main-nav li a  {
    font-size: 13px;
    color: #fff;
    background: #2b629a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right:5px;
    padding: 5px 27px 5px 27px;
}

.main-nav li a:hover {
	background: #0092cb;
	border-top-color: #b7d4f0;
	color: #fde800;
        text-decoration: none !important;
}

li.current_page_item a {
    background-color: #0092cb;
}

.jqueryslider img {
	margin-top: 5px;
	margin-left: 40px;
}


section#branding {

}

nav {

}

nav ul {
	list-style:none;
}

nav ul li {
	float:left;
	padding: 5px 0;
}

nav#primary ul li a {

}

/* main content */

.main-container {
   color: #fcfcfe;
   background: #0092cb;
   border: 10px solid #0092CB;
/*   border-top-right-radius: 10px;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;*/
   overflow: auto;
   border-radius: 10px;
}


/* boxes with round corners */
.box-white {
    color: #000;
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
    box-shadow: #555 1px 1px 1px;
}
.box-white p {
    padding: 0px 25px 5px 25px;
}
.box-white ul, .box-white ol {
    margin: 0px 45px 5px 45px;
}
.box-white h1, .box-white h2, .box-white h3, .box-white h4 {
    padding: 15px 25px 5px 25px;
}

.box-gray {
    color: #2a6299;
    background: #dde5e7;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: #555 1px 1px 1px;
    padding-bottom: 10px;
}
.box-ltgray {
    color: #2a6299;
    background: #f6f8f7;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: #d9d9d9 1px 1px 1px;
    padding-bottom: 10px;
}

.box-gray p {
	font-size:18px;
        padding: 10px 20px;
}
.box-gray h1 {
	font-size:20px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #2a6299;
        padding: 10px 5px 0px 20px;
}
.box-gray h2, .box-gray h3, .box-ltgray h2, .box-ltgray h3 {
    padding: 10px 5px 0px 20px;
}


.box-gray form {
	padding:10px;
	line-height: 25px;
}

.box-gray label {
	font-size:12px;
	color: #2a6299;
	margin-left:15px;
}
.box-gray input {
    margin-left:15px;
}
.box-gray aside {
    font-size: 15px;
}
.box-gray aside a {
    color: #000;
}
.box-gray aside a:hover {
    color: #444;
}
.box-gray aside ul {
    margin: 0 20px 20px 20px;
    list-style-type: none;
}

.box-gray aside ol {
    margin: 0 15px 20px 40px;
}

.box-ltgray aside ul {
    margin: 0 20px 20px 20px;
    list-style-type: none;
}

.box-ltgray aside ol {
    margin: 0 15px 20px 40px;
}

#form-input {
	width: 245px;
	margin-left: 15px;
}

#submit {
	margin-right: 15px;
	margin-bottom: 15px;
	float: right;
}

.order-button {
	float:right;
	position:relative;
	right: 15px;
	bottom:15px;
        z-index: 999;
}

.box-gray textarea {
	width: 245px;
	height: 100px;
	margin-left: 15px;
}

.box-dkblue {
        background: #2B629A;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 300px;
        padding-bottom: 15px;
        box-shadow: #014482 1px 1px 1px;
}

#key-content {
    color: #fcfcfc !important;
}
#key-content h1 {
    color: #fcfcfc !important;
}
#key-content h2, #key-content h3 {
    font-size:20px;
    color: #fcfcfc !important;
    font-weight:bold;
    margin-top: 10px;
}

#key-content ul {
	list-style-image: url(images/tick.png);
	padding: 0px;
	margin-left: 60px;
	margin-top: 45px;
}

#key-content li {
	font-size: 12px;
	color: white;
	width: 200px;
}

#key-content-text {
	margin-top:10px;
	margin-left:25px;
}

.box-yellow {
    color: #2b629a;
    background: #fde801;
    border-radius: 10px;
    padding:10px;
    overflow:hidden;
    height: 115px;
    box-shadow: #555 1px 1px 1px;
    margin-top: 10px;
}

.box-yellow p {
	font-family: 'Open Sans', helvetica;
	font-size: 25px;
	width: 150px;
	line-height: 30px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}


.box-yellow img {
	float: right;
	position: relative;
	top: -90px;
	right: 20px;
}

.white-cursive {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 15px;
}

.white-cursive small {
	font-size:35px;
}

.white-cursive span {
	font-family: 'Pacifico', cursive;
	font-size:55px !important;
	letter-spacing: 2px;
	color: #fff;
	text-shadow: #014482 2px 2px 1px;
	line-height: 40px;
}


/* footer */

.footer-nav {
	margin-left:30px;
}

.footer-nav ul li {
	float:left;
	padding: 5px 2px;
 
}

.footer-nav  a {
    color: #bfc5c5;
    background: transparent !important;
    border: 0 !important;
    margin-right:45px;
    font-weight:bold;
}

.footer-nav a:hover {
    color: #2b629a;
}

.footer-logo {
    color: #000;
    background: #fff;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
}

.footer-logo img {
    width: 250px;
}


/* Begin Border Radius */

div#features, div#cta, div#service {
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px;
}

/* End Border Radius */


div#logo {
    background: #fff url('../images/header.jpg') no-repeat 0 0;
    height:384px;
}
div#logo h1 {
    text-indent: -99999px;
}
div#contact {
    height:87px;
    margin-bottom:20px;
    text-align:right;
}
span#number {
    color:#2B629A;
    font-size:34px;
    font-weight:bold;
}
span#melbourne {
    color: red;
    font-size:38px;
    font-weight:bold;
}

div#service {
    background:#2B629A;
    height:276px;
    color:#fff;
}
span.servicing, span.vehicles, span.aust-owned {
    text-align:center;
    width:100%;
}
span.servicing {
    font-size: 20px;
    font-weight:bold;
    display:block;
}
span.vehicles {
    background: transparent url('../images/trucks.png') no-repeat 9px 45px;
    display:block;
    height:90px;
    margin-top:12px;
    font-size: 14px;
    font-weight:bold;
}
span.aust-owned {
    background: transparent url('../images/aus.png') no-repeat 73px 40px;
    display:block;
    height:120px;
    font-size: 14px;
    font-weight:bold;
}
/* Section Call To Action */
div#cta {
    background:#F6EB75;
    height:75px;
    margin-bottom:20px;
    font-size:40px;
    text-align:center;
    padding-top:15px;
    text-transform:uppercase;
    font-weight:bold;
}
.cta-1, .cta-3 {
    color:#2B629A;
    display:block;
    float:left;
}
.cta-2 {
    color:red;
    display:block;
    float:left;
    margin-right:20px;
}
.cta-1 {
    margin-left:23px;
    margin-right:20px;
}
/* Section Features */
div#features {
	  background:#F0F0F0;
	  height:170px;
}
div#features li {
    list-style: disc outside;
    font-size:20px;
    color: #2B629A;
    font-style: italic;
    margin: 15px 0 ;
}
footer {
	overflow: hidden;
	margin-bottom:10px;
}

#sub-footer-plug {
	margin-top:15px;
}

#sub-footer-plug span {
	font-size: 11px;
	color:#777;
}

#sub-footer-plug span a {
	border:none !important;
	color: #555;
}

/* extras */
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}

/* End Structure */

/* Begin Lists */

ul {
    list-style:disc outside;
}

ol {
    list-style:decimal outside;
}

/* End Lists */

/* Other Styles */

#primary header, #primary footer, #secondary header, #secondary foooter {
    margin: 0 !important;
}
#content article {
    margin: 10px 15px;
}

.edit-link {
    font-weight: bold;
    margin: 25px;
}

a.post-edit-link {
    color: #00a6e7;
}
a.post-edit-link:hover {
    text-decoration: underline;
}
.company-info ul, .company-info ol {
    font-size: 18px;
    list-style-type: none;
    margin: 0 20px 15px 20px;
}
.company-info span {
    text-transform: uppercase;
    color: #0e2a46;
}

/* List of Vehicles */

.vehicle-item {
/*    min-height: 300px;*/
    margin-bottom: 25px;
    overflow: visible;
}

.vehicle-item h3 {
    color: #2a6299;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 5px 5px 5px;
}
/*.vehicle-item p {
    padding: 15px 5px 5px 5px;
}*/
.vehicle-item img {
    padding: 25px;
}
.vehicle-item ul {
    margin: 0 15px 15px 35px;
}
.vehicle-item a {
    color: #2A6299;
    font-weight: bold;
}
.vehicle-item a:hover {
    text-decoration: underline;
}
.vehicle-item-image {
/*    min-height: 400px;*/
}

/* Gravityform Styles */

.gform_wrapper ul {
    list-style-type: none;
}

.gform_wrapper li {
    margin: 0;
    padding: 0;
}


input.medium, textarea.medium {
    width: 240px;
}
input.large, textarea.large {
    width: 250px;
}
textarea.large {
    height: 60px;
}
.gform_edit_link {
    float: right;
}

/* NIVO slider styles */


.nivoSlider {
    width: 600px;
    height: 289px;
    margin: 10px;
}
.nivoSlider img {
    width: 580px;
}
.nivo-caption p {
    color: #2a6299;
    font-size: 16px;
    font-weight: bold;
}


