/*
Theme Name: joerhoney
Theme URI: http://joerhoney.com/
Description: Original theme for joerhoney.com.
Version: 1.7
Author: Joe Rhoney
Author URI: http://joerhoney.com/
Tags: joerhoney, orange, white, brown, liquid, three columns, Joe, Rhoney

	joerhoney v1.7
	 http://joerhoney.com/

	This theme was designed and built by and for Joe Rhoney using elements from the WordPress Default 1.6 theme by Michael Heilemann, whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design of this theme is was created strictly for the use of joerhoney.com.

*/
/************** JOERHONEY.COM **************/


* html {
	margin:0;
	padding:0;
	}
p {
	margin:0;
	padding:0 0 1em;
	}
p a, .results a, .commentlist a, .post a, .location a, a.resultTitle, .navigation a {
	color:#300;
	border-color:#300;
	border-style:dotted;
	border-width:0 0 1px;
	text-decoration:none;
	}
p a:hover, li a:hover, div a:hover, .location a:hover, a.resultTitle:hover, .navigation a:hover {
	color:#f60;
	border-color:#f60;
	}
.entry ul {
	list-style-image:url(http://joerhoney.com/images/arrow-right-8.gif);
	margin:0;
	padding:0 0 1em 30px;	
	}
a.resultTitle {
	display:block;
	font-size:large;
	padding:0 20px;
	}
.archentry {
	height:7.5em;
	overflow:hidden;
	}
.postmetadata {
	font-size:small;
	}
a img, a img:hover, img {
	border:none;
	}
hr {
	display:block;
	background:none;
	background:url(http://joerhoney.com/images/bg-checker-grad-o-b.gif) repeat-y right;
	height:2px;
	border:none;
	}
/* Begin Typography & Colors */
#content {
	}
.postTitle { 
	display:block;
	background:#f60 url(http://joerhoney.com/images/bg-checker-grad-o-b.gif) repeat-y right;
	color:#fff;
	font-size:xx-large;
	padding:5px 20px;
	}
#breadcrumb {
	color:#fed;
	font-size:small;
	}
#breadcrumb a {
	color:#fed;
	border-color:#fed;
	border-style:dotted;
	border-width:0 0 1px;
	text-decoration:none;
	}
#breadcrumb a:hover {
	color:#fff;
	border-color:#fff;
	border-style:dotted;
	border-width:0 0 1px;
	}
.entry {
	padding:5px 20px 20px;
	margin:0 !important;
	}
.entfolio {
	padding:0 0 20px !important;
	}
ol.commentlist {
	display:block;
	text-indent:0;
	padding:0;
	margin:20px 20px 20px 0;
	}
li.comment {
	display:list-item;
	list-style-position:outside;
	list-style-type:none;
	border-left:20px solid #fed;
	padding:0 20px 0 10px;
	margin:0;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/* End Typography & Colors */



/* Begin Structure */
.comments, .results, .post, #sidebar {
	background-image:url(http://joerhoney.com/images/white-trans.png);
	margin:20px;
	}
.results {
	padding-bottom:1px;
	}
.results .post, .results .page {
	background:none;
	border-left:25px solid #f60;
	margin:20px 20px 20px;
	}
table, td {
	padding:0; margin:0;
	}
#mainColumn { 
	margin: 40px 220px 20px 20px;
	paddng: 0;
	}
	#mainColumn.folio { 
		margin-right: 20px;
		}
	#mainColumn.folio .post {
		background:none !important;
		}
#leftBox { 
	float: left;
	width:160px;
	margin: 0 20px 20px 0;
	}
a.network, .network img, a.network:hover,  {
	display:inline;
	border:none;
	}
#footer {
	clear: both;
	font-size:small;
	background-image:url(http://joerhoney.com/images/white-trans.png);
	padding:20px;
	}
/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */
#subPages ul, #subPages ul li {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
	font-weight:bold;
	}
#subPages ul li a {
	display:block;
	width:120;
	color:#f60;
	border:none;
	padding:5px 20px 5px 10px;
	text-decoration:none;
	background:no-repeat 98% 50% url(http://joerhoney.com/images/arrow-right-8.gif);
	}
#subPages ul li a:hover {
	color:#fff;
	background:no-repeat #f60 98% 50% url(http://joerhoney.com/images/arrow-right-8-hover.gif);
	}
.sbSection {
	display:block;
	list-style:none;
	padding:20px;
	margin:0;
	}
#sidebar {
	float: right;
	width: 160px;
	margin: 0 40px 40px;
	}
#sidebar ul, #sidebar ul li {
	padding:0;
	margin:0;
	list-style:none;
	}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	padding:0;
	margin:0;
	}
#sidebar a {
	color:#300;
	text-decoration:none;
	border-bottom:1px dotted #300;
	}
#sidebar a:hover {
	color:#f60;
	border-bottom:1px dotted #f60;
	}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	font-family:Arial,Helvetica,san-serif;
	margin:0;
	padding:0;
	width:158px;
	border:1px solid #f60;
	background-color:#fff;
	}
	#searchform .screen-reader-text {
		display:none;
		}
#s {
	display: block;
	float:left;
	background:#fff;
	color:#300;
	margin:0 !important;
	padding:5px;
	width:88px;
	height:auto;
	border:none;
	}
#searchsubmit {
	display: block;
	margin:0 !important;
	padding:5px 20px 5px 5px;
	text-align:right;
	width:60px;
	height:auto;
	color:#f60;
	background:no-repeat #fff 96% 50% url(http://joerhoney.com/images/arrow-right-8.gif);
	border:none;
	}
#searchsubmit:hover {
	color:#fff;
	background:no-repeat #f60 96% 50% url(http://joerhoney.com/images/arrow-right-8-hover.gif);
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
select {
	width: 130px;
	}
#commentform input, #commentform textarea {
	background:#fff;
	color:#300;
	margin:0 !important;
	padding:5px;
	width:160px;
	height:18px;
	border:1px solid #f60;
	}
#commentform {
	margin:20px;
	}
#commentform textarea {
	width:100%;
	height:160px;
	margin-right:40px;
	}
#comment_post_ID, #comment_parent {
	visibility:hidden;
	border:none;
		}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	float:right;
	display: block;
	margin:0 !important;
	padding:5px 10px 5px 5px;
	border:1px solid #f60;
	width:auto;
	height:auto;
	color:#f60;
	background:no-repeat #fff 98% 50% url(http://joerhoney.com/images/arrow-right-8.gif);
	}
#commentform #submit:hover {
	color:#fff;
	background:no-repeat #f60 98% 50% url(http://joerhoney.com/images/arrow-right-8-hover.gif);
	}
/* End Form Elements */



/* Begin Comments */
li.alt {
	border-left:20px solid #fdb;
	}
.children { padding: 0;
	}
#commentform p {
	margin: 5px 0;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	font-size:small;
	}
/* End Comments */



/* Begin Sidebar */
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
#wp-calendar a {
	display: block;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
	}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
.navigation {
	display: block;
	margin:0 20px 20px;
	font-size:small;
	text-align: center;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
.wp-caption {
	text-align:center;
	background-color:#fff;
	padding-top:5px;
	margin:10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
.wp-caption img, .wp-caption a img {
	margin:0;
	padding:0;
	border:1px solid #fff;
	}
.wp-caption a img:hover {
	border:1px solid #f60;
	}
.wp-caption p.wp-caption-text {
	color:#300;
	font-size:x-small;
	padding:0 5px 5px;
	margin:0;
	}
/* End captions */



/* Begin Old Styles & !important Styles */
img, div {
	behavior:url(iepngfix.htc);
	}
body {
	background:#fff;
	color:#300;
	margin:0;
	font-family:Arial,Helvetica,san-serif;
	scrollbar-face-color:#f60;
	scrollbar-shadow-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-3dlight-color:#fff;
	scrollbar-darkshadow-color:#fff;
	scrollbar-track-color:#fff;
	scrollbar-arrow-color:#fff;
	}
.categoryBox {
	display:-moz-inline-box;
	display:inline-block; /* Ignored by FF */
	background-image:url(http://joerhoney.com/images/white-trans.png);
	float:left;
	color:#300;
	width:180px;
	border-left:20px solid #f60;
	margin:20px 20px 20px 0px;
	padding:0px 4px;
	vertical-align:top;
	}
.categoryBox h3, .categoryBox h4, .categoryBox h5 {
	background:none;
	color:#f60;
	margin:0;
	padding:0;
	line-height:1em;
	}
.categoryBox a {
	border:none;
	}
.thumbnailHolder {
	display:-moz-inline-box;
	display:inline-block; /* Ignored by FF */
	width:160px;
	}
a.thumbnail {
	display:-moz-inline-box;
	display:inline-block; /* Ignored by FF */
	background-position:50% 50%;
	background-repeat:no-repeat;
	color:#300;
	border:1px solid #fff;
	font-weight:bold;
	line-height:0;
	height:50px;
	width:50px;
	text-decoration:none;
	padding:0px;
	margin:2px;
	}
a.thumbnail:hover {
	color:#f60;
	border:1px solid #f60;
	}
.pngBg {
	display:block;
	background-image:url(http://joerhoney.com/images/png-bg.gif);
	}
#showUnit {
	background-position:50% 50%;
	width:50px;
	height:50px;
	}
.nav {
	display:block;
	position:absolute;
	top:0;
	right:0;
	left:0;
	text-align:right;
	margin:0 0 0 auto;
	}
/********* begin dropdownmenu **********/
#sddm {	
	display:block;
	background-image:url(http://joerhoney.com/images/white-trans.png);
	float:right;
	border:none;
	text-align:left;
	font-weight:bold; 
	padding:0 8px 0 0;
	margin:0;
	z-index: 30;
	}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-weight:bold;
	}
#sddm li a {
	display: block;
	margin:0;
	padding: 4px 10px;
	width: 100px;
	color: #f60;
	border:none;
	text-decoration: none;
	}
#sddm li a:hover {
	background: #f60;
	color:#fff;
	}
#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	}
	#sddm div a {
		position: relative;
		background-image:url(http://joerhoney.com/images/white-trans.png);
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 100px;
		color: #f60;
		border:none;
		text-align: left;
		text-decoration: none;
		}
	#sddm div a:hover {
		background: #f60;
		color: #fff;
		}
		#sddm li div ul, #sddm li div ul li {
			display:block;
			float:none;
			list-style:none;
			margin-left:0;
			padding-left:0;
			}
/********** end dropdownmenu **********/
#container {
	width:100%;
	padding-bottom:100px;
	}
#banner {
	height:100px;
	}
#special {
	width:200px;
	}
#servicesSpecial {
	width:200px;
	}
#portfolioSpecial {
	}
.jLogo {
	background-image:url(http://joerhoney.com/images/white-trans.png);
	color:#f60;
	font-weight:bold;
	float:right;
	padding:4px;
	margin:0;
	}
.jLogo a:link, .jLogo a:visited {
	color:#f60;
	border:none;
	text-decoration:none;
	}
.jLogo a:hover {
	color:#f60;
	border:none;
	text-decoration:none;
	}
.menuV {
	width:120px;
	padding:0;
	}
.menuH a {
	padding:0;
	}
.menuGo {
	text-align:right;
	}
.menuGo a {
	display:inline-block; /* Ignored by FF */
	display:-moz-inline-box;
	background:no-repeat 50% 2% url(http://joerhoney.com/images/arrow-up.gif);
	border:none;
	color:#f60;
	padding:10px 5px 5px;
	margin:0 0 0 auto;
	}
.menuGo a:hover {
	background-color:#f60;
	color:#fff;
	}
/******** begin showpage states *******/
a.inactive {
	display:inline-block; /* Ignored by FF */
	display:-moz-inline-box;
	color:#f60;
	background:no-repeat 98% 50% url(http://joerhoney.com/images/arrow-right-8.gif);
	border:none;
	padding:5px 10px 5px 5px;
	font-weight:bold;
	text-decoration:none;
	}
a.active {
	display:inline-block; /* Ignored by FF */
	display:-moz-inline-box;
	color:#f60;
	background:no-repeat 98% 50% url(http://joerhoney.com/images/arrow-right-8.gif);
	border:none;
	padding:5px 10px 5px 5px;
	font-weight:bold;
	text-decoration:none;
	opacity:0.60;
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	filter: alpha(opacity=60);
	}
a.inactive:hover, a.active:hover {
	color:#fff;
	background:no-repeat #f60 98% 50% url(http://joerhoney.com/images/arrow-right-8-hover.gif);
	}
.menuH a.inactive, .menuH a.active {
	display:inline-block;
	background-color:#fff;
	background:no-repeat 50% 98% url(http://joerhoney.com/images/arrow-down.gif);
	padding:5px 5px 10px;
	}
.menuH a.inactive:hover, .menuH a.active:hover {
	display:inline-block;
	background:no-repeat #f60 50% 98% url(http://joerhoney.com/images/arrow-down.gif);
	padding:5px 5px 10px;
	}
/******** end showpage states ********/
.priceList {
	display:none;
	}
h1, h2 {
	color:#f60;
	}
h3 {
	display:block;
	background:#fed;
	color:#f60;
	font-weight:normal;
	padding:5px;
	margin:1em 0 0;	
	}
h4 {
	color:#f60;
	font-weight:normal;
	font-size:large;
	margin:1em 0 0;	
	}
h5 {
	font-size:normal;
	margin:1em 0 0;	
	}
h6 {
	font-weight:normal;
	margin:0 0 1em;	
	}
h1 a, h2 a, h3 a, h4 a, h6 a {
	color:#f60;
	border-color:#f60;
	border-style:dotted;
	border-width:0 0 1px;
	text-decoration:none;
	}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h6 a:hover {
 	color:#300;
	text-decoration:none;
	}
.line {
	display:block;
	border-bottom:1px dotted #300;
	}
body > .nav, .priceMenu, .location {
	position:fixed;
	}
html, body, div, table, tr, 
td, img, p * {
	cursor:url(http://joerhoney.com/images/mouse.gif), default !important;
	}
* a, a img {
	cursor:url(http://joerhoney.com/images/pointer.gif), auto !important;
	}
/* End Old Styles / !important Styles */
