/*
Theme Name: Hutt City Auto Electrical
Theme URI: http://www.huttcityautoelectrical.co.nz
Description: An HTML5 designed theme for Wordpress. Exclusively designed for Hutt City Auto Electrical LTD. 2013 by Al Inhgam.
Version: 1.0
Author: Al Ingham
Author URI: http://www.alingham.com
Tags: grey, blue, white, auto, electrical, hutt city, html5, css3
*/


/*
 * 
 * Colours
 *   - Blue:#2e5577
 *   - Dark Blue: #1b3a55
 *   - Aqua Blue: #9bf0ff
 *   - Mystic: #edf4fa
 * 
 * 
 * Fonts
 *   - General: font-family:'Lato', Arial, Verdana, sans-serif;
 *   - Headers: font-family:'Fjalla One', Arial, Verdana, sans-serif;
 */

/*---------------------------------------------------------------------------
 *                             General Elements                             *
 ---------------------------------------------------------------------------*/
body {
	background:#efefef url('images/bg-body.jpg') 0 0 repeat;
	font-family:'Lato', Arial, Verdana, sans-serif;
	font-size:62.5%;
	font-weight:300;
	width:100%;
	color:#484848;
}
 
p {
	padding:14px 0 20px 0;
}

img { 
	padding:6px;
	background:#ffffff;
	border:1px solid #838383;
}

th.noframe img, td.noframe img, tr.noframe img, div.noframe img, .noframe {
	padding:0px;
	background:none;
	border:0;
}

 
.pricecheck {
	font-family:'Fjalla One', Arial, Verdana, sans-serif;
	font-size:140%;
	font-weight:bold;
	text-transform:uppercase;
	color:#646464 !important;
}

 
/*---------------------------------------------------------------------------
 *                               Headings                                   *
 ---------------------------------------------------------------------------*/
 h1, h2, h3, h4 {
 	display:block;
 	font-family:'Fjalla One', Arial, Verdana, sans-serif;
	color:#2e5577;
	clear:both;
	text-transform:uppercase;
	line-height:1em;
 }
 h1 {
 	font-size:3.7em;
	padding:8px 0 18px 0;
	line-height:1em;
 }
 body.category h1 {
 	font-size:4.8em;
 }
 h2 {
 	font-size:3.2em;
	padding:6px 0 14px 0;
	line-height:1em;
 }
 h3 {
 	font-size:2.4em;
	font-weight:normal;
	padding:4px 0 10px 0;
	
 }
 h4 {
 	font-size:1.8em;
	font-weight:normal;
	padding:2px 0 8px 0;
 }
 h5 {
 	font-size:1.2em;
	font-weight:700;
	padding:0px 0 6px 0;
 }
 
 
/*---------------------------------------------------------------------------
 *                                 Links                                    *
 ---------------------------------------------------------------------------*/
 
a:link, a:visited {
	text-decoration:none;
	color:#1893ff;
}
a:hover, a:hover:visited {
	color:#2e5577;	
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited  {
	color:#2e5577;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h1 a:hover:visited, h2 a:hover:visited, h3 a:hover:visited, h4 a:hover:visited, h5 a:hover:visited {
	color:#1893ff;
}
 
/*---------------------------------------------------------------------------
 *                                Wrapper                                   *
 ---------------------------------------------------------------------------*/
#content-wrapper {
	width:800px;
	margin:0 auto;
	padding:6px;
	min-height:600px;
	display:block;
}
 
 
/*---------------------------------------------------------------------------
 *                                Header                                    *
 ---------------------------------------------------------------------------*/
#header {
	width:100%;
	height:90px;
	margin:0 auto;
	padding:80px 0 0px 0;
	background: url('images/bg-header.jpg') center repeat-x;
}
#header h1 {
	padding:6px 0 13px 0;
}
#header p {
	font-family:'Fjalla One', Arial, Verdana, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	width:200px;
	display:block;
	position:relative;
	top:-38px;
	float:right;
	color:#ffffff;
	font-size:2.2em;
	padding:0 98px 0 0;
}
#header span {
	color:#b5d5f1;
}
#header .mta {
	position:relative;
	float:right;
	top:-48px;
	right:12px;
}
div.phone-number {
	display:none;
}

#slides {
	border:7px solid #f1f1f1;
	/* CSS3 */
	-moz-box-shadow: 0 0 7px #888;
	-webkit-box-shadow: 0 0 7px#888;
	box-shadow: 0 0 7px #888;
}
#slides img {
	padding:0px;
	background:none;
	border:0;
	width:100%;
}
 
/*---------------------------------------------------------------------------
 *                               Navigation                                 *
 ---------------------------------------------------------------------------*/
nav.menu-main-menu-container {
	width:820px;
	margin:0 auto;
}
#menu-main-menu {
	width:800px;
	float:left;
	background:#d5d5d5 url('images/bg-nav.jpg') 0 0 repeat-x;
	border-top:1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	font-size:1.5em;
	margin:0 0 23px 0;
	/* CSS3 */
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 3px 5px #888;
	-webkit-box-shadow: 0 3px 5px #888;
	box-shadow: 0 3px 5px #888;
}
#menu-main-menu li {
	float:left;
	text-align:center;
	text-transform:uppercase;
	padding:0.7em 8px 7px 8px;
	border-right:1px solid #909090;
}
#menu-main-menu li.menu-item {
	width:183px;
}
#menu-main-menu ul.sub-menu li.menu-item {
	width:183px !important;
}
#menu-main-menu li:hover {
	background:#2e5577 url('images/bg-nav-hover.jpg') 0 0 repeat-x;
}
#menu-main-menu li.current-menu-item {
	background:#2e5577 url('images/bg-nav-hover.jpg') 0 0 repeat-x;
}
#menu-main-menu li.current-menu-item a {
	color:#ffffff;
}

#menu-main-menu a {
	color:#707070;
	padding:1px 0 4px 0;
}
#menu-main-menu li:hover a {
	color:#ffffff;
}
 
/* DropDown Menus */
ul.menu { 
	list-style:none; 
	margin:0; 
	padding:0 
}
ul.menu * { 
	margin:0; 
	padding:0 
}
ul.menu a { 
	display:block; 
	color:#ffffff; 
	text-decoration:none; 
}
ul.menu li { 
	position:relative; 
	float:left; 
}
ul.menu ul { 
	position:absolute; 
	top:38px; 
	left:0; 
	background:transparent url('images/bg-menudrop.png') 0 0 repeat; 
	display:none; 
	opacity:0; 
	list-style:none; 
	-moz-box-shadow:0.7px 1px 1px #454545;
	-webkit-box-shadow:0.7px 1px 1px #454545;
	box-shadow:0.7px 1px 1px #454545;
	opacity:0.8;	 
}

ul.menu ul li { 
	position:relative; 
	width:183px;
	margin:0; 
	border-right:0; 
}
ul.menu ul li a { 
	display:block; 
	padding:0 0 4px 14px; 
	color:#131313; 
	opacity:1;
}
ul.menu ul li:hover, ul.menu ul li.current-menu-item:hover { 
	background-image:none !important; 
	background-color:#1b3a55 !important; 
}
ul.menu ul li.current-menu-item { 
	background:transparent url('images/bg-menudrop.png') 0 0 repeat !important; 
}
ul.menu ul li a:hover { 
	color:#0d73ff; 
}
ul.menu ul ul { 
	left:183px; 
	top:-1px; 
}




/*---------------------------------------------------------------------------
 *                                Content                                   *
 ---------------------------------------------------------------------------*/
 
article {
	font-size:1.6em;
	line-height:1.6em;
	float:right;
	width:65%;
}
div.one-col article {
	width:100%;
}
div.one-col .postimg {
	display:none;
}

.postimg {
	background:#2e5577;
	margin:0 0 12px 0;
	border:2px solid #ffffff;
}

article ul {
	padding: 4px 0 23px 0;
}
article ul li {
	list-style:circle;
	margin-left:40px;
}
article ul li ul li {
	font-size:80%;
	font-weight:bold;
	line-height:1.1em;
	color:#767676;
}

article.post {
	padding-left:13px;
	border-left:1px solid #ACACAC;
}
article.post header, article.post footer {
	font-size:0.6em;
	padding: 0 0 8px 0;
}
article.post .postimg {
	background:#ffffff;
	margin:0 0 12px 0;
	border:1px solid #ACACAC;
}

article ul.servicing {
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
}

article ul.electrical li a, article ul.servicing li a, article ul.diagnostics li a {
	color:#1b3a55;
	font-weight:bold;
}
article ul.electrical li a:hover, article ul.servicing li a:hover, article ul.diagnostics li a:hover,
article ul.electrical li a:visited:hover, article ul.servicing li a:visited:hover, article ul.diagnostics li a:visited:hover {
	color:#1893ff !important;
}
 
 
 /*---------------------------------------------------------------------------
 *                                  Asides                                  *
 ---------------------------------------------------------------------------*/
 
aside.featured-image {
	float:left;
	width:25%;
	margin-right:10px;
}

aside.sidebar img {
	padding:0px;
	background:none;
	border:0;
}
aside.sidebar {
	padding:20px 0 50px 0;
	width:25%;
	font-size:1.4em;
	display:inline-block !important;
} 
aside ul {
	margin-bottom:15px;
} 
aside li.widget {
	margin-bottom:35px;
}
aside.sidebar h3 {
	font-size:1.9em;
}
 
 
div.three-col {
	width:100%;
	display:block;
	float:left;
	clear:both;
	font-size:1.3em;
	margin-bottom:23px;
}
aside.left-col, aside.middle-col, aside.right-col {
	min-height:200px;
	text-align:center;
	padding:9px;
	width:30%;
	margin:0 auto;
}
aside.left-col img, aside.middle-col img, aside.right-col img {
	padding:0;
	display: block; 
	margin: 0 auto;
	background:none;
	border:none;
}
aside.left-col, aside.middle-col {
	float:left;
}
aside.right-col {
	float:right;
}
aside.middle-col {
	border-left:1px solid #ACACAC;
	border-right:1px solid #ACACAC;
}

/*---------------------------------------------------------------------------
 *                              Products                                    *
 ---------------------------------------------------------------------------*/ 

div.product-placement {
	display:inline-block;
	background-color:#EFEFEF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 3px 5px #888;
	-webkit-box-shadow: 0 3px 5px #888;
	box-shadow: 0 3px 5px #888;
	width:450px;
	margin:0 0 45px 0;
	line-height:1em;
}
.product-cost {
	display:inline-block;
	float:left;
	padding:0px 18px 0px 10px;
	background:#CCC;
	border-radius-top-left: 6px;
	border-radius-bottom-left: 6px;
	border-right:1px solid #454545;
	width: 100px;
	height:100%;
}
.from {
	top:-13px;
	margin-bottom:-23px;
}
.cost {
	display:inline-block;
	padding-top:8px;
	font-size:3.4em;
	color:#2e5577;
	font-family:'Fjalla One', Arial, Verdana, sans-serif;
	line-height:1em;
}
.GST {
	font-family:'Fjalla One', Arial, Verdana, sans-serif;
	color:#878787;
	float:right;
	padding-bottom:25px;
}
.product-description {
	float:right;
	width:300px;
}
.product-description h2 {
	font-size:2.1em;
	line-height:-1em;
	color:#676767 !important;
	padding:18px 0 0 0; 
}
.product-description p {
	margin:0;
	padding:0;
}
 
/*---------------------------------------------------------------------------
 *                                 Footer                                   *
 ---------------------------------------------------------------------------*/

div.footer-wrapper {
	clear:both;
	background:#2e5577 url('images/bg-footer-rp.jpg') 0 0 repeat;
}
#footer {
	clear:both;
	background:transparent url('images/bg-footer.jpg') 0 0 repeat-x;
	min-height:400px;
	padding:60px 12px 0px 12px;
	color:#efefef;
	font-size:1.3em;
}
aside.footer-widgets {
	width:80%;
	margin:0 auto;
}
 
#footer .block {
	float:left;
	width:25%;
	margin:0 2.5%;
	padding:14px;
}
#footer .block ul {
	width:100%;	
}

#menu-footer-menu.menu li {
	float:none;
	font-size:1.4em;
}

#footer p.attributes {
	clear:both;
	width:800px;
	margin:0 auto;
	text-align:center;
	font-size:0.8em;
	height:80px;
	padding:80px 0 10px 0;
}
#footer a {
	color:#9bf0ff;
}
#footer a:hover {
	color:#ffffff;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5 {
	background:none;
	color:#f0f0f0;
	text-align:center;
}
 

ul.logo-credits li {
	float:left;
	width:33%;
}
ul.logo-credits {
	clear:both;
	display:block;
	width:100%;
	margin:0 auto;
	padding-top:42px;
}
ul.logo-credits img {
	display:block;
	margin:0 auto;
}
 
/*---------------------------------------------------------------------------
 *                            Contact Form                                  *
 ---------------------------------------------------------------------------*/
 
 
div.wpcf7 label {
	display:inline-block;
	width:130px;
}
div.wpcf7 form p { padding:0; margin:0; line-height:1em; }

input[type='button'], input[type='submit'], select {
	display:inline-block;
	background:#fafafa;
	background:-webkit-linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%);
	border:1px solid #aaa;
	padding:5px 14px;
	color:#444;
	border-radius:3px;
	box-shadow:0 1px 3px #ddd;
	-webkit-transition:0.2s linear;
}
	
input[type='button']:not(:disabled):hover, input[type='submit']:not(:disabled):hover {
	background:#fefefe;
	background:-webkit-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
	border:1px solid #aaa;
}
	
input[type='button']:not(:disabled):active, input[type='submit']:not(:disabled):active {
	background:#f4f4f4;
	background:-webkit-linear-gradient(top,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
input[type='submit'] {
	-webkit-appearance:button;
	-moz-appearance:button;
	appearance:button;
	display:inline-block;
	background:#fafafa;
	background:-webkit-linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%);
	padding:6px 30px 6px 30px;
	border-radius:3px;
	border:1px solid #aaa;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
	color: #444;

}
div.wpcf7 input[type='submit'] {
	font-size:1.3em;
	margin:0 0 34px 120px;
}
input[type='submit']:focus {
	outline: none;
}
div.wpcf7 input[type='text'] {
	width:330px;
}
input, textarea, select {
	padding:7px;
	border:1px solid #aaa;
	border-radius:3px;
	box-shadow:inset 0 1px 7px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus, select:focus {
	outline: none;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
}
div.wpcf7 textarea { 
	width:330px; 
	margin-bottom:18px; 
}	
div.wpcf7 {
	display:block;
	padding-bottom:34px;
}
 
 
 
/* Presentational classes generated by WordPress */
.aligncenter	{ display: block; margin: 0 auto; }
.alignleft		{ float: left; margin: 0 20px 20px 0; }
.alignright		{ float: right; margin: 0 0 20px 20px; }
.wp-caption		{ border: 1px solid #999; text-align: center; background: #eee; padding: 10px; margin: 10px; }


 
 