/*   
Theme Name: JD-QuickStop
Theme URI: http://glosswebsites.com.au
Description: Theme for QuickStop Automotive
Author: Joseph Silos - Gloss Websites
Author URI: http://www.glosswebsites.com.au	
Version: 1.2
*/

@charset "utf-8";
/* CSS Document */

body {background: #000 url(images/bg_header.gif) top center no-repeat; font-family: Tahoma, Geneva, sans-serif;color: white;}

#logo {margin: 30px auto; padding-left: 30px; width: 750px;}
a {color: white; text-decoration: none;}
div {color: white;}

h1 {color: white; font-size: 20px;}
h2, h3, h5, h6 {color: #F00; font-size: 15px;}
h4 {color: #ccc;}

#contact {color: #FFF;}

/* Facebox
-----------------------------------------------------------------------------------------------*/
#facebox .b {
  background:url(images/b.png);
}

#facebox .tl {
  background:url(images/tl.png);
}

#facebox .tr {
  background:url(images/tr.png);
}

#facebox .bl {
  background:url(images/bl.png);
}

#facebox .br {
  background:url(images/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #000;
  width: 850px;
  color: #FFF;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #333;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

/*
-----------------------------------------------------------------------------------------------*/
.boxgrid{ 
	width: 200px; 
	height: 200px; 
	margin: 20px; 
	float:left; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
.caption .boxcaption {
	top: 220;
	left: 0;
}

/* Menu
-----------------------------------------------------------------------------------------------*/
#menu {margin-top: 20px; width: 750px;}
ul#bottomnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 13px;
}
ul#bottomnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:40px;
}
ul#bottomnav a, ul#bottomnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 12px;
	float: left;
	text-decoration: none;
	color: #ccc;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#bottomnav a{ /*--This is basically the hover state of navigation--*/
	color: #F00;
	background-position: left bottom;
}
ul#bottomnav span{ /*--Default state of navigation--*/
	background-position: left top;
}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}


.sitemaplk{ font-size:14px;
text-decoration:none;
}

.sitemaplk a{ font-size:14px;
text-decoration:none;
}

.sitemaplk a:hover{ font-size:14px;
text-decoration:underline;
}
.slk{ 
text-decoration:none;
}

.slk a{ 
text-decoration:none;
}

.slk a:hover{ 
text-decoration:underline;
}