/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox/
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.0
Tags: custom-menu, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready
*/

body {
	background: url(images/bg_body_sub.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
}

body.home {
	background: url(images/bg_body_home.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

a {
	outline: 0;
}

#content p {
	line-height: 138%;
	font-size: 14px;
	margin: 18px 0 6px 0;
	padding: 0;
}

#content blockquote {
	background: #f4f4f4;
	padding: 6px 12px;
}

#content blockquote p {
	color: #924400;
	font-size: 16px;
	margin-top: 0;
	padding-top: 0;
}

#content h4 {
	line-height: 130%;
	font-size: 16px;
	font-weight: bold;
	color: #924400;
	margin: 15px 0 0 0;
	padding: 0;
}

#content li {
	font-size: 12px;
	margin-bottom: 12px;
}

#content .comment-content p {
	font-size: 12px;
	margin-bottom: 12px;
}

#content li ul {
	margin-top: 12px;
}

#content h2#motivated,
#content h2#excellent,
#content h2#conducive {
	border-bottom: 1px solid #e4e4e4;
	color: #924400;
	padding: 8px 0;
}

/* =Structure
-------------------------------------------------------------- */

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#main {
	overflow: auto;
}

#primary {
	float: left;
	margin: 0 0 0 0;
	width: 660px;
	padding: 0 0 30px 0;
}

#secondary {
	float: right;
	margin: 0 0 0 0;
	width: 280px;
}

#content {
	margin: 0 0 0 0;
}

#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars 
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}
*/

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	margin: 0;
	padding: 0;
	float: left;
}

#site-title a {
	width: 163px;
	height: 120px;
	display: block;
	text-indent: -9000px;
	background: url(images/bg_logo.png) top left no-repeat;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	float: right;
	width: 740px;
	margin: 45px 0 0 0;
}

#access ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#access li {
	float: left;
	position: relative;
	margin-right: 2px;
}
#access a {
	display: block;
	line-height: 1.6em;
	padding: 0 15px;
	text-decoration: none;
	font-family: 'StagSansBook', Tahoma, Arial, sans-serif;
	font-size: 19px;
	color: #000;
}

#access ul ul a {
	font-size: 15px;
}

#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2.2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #fff;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a,
#access li.current_page_item {
	background: #f8f8f2;
}
#access ul ul a:hover {
	background: #f8f8f2;
}
#access ul li:hover > ul {
	display: block;
}

.clear {
	clear: both;
}

/* =Content
-------------------------------------------------------------- */

#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

/* 404 page 
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}
*/
/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}

textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}

h2#comments-title,
h3#reply-title {
	font-size: 17px;
	margin: 16px 0 10px 0;
}

#respond label {
	font-weight: bold;
	margin: 8px 0 4px 0;
}

#respond input[type=text] {
	display: block;
	width: 240px;
	height: 20px;
	padding: 2px;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}

p.form-submit #submit {
	padding: 4px 8px;
	background: #efe8d8;
	border: 4px solid #bfbaad;
}

/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#footerwrapper {
	background: #bfbaad url(images/bg_footer.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	text-align: left;
	min-height: 58px;
}

#footer #footernav {
	float: right;
	margin: 0;
	padding: 0;
}

#footer #footernav ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 5px 0;
}

#footer #footernav ul li {
	float: left;
	margin: 0 0 0 20px;
}

#footer #footernav ul li a {
	color: #111;
	font-size: 11px;
}

#footer #footernav ul li a:hover {
	text-decoration: none;
}

#footer p {
	display: block;
	float: left;
	font-size: 11px;
	padding: 12px 0;
	margin: 0;
}

#footer p a {
	color: #111;
}












#subhead {
	background: url(images/bg_banner1.png) top right no-repeat;
	margin: -1px 0 0 0;
	overflow: auto;
}

#subhead0 {
	background: url(images/bg_banner1.png) top right no-repeat;
	margin: -1px 0 0 0;
	overflow: auto;
}

#subhead1 {
	background: url(images/bg_banner2.png) top right no-repeat;
	margin: -1px 0 0 0;
	overflow: auto;
}

#subhead2 {
	background: url(images/bg_banner3.png) top right no-repeat;
	margin: -1px 0 0 0;
	overflow: auto;
}

#subhead3 {
	background: url(images/bg_banner4.png) top right no-repeat;
	margin: -1px 0 0 0;
	overflow: auto;
}

#subhead4 {
	background: url(images/bg_banner4.png) top right no-repeat;
	margin: -1px 0 0 0;
	overflow: auto;
}


#subheader {
	padding: 0 0 0 0;
	min-height: 77px;
}

#subheader h2 {
	margin: 0;
	padding: 18px 0 0 0;
	font-size: 36px;
	letter-spacing: -0.05em;
	font-family: 'StagSansMedium', Tahoma, Arial, sans-serif;
	font-weight: normal;
}

#bread {
	min-height: 30px;
	float: left;
}

#bread p {
	font-size: 11px;
	margin: 0;
	padding: 9px 0 0 0;
	color: #333;
}

#bread p a {
	color: #333;
}

#search {
	float: right;
	margin: 5px 0 0 0;
}

#search .searchfield {
	font-size: 11px;
	width: 125px;
	height: 15px;
	border: 1px solid #888;
	padding: 2px;
}

#search .searchbutton {
	background: #f6f4f0;
	font-size: 11px;
	font-weight: bold;
	border: 0;
	padding: 2px;
	cursor: pointer;
}

#intro {
	overflow: auto;
}

#intro #flash {
	float: left;
	width: 468px;
	height: 190px;
	border: 6px solid #dfd4bb;
	margin: 12px 0 0 0;
	padding: 0;
}

#intro #introduction {
	float: right;
	width: 430px;
}

#intro #introduction h2 {
	font-family: 'StagSansBook', Tahoma, Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #a39161;
	letter-spacing: -0.03em;
	margin: 15px 0 0 0;
	padding: 0;
	text-shadow: 1px 1px 0px #fff;
}

#intro #introduction p {
	font-size: 16px;
	font-weight: normal;
	color: #776;
	margin: 4px 0;
	padding: 0;
	line-height: 134%;
}

#homecontent {
	margin: 60px 0 0 0;
	overflow: auto;
}

#homecontent .homebox:first-child {
	float: left;
	width: 300px;
	margin: 0;
}

#homecontent .homebox {
	float: left;
	width: 300px;
	margin: 0 0 10px 30px;
	min-height: 350px;
}

#homecontent .homebox h2 {
	font-family: 'StagSansBook', Tahoma, Arial, sans-serif;
	font-size: 20px;
	margin: 8px 0 10px 0;
	padding: 0;
	color: #8e371b;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

#homecontent .homebox h2 a {
	font-family: 'StagSansBook', Tahoma, Arial, sans-serif;
	font-size: 20px;
	color: #8e371b;
	text-decoration: none;
}

#homecontent .homebox h2 a span {
	color: #9c8a5b;
}

#homecontent .homebox p {
	line-height: 140%;
}



#pagecontent {
	margin: 30px 0 0 0;
	overflow: auto;
}

#pagecontent .pagebox {
	float: left;
	width: 300px;
	margin: 0 30px 30px 0;
	border-top: 1px solid #ddd;
	padding: 8px 0 0 0
}

#pagecontent .pagebox h2 {
	font-family: 'StagSansBook', Tahoma, Arial, sans-serif;
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #8e371b;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

#pagecontent .pagebox img {
	margin: 0 0 8px 0;
}

#pagecontent .pagebox h2:hover {
	border-bottom: 1px solid #999;
}

#pagecontent .pagebox h2 a {
	font-family: 'StagSansBook', Tahoma, Arial, sans-serif;
	display: block;
	font-size: 20px;
	color: #8e371b;
	text-decoration: none;
}

#pagecontent .pagebox h2 a span {
	color: #9c8a5b;
}

#pagecontent .pagebox p {
	font-size: 12px;
	margin: 8px 0;
}




#homesubcontent {
	margin: 15px 0 0 0;
	overflow: auto;
}

#homesubcontent .homesubbox:first-child {
	float: left;
	width: 470px;
	margin: 0 20px 20px 0;
}

#homesubcontent .homesubbox {
	float: left;
	width: 470px;
	margin: 0 0 20px 0;
}

#homesubcontent .homesubbox h3 {
	font-family: 'StagSansBook', Tahoma, Arial, sans-serif;
	font-size: 18px;
	margin: 8px 0 12px 0;
	color: #8e371b;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #ddd;
}

#homesubcontent .homesubbox h3 a {
	color: #8e371b;
	text-decoration: none;
}

#homesubcontent .homesubbox h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #111;
}

#homesubcontent .homesubbox h4 a {
	color: #111;
	text-decoration: none;
}

#homesubcontent .homesubbox h4 a:hover {
	color: #111;
	text-decoration: underline;
}

#homesubcontent .homesubbox p {
	margin: 4px 0;
	padding: 0;
	color: #111;
}


.client {
	background: #fff;
	color: #fff;
	width: 120px;
	height: 120px;
	float: left;
	text-align: center;
	margin: 0 10px 0 0;
}

.quotebullet {
	background: #fff;
	color: #fff;
	width: 50px;
	float: left;
	text-align: center;
	margin: 10px 10px 0 0;
}

.text {
	overflow: auto;
}

a.btn_learnmore {
	display: block;
	background: url(images/bg_btn_learnmore.png) top left no-repeat;
	width: 137px;
	height: 29px;
	overflow: hidden;
	text-indent: -9000px;
}

a.btn_learnmore:hover {
	background: url(images/bg_btn_learnmore.png) bottom left no-repeat;
	width: 137px;
	height: 29px;
	overflow: hidden;
}


.calendar {
  float: left;
  margin-right: 6px;
  width: 42px;
  height: 42px;
}

.calendar-icon-01 {
  background: url(images/calendar/01.gif);
}
.calendar-icon-02 {
  background: url(images/calendar/02.gif);
}
.calendar-icon-03 {
  background: url(images/calendar/03.gif);
}
.calendar-icon-04 {
  background: url(images/calendar/04.gif);
}
.calendar-icon-05 {
  background: url(images/calendar/05.gif);
}
.calendar-icon-06 {
  background: url(images/calendar/06.gif);
}
.calendar-icon-07 {
  background: url(images/calendar/07.gif);
}
.calendar-icon-08 {
  background: url(images/calendar/08.gif);
}
.calendar-icon-09 {
  background: url(images/calendar/09.gif);
}
.calendar-icon-10 {
  background: url(images/calendar/10.gif);
}
.calendar-icon-11 {
  background: url(images/calendar/11.gif);
}
.calendar-icon-12 {
  background: url(images/calendar/12.gif);
}

.calendar-day {
  font-weight: bold;
  font-size: 1.3em;
  color: #000;
  width: 42px;
  text-align:center;
  padding-top: 14px;
}


#secondary h4 {
	margin: 42px 0 0 0;
	font-size: 17px;
	font-weight: normal;
	color: #924400;
	border-bottom: 1px solid #eee;
	padding: 0 0 6px 22px;
	background: url(images/bg_arrow.png) 2px 4px no-repeat;
}

#secondary h5 {
	margin: 0 0 0 0;
	font-size: 15px;
	font-weight: normal;
	color: #924400;
	padding: 0;
}

#secondary h5 a {
	color: #924400;
	text-decoration: none;
}

#secondary h5 a:hover {
	text-decoration: underline;
}


#secondary h4.quotehead {
	margin: 42px 0 0 0;
	font-size: 17px;
	font-weight: normal;
	color: #924400;
	border-bottom: 1px solid #eee;
	padding: 4px 0 6px 50px;
	background: url(images/bg_quote.png) 0 0 no-repeat;
}

#secondary h4.blog {
	margin: 20px 0 12px 0;
	font-size: 17px;
	font-weight: normal;
	color: #924400;
	border-bottom: 1px solid #eee;
	padding: 0 0 6px 22px;
	background: url(images/bg_arrow.png) 2px 4px no-repeat;
}

#content h4.entry-title {
	margin: 25px 0 0 0;
}

h4.entry-title a {
	font-size: 17px;
	font-weight: normal;
	color: #924400;
	text-decoration: none;
}

h4.entry-title a:hover {
	text-decoration: underline;
}


#secondary h4.blog a {
	color: #924400;
}

#secondary .text p {
	margin: 0 0 0 0;
	padding: 8px 0;
	font-size: 11px;
}

#secondary .sidebtn {
	margin: 10px 0 10px 0;
	padding: 0;
}

ul.subpage {
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	list-style: none;
}

ul.subpage li a {
	color: #111;
	text-decoration: none;
}

ul.subpage li.odd {
	margin: 2px 0 2px 0;
	padding: 3px 0 4px 30px;
	background: url(images/bg_bullet1.png) 0 3px no-repeat;
}

ul.subpage li.even {
	margin: 2px 0 2px 0;
	padding: 3px 0 4px 30px;
	background: url(images/bg_bullet2.png) 0 3px no-repeat;
}

ul.subpage li.odd:hover {
	background: url(images/bg_bullet1on.png) 0 3px no-repeat;
}

ul.subpage li.even:hover {
	background: url(images/bg_bullet2on.png) 0 3px no-repeat;
}

h1.entry-title {
	margin: 20px 0 0 0;
	padding: 0;
}

h1.entry-title a {
	color: #111;
	font-size: 17px;
}

h2.entry-desc {
	margin: 6px 0 6px 0;
	padding: 0 0 8px 0;
	font-size: 17px;
	color: #666;
	border-bottom: 1px solid #d4d4d4;
}

.form-allowed-tags {
	display: none;
}

.entry-meta {
	font-size: 11px;
	color: #666;
	margin: 8px 0 4px 0;
}

.entry-meta a {
	font-size: 11px;
	color: #666;
}

#content .entry-summary p {
	font-size: 14px;
	color: #111;
	margin: 10px 0;
	padding: 0;
}

.faq-question {
	font-size: 17px;
	font-weight: normal;
	color: #924400;
	margin: 12px 0 8px 0;
}

.faq-answer {
	font-size: 12px;
	color: #000;
	line-height: 145%;
	border-bottom: 1px solid #ddd;
	padding: 6px 0 10px 6px;
	margin: 0 0 15px 0;
}


.attachment-post-thumbnail {
	margin: 20px 0 0 0;
}

.comment-author {
	font-size: 11px;
}

.locationtable {
	margin: 0;
	padding: 0;
	width: 640px;
}

.locationtable thead tr th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	padding: 0 0 4px 0;
}

.locationtable tr td {
	text-align: left;
	padding: 3px 0 3px 0;
}