/*
Theme Name: Hummingbird Bodyworks
Theme URI: http://hummingbirdbodyworks.com/
Description: A custom WordPress theme made specifically for HummingbirdBodyworks.com
Version: 1.0
Author: Intuitiv Design
Author URI: http://intuitivdesign.com
Tags: example, tags, here
*/


.alignleft {	float:left; }
.alignright { float: right }
.aligncenter,  div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, div.alignleft {
	margin: 8px 10px 5px 0;
}
img.alignright, div.alignright {
	margin: 8px 0 5px 10px;
}
.sticky {}
.bypostauthor {}

#wrapper {
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
	width:980px;
}



#container {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* resetting the "text-align: center" of "div#wrapper" */
}
.col {
	display:table-cell;
	vertical-align: top;
	box-sizing: border-box; /* IE8+, Opera7+? */
	-webkit-box-sizing: border-box; /* Chrome & Safari. Needed? Issues? */
	-moz-box-sizing: border-box; /* Firefox. Check 4 and 3.x */
}
.table {
	display:table;
	border-collapse: separate;
	/*table-layout:fixed;*/ /* Issues in IE. Enough to set only the parent #layout. */
	border-spacing: 0px;
	box-sizing: border-box !important; /* IE8+, Opera7+? */
	-webkit-box-sizing: border-box !important; /* Chrome & Safari. Needed? Issues? */
	-moz-box-sizing: border-box !important; /* Firefox. Check 4 and 3.x */
	/* width:100%; */ /* removed since 1.0: Enough to set parent #layout? */
}

/*-------------------- LAYOUT  -----*/
	
#layout {
	font-size: 100%;
	width: 100%;
	table-layout: fixed;
}



/* layout column widths controlled by "COL" items, not by "TD" items */
.col-left { width: 430px} 
.col-left-left { width: 230px}
.col-left-right { width: 200px}
.col-center {width: 100%} 
.col-right { width: 449px} 
.col-right-left { width: 200px}
.col-right-right { width: 249px}






		

.index .col-left { width: 230px; }
.single .col-left { width: 230px; }
.page .col-left { width: 230px; }
.blog .col-left { width: 230px; }/* Horiz. Menus  */

ul.nav, ul.nav2 {
	float: left; 
	list-style: none;
	margin: 0; 
	padding: 0;
}

ul.nav a, ul.nav2 a {
	display: block; 
	width: auto; 
	text-decoration: none; 
}

ul.nav li, ul.nav2 li { 
	float: left; 
	padding: 0; 
	width: auto; 
}

ul.nav ul li, ul.nav2 ul li { 
	width: 100%; 
	float: none; 
}


ul.nav ul, ul.nav2 ul {
	position: absolute;
		left: -999em;
		height: auto;
	list-style: none;
	margin: 0; 
	padding: 0;
}

ul.nav li:hover ul ul, ul.nav li:hover ul ul ul, 
ul.nav li.sfhover ul ul, ul.nav li.sfhover ul ul ul,
ul.nav2 li:hover ul ul, ul.nav2 li:hover ul ul ul, 
ul.nav2 li.sfhover ul ul, ul.nav2 li.sfhover ul ul ul {
	left: -999em;
}

ul.nav li:hover ul, ul.nav li li:hover ul, ul.nav li li li:hover ul, 
ul.nav li.sfhover ul, ul.nav li li.sfhover ul, ul.nav li li li.sfhover ul,
ul.nav2 li:hover ul, ul.nav2 li li:hover ul, ul.nav2 li li li:hover ul, 
ul.nav2 li.sfhover ul, ul.nav2 li li.sfhover ul, ul.nav2 li li li.sfhover ul {
	left: auto;
	z-index: 100000; /* Since RC2b */
}

ul.nav, ul.nav2 { 
	line-height: 33px; 
}

ul.nav ul a, ul.nav2 ul a { 
	width: 150px; 
}

ul.nav a, ul.nav2 a { 
	padding-left: 10px; 
	padding-right: 10px; 
}

ul.nav ul ul, ul.nav2 ul ul { 
	/* margin-left same as ul.nav ul a, ul.nav2 ul a width since box-sizing:border-box TF 1.1.1 */
	margin-left: 150px; 
	margin-top: -33px; 
}


body .col-left {
	width: 230px;
}

body .col-right {
	width: 249px;
}

.home .col-left {
	width: 200px;
}

.home .col-right {
	width: 200px;
}

.single .col-left {
	width: 230px;
}

.single .col-right {
	width: 250px;
}

.page .col-left {
	width: 230px;
}

.page .col-right {
	width: 249px;
}

.sfsfs .col-left {
	width: 200px;
}

.sfsfs .col-right {
	width: 200px;
}

.fefe .col-left {
	width: 200px;
}

.fefe .col-right {
	width: 200px;
}

.post-bodycopy strong {color: #4f6b63;}

body {
	color: #fcf4e3;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #95a8a0 url("images/HB-bgpattern1.jpg") repeat scroll left top;
	font-family: constantia;
}

body a {
	color: #c5d6d1;
	text-decoration: underline;
}

body a:hover {
	color: #5e8277;
	text-decoration: none;
}


h1#sitetitle {
	font-size: 35px;
	line-height: 40px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: constantia;
}

h1#sitetitle a {
	color: #bbbbbb;
	font-weight: bold;
	text-decoration: none;
}

p#tagline {
	color: #555555;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 16px;
	width: 500px;
}

.headerimage {
	clear: both;
	margin: -26px 0px -73px 0px;
	background: transparent url("images/logo5.png") no-repeat scroll left top;
	width: 920px;
	height: 260px;
}

.searchform {
	position: absolute;
	z-index: 5;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	top: 72px;
	right: 14px;
}

.searchform form input.searchbutton {
	color: #8a8a8a;
	overflow: hidden;
	border: 1px none #d1d1d1;
	margin-left: 5px;
	background: transparent url("images/rss-and-search.png") no-repeat scroll 0px -54px;
	width: 28px;
	height: 28px;
}

a.rsscommentslink {
	float: right;
	margin-top: 5px;
	margin-right: 8px;
}

a.rsslink {
	position: absolute;
	z-index: 8;
	background: transparent url("images/rss-dddddd-18x18.png") no-repeat scroll left top;
	top: 143px;
	right: 15px;
	width: 18px;
	height: 18px;
}

a.facebooklink {
	float: right;
}

a.twitterlink {
	float: right;
}

a.feedburnerlink {
	float: right;
}

#container {
	border-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px 0px;
	padding: 20px 30px 30px 30px;
	width: 920px;
}

#td-left {
	margin-right: 0px;
	margin-left: 0px;
	width: 240px;
}

#td-left2 {
	padding-right: 20px;
}

#td-right2 {
	padding-left: 25px;
}

.widget {
	color: #111111;
	font-size: 13px;
	line-height: 17px;
	border-width: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	top: 0px;
	bottom: 0px;
	width: 225px;
	height: auto;
}

.widget h3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	position: relative;
	border-bottom-width: 0px;
	margin-top: 31px;
	padding-bottom: 7px;
	height: 19px;
	font-family: constantia;
}

.widget ul {
	list-style-type: none;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

.widget ul ul {
	margin-left: 0px;
	padding: 3px 0px;
}

.post {
	border-top: 0px solid #eeeeee;
	padding: 25px 15px 25px 10px;
	font-family: constantia;
}

.breadcrumbs {
	clear: both;
	color: #444444;
	font-size: 13px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
}

.multinav .older {
	float: left;
}

.multinav .newer {
	float: right;
}

.singlenav .older {
	float: left;
}

.singlenav .newer {
	float: right;
}

.hormenu {
	clear: both;
	margin-left: 10px;
	padding-left: 60px;
	background: transparent url("images/HB-trail.png") no-repeat scroll left top;
	height: 80px;
	width: 920px;
}

ul.nav li a {
	color: #875d6e;
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 35px;
	text-decoration: none;
	text-transform: lowercase;
	margin-top: 10px;
	margin-right: 35px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: auto;
	font-family: constantia;
}

ul.nav li a:hover, ul.nav li.current_page_item a, ul.nav li.current-cat a {
	background: transparent url("images/nonebg.png") no-repeat scroll left top;
	color: #594250;
	text-decoration: none;
}

.hormenu2 {
	clear: both;
	border-bottom: 0px solid;
	box-shadow: 0px 0px 0px 0px #000000;
	margin: 0px 0px 13px 22px;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 32px;
	width: 900px;
	height: 65px;
}

ul.nav2 li a {
	color: #fcf4e3;
	display: block;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 27px;
	text-decoration: none;
	border-width: 0px;
	border-color: #e2e2e2;
	border-bottom-style: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-right: 5px;
	padding: 8px 10px 0px 19px;
	width: auto;
	font-family: constantia;
}

ul.nav2 li a:hover, ul.nav2 li.current_page_item a, ul.nav2 li.current-cat a {
	background: transparent url("images/nonebg.png") no-repeat scroll left top;
	color: #ff0202;
	text-decoration: none;
	border-bottom-style: none;
	box-shadow: 0px -1px 7px -6px;
}

ul.commentlist {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
}

span.comment-author-name {
	font-size: 17px;
}

img.avatar {
	float: left;
	position: absolute;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 3px;
	top: 4px;
	left: -75px;
}

#div-footer {
	color: #666666;
	font-size: 12px;
	letter-spacing: 3px;
	text-align: left;
	border-width: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px 0px;
	margin-top: 15px;
	margin-left: 0px;
	padding: 6px;
	width: 905px;
	height: auto;
	font-family: constantia;
}

blockquote {
	color: #4f6b63;
	border-left: 5px solid #7f6767;
	margin: 15px 30px 0px 10px;
	padding: 8px 10px 10px 20px;
	background: #fcf4e3;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 21px;
	margin-bottom: 9px;
}

h2-home {
	font-size: 21px;
	margin-bottom: 9px;
	font-weight: normal;
	letter-spacing: 2px;
}

h3 {
	font-size: 17px;
	margin-bottom: 8px;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
	color: #875d6e;
	margin-bottom: -5px;
}

h5 {
	font-size: 16px;
	color: #875d6e;
	margin-bottom: -10px;
}

h6 {
	font-size: 14px;
	color: #875d6e;
	margin-bottom: -10px;
}

body p {
	margin-bottom: 10px;
}

.post-byline {
	color: #888888;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 10px;
	font-family: constantia;
}

.post-footer {
	color: #6a6d77;
	font-size: 13px;
	line-height: 17px;
	font-family: constantia;
}

.multinav {
	border-top: 1px solid #dddddd;
	padding-top: 6px;
	padding-bottom: 6px;
}

#multinav2 {
	border-top: 1px solid #dddddd;
	margin-top: 20px;
}

.post ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 25px;
}

.post ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 20px;
}

.post ul ul {
	list-style-position: outside;
	list-style-type: circle;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.post ul ul ul {
	list-style-position: outside;
	list-style-type: square;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.post ul li {
	margin-bottom: 2px;
}

h3.pagetitle {
	color: #737373;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 0px;
	padding: 5px 5px 5px 7px;
	background: #f0f0f0;
}

.commentnav {
	font-size: 12px;
	position: relative;
	border-bottom: 1px solid #8b9e9b;
	margin-bottom: 21px;
	padding: 4px 4px 4px 10px;
}

#commentnav2 {
	border-top: 1px solid #8b9e9b;
	border-bottom-style: none;
	margin-bottom: 28px;
}

#cancel-comment-reply {
	margin-bottom: 10px;
}

ul.commentlist li .comment-container {
	font-size: 13px;
	position: relative;
	border-radius: 5px;
	margin-bottom: 15px;
	margin-left: 75px;
	padding: 10px 15px 0px 13px;
	font-family: constantia;
}

.single .singlenav {
	border: 0px none;
	border-top: 0px none;
	margin-top: 7px;
	margin-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}

.single #singlenav2 {
	border-style: none;
	margin-top: 18px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 14px;
}

.page .post {
	border-bottom: 0px solid #f5f5f5;
}

ul.nav {
	float: left;
	line-height: 33px;
	list-style-type: none;
}

.home .breadcrumbs {
	padding-left: 8px;
}

.searchform form input.searchfield {
	border: 1px solid #dddddd;
	padding: 5px;
	width: 230px;
}

#widgetarea5 .td1 {
	padding-right: 6px;
}

#widgetarea5 .td2 {
	padding-right: 6px;
}

#widgetarea5 .td3 {
	padding-right: 6px;
}

#widgetarea5 .td4 {
	padding-right: 6px;
}

#widgetarea6 .td1 {
	padding-right: 6px;
}

#widgetarea6 .td2 {
	padding-right: 6px;
}

#widgetarea6 .td3 {
	padding-right: 6px;
}

#widgetarea6 .td4 {
	padding-right: 6px;
}

#widgetarea6 .td5 {
	padding-right: 6px;
}

#widgetarea4 .td1 {
	padding-right: 6px;
}

#widgetarea4 .td2 {
	padding-right: 6px;
}

#widgetarea4 .td3 {
	padding-right: 6px;
}

#widgetarea3 .td2 {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 300px;
}

#widgetarea2-2 .td1 {
	padding-right: 6px;
}

#widgetarea2 .td1 {
	padding-right: 6px;
}

p.wp-caption-text {
	color: #636363;
	font-size: 11px;
	font-style: italic;
}

.post table td {
	border-right: 1px solid #8b9e9b;
	padding: 5px 8px;
}

.post table caption {
	color: #707070;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 4px;
}

.post table th {
	color: #fff7e8;
	font-weight: normal;
	padding: 6px 8px 6px 9px;
	background: #777777;
}

.post table tr.even td {
	background: #8b9e9b;
}

.post table {
	border-bottom: 1px solid #8b9e9b;
	border-left: 1px solid #8b9e9b;
}

.widget ul li {
	color: #4f6b63;
	line-height: 15px;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 0px;
}

img.postthumb {
	border-width: 0px;
	border-radius: 0px;
	margin-top: 0px;
	margin-right: 15px;
}

.post-headline h2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #c5d6d1;
}

h1#sitetitle a:hover {
	color: #777777;
}

ul.nav li {
	float: left;
	width: auto;
}

ul.nav ul li {
	float: none;
	width: 100%;
}

ul.nav ul li a {
	font-size: 13px;
	letter-spacing: 3px;
	margin-top: 0px;
}

ul.nav2 {
	float: left;
	line-height: 33px;
	list-style-type: none;
}

ul.nav2 li {
	float: left;
	width: auto;
}

ul.nav2 ul li {
	float: none;
	width: 100%;
}

ul.nav2 ul li a {
	letter-spacing: 0px;
	line-height: 33px;
	border-style: none;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #000000;
	margin-right: 0px;
	background: #ffffff;
	width: 150px;
}

ul.nav2 ul ul {
	margin-top: -34px;
	margin-left: 150px;
}

.page .post-headline h2 {
	margin-top: -10px;
	margin-bottom: 15px;
}

#td-left1 {
	padding-right: 15px;
}

#td-left3 {
	padding-right: 20px;
}

#td-right1 {
	padding-left: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
}

#td-right3 {
	padding-left: 25px;
}

.single .post-headline h2 {
	font-size: 25px;
	margin-top: -10px;
}

.single .post {
	border-style: none;
	padding-left: 16px;
}

#div-right1 {
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 166px;
	top: 55px;
}

#div-header {
	position: relative;
}

.widget ul li:first-child {
	border-top-style: none;
}

.breadcrumbs span.bc-home a {
	padding-left: 20px;
	background: transparent url("images/house-15x15-bbbbbb.png") no-repeat scroll left center;
}

.widget h3 span {
	color: #875d6e;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 0px;
	text-align: center;
	text-indent: 0px;
	border-width: 0px;
	border-bottom-width: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-left: auto;
	padding: 0px 0px 3px 0px;
	font-family: constantia;
}

.commentnav a.page-numbers {
	color: #5e8277;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 2px;
	padding: 7px 10px 6px 10px;
}

span.comment-date-link a {
	color: #888888;
	font-size: 11px;
	font-weight: normal;
	font-family: constantia;
}

.commentnav span.current {
	color: #7f6767;
	position: relative;
	z-index: 8;
	border-bottom-style: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 3px;
	padding: 8px 10px 7px 10px;
}

#commentnav2 a.page-numbers {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-radius: 0px;
}

#commentnav2 span.current {
	border-top-style: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-radius: 0px;
}

h3#comments {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: -3px;
	padding: 11px 0px 32px 64px;
	background: transparent url("images/comments-title-flat-3.png") no-repeat scroll 0px 3px;
}

h3#reply-title {
	font-size: 26px;
	font-weight: normal;
	position: absolute;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 17px;
	padding-left: 50px;
	background: transparent url("images/pencil.png") no-repeat scroll left top;
	top: -53px;
	left: 0px;
}

textarea#comment-textarea {
	border: 2px solid #eeeeee;
	padding: 5px;
	width: 90%;
}

form#commentform input {
	border: none 0px;
	margin-right: 11px;
	padding: 7px;
}

p.xhtml-tags code {
	color: #777777;
	font-size: 12px;
	background: #8b9e9b;
}

p.thesetags {
	color: #666666;
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p.xhtml-tags {
	margin: 0px;
	padding: 0px;
}

input#comment-submit {
	color: #fcf4e3;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	border: 0px none;
	border-radius: 0px;
	padding: 9px 20px;
	background: #a0b2aa;
	cursor: pointer;
	font-family: constantia;
}

input#comment-submit:hover {
	background: #4f6b63;
}

ul.commentlist ul.children {
	margin-left: 25px;
}

.post-headline h2 a {
	text-decoration: none;
	font-family: constantia;
}

#respond {
	position: relative;
	border-radius: 0px;
	margin-top: 70px;
	padding: 14px;
	background: #8b9e9b;
}

ul.nav2 ul {
	border: 1px solid #dddddd;
	box-shadow: 0px 3px 6px -5px #000000;
}

ul.commentlist li div.bypostauthor {
	border-style: none;
	background: #8b9e9b;
}

ul.commentlist ul.children li div.bypostauthor {
	border-style: none;
	background: #8b9e9b;
}

ul.commentlist li.thread-even div.bypostauthor {
	border-style: none;
	background: #8b9e9b;
}

.post-byline a {
	color: #000000;
}

.post-bodycopy p {
	font-size: 16px;
	font-family: constantia;
}

ul.commentlist p {
	font-family: constantia;
}

.multinav-paginated .page-numbers {
	color: #000000;
	border-width: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 2px;
	padding: 4px 10px;
	background: #4bf25b;
}

.multinav-paginated {
	font-size: 12px;
	border-bottom: 2px solid #0353a8;
	box-shadow: 0px 0px 0px 0px;
	padding: 1px 1px 1px 10px;
}

#multinav2-paginated {
	border-top: 2px solid #0353a8;
	border-bottom-style: none;
	margin-top: 15px;
	margin-bottom: 10px;
}

#multinav2-paginated .page-numbers {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 4px 10px;
}

.multinav-paginated .current {
	color: #fcf4e3;
	font-weight: normal;
	position: relative;
	z-index: 9;
	border-width: 0px;
	border-bottom-style: none;
	box-shadow: 0px -2px 6px -5px #000000;
	padding-bottom: 5px;
	background: #0353a8;
}

#multinav2-paginated i {
	background: transparent url("images/shadow-5-bottom.png") no-repeat scroll 0px -16px;
}

#multinav2-paginated .current {
	border-top-style: none;
	box-shadow: 0px 3px 5px -4px;
	padding-top: 5px;
	background: #0353a8;
}

.post-footer a {
	color: #737373;
}

ul.nav ul {
	position: absolute;
	box-shadow: inset 0px 0px 9px -2px #5e8277;
	padding: 4px 17px 7px 17px;
	background: #a0b2aa;
}

ul.nav2 ul li a:hover, ul.nav2 ul li.current_page_item a, ul.nav2 ul li.current-cat a {
	border-style: none;
	box-shadow: 0px 0px 0px #000000;
	background: #f4f4f4;
}

.single .post-byline {
	font-size: 14px;
	margin-top: 16px;
}

.single .post-footer {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.single  .singlenav {
	font-size: 13px;
	border-top: 1px solid #eeeeee;
	padding-top: 7px;
}

#wp-calendar {
	padding-left: 0px;
	width: 100%;
}

#wp-calendar td {
	color: #4f6b63;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}

#wp-calendar caption {
	color: #3a514a;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 6px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#wp-calendar th {
	color: #c9e0d5;
	text-align: center;
	background: #8b9e9b;
}

.widget_categories h3 span {
	padding-left: 0px;
}

.widget_archive h3 span {
	padding-left: 0px;
}

.widget_recent_comments h3 span {
	padding-left: 0px;
}

.widget_links h3 span {
	padding-left: 0px;
}

.widget_meta h3 span {
	padding-left: 0px;
}

.widget_pages h3 span {
	padding-left: 0px;
}

.widget_calendar h3 span {
	padding-left: 0px;
}

.widget_recent_entries h3 span {
	padding-left: 0px;
}

#wp-calendar tfoot td {
	border-style: none;
}

#wp-calendar .pad {
	border-style: none;
	background: transparent url("images/nonebg.png") repeat scroll left top;
}

#wp-calendar #today {
	color: #4f6b63;
	background: #a0b2aa;
}

.widget_tag_cloud h3 span {
	padding-left: 0px;
}

.tagcloud {
	color: #4f6b63;
	margin-left: 10px;
	padding-right: 8px;
}

.widget_search label {
	display: none;
}

.widget_search #searchsubmit {
	display: none;
}

.widget_search #s {
	color: #9b9999;
	text-indent: 15px;
	border-style: none;
	box-shadow: inset 0px 0px 6px 0px #7c8e8b;
	padding: 0px;
	background: #8b9e9b url("images/searchicon-666666.png") no-repeat scroll right center;
	width: 105%;
	height: 41px;
}

.widget_search #searchform {
	margin-right: 10px;
	margin-left: 10px;
}

#header {
	position: relative;
}

#div-footer a:hover {
	color: #c9e0d5;
}

#div-footer a {
	color: #875d6e;
	text-decoration: none;
}

#main-bg {
	background: #faff00 url("images/contentbg.jpg") repeat scroll left top;
}

#header-bg {
	margin-top: -15px;
	margin-left: 0px;
	background: transparent url("images/headerbg3.png") repeat scroll left top;
	width: 1037px;
}

#td-center {
	border-width: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 9px;
}

.multinav-paginated .prev {
	color: #000000;
	background: #4bf25b;
}

.multinav-paginated .next {
	color: #000000;
	background: #4bf25b;
}

.post-headline h2 a:hover {
	text-decoration: none;
	padding-bottom: 9px;
}

.widget ul li a {
	color: #4f6b63;
	text-decoration: none;
}

#wp-calendar tfoot .pad {
	background: transparent url("images/nonebg.png") repeat scroll left top;
}

#wp-calendar a {
	color: #7f6767;
	text-decoration: underline;
}

.tagcloud a {
	color: #4f6b63;
	text-decoration: none;
}

#wp-calendar tfoot a {
	color: #7f6767;
	text-decoration: none;
}

.textwidget a {
	color: #4f6b63;
	text-decoration: none;
}

#widgetarea1 {
	display: inline-block;
	float: right;
	z-index: 0;
}

img#followsignpng {
	float: right;
	position: relative;
	top: 66px;
	left: 0px;
	right: 0px;
}

img#call2png {
	float: left;
	position: relative;
	top: 142px;
	left: 0px;
}

img#followsignsmpng {
	display: block;
	float: right;
	position: absolute;
	top: 168px;
	left: 0px;
	right: 0px;
}

img#facebookpng {
	display: block;
	float: right;
	position: absolute;
	top: 295px;
	left: 865px;
	right: 0px;
}

img#twitterpng {
	display: block;
	float: right;
	position: absolute;
	top: 350px;
	left: 890px;
}

img#partysmpng {
	display: block;
	float: right;
	position: absolute;
	top: 450px;
	left: 670px;
}

.textwidget {
	color: #4f6b63;
	padding: 0px 10px 3px 0px;
}

.single  .headerimage {
	margin-top: -40px;
	margin-bottom: 30px;
}

.single .headerimage {
	margin-top: -41px;
	margin-bottom: -73px;
	width: 920px;
	height: 245px;
}

.single #td-right1 {
	top: -38px;
}

.single  img#call2png {
	float: left;
	top: -2px;
	left: 0px;
	right: 0px;
}

.single img#followsignsmpng {
	position: relative;
	top: 8px;
	left: -18px;
}

.single  img#twitterpng {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

.single img#facebookpng {
	display: block;
	float: right;
	position: absolute;
	top: 295px;
	left: 865px;
}

.page  .headerimage {
	margin-top: -37px;
	width: 900px;
	height: 315px;
}

.page .headerimage {
	margin-top: -41px;
	margin-bottom: -73px;
	width: 920px;
	height: 245px;
}

.page .hormenu {
	margin-top: 0px;
	margin-bottom: 20px;
}

.page img#call2png {
	float: left;
	position: relative;
	top: 140px;
	left: 0px;
}

.single .hormenu2 {
	margin-bottom: 20px;
	background: transparent url("images/gamenav.png") no-repeat scroll center center;
	width: auto;
	height: 65px;
}

.single img#call2png {
	float: left;
	top: 70px;
	left: 7px;
}

.single .singlenav .newer a {
	border: 0px none;
}

.single img#twitterpng {
	display: block;
	float: right;
	position: absolute;
	top: 350px;
	left: 890px;
}

.page  img#followsignsmpng {
	position: relative;
	top: 61px;
	left: -36px;
}

.page  img#facebookpng {
	position: relative;
	top: 70px;
	left: 159px;
}

.page img#twitterpng {
	display: block;
	float: right;
	position: absolute;
	top: 350px;
	left: 890px;
}

.page img#followsignsmpng {
	position: relative;
	top: 77px;
	left: -35px;
}

.page img#facebookpng {
	display: block;
	float: right;
	position: absolute;
	top: 295px;
	left: 865px;
}

.page  img#partysmpng {
	position: relative;
	top: -18px;
}

.page img#partysmpng {
	display: block;
	float: right;
	position: absolute;
	top: 450px;
	left: 670px;
}

.fullwidth-page img#followsignsmpng {
	position: relative;
	top: 8px;
	left: -30px;
}

.fullwidth-page a#facebookpng-link {
	float: right;
	position: relative;
	top: -1px;
	left: -574px;
	right: 0px;
}

.fullwidth-page img#twitterpng {
	display: block;
	float: right;
	position: absolute;
	top: 350px;
	left: 890px;
}

.fullwidth-page img#partysmpng {
	position: relative;
	top: 260px;
	left: 321px;
}

.fullwidth-page #td-right1 {
	position: relative;
	top: -36px;
}

.fullwidth-page .headerimage {
	margin-top: -41px;
	margin-bottom: -73px;
	width: 920px;
	height: 245px;
}

.fullwidth-page img#call2png {
	position: relative;
	top: 70px;
}

.fullwidth-page img#facebookpng {
	display: block;
	float: right;
	position: absolute;
	top: 295px;
	left: 556px;
}

.fullwidth-page .post-headline h2 a {
	margin-left: 0px;
}

.fullwidth-page .post-headline h2 {
	margin-top: -10px;
}

#widgetarea3 {
	border-width: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px 0px;
	margin-top: 20px;
	margin-bottom: 3px;
	background: transparent url("images/footer2.png") no-repeat scroll center top;
	width: auto;
}

#widgetarea3 .td3 {
	border: 0px none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 0px;
	background: transparent url("images/nonebg.png") no-repeat scroll left top;
	width: 300px;
}

#widgetarea3 .widget {
	border-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 12px;
	box-shadow: 0px 0px 0px 0px;
	margin: 15px 10px 10px 10px;
	background: transparent url("images/nonebg.png") repeat scroll left top;
	width: 275px;
}

#widgetarea3 .widget h3 span {
	border-bottom-style: none;
}

#widgetarea3 .textwidget {
	margin-top: -8px;
	padding-top: 0;
}

.single #div-right1 {
	margin-bottom: 0px;
}

.search .post-headline h2 {
	margin-top: -10px;
	margin-left: 8px;
}

.search .post-bodycopy p {
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.search .headerimage {
	margin-top: -37px;
	margin-bottom: -60px;
}

.search img#call2png {
	position: relative;
	top: 70px;
}

.search img#followsignsmpng {
	position: relative;
	top: 8px;
	left: -30px;
}

.search img#facebookpng {
	position: relative;
	top: 25px;
	left: 170px;
}

.search img#twitterpng {
	position: relative;
	top: 80px;
	left: 250px;
}

.error404 .post-headline h2 {
	margin-top: -10px;
	padding-left: 8px;
}

.error404 .post-bodycopy p {
	padding-right: 8px;
	padding-left: 8px;
}

.error404 .headerimage {
	margin-top: -37px;
	margin-bottom: -60px;
}

.search img.postthumb {
	margin-top: 25px;
	margin-right: 10px;
}

img#followfullpng {
	display: block;
	float: right;
	position: absolute;
	top: 285px;
	left: 747px;
}

img#call3png {
	display: block;
	float: left;
	position: absolute;
	top: 340px;
}

.single  img#call3png {
	position: relative;
	top: 80px;
}

.single img#followfullpng {
	display: block;
	float: right;
	position: relative;
	top: -15px;
	left: 20px;
}

.single img#call3png {
	display: block;
	float: left;
	position: absolute;
	top: 340px;
}

.page img#followfullpng {
	float: right;
	position: absolute;
	top: 285px;
	left: 745px;
}

.page img#call3png {
	display: block;
	float: left;
	position: absolute;
	top: 340px;
}

.fullwidth-page  img#call3png {
	position: relative;
	top: 80px;
}

.fullwidth-page img#followfullpng {
	float: right;
	position: relative;
	top: -15px;
	left: 20px;
}

.fullwidth-page img#call3png {
	display: block;
	float: left;
	position: absolute;
	top: 340px;
}

.single #container {
	width: 920px;
}

.page #container {
	width: 920px;
}

.fullwidth-page #container {
	width: 920px;
}

img#followsign-keeperpng {
	display: block;
	float: right;
	position: absolute;
	top: 290px;
	left: 745px;
}

.single  img#facebookpng {
	display: block;
	float: right;
	position: absolute;
}

.single  img#partysmpng {
	display: block;
	float: right;
	position: absolute;
	top: 0px;
	left: 0px;
}

.single img#partysmpng {
	display: block;
	float: right;
	position: absolute;
	top: 450px;
	left: 670px;
}

.page img#followsign-keeperpng {
	display: block;
	float: right;
	position: absolute;
	top: 290px;
	left: 745px;
}

.fullwidth-page  img#followsign-keeperpng {
	position: absolute;
	top: 290px;
	left: 745px;
}

.calendar #widgetarea4 .widget {
	border: 0px none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: 0px 0px 0px 0px;
	margin-left: 0px;
	padding-left: 0px;
	background: transparent url("images/nonebg.png") repeat scroll left top;
	width: 222px;
}

.calendar  #widgetarea1 .widget {
	border-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: 0px 0px 0px 0px;
	width: 910px;
}

.calendar #widgetarea1 .widget {
	background: transparent url("images/nonebg.png") repeat scroll left top;
}

.widget ul li a:hover, .widget ul li.current_page_item a, .widget ul li.current-cat a {
	color: #c5d6d1;
	text-decoration: none;
}

#widgetarea3 .widget h3 {
	background: transparent url("images/nonebg.png") no-repeat scroll left top;
	height: 0px;
}

#widgetarea3 .widget ul li {
	margin-left: -12px;
	background: transparent url("images/nonebg.png") no-repeat scroll left top;
}

img#HB-bg-home {
	position: absolute;
	z-index: -2;
	width: 100%;
	margin: -8px -8px -8px -8px;
	background-attachment: fixed;
}

img#Homepng {
	position: absolute;
	top: 272px;
	left: 0px;
	right: 0px;
}

img#Home2png {
	display: block;
	position: absolute;
	top: 90px;
	left: 380px;
}

img#header-linepng {
	display: block;
	float: left;
	position: absolute;
	top: 140px;
	left: 0px;
}

img#HB-logo-image-smpng {
	position: absolute;
}

img#HB-logo-title-smpng {
	position: relative;
	margin-top: 70px;
	left: 106px;
}

.textwidget a:hover {
	color: #c5d6d1;
}

.home  #widgetarea1 .widget {
	width: 100%;
}

img#HB-bg-shinepng {
	position: absolute;
	margin-top: -25px;
	margin-left: 50px;
	z-index: -1;
	width: 100%;
}

blockquote p {
	color: #4f6b63;
}

blockquote a {
	color: #4f6b63;
	text-decoration: none;
}

.blog .col-left {
	width: 230px;
}

.blog .col-right {
	width: 449px;
}

/* Clearfix fixes some floating issues */
.row:after , .row5:after, .lw:after , .clearfix:after 	{
  	content: "."; 
  	display: block; 
  	height: 0; 
	/* next 2 avoid margin at body bottom */
	line-height: 0;
	font-size: 0;
  	clear: both; 
  	visibility: hidden;
	}
	
.row, .lw, .row5, .clearfix {
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
	}
	
* html .clearfix, * html .row, *html .row5, * html .lw {
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
	}

.widget h3 { 
	font-family: constantia;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #424141;
    border: 0px solid #938c82;
    margin: 10px 0;
    height: 30px;
    padding: 0px 10px;
}

.wpcf7 textarea {
	height: 100px;
	padding: 10px 10px;
}

.wpcf7 input[type="submit"] {
	background: #5e8277;
	color: #fcf4e3;
	padding: 10px 20px;
	margin: 10px 0;
	border: none;
	cursor: pointer;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	font-family: constantia;
	letter-spacing: 2px;
	font-weight: bold;
}

.wpcf7 input[type="submit"]:hover {
	background: #875d6e;
	color: #fcf4e3;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.wpcf7 input:focus, textarea:focus {
	border-color: #c1c0b9;
}

input[type="submit"] {
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

input[type="submit"]:hover {
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.signup-border {
	border: 2px solid #8b9e9b;
	margin: 50px 0px 20px 0px;
}

.single-signup {
	background: #875d6e;
	padding: 20px;
	margin: 5px;
	font-size: 17px;
	height: 85px;
}

.single-signup-home {	
	background: rgba(135, 93, 110, .8);
	padding: 20px;
	margin: 5px;
	font-size: 17px;
	height: 145px;
}

.button {background-color: #5e8277; border: 0 none; border-radius:0; cursor: pointer; display: inline; height: 32px; margin: 0 5px 10px 0; padding: 10px 15px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto; font-family: constantia; letter-spacing: 2px; font-weight: bold;}

.button a {text-decoration: none;}

.button:hover {background-color: #875d6e;}	

.button:hover a {text-decoration: none; color: #c5d6d1;}

img.social {margin: 0 5px;}

img.social:hover {opacity: 0.7;}

.social-box {float: left; margin-right: 40px;}

.really_simple_share {margin-top: 40px; color: #4f6b63;}

/* MailChimp Form Embed Code */
#mc_embed_signup{background:#transparent; width: 200px; margin-top: 10px;}
.single-signup #mc_embed_signup{background:#transparent; width: 480px; margin-top: 10px;}
.single-signup-home #mc_embed_signup{background:#transparent; width: 480px; margin-top: 10px;}
#mc_embed_signup form {display:inline; position:relative; text-align:left; padding:0px 0 10px 0; width: 200px;}
.single-signup #mc_embed_signup form {display:inline; position:relative; text-align:left; padding:0px 0 10px 0; width: 480px;}
.single-signup-home #mc_embed_signup form {display:inline; position:relative; text-align:left; padding:0px 0 10px 0; width: 480px;}
#mc_embed_signup h2 {font-weight:none; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border: none; -webkit-appearance:none; float: left; display: inline; font-family: constantia; letter-spacing: 2px;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#c1c0b9}
#mc_embed_signup .button {background-color: #c5d6d1; border: 0 none; border-radius:0; color: #875d6e; cursor: pointer; display: inline; height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto; float: right; font-family: constantia; letter-spacing: 2px; font-weight: bold;}
.single-signup #mc_embed_signup .button {background-color: #c5d6d1; border: 0 none; border-radius:0; color: #4f6b63; cursor: pointer; display: inline; height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto; float: right; font-family: constantia; letter-spacing: 2px; font-weight: bold;}
.single-signup-home #mc_embed_signup .button {background-color: #c5d6d1; border: 0 none; border-radius:0; color: #4f6b63; cursor: pointer; display: inline; height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto; float: right; font-family: constantia; letter-spacing: 2px; font-weight: bold;}
#mc_embed_signup .button:hover {background-color: #875d6e; color: #fcf4e3;}
.single-signup #mc_embed_signup .button:hover {background-color: #8b9e9b; color: #c5d6d1;}

#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {display:inline;}

#mc_embed_signup label {display:inline; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {display:inline; padding:10px 0px; margin:0 10px 10px 0; text-indent:7px; width:200px; }
.single-signup #mc_embed_signup input.email {display:inline; padding:10px 0px; margin:0 10px 10px 0; text-indent:7px; width:220px; }
.single-signup-home #mc_embed_signup input.email {display:inline; padding:10px 0px; margin:0 10px 10px 0; text-indent:7px; width:220px; }
#mc_embed_signup input.fname {padding: 10px 0; margin:0 10px 10px 0; text-indent:7px; width:200px;}
.single-signup #mc_embed_signup input.fname {padding: 10px 0; margin:0 10px 10px 0; text-indent:7px; width:140px;}
.single-signup-home #mc_embed_signup input.fname {padding: 10px 0; margin:0 10px 10px 0; text-indent:7px; width:140px;}
#mc_embed_signup input.button {display:block; margin:0 0 10px 0; width:90px;}
.single-signup #mc_embed_signup input.button {display:block; margin:0 0 10px 0; width:100px;}
.single-signup-home #mc_embed_signup input.button {display:block; margin:0 0 10px 0; width:100px;}


#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}