/*  
Theme Name: Precision Websites
Theme URI: http://precision-websites.com
Description: New Precision Website Theme
Version: 1.0
Author: James Prickitt
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */

body {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #333;
	letter-spacing: 0.01em;
}
p {
	line-height: 20px;
	margin-bottom: 15px;
}
a {
	color: #336688;
}
a:hover {
	color: #fff;
	background: #336688;
}
h1 {
	font-size: 16.5pt;
	font-weight: normal;
	color: #6f6f6f;
	margin-bottom: 0.5em;
}
h2 {
	font-weight: normal;
	font-size: 16.5pt;
	margin-bottom: 7px;
	margin-top: 12px;
	color: #6f6f6f;
	clear: both;
	display: block;
}
h3 {
	font-weight: normal;
	font-size: 13.5pt;
	margin-bottom: 20px;
	margin-top: 30px;
	color: #333;
}
h4 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 15px;
	/*color: #336688; */
	color: #333;
}

img {
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.captcha, img.captcha-reset	{
	clear:none;
}


/* structure classes */
#header-holder {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('images/header-bg.gif') repeat-x;
	clear: both;
}

#header {
	position: relative;
	height: 90px;
	width: 940px;
	margin: 0 auto;
}
#header .left-box {
	float: left;
	width: 350px;
	height: 90px;
}
#header .right-box {
	float: right;
	width: 590px;
	height: 90px;
}
#header .logo-holder {
	float: left;
	width: 283px;
	height: 86px;
}
#header .nav-holder {
	width: 100%;
	margin: 61px 0 0;
}
#banner-holder {
	margin: 0 auto;
	height: 150px;
	width: 100%;
}
#content-holder {
	width: 100%;
	margin: 240px 0 0;
	background: url('images/shadow.gif') repeat-x right top;
}
#content {
	width: 940px;
	margin: 0 auto;
}
#sidebar-holder {
	float: left;
	width: 340px;
}
#sidebar { 
	padding-bottom: 50px;
}
#main-holder {
	float: right;
	width: 600px;
	clear: RIGHT;
}
#main  {
	margin: 10px 0px 10px 25px;
	padding-bottom: 50px;
}

#footer-holder {
	clear: both;
	overflow:hidden;
	width:100%;
	background: #333 url('images/footer_tile.gif');
	border-top: 4px solid #ff6a00;
	color: #FFF;
}
#footer {
	width: 940px;
	height: 200px;
	margin: 0 auto;
	padding-top: 20px 0px 10px 0px;
	font-size: 12px;
}

/* header classes */
#header #phone-holder {
	float: right;
	margin-top:22px;
}
#header #phone {
	color: #f2a434;
	font-size: 16px;
	font-weight: bold;
}
#header #phone span {
	color: #DDD;
	font-weight: bold;
}

/* footer classes */
#footer a {
	color: #eee;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #eee;
	background: #444;
	font-size: 12px;
}
#footer p {
	padding: 0px;
	color: #eee;
}
#footer .line1 {
	height: 1px;
	border-bottom: 1px solid #333;
	clear: both;
	padding: 3px 0px;
	margin: 1px 0px;
}
#footer .line2 {
	height: 1px;
	border-bottom: 3px solid #333;
	clear: both;
	padding: 2px 0px;
	margin: 5px 0px;
}
#footer p.copy-text {
	padding-top: 8px;
}

#footer #left-box {
	width: 665px;
	border-right: 1px solid #555;
	margin-top: 20px;
	float: left;
	background: #444;
	padding: 20px 10px;
}
#footer #search-holder {
	float: left;
	width: 230px;
	margin-left: 4px;
	margin-top:20px;
}
#footer #search {
	float: left;
	width: 230px;
	padding: 18px 10px;	
	background: #444;
}
#footer #search #s {
	background: transparent url(images/srch_bg.gif) no-repeat scroll left center;
	float: left;
	color: #e5e5e5;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 7.5pt;
	border: 1px solid transparent;
	padding: 2px 5px 2px 18px;
	margin: 0pt;
	width: 130px;
	margin-left: 15px;
}
#footer #search #searchsubmit {
	width: 41px;
	height: 17px;
	cursor: pointer;
	/*background: transparent url(images/srch_btn.gif) no-repeat scroll right center;*/
	background: #333;
	border: 1px solid #444;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: normal;
	color: #ccc;
	font-size: 6.5pt;
	margin-left: 2px;
	margin-top: 1px;
}
/* content main classes */
#main ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding-left: 20px;
	margin: 10px 5px 10px 0px;
}
#main ul li {
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
	margin-top: 3px;
	margin-left: 13px;
	color: #333;
}
#main ol {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding-left: 20px;
	margin: 10px 5px 10px 0px;
}
#main ol li {
	list-style-type: decimal;
	list-style-image: none;
	list-style-position: outside;
	margin-top: 3px;
	margin-left: 13px;
	color: #333;
}

#main .post-spacer {
	clear: both;
	height: 11px;
}
#main .post-spacer2 {
	clear: both;
	height: 1px;
}

#main .sidebar-inset {
	width: 200px;
	margin-left: 5px;
	padding: 5px;
	background-color: #EEE;
	float: right;
}
/* sidebar classes */
#sidebar #sidebar1, #sidebar2 {
	float: left;
	width: 170px;
}
#sidebar #sidebar1 .wrap, #sidebar2 .wrap {
	margin: 63px 6px 10px 6px;
}
#sidebar p {
	margin-top: 15px;
	font-size: 11px;
	font-family: arial, verdana;
	color: #555;
	line-height: 17px;
}
#sidebar a {
	margin-top: 15px;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
#sidebar2 ul li ul{ /* ul of nav */
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 16px 0px 10px 0px;
}
#sidebar2 ul li ul li {
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
	margin-top: 8px;
	margin-left: 13px;
	color: #336688;
}
#sidebar2 ul li ul li a {
	font-family: arial, verdana;
	font-size: 12px;
	font-weight: normal;
}

#sidebar2 ul li ul li.current_page_item  a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#sidebar2 ul li ul li .current_page_item a:hover {
	color: #ffffff;
	text-decoration: none;
}
#sidebar2 p {
	font-size: 12px;
}
/* added this class to highlight the nav if within the blogpost */
#blog ul#suckerfishnav li.page-item-16 {
	background:url(/wp/wp-content/themes/precisionweb/images/nav_active_li.gif) no-repeat left top;
}

#blog ul#suckerfishnav li.page-item-16 a {
	background:url(/wp/wp-content/themes/precisionweb/images/nav_active_a.gif) no-repeat right top;
	color:#FFF;
}

#services ul#suckerfishnav li.page-item-5 {
	background:url(/wp/wp-content/themes/precisionweb/images/nav_active_li.gif) no-repeat left top;
}

#services ul#suckerfishnav li.page-item-5 a {
	background:url(/wp/wp-content/themes/precisionweb/images/nav_active_a.gif) no-repeat right top;
	color:#FFF;
}

#sidebar h5 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	margin-top: 0pt;
	margin-right: 10px;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

/* testimonials */
#sidebar .testimonial {
	color: #444;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	margin-top: 16px;
	padding-bottom: 16px;
}
#sidebar .testimonial .text {
	margin-top: 5px;
}
#sidebar .testimonial .client {
	color: #333;
	font-size: 11px;
	margin-top: 10px;
	padding-left: 0px;
}

/* banner classes */
#banner {
	color: #DDD;
	height: 150px;
}
#banner .home {
	background: transparent url('images/banners/8.jpg') no-repeat scroll center center;
	color: #DDD;
	height: 150px;
}
#banner .services {
	background: transparent url('images/banners/2.jpg') no-repeat scroll center center;
	color: #DDD;
	height: 150px;
}
#banner .portfolio {
	background: transparent url('images/banners/1.jpg') no-repeat scroll center center;
	color: #DDD;
	height: 150px;
}
#banner .blog {
	background: transparent url('images/banners/3.jpg') no-repeat scroll center center;
	color: #DDD;
	height: 150px;
}
#banner .about {
	background: transparent url('images/banners/6.jpg') no-repeat scroll center center;
	color: #DDD;
	height: 150px;
}
#banner .contact {
	background: transparent url('images/banners/5.jpg') no-repeat scroll center center;
	color: #DDD;
	height: 150px;
}

#banner #banner-text {
	width: 960px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	color: #444;
}
#banner #banner-text h1  {
	margin-top: 0pt;
	margin-right: 5px;
	margin-bottom: 0pt;
	margin-left: 375px;
	padding-top: 26px;
	font-size: 18pt;
	font-weight: normal;
	color: #5a2d1b;
}
#banner #banner-text h2 {
	line-height: 18px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0pt;
	margin-left: 375px;
	font-size: 13px;
}

/* post classes */
.post h3 {
	margin-bottom: 10px;
	margin-top: 15px;
}
.post h3 a {
	font-weight: bold;
	font-size: 17px;
	margin-top: 20px;
	color: #336688;
	text-decoration: underline;
}
.post h3 a:hover {
	color: #fff;
	background: #336688;
}

.post .post-metadata {
	margin-top: 40px;
	color: #444;
	font-size: 11px;
}
.post .post-metadata-single {
	margin-top: 20px;
	color: #444;
	font-size: 11px;
}
.post .post-metadata a {
	text-decoration: underline;
	line-height: 20px;
}
.post .line {
	height: 20px;
	border-bottom: 1px solid #ddd;
}
.post .line-single {
	border-bottom: 1px solid #ddd;
}

/* comments classes */

h3#respond {
	font-size: 15px;
	font-weight: normal;
	color: #6f6f6f;
	margin-bottom: 0.5em;
	margin-top: 1em;
	background: #F2F2F2;
	border: 1px solid #ddd;
	padding: 5px 7px;
}

/* breadcrumb classes */
.breadcrumb {
	float: left;
	clear: left;
	width: 493px;
	font-size: 11px;
	color: #999;
	padding-top: 13px;
}
.breadcrumb a {
	color: #999;
	text-decoration: underline;
}

.breadcrumb a:hover {
	color: #fff;
	background: #999;
	text-decoration: underline;
}

/* print and email buttons */
ul#tools {
	float: left;
	list-style-type: none;
	padding-top: 0px;
	margin-top: 0px;
	clear: right;
	padding-top: 13px;
}
ul#tools li {
	float: right;
	list-style-type: none;
}
li.email a, li.print a {
	display: block;
	width: 14px;
	height: 11px;
	margin-top: 4px 0pt 0pt 5px;
}

li.print a {
	background: transparent url(/wp/wp-content/themes/precisionweb/images/icn_print.gif) no-repeat scroll center top;
}
li.email a {
	background: transparent url(/wp/wp-content/themes/precisionweb/images/icn_email.gif) no-repeat scroll center top;
}
li.email a:hover, li.print a:hover {
	background-color: #fff;
	text-decoration: none;
}

li.print a:hover {
	background: transparent url(/wp/wp-content/themes/precisionweb/images/icn_print.gif) no-repeat scroll center bottom;
}
li.email a:hover {
	background: transparent url(/wp/wp-content/themes/precisionweb/images/icn_email.gif) no-repeat scroll center bottom;
}
/* portfolio */
#portfolio .client-box { 
	clear: both;
	margin-bottom: 20px;
}
#portfolio img {
	border: 1px solid #ddd;
}
#portfolio .line {
	height: 20px;
	border-bottom: 1px solid #ccc;
	clear: both;
	margin: 20px 0px;
}
#portfolio h3  a {
	color:#6F6F6F;
	font-size:12pt;
	font-weight:normal;
	margin-bottom:0.5em;
	margin-top:1em;
	text-decoration: none;
}
#portfolio h3 a:hover {
	color:#6F6F6F;
	background: none;
}

#portfolio .line {
	height: 20px;
	border-bottom: 1px solid #ccc;
	clear: both;
	margin: 20px 0px;
}
/*#portfolio ul {
	width: 320px;
	float: right;
	margin-left: 210px;
	margin-top: 0px;
}*/
#portfolio img {
	float: left;
}
/* cform */
.required {
	font-size: 11px;
	color: #ff0000;
	padding-left: 10px;
	letter-spacing: 0.02em;
}

/* @group WP ADMIN BAR */
#wp-admin-bar {
	margin:0;
	padding:5px;
	background:#f9f9f9;
	border:1px solid #666;
	clear:both;
	text-align:center;
	position:fixed;
	z-index:1;
	width:100%;
	bottom:0px;
}
#wp-admin-bar ul {
	margin:0;
	padding:0;
}
#wp-admin-bar ul li {
	list-style-type:none;
	display:inline;
	margin:0 10px;
	padding:0;
}
#wp-admin-bar ul li a {
	color: #5b8cce;
}

.client-preview {
	margin-top: 10px;
}