/* Import Blueprint's screen styles */
@import url(blueprint/compressed/screen.css);

/* Import structure for menu -- DO NOT MODIFY */
/* If you need to style the menu, you should add those styles in this screen.css file */
@import url(lib/main-menu.css);

/* Uncomment the line below for helpful debugging CSS */
/*@import url(lib/debug.css);*/

@import url(reset.css);

/*
	Font-size reference.  Calcuate with: pixel_size / 12
		9px		: 0.75em
		10px	: 0.8333em
		11px	: 0.9167em
		12px	: 1.0em
		13px	: 1.0833em
		14px	: 1.1667em
		15px	: 1.25em
		16px	: 1.3333em
		17px	: 1.4167em
		18px	: 1.5em
		19px	: 1.5833em
		20px	: 1.6667em
		21px	: 1.75em
		22px	: 1.8333em
		23px	: 1.9167em
		24px	: 2.0em
		25px	: 2.0833em
		26px	: 2.1667em
		27px	: 2.25em
		28px	: 2.3333em
		29px	: 2.4167em
		30px	: 2.5em
		31px	: 2.5833em
		32px	: 2.6667em
*/

body {
	font: 0.75em/1.45em Helvetica, Arial, sans-serif;
	color:#514738;
	background: transparent url(../img/wood_bg.jpg) repeat top left;
}

body, div {margin:0;padding:0;}


/* main menu stuff */
ul#main-menu{
	z-index: 1000;
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
}
#main-menu li a {
	font-size: 17px;
	font-weight: bold;
	line-height:17px;
	letter-spacing: -1px;
	color: #7cc6ba;  
	text-decoration: none;
	text-transform:uppercase;
	padding: 44px 4px 0 4px;
	display: block;	
	background:transparent;
}
#main-menu a:hover,
#main-menu li:hover {
	border: none;
	color: #fff;
	background:#7cc6ba;
}
/*main menu properties*/
#main-menu li{
	float: left;
	position: relative;
	cursor: default;
	height:60px;
	border-right:1px solid #7cc6ba;
}

/*sub link*/
#main-menu li li a {
	display: block;
	display: block;
/*	padding: 2px 10px 2px 25px;*/
	margin: 0;
}

/*sub link hover*/
#main-menu li li a:hover{
	margin: 0;
/*	padding: 2px 10px 2px 25px;*/
	margin: 0;
}

/*drop down properties*/
#main-menu li ul{
	z-index: 1000;
	display: none;
	position: absolute;
/*	top: 28px;*/
	left: 0px;
/*	padding: 9px 0 7px 0;*/
	margin: 0;
	float: none;
}
/*drop down inner properties*/
#main-menu li li{
	display: block;
	float: none;
	border-bottom: none;
	margin: 0px;
}
#main-menu li:hover ul, #main-menu li.over ul{
	display: block;
}




.container {
	width: 900px;
	margin: 0 auto;
	/*display: inline-block;*/
	clear:both;
}

a, a:link, a:visited {
	color: #514738;
	text-decoration: underline;
	font-weight:bold;
}
a:hover {
	color: #7b6c55;
	text-decoration: none;
}
em {
	background-color: none;
	font-style:italic;
}

/* header stuff */
#header {
	width:100%;
	margin:0 auto;
	height:138px;
	background: white;
}
#header h1 {
	margin:0;
	padding:0;
	float:left;
}
#header h1 a{
	display: block;
	text-indent: -9999px;
	width: 300px;
	height: 138px;
	background: transparent url(../img/logo.gif) no-repeat;
}
#nav {
	float:right;
}
.nav_xtra {
	float:right;
	margin-top:20px;
	margin-right:5px;
}
.nav_xtra p {
	text-transform:uppercase;
	color:#7b6c55;
	font-style:italic;
}
.nav_xtra p img {
	margin:0; 
	float:none;
}
.nav_xtra a {
	color:#514738;
	font-weight:bold;
	font-style:oblique;
	text-decoration:none;
}
.nav_xtra a:hover {
	color:#7cc6ba;
}



/* feature stuff */
#feature {
	width:100%;
	margin:0 auto;
	height:342px;
	background: transparent url(../img/green_wood_home.gif) repeat top left;
	border-bottom:4px solid white;
	overflow:hidden;
}
#feature_txt {
	width: 370px;
	padding-top:26px;
	float:left;
}
#feature_video {
	float:right;
	width:493px;
	height:310px;
	margin:12px 0 0 0;
	padding:7px 0 0 6px;
	background: transparent url(../img/video_bg.gif) no-repeat 0 0;
}
#feature h2 {
	font: 2.35em "Lucida Grande", lucida, arial, sans-serif;
	color: white;
	line-height: 1.1em;
	padding:0;
	margin:0;
}
#feature p {
	font-size: 1.2em;
	line-height:1.325em;
	letter-spacing:1px;
	color:white;
	padding:0.75em 0;
}


/* mid section photos etc for homepage */
.home_photo_box {
	float:left;
	margin:0;padding:0;
	width:300px;
	height:209px;
	overflow:hidden;
}
.jump_links {
	float:left;
	margin:0;padding:0;
	width:300px;
	height:209px;
	overflow:hidden;
	background: transparent url(../img/blue_wood_home.gif) repeat top left;
}
.jump_links p {
	margin:35px 18px;padding:0;
	text-align:center;
}
.jump_links a {
	font: 1.2em "Lucida Grande", lucida, arial, sans-serif;
	line-height:1em;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:-1px;
	padding:5px 2px 3px 2px;
	border-top:1px solid white;
	border-bottom:1px solid white;
}
.jump_links strong {
	font-size:115%;
	font-weight:bold;
}


/* content stuff */
#content_title {
	width:100%;
	margin:0 auto;
	height:100px;
	background: transparent url(../img/green_wood_home.gif) repeat top left;
	border-bottom:4px solid white;
}
#content_title h2 {
	font: 2.45em "Lucida Grande", lucida, arial, sans-serif;
	color: white;
	line-height: 1.1em;
	padding:1.1em 0 0 0.2em;
	margin:0;
}
#content {
	float:left;
	width:550px;
	padding-top:30px;
}
#content.blogtent {
	padding-top:5px;
}
#content p {
	margin:0 0 10px 0;
}
#content strong {
	font-weight:bold;
}
#content h3 {
	font-weight:bold;
	font-size:110%;
	color:#514738;
	margin:15px 0 8px 0;
}
#content h4 {
	font-weight:bold;
	font-size:110%;
	color:#7b6c55;
	margin:25px 0 8px 0;
	text-decoration:underline;
	line-height:26px;
	position:relative;
	left:-30px;
	text-indent:30px;
	background: transparent url(../img/clipboard2.gif) no-repeat 0 0;
}
#content h5 {
	font-weight:bold;
	font-size:1em;
	margin:5px 0;
}
#content ul {
	list-style-type: disc;
	margin-bottom:10px;
	margin-left:25px;
}
#content ul li {
	margin:0 0 0 3px;
	padding:0 0 0 3px;
}
#column, #blog_column {
	float:right;
	width:300px;
}
#blog_column {
	margin-top:20px;
}
#column h3 {
	font-size:1.375em;
	font-weight:bold;
	color:#8d1471;
	text-align:center;
	margin:15px 0;
}
#column h5 {
	font-size:1.25em;
	color:#514738;
	padding:0 0 6px 0;
	text-decoration:underline;
	font-weight:bold;
	text-transform:uppercase;
}
#column li a {
	padding: 0 0 4px 20px;
	background: transparent url(../img/link.png) no-repeat 0 0;
}
#column ul#submenu {
	margin:20px 0 20px 5px;
}
#column ul#submenu li {
	margin:0 0 8px 0;
	
}
#column ul#submenu li a {
	padding:5px 5px 3px 25px;
	margin-left:0;
	border-top:1px solid #7b6c55;
	border-bottom:1px solid #7b6c55;
	text-transform:uppercase;
	text-decoration:none;
	font-size:1.25em;
	background: transparent url(../img/clipboard.gif) no-repeat 0 0px;
}



/* footer stuff */
#footer {
	padding:25px 0 30px 0;
	clear:both;
	margin:0 auto;
	background: transparent url(../img/ibaa.png) no-repeat center right;
	position:relative;
}
#footer ul {
	float:left;
	margin:10px 0 0 0;padding:0;
}
#footer ul li {
	display:inline;
	list-style-type:none;
}
#footer li a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:1em;
	color:#514738;
	margin:0;padding:0;
}
#footer li a:hover {
	color:#7b6c55;
}
#footer p {
	color:#7b6c55;
	clear:both;
	width:600px;
	margin:0;padding:0;
	text-transform:uppercase;
}
#footer p a {
	color:#514738;
	font-weight:bold;
}
#footer .socials {
	/*float:right;
		margin-right:140px;*/
	position:absolute;
	top:33px;
	right:140px;
}
#footer .socials a {
	display:block;
	margin-top:2px;
}




/* blog stuff */
h2.blog_title a {
	font-family: "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 2.15em;
	font-weight: bold;
	line-height:1em;
	text-transform: uppercase;
	text-decoration:none;
}
h2.blog_title {
	margin:45px 0 10px 0;
}
p.posted_by {
	margin:5px 0 50px 0;
}
span.posted {
	background:#fdb515;
	padding:3px 5px;
	color:white;
	text-decoration:none;
}
a.commented {
	background:#7cc6ba;
	padding:3px 5px;
	color:white;
	text-decoration:none;
}
a.commented:hover {
	background:#7b6c55;
}
#blog_column h3 {
	font-family: "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	line-height:1em;
	color:#514738;
	text-transform: uppercase;
	border-top:1px solid #514738;
	border-bottom:1px solid #514738;
	padding:5px 0;
	text-align:center;
	margin: 25px 0 8px 0;
}
li a.recent_post {
	background:#7cc6ba;
	padding:3px 5px;
	color:white;
	text-decoration:none;
}
li a.recent_post:hover, a.archived:hover {
	background:#7b6c55;
}
a.archived {
	background:#fdb515;
	padding:3px 5px;
	color:white;
	text-decoration:none;
}
#blog_column li {
	margin:1px 0 5px 0;
}
#blog_column li span {
	font-size:90%;
	font-weight:bold;
}
a#rss {
	background: transparent;
	line-height:1em;
	text-transform: uppercase;
	text-decoration: none;
	border-top:1px solid #514738;
	border-bottom:1px solid #514738;
	padding: 4px 0 3px 0;
	margin-top:40px;
	display:block;
	text-align:center;
	clear:both;
}
#rss img {
	margin-right:10px;
}


/*  *** comments *** */

#comments {
	clear:both;
	border-top:1px dotted #514738;
	margin: 2em 0;
}
.commentForm h3 {
	margin:0 0 10px 0;
}
#comments h3 {
	color: #514738;
	font-family: "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	font-style:oblique;
	margin:25px 0 20px;
}
#comments ul { list-style-type:none; }


/* 	comment bg colors
	#7b6c55	
	#514738
*/
.commentList						{ list-style-type:none; margin:0; padding:0; }
.commentList li 					{ margin-bottom:2em; }
.commentList blockquote				{ position:relative; font-size:0.95em; margin:0; overflow:hidden; width:100%; }
.commentList .comment-body			{ background:transparent; color:#514738; border:1px solid #514738; display:inline; float:right; margin:0 0 10px 0; padding:12px 15px 8px; width:360px; font-size:110%;  }
/*.commentList .comment-body			{ background:#514738; color:#fff; display:inline; float:right; margin:0; padding:12px 15px 8px; width:360px; }*/
.comment-body p						{ margin-bottom:0.5em; }
.commentList blockquote cite		{ float:left; display:block; font-style:normal; font-weight:bold; font-size:110%; /*padding-right:20px;*/ text-transform:uppercase; width:120px; }
.commentList blockquote cite span	{ color:#999; display:block; font-size:0.9167em; font-weight:normal; font-style:italic; text-transform:none; }
.commentList .comment-body a		{ color:#fff; text-decoration:underline; }


.row2 .comment-body					{ background-color:#cac4ba; background-color:rgba(123,108,85,0.4); }

.commentForm 						{ clear:both; float:left; margin-top:2em; }
.commentForm th,.commentForm td 	{ border:0; }
.commentForm th 					{ vertical-align:top; width:150px; }






/* extra stuff */
hr.breaker {
	clear:both;
	margin:0;
	width:900px;
	background: transparent;
	border-top:1px solid #7b6c55;
	border-left:none;
	border-right:none;
	margin-top:5px;
}
hr {
	clear:both;
	margin:0;
	margin-top:5px;
	background:transparent;
	border:none;
	border-top:0px solid #fff;
	
}

p.small {
	font-size:0.75em;
}
a.back_link {
	background:#7cc6ba;
	padding:3px 5px;
	color:white;
	text-decoration:none;
}
a.back_link:hover {
	background:#7b6c55;
}

body.contact #content img {
	margin-bottom:5px;
	background: #e5e1de;
	background: rgba(204,196,189,0.5);
	padding:5px;
	float:left;
	clear:both;
}

body.contact #content p { clear:both; margin:10px 0;}



