/* ------------------------------------------------------------------------ 

Style Sheet for Bonsai Smiths
Written by Andy Rutledge, March/April, 2009
http://andyrutledge.com/ 

------------------------------------------------------------------------ */

/* BASELINE STYLES
------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: #333;
}

a:link, a:visited {
	color: #7c3611;
	text-decoration: none;
}

a:hover {
	color: #000;
	border: none;
}

a img {
	border: none;
}

h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}

p, ul, ol, dl {
	text-align: left;
	color: #333;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Basic and Header Styles
------------------------------------------------------------------------ */
.headWrapMain {
	width: 100%;
	display: block;
	background: #ccc url(../images/header_bg.jpg) repeat-x top;
	border-bottom: 5px solid #ccc;
	clear: both;
}

.logoNav {
	margin: 0 auto;
	width: 922px;
	height: 200px;
	display: block;
	clear: both;
	position: relative;
}

.logo h1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 294px;
	height: 170px;
	background: url(../images/logo_bsmiths.jpg) no-repeat 0 0;
	text-indent: 5000px; /* for ie 6 */
	text-align: right;
}

.logo h1 a:link, .logo h1 a:visited {
	width: 294px;
	height: 170px;
	display: block;
	background: url(../images/logo_bsmiths.jpg) no-repeat 0 0;
	text-indent: 5000px;
	text-decoration: none;
	overflow: hidden;
}

.logo h1 a:hover {
	text-decoration: none;
	background: url(../images/logo_bsmiths.jpg) no-repeat 0 -170px;
}

ul.mainNav {
	position: absolute;
	top: 170px;
	left: 0;
	display: inline;
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

.mainNav li {
	display: inline;
	line-height: 30px;
	float: left;
}

.mainNav li a:link, .mainNav li a:visited {
	color: #000;
	text-decoration: none;
	padding: 0 20px;
	display: block;
}

.mainNav li a:hover {
	color: #fff;
	text-decoration: none;
	background: #7c3611;
}

.bodyWrap {
	clear: both;
	width: 100%;
	background: #fff;
}

.mainBody {
	margin: 0 auto;
	width: 922px;
	clear: both;
	padding: 45px 20px;
}

.leftContent {
	float: left;
	width: 608px;
	display: inline;
}

.rightSidebar {
	float: left;
	width: 294px;
	margin-left: 20px;
	padding-top: 11px;
	display: inline;
}

/* You-Are-Here Styles
------------------------------------------------------------------------ */
.main .mainNav li.home a { color: #fff; text-decoration: none; background: #000; }
.classes .mainNav li.ws a { color: #fff; text-decoration: none; background: #000; }
.services .mainNav li.serv a { color: #fff; text-decoration: none; background: #000; }
.forSale .mainNav li.sale a { color: #fff; text-decoration: none; background: #000; }
.ourTrees .mainNav li.gallery a { color: #fff; text-decoration: none; background: #000; }
.contact .mainNav li.info a { color: #fff; text-decoration: none; background: #000; }

/* Main Page Styles
------------------------------------------------------------------------ */
.stripMain {
	width: 100%;
	height: 200px;
	display: block;
	clear: both;
	background: url(../images/strip_main.jpg) repeat-x top left;
	border-top: 5px solid #000;
}

.leftContent h2 {
	font-size: 2.4em;
	font-weight: bold;
	color: #ccc;
	letter-spacing: -.05em;
	padding-bottom: 10px;
	background: url(../images/dotborder_bg.gif) repeat-x bottom;
}

.leftContent dl {
	clear: both;
	display: block;
}

.leftContent dt {
	font-size: 1.4em;
	color: #666;
	padding: 20px 0 10px;
}

.leftContent dt a:link, .leftContent dt a:visited {
	font-size: 1.2em;
	border-bottom: 1px dotted #999;
	font-weight: bold;
	margin-right: 15px;
}

.leftContent dt a:hover {
	border: none;
}

.leftContent dd {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0 0 20px;
	background: url(../images/dotborder_bg.gif) repeat-x bottom;
}

.leftContent dd a:link, .leftContent dd a:visited {
	border-bottom: 1px dotted #999;
}

.leftContent dd a:hover {
	border: none;
}

.mainIntro {
	margin-top: 20px;
	clear: both;
	border-top: 10px solid #dadada;
	background: #eaeaea;
	padding: 20px;
}

.mainIntro h3 {
	font-size: 1.6em;
	padding: 0 0 10px;
	font-weight: bold;
	color: #000 !important;
	background: url(../images/dotborder_gray_bg.jpg) repeat-x bottom;
}

.mainIntro p {
	font-size: 1.2em;
	padding: 10px 0 5px;
	line-height: 1.4em;
}

.mainIntro p a:link, .mainIntro p a:visited {
	border-bottom: 1px dotted #999;
}

.mainIntro p a:hover {
	color: #666;
	border: none;
}

.mainIntro h6 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0 0;
}

.mainIntro h6 a:link, .mainIntro h6 a:visited {
	border-bottom: 1px dotted #999;
}

.mainIntro h6 a:hover {
	color: #666;
	border: none;
}

/* Right Sidebar Styles
------------------------------------------------------------------------ */

.classes .rightSidebar, .services .rightSidebar, .forSale .rightSidebar, .ourTrees .rightSidebar, .contact .rightSidebar  {
	padding-top: 32px;
}

.rightSidebar h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #406317;
	padding: 0 0 10px;
}

.rightSidebar h3 a:link, .rightSidebar h3 a:visited {
	color: #406317;
	text-decoration: none;
}

.rightSidebar h3 a:hover {
	color: #999;
	text-decoration: none;
}

.rightSidebar h3.topDots {
	padding-top: 15px;
	background: url(../images/dotborder_bg.gif) repeat-x top;
}

.sidebarBox {
	clear: both;
	background: #e4e3d3;
	margin-bottom: 20px;
	padding: 0 0 15px;
	display: block;
}

.sidebarBox h3 {
	font-size: 1.6em;
	font-weight: bold;
	padding: 10px 0 10px;
	margin: 0 10px;
	color: #999;
	background: url(../images/dotborder_sidebarbox.jpg) repeat-x bottom;
}

.sidebarBox h3 a:link, .sidebarBox h3 a:visited {
	border-bottom: 1px dotted #999;
}

.sidebarBox h3 a:hover {
	color: #666;
	border: none;
}

.sidebarBox h4 {
	font-size: 2em;
	font-weight: bold;
	padding: 10px 10px 0;
	text-align: center;
	color: #000;
}

.sidebarBox h4 a:link, .sidebarBox h4 a:visited {
	border-bottom: 1px dotted #999;
	text-transform: none;
	font-size: 16px;
}

.sidebarBox h46 a:hover {
	color: #666;
	border: none;
}

.sidebarBox h6 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0 0;
	margin: 0 10px;
	margin-bottom: 10px;
}

.sidebarBox h6 a:link, .sidebarBox h6 a:visited {
	border-bottom: 1px dotted #999;
}

.sidebarBox h6 a:hover {
	color: #666;
	border: none;
}

.sidebarBox p {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 10px 0 5px;
	margin: 0 10px;
}

.sidebarBox dl {
	clear: both;
	display: block;
	margin: 0 10px;
	text-align: left;
}

.sidebarBox dt {
	font-size: 1.1em;
	color: #666;
	padding: 10px 0 0;
	text-align: left;
	display: block;
}

.sidebarBox dt a:link, .sidebarBox dt a:visited {
	font-size: 12px;
	border-bottom: 1px dotted #999;
	font-weight: bold;
	line-height: 1.5em;
	margin-right: 10px;
}

.sidebarBox dt a:hover {
	border: none;
}

.sidebarBox dd {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px 0 20px;
	background: url(../images/dotborder_sidebarbox.jpg) repeat-x bottom;
}

.sidebarBox dd a:link, .sidebarBox dd a:visited {
	border-bottom: 1px dotted #999;
}

.sidebarBox dd a:hover {
	border: none;
}

/* Interior Page Styles
------------------------------------------------------------------------ */
.stripInner {
	width: 100%;
	height: 100px;
	display: block;
	clear: both;
	background: url(../images/strip_interior_bw.jpg) repeat-x top left;
	border-top: 5px solid #000;
}

.leftContent h3 {
	clear: both;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	color: #406317;
	padding: 10px 0 0;
	line-height: 1.4em;
	letter-spacing: -.02em;
}

.leftContent h4 {
	clear: both;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	color: #999;
	margin-top: 15px;
	padding: 10px 0 0;
	line-height: 1.4em;
	letter-spacing: -.02em;
	background: url(../images/dotborder_bg.gif) repeat-x top;
}

.leftContent h5 {
	clear: both;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	margin-top: 15px;
	padding: 10px 0 0;
	line-height: 1.4em;
	letter-spacing: -.02em;
}

.leftContent h5 a:link, .leftContent h5 a:visited {
	border-bottom: 1px dotted #999;
}

.leftContent h5 a:hover {
	color: #666;
	border: none;
}

.leftContent p {
	font-size: 1.2em;
	padding: 10px 0 5px;
	line-height: 1.4em;
}

.leftContent p a:link, .leftContent p a:visited {
	border-bottom: 1px dotted #999;
}

.leftContent p a:hover {
	color: #666;
	border: none;
}

p.bottomSpace {
	padding-bottom: 20px;
	clear: both;
	display: block;
}

.leftContent ul {
	list-style: square;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px 0 0 15px;
}

.leftContent li {
	line-height: 1.4em;
	padding: 4px 0;
}

.photoInset {
	float: right;
	width: 294px;
	background: #e5e5e5;
	padding: 5px 0;
	margin: 0 0 20px 20px;
	clear: right;
}

.photoInsetLeft {
	float: left;
	width: 294px;
	background: #e5e5e5;
	padding: 5px 0;
	margin: 0 0 20px;
	clear: left;
}

.photoInset ul, .photoInsetLeft ul {
	display: inline;
	clear: both;
	list-style: none;
	margin: 0;
}

.photoInset li, .photoInsetLeft li {
	float: left;
	width: 137px;
	padding: 0 5px;
}

.photoInset p, .photoInsetLeft p {
	font-size: 1.2em;
	color: #666;
	padding: 0 5px;
}



/* Sale Page Styles
------------------------------------------------------------------------ */
.saleBody {
	margin: 0 auto;
	width: 942px;
	clear: both;
	padding: 45px 20px 45px 0;
}

.saleContent {
	float: left;
	width: 628px;
	display: inline;
}

.saleContent p {
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin-left: 20px;
	line-height: 1.4em;
}

.saleContent p a:link, .saleContent p a:visited {
	border-bottom: 1px dotted #999;
}

.saleContent p a:hover {
	color: #666;
	border: none;
}

.saleContent h2 {
	font-size: 2.4em;
	font-weight: bold;
	color: #ccc;
	letter-spacing: -.05em;
	margin-left: 20px;
	padding-bottom: 10px;
	background: url(../images/dotborder_bg.gif) repeat-x bottom;
}

.saleContent ul {
	display: inline;
	clear: both;
}

.saleContent li {
	float: left;
	margin: 20px 0;
	padding-left: 20px;
	width: 294px;
	display: inline;
}

.saleContent li h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	letter-spacing: -.5px;
	padding: 10px 0;
	border-top: 5px solid #ccc;
}

.saleContent li a:link img, .saleContent li a:visited img {
	float: left;
	margin: 0 20px 0 0;
	border: 5px solid #999;
}

.saleContent li a:hover img {
	border: 5px solid #7c3611;
}

.saleContent li ul {
	font-size: 1.1em;
	color: #000;
	float: left;
	clear: none !important;
	display: inline;
	width: 137px;
}

.saleContent li ul li {
	margin: 0;
	padding: 5px 0;
	width: 137px;
}

/* Gallery Page Styles
------------------------------------------------------------------------ */
.galleryBody {
	margin: 0 auto;
	width: 942px;
	clear: both;
	padding: 45px 20px 45px 0;
}

.galleryContent {
	float: left;
	width: 628px;
	display: inline;
}

.galleryContent p {
	font-size: 1.2em;
	padding: 10px 0 20px;
	margin-left: 20px;
	line-height: 1.4em;
}

.galleryContent p a:link, v p a:visited {
	border-bottom: 1px dotted #999;
}

.galleryContent p a:hover {
	color: #666;
	border: none;
}

.galleryContent h2 {
	font-size: 2.4em;
	font-weight: bold;
	color: #ccc;
	letter-spacing: -.05em;
	margin-left: 20px;
	padding-bottom: 10px;
	background: url(../images/dotborder_bg.gif) repeat-x bottom;
}

.galleryContent ul {
	display: inline;
	clear: both;
}

.galleryContent li {
	float: left;
	margin: 0 0 20px;
	padding-left: 20px;
	width: 137px;
	display: inline;
}

.galleryContent li a:link img, .galleryContent li a:visited img {
	border: 5px solid #999;
}

.galleryContent li a:hover img {
	border: 5px solid #7c3611;
}


/* Image Styles
------------------------------------------------------------------------ */
img.vertSpace {
	padding: 20px 0;
}

img.floatRight {
	float: right;
	margin: 15px 0 15px 15px;
}

img.floatLeft {
	float:left;
	margin: 15px 15px 15px 0;
}

img.floatLeftPlain {
	float:left;
}

a:link img.floatRight, a:visited img.floatRight {
	border: 5px solid #999;
}

a:hover img.floatRight {
	border: 5px solid #7c3611;
}


/* Footer Styles
------------------------------------------------------------------------ */
.footer {
	margin: 0 auto;
	clear: both;
	width: 922px;
	padding: 35px 0;
	display: block;
}

.footerLeft {
	float: left;
	display: inline;
	width: 608px;
}

.footerLeft p {
	font-size: 1.1em;
	padding: 0 0 10px;
	color: #999;
	line-height: 1.4em;
}

.footerLeft p a:link, .footerLeft p a:visited {
	color: #999;
	text-decoration: underline;
	padding: 0 6px;
}

.footerLeft p a:hover {
	color: #fff;
	text-decoration: none;
}

.footerLeft p.topBorder {
	padding-top: 15px;
	background: url(../images/dotborder_dark_bg.gif) repeat-x top;
}

.footerRight {
	float: left;
	display: inline;
	width: 294px;
	margin-left: 20px;
}

.footerRight p {
	font-size: 1.4em;
	padding: 0 0 10px;
	color: #999;
	line-height: 1.4em;
}

.footerRight h5 a {
	margin-top: 15px;
	width: 294px;
	height: 89px;
	display: block;
	text-align: center;
	overflow: hidden;
	text-indent: -5000px;
	background: url(../images/bb_logo.gif) no-repeat top center;
}



/* Float Clearing Styles
------------------------------------------------------------------------ */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* BRAT STYLES
------------------------------------------------------------------------ */
 font, center, div[align], p[align], table[align], font[color] {
   color : #cd0000;
   font-weight : bold;
   background : #eecc11 url(images/warning.gif) repeat 0 0;
   margin : 10px;
   padding : 10px;
   border : 2px dashed #cd0000;
   font-size : 2em;

