/*
Theme Name: BarkingPixel
Theme URI: http://www.barkingpixel.com
Description: A custom theme for Barking Pixel, based on Starkers.
Version: 1.0
Author: John Chandler
Author URI: http://byjohnchandler.com
Tags: 
*/


/* RESET */
/* ----------------------------------------- */

/* 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%; font-weight:normal }
q:before, q:after { content:''}
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */


/* TYPOGRAPHY */

body {
    font: 14px/21px Helvetica, Arial, sans-serif;
    margin-top: 0;
    color: #929292;
    background: url(images/grad_top.png) center -15px no-repeat;
    background: url(images/grad_top.jpg) top center no-repeat, url(images/grad_bottom.jpg) center 100% no-repeat;
}

a {
    text-decoration: none;
    color: #B5C65A;
}

a:hover {
    color: #869734;
}

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right; margin-left: 20px;; }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */



#container {
	width: 930px;
	margin: 0 auto 5px auto;
	padding: 15px 15px 10px 15px;
	background: #fff;
	border: 1px solid #a6a6a6;

}

/* HEADER */

#header {
	width: 960px;
	margin: 30px auto 3px auto;
	height: 30px;
	background: #fff;
	border: 1px solid #A6A6A6;
}

.site-title a {
	float: left;
   	display: block;
   	width: 289px;
   	height: 64px;
   	bottom: 19px;
   	left: 8px;
   	position: relative;
   	overflow: visible;
   	text-indent: -5000px;
   	background: url('images/barking-pixel.png');
}
#access {
	font-size: 16px;
	margin: 0;
	width: 800px;
	position: relative;
	left: 85px;
	top: -6px;
}
#access .primary-menu ul {
	list-style: none;
	margin: 0;
}
#access .primary-menu li {
	float: left;
	position: relative;
	padding: 0;
	display: block;
	height: 9px;
	padding: 17px 0 0 0;	
	text-indent: -5000px;
	background: url(images/nav-hover.jpg)  center -5px no-repeat;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
#access a {
	display: block;
	line-height: 9px;
	text-decoration: none;
	color: #ddd;
	border-right: 1px solid #AFAFAF;
}
.nav-gal a {
	width: 69px;
	background: url(images/gallery.jpg) center bottom no-repeat;
	padding: 0 12px;
}
.nav-about a {
	width: 52px;
	background: url(images/about.jpg) center bottom no-repeat;
	padding: 0 12px;
	
}
.nav-blog a {
	width: 41px;
	background: url(images/blog.jpg) center bottom no-repeat;
	padding: 0 11px 0 13px;
}
.nav-test a {
	width: 108px;
	background: url(images/testimonials.jpg) center bottom no-repeat;
	padding: 0 12px;
}
.nav-contact a {
	width: 71px;
	background: url(images/contact.jpg) center bottom no-repeat;
	padding: 0 12px;
	border-right: none !important;
}
#access li:hover {
	background-position-y: top;
}
#phone {
	position: relative;
	left: 851px;
	top: 11px;
	text-indent: -5000px;
	margin: 0 !important;
	display: block;
	height: 9px;
	width: 92px;
	background: url(images/phone.jpg);
}

/* CONTENT */

#content {
	width: 595px;
	padding-right: 19px;
	margin-right: 20px;
	border-right: 1px solid #eee;
	float: left;
	clear: both;
}

.post {
	clear: both;
	margin-bottom: 36px;
}

#container p,
#content p,
#content ul,
#content ol {
	margin-bottom: 20px;
}

.entry-title,
.page-title,
.excerpt-title {
	font-size: 24px;
	line-height: 24px;
	color: #869734;
	margin-bottom: 12px;
}
.post-meta {
	font-style: italic;
	font-size: 12px;
	color: #999;
	display: block;
	margin-bottom: 6px;
}

#content ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 10px 25px;
	padding: 5px 0 5px 25px;
	
}

#content ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 5px 45px;
}

#content.search h1,
#content.tags h1 {
	margin-bottom: 12px;
}

#content h3 {
	color: #869734;
	margin-bottom: 12px;
}
#navigation {
	clear: both;
	margin:  10px;
	padding-top: 10px;
}
.nav-left {
	width: 50%;
	float: left;
}
.nav-right {
	width: 50%;
	float: right;
	text-align: right;
}
/* SIDEBARS */

#sidebar {
	width: 290px;
	float: left;
	font-size: 13px;
	line-height: 19px;
}

.widget-title {
	color: #869734;
	padding-bottom: 5px;
	font-size: 18px;
	margin-bottom: 5px;
}
.widget-container {
	margin-bottom: 24px;
}
.screen-reader-text {
	display: none;
}
#searchsubmit {
	font-size: 12px;
	padding: 3px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: #869734 !important;
	color: #fff;
	border: 0 !important;
	text-shadow: 0 1px 0 #777;
}
#searchform input#s {
	height: 20px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	width: 210px;
}
.xoxo #home-video {
	margin-top: 10px;
}

/* HOME */

#before-after {
	clear: both;
	display: block;
	widowsth: 930px;
	height: 555px;
}

#home-content {
	margin: 30px 20px 0 0;
	width: 600px;
	clear: both;
	padding-right: 20px;
	float: left;
	border-right: 1px dashed #B5C65A;	
}

.home #sidebar {
	float: left;
	width: 280px;
}

.ui-tabs .ui-tabs-nav { 
	list-style: none; 
	position: relative;
	bottom: 10px;
}
#home-tabs.ui-tabs .ui-tabs-nav {
	width:  930px ;
}
.ui-tabs .ui-tabs-nav li { 
	display: block;
	position: relative; 
	float: left;
	background: #fff;
	width: 170px;
	height: 100px;
	margin: 4px; 
	padding: 3px;
	border: 1px solid #A6A6A6;
}
.ui-tabs .ui-tabs-nav li a { 
	float: left; 
	height: 100px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-tabs-nav li.ui-state-disabled a, 
.ui-tabs .ui-tabs-nav li.ui-state-processing a { 
}
.ui-tabs .ui-tabs-nav li a, 
.ui-tabs.ui-tabs-collapsible 
.ui-tabs-nav li.ui-tabs-selected a { 
	cursor: pointer; 
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-state-active {
	background: #B6CE46 !important;
}
.ui-tabs .ui-tabs-panel { 
	height: 605px;
	clear: both;
	background: url(images/shadow.jpg) bottom no-repeat;
}
.ui-tabs .ui-tabs-hide { 
	display: none !important; 
}
.before-link {
	position: relative;
	z-index: 500;
	bottom: 565px;
	display: block;
	float: left;
	width: 71px;
	height: 20px;
	background: url(images/before.png);
	text-indent: -5000px;
}
.after-link {
	position: relative;
	bottom: 545px;
	display: block;
	z-index: 500;
	float: right;
	width: 71px;
	height: 20px;
	text-indent: -5000px;
	background: url(images/after.png);
}
#home-video {
	margin: 30px 0 0 0;
	width: 190px;
}
#home-video img {
	border: 5px solid #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

#rand-testimonial {
	clear: both;
	margin-top: 30px !important;
}
.testimonials p,
#rand-testimonial p {
	margin-bottom: 5px !important;
}
.test-attrib {
	text-align: right;
	font-style: italic;
	padding-bottom: 20px !important;
}

/* GALLERY */

body.single-gallery {
	background: none;
}
#gallery-frame {
	width: 930px;
	height: 555px;
	padding: 20px;
}
.post-type-archive-gallery .type-gallery a {
	float: left;
	padding: 4px;
	margin: 2px;
	height: 170px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.post-type-archive-gallery .type-gallery a:hover {
	background: #B5C65A;
}

/* FORMS */

.gform_wrapper {
	margin-bottom: 30px !important;
	padding-bottom: 10px !important;
}
.gform_body li {
	margin: 0 !important;
	padding: 0 !important;	
}
.gfield_label {
	font-weight: normal !important;
	font-style: normal !important;
	color: #777 !important;
}
.gfield_required {
	color: #002E98 !important;
}
.gform_body label {
	color: #5c524a;
	margin: 0 !important;
}
.gfield_label {
	font-weight: normal !important;
	font-style: normal !important;
	color: #777 !important;
}
li.gfield {
	margin-bottom: 20px !important;
}
.gform_body input {
	border: 1px solid #ddd;
	border-radius: 3px;
	height: 14px;
	color: #444 !important;
	padding: 5px !important;
	font-size: 14px !important;
}
.gform_body textarea {
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #444 !important;
	padding: 5px !important;
	font-size: 14px !important;
}
.gform_footer {
	margin-top: 0 !important;
	padding: 0 !important;
}
.gform_button {
	float: right;
	font-size: 12px !important;
	padding: 3px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: #869734 !important;
	color: #fff;
	border: 0 !important;
	text-shadow: 0 1px 0 #333;	
}


/* COMMENTS */
#comments {
	clear: both;
}

.form-allowed-tags {
	display: none;
}

#comments-title,
#reply-title {
	margin-top: 32px;
	font-size: 16px !important;
	clear: both;
}

.vcard {
	margin-top: 10px;
	clear: both;
}

.avatar {
	float: left;
	margin-right: 10px;
}
.fn {
	display: block;
	
}

.commentmetadata {
	font-style: italic;
	font-size: 12px;
	color: #869734 !important;
	display: block;
	margin-bottom: 12px;
}
.comment-meta a {
	color: #869734 ;
}
.says {
	display: none;
}
.comment-body {
	margin: 0 60px 0 50px;
}

.comment-reply-login {
	float: right;
	position: relative;
	bottom: 10px;
	font-size: 12px;
	padding: 1px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: #eee;
	color: #999;
	text-shadow: 1px 1px 0 #fff;
}

.comment-reply-link {
	float: right;
	position: relative;
	bottom: 10px;
	font-size: 12px;
	padding: 1px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: #869734;
	color: #fff;
	text-shadow: 0 1px 0 #777;
}

.depth-2,
.depth-3,
.depth-4,
.depth-5 {
	margin-left: 25px;
}

.logged-in-as {
	margin-right: 30px;
	font-size: 12px;
	color: #888;
}

.logged-in-as a {
	color: #888;
}

#comment {
	width: 98%;
	padding: 5px;
	border: #bbb 1px solid;
	background: #fff;
	border: #3b938c 1px solid;	
}

.comment-notes {
	font-style: italic;
	font-size: 12px;
	color: #869734 !important;
	display: block;
	margin-bottom: 12px;
}

#commentform input {
	background: #fff;
	border: #b7a871 1px solid;
	height: 18px;
}


#submit {
	float: right;
	position: relative;
	bottom: 10px;
	font-size: 12px;
	padding: 1px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: #869734 !important;
	color: #fff;
	border: 0 !important;
	text-shadow: 0 1px 0 #777;
}

#author,
#email {
	margin-left: 20px;
}

#url {
	margin-left: 15px;
}


/* FOOTER */


#footer {
	clear: both;
	margin-top: 30px;
	font-size: 12px;
	//color: #ddd;
	margin: 5px auto 0;
	text-shadow: 0 1px 0 #fff;
	width: 960px;
}
#footer .left {
	width: 70%;
	float: left;
}
#footer .right {
	width: 30%;
	float: left;
	text-align: right;
}
