/*
Theme Name: Mitchell Chuoke Plumbing
Theme URI: http://www.chuoke.com/
Description: Mitchell Chuoke Plumbing Theme.
Version: 1.0.0
Author: Prowess Designs
Author URI: http://www.prowessdesigns.com/
*/



/** Reset
------------------------------------------------------------ */

* {
	margin:0; padding:0; border:0 none;
	font-family:inherit; font-size:100%; font-weight:inherit; font-style:inherit;
	vertical-align:baseline;
}
img, a {outline:none;}
h1, h2, h3, h4, h5, h6 {
	clear:both;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
blockquote, q {
	quotes:none;
}
.clearfix {clear:both;}

strong, b {font-weight:bold;}
em, i {font-style:italic;}

.hr {
	margin-top:30px;
	display:block;
	border-top:1px dotted #fff;
	height:0px;
}



/** General
------------------------------------------------------------ */

body {
	background:#696969;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#d7d7d7;
	min-width:920px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

input[type="text"], input[type="email"], textarea {
	background-color:#f7f7f7;
	border:3px solid #bbb;
	padding:6px;
}

p {
	font-size:13px;
	line-height:19px;
	padding-bottom:16px;
}

a {
	color:#ef7c0e;
	text-decoration:none;
}
	
a:hover {
	color:#ef7c0e;
	text-decoration:underline;
}

hr {
	clear:both;
	display:block;
	background-color:#dfdfdf;
	width:100%;
	height:1px;
	border:none;
}

blockquote {
	margin:8px 25px 24px 20px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

blockquote p {
	padding:18px 60px;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#454545;
}



/** Headings
------------------------------------------------------------ */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px; font-weight:normal;
	color:#fff;
	line-height:35px; margin-bottom:15px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px; font-weight:normal;
	color:#fff;
	padding-right:102px;
}

h2 a {color:#fff;}
h2 a:hover {color:#fff; text-decoration:underline;}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px; font-weight:normal;
	color:#fff;
	border-bottom:1px dotted #fff;
	width:290px;
	margin-bottom:12px; padding-bottom:5px;
}

h4 {
	border-top:1px dotted #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px; font-weight:normal;
	color:#fff;
	padding:15px 0 8px;
}

h4, h4 a, h4 a:link, h4 a:visited {
	text-decoration:none;
	color:#fff;
}

h4 a:hover {
	text-decoration:none;
	color:#fff;
}



/** Images
------------------------------------------------------------ */

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin:2px 15px 15px 0px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin:2px 0px 15px 15px;
}

.aligncenter,
img.aligncenter {
	clear:both;
	display:block;
	margin:0 auto;
}



/** Topbar
============================================================ */

#topbar-wrap {
	background-color:#313131;
}

#topbar {
	margin:0 auto;
	width:900px; height:30px;
}

.topnav {
	float:right; margin-top:7px;
}

.topnav li {
	float:left; margin-left:11px;
}

.topnav li.phone {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; font-weight:bold;
	padding-top:1px;
}

.topnav li.phone span {
	margin-right:11px; color:#ff9600;
}

.topnav li.email a {
	margin-top:2px;
	display:block; text-indent:-9999em;
	width:18px; height:12px;
	background:url('images/contact.png') no-repeat -1px -1px;
}

.topnav li.email a:hover {
	background-position:-20px -1px;
}

/** Header
============================================================ */

#header-wrap {
	padding-top:35px;
}

#header {
	position:relative;
	margin:0 auto;
	width:900px; height:360px;
	overflow:hidden;
}

#header a.logo {
	display:block; text-indent:-9999em;
	width:196px; height:115px;
	background:url('images/logo.png') no-repeat;
	position:absolute;
	top:0px; left:0px;
	z-index:2000;
}

#slideshow {
	position:absolute;
	top:0px; left:0px;
	width:900px; height:360px;
}

#slideshow li {
	position:absolute;
	top:0px; left:0px;
	width:900px; height:360px;
	display:none;
}

#slideshow li p {
	margin:0; padding:0;
	position:absolute;
	top:360px; left:40px;
	width:360px; height:30px;
	background:url('images/slideshow/slideshow-caption.png') no-repeat;
	z-index:1000;
}

#slideshow li p span {
	display:block;
	padding:6px 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; font-weight:bold;
	color:#151515;
}

#nav-wrap {
	margin:0 auto;
	width:900px;
	background-color:#2d2d2d;
}

#nav {
	float:right; margin-right:12px;
}

#nav li {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; font-weight:bold; text-transform:uppercase;
}

#nav li a {
	display:block;
	padding:10px 13px;
	color:#fff;
}

#nav li a:hover {
	text-decoration:none;
	background-color:#ef7c0e;
}

/** Content
============================================================ */

#content-wrap {
	margin:0 auto;
	width:900px;
}

#content {
	padding:20px 15px 60px;
}

/** Mainbar
============================================================ */

#mainbar {
	float:left;
	width:580px;
}

.preview-post {
	margin:25px 0 0; padding-bottom:10px;
	border-bottom:1px dotted #fff;
}

.preview-post-image {
	float:left;
	width:140px; height:98px;
	margin-top:4px;
}

.post-head {
	position:relative;
	margin-bottom:12px;
}

.post-head h2 {
	float:left;
	width:324px;
}

.single h2 {
	font-size:24px;
	width:478px;
}

.post-category {
	position:absolute;
	top:7px; right:0px;
	font-size:9px; font-weight:bold;
	color:#fff;
}

.post-category a {
	font-size:9px; font-weight:bold;
	color:#fff;
}

.single .post-category {
	top:13px;
}


.preview-post-content {
	float:right;
	width:426px;
}

.post-mainimage {
	border:1px solid #949494;
	background-color:#848484;
	margin-bottom:20px;
}

.post-mainimage img {
	padding:6px;
	width:566px; height:360px;
}

.post-mainimage span {
	display:block;
	font-size:12px; font-style:italic;
	text-align:center;
	padding:0 0 8px;
}

.more-projects {
	margin-top:35px; float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; font-weight:bold; text-transform:uppercase;
}

.more-projects a {
	display:block;
	padding:10px 13px;
	color:#fff;
	background-color:#ef7c0e;
}

.more-projects a:hover {
	text-decoration:none;
	background-color:#ef7c0e;
}

.c-post {
	padding-top:7px; padding-bottom:10px;
	margin-bottom:18px;
	border-bottom:1px dotted #fff;
}

.c-post h2 {
	margin-bottom:7px;
}

.c-post-image {
	float:left;
	width:140px;
	margin-top:4px;
}

.c-post-content {
	float:right;
	width:426px;
}


/** Single Post Gallery
------------------------------------------------------------ */

.gallery {
	padding:6px 0px 15px;
}

.gallery-row {
	clear:both;
	width:580px; height:94px;
	margin-bottom:12px;
}

.gallery-row dl {
	float:left; margin-left:12px;
	display:block;
	width:136px; height:94px;
}

.gallery-row dl:first-child {
	margin-left:0px;
}

.gallery-row dl img {
	border:3px solid #848484;
}



/** Single Post Gallery
------------------------------------------------------------ */

.contact-wrap {
	padding:20px 0;
}

.input_block, .textarea_block {
	margin-bottom:15px;
}

.input_block label, .textarea_block label {
	display:block;
	float:left; width:165px;
	text-align:right; margin-right:10px;
	color:#fff;
}

.input_block input {
	float:left;
}

input[type="text"], input[type="email"], textarea {
	width:300px;
}

.security_block input[type="text"] {
	width:150px;
}

.input_block img {
	border:3px solid #bbb;
}

.input_submit {
	width:493px;
}

.wpcf7-submit {
	margin-top:20px; float:right;
	display:block; cursor:pointer;
	padding:10px 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; font-weight:bold; text-transform:uppercase;
	color:#fff;
	background-color:#ef7c0e;
}

.wpcf7-submit:hover {
	text-decoration:none;
	background-color:#ef7c0e;
}


/** Sidebar
============================================================ */

#sidebar-wrap {
	float:right;
	width:255px;
}

#sidebar {
	padding-top:60px;
}

.bullitt {color:#ef7c0e;}

.side-link {
	border-top:1px dotted #fff;
	padding-top:14px;
	color:#fff;
}

.side-link a, .side-link a:link, .side-link a:visited {
	color:#fff;
}

.side-link a:hover {
	color:#fff;
	text-decoration:underline;
}



/** Footer
============================================================ */

#footer-wrap {
	background-color:#2d2d2d;
}

#footer {
	position:relative;
	margin:0 auto;
	width:900px; height:85px;
}

#footer-nav {
	float:left;
	margin-top:27px;
}

#footer-nav li {
	float:left;
}

#footer-nav li a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px; font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	padding:0 8px 0;
	border-left:1px solid #ef7c0e;
}

#footer-nav li.first a {
	padding-left:0px;
	border-left:0;
}

#footer-copy {
	float:left; clear:both;
	margin:3px 0 0; padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}

a.tokoly-group {
	position:absolute;
	top:35px; right:0px;
	display:block; text-indent:-9999em;
	width:48px; height:18px;
	background:url('images/tokoly-group.png') no-repeat -1px -1px;
}

a.tokoly-group:hover {
	background-position:-1px -20px;
}




.input_wall {

}

.input_wall label {
	float: left;
	width: 165px;
	text-align: right;
	margin-right: 10px;
}

.input_wall .code {
	float: left;

}

.input_wall .code img {
	position: relative;
	top: 6px;
	background: #696969;
}

.input_wall .code input {
	width: 191px;
	margin-left: 20px;
}




































