/*
Company:	Cain Carroll
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #fff;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 0 0;
}

/* Body */
div#bd {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0 0 0;
}
body.inside div#bd {
	height: 687px;
	width: 988px;
}

/* Backgrounds */
div.bamboo {
	background: url(../images/bkg-bamboo.jpg) no-repeat 0 0;
}
div.grass {
	background: url(../images/bkg-grass.jpg) no-repeat 0 0;
}
div.lake {
	background: url(../images/bkg-lake.jpg) no-repeat 0 0;
}
div.leaf {
	background: url(../images/bkg-leaf.jpg) no-repeat 0 0;
}
div.leaves {
	background: url(../images/bkg-leaves.jpg) no-repeat 0 0;
}
div.lotus {
	background: url(../images/bkg-lotus.jpg) no-repeat 0 0;
}
div.raspberries {
	background: url(../images/bkg-raspberries.jpg) no-repeat 0 0;
}
div.sacred {
	background: url(../images/bkg-sacred.jpg) no-repeat 0 0;
}
div.sand {
	background: url(../images/bkg-sand.jpg) no-repeat 0 0;
}
div.stones {
	background: url(../images/bkg-stones.jpg) no-repeat 0 0;
}
div.water {
	background: url(../images/bkg-water.jpg) no-repeat 0 0;
}
div.wood {
	background: url(../images/bkg-wood.jpg) no-repeat 0 0;
}
div.zen {
	background: url(../images/bkg-zen.jpg) no-repeat 0 0;
}

/* Footer */
div#ft {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 20px 0;
}
div.ft-scroll-left {
	width: 351px;
	height: 137px;
	background: url(../images/home-ft-left-scrolls.gif) no-repeat 0 0;
	position: absolute;
	z-index: 2;
	margin: -67px 0 0 -78px;
	float: left;
}
div.ft-scroll-right {
	width: 351px;
	height: 137px;
	background: url(../images/home-ft-right-scrolls.gif) no-repeat 0 0;
	position: absolute;
	z-index: 2;
	margin: -20px 0 0 677px;
}
div.ft-scroll-rinside {
	width: 399px;
	height: 95px;
	background: url(../images/home-ft-right-scrolls.gif) no-repeat 0 0;
	position: absolute;
	z-index: 2;
	margin: -25px 0 0 677px;
}
div#ft p {
	font-size: 77%;
	font-family: "Lucida Sans", Lucida, Arial, sans-serif;
	color: #999999;
}
div#ft a:link, div#ft a:visited {
	color: #999999;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 700px;
	height: 50px;
	background: url(../images/caincarroll-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0 0 5px 0;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Feature */
div.home-left {
	width: 676px;
	float: left;
	display: inline;
}
div.home-right {
	width: 278px;
	float: right;
	display: inline;
}

/* enews */
div.enews {
	width: 169px;
	height: 197px;
	background: url(../images/home-enews.jpg) no-repeat 0 0;
	overflow: hidden;
	margin: 0 0 4px 4px;
	padding: 10px 85px 0 20px;
	color: #fff;
}
div.enews h2 {
	margin: 0 0 5px 0;
	color: #bf8f3e;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 167%;
	font-weight: normal;
}
div.enews p {
	font-size: 93%;
	margin: 0 0 5px 0;
}
div.enews label {
	display: block;
	font-size: 93%;
	margin: 5px 0 0 0;
}
div.enews input.txt {
	width: 155px;
	border: none;
	font-size: 93%;
	padding: 2px 3px;
	margin: 0 0 7px 0;
}


/* Podcast */
/*div.podcast {
	width: 274px;
	height: 90px;
	background: url(../images/home-podcast.jpg) no-repeat 0 0;
	margin: 0 0 5px 4px;
	text-indent: -9000px;
}*/
div.podcast a {
	display: block;
	height: 100%;
}

/* Podcast */
div.podcast {
	width: 274px;
	height: 90px;
	margin: 0 0 5px 4px;
}

/* Slideshow */
div.slideshow {
	margin: 0 0 5px 0;
}

/* Upcoming Events */
div.upcoming-events {
	width: 213px;
	height: 355px;
	background: url(../images/home-events-bkg.jpg) no-repeat 0 0;
	overflow: hidden;
	padding: 20px 30px 0 30px;
	color: #fff;
	float: left;
	display: inline;
}
div.upcoming-events h2 {
	margin: 0 0 15px 0;
	font-size: 167%;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
div.upcoming-events h3 {
	font-size: 125%;
	margin: 0 0 15px 0;
	line-height: 120%;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
div.upcoming-events p {
	font-weight: bold;
	line-height: 140%;
}
div.upcoming-events a:link, div.upcoming-events a:visited {
	color: #fff;
	text-decoration: none;
}
div.upcoming-events a:hover {
	text-decoration: underline;
}
a.btn-register-now {
	display: block;
	width: 107px;
	height: 30px;
	background: url(../images/btn-learn-more.png) no-repeat 0 0;
	text-indent: -9000px;
}

/* Video Spotlight */
div.video-spotlight {
	width: 403px;
	height: 375px;
	overflow: hidden;
	background: url(../images/home-video-bkg.jpg) no-repeat 0 0;
	float: right;
	display: inline;
}
div.video-spotlight div.video {
	width: 371px;
	margin-left: auto;
	margin-right: auto;
}
div.video-spotlight h2 {
	margin: 0;
	padding: 20px 20px 0 20px;
	color: #fff;
	font-size: 167%;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

/* Featured Product */
div.featured-product {
	width: 278px;
	height: 267px;
	overflow: hidden;
	background: url(../images/home-featured-product.jpg) no-repeat 0 0;
	text-indent: -9000px;
}
div.featured-product a {
	display: block;
	height: 100%;
}

/* Certification Programs */
div.certification-programs {
	background: url(../images/home-certification-programs.jpg) no-repeat 0 0;
	width: 278px;
	height: 108px;
	overflow: hidden;
	text-indent: -9000px;
}
div.certification-programs a {
	display: block;
	height: 100%;
}

/* Side */
div.side {
	width: 190px;
	padding: 0 0 0 45px;
	margin: 50px 0 0 0;
	height: 320px;
	overflow: auto;
	float: left;
	display: inline;
}

/* Main */
div.main {
	width: 588px;
	margin: 0 0 0 64px;
	padding: 45px 0 0 0;
	color: #4b2d17;
	float: left;
	display: inline;
}

/* Content */
div.content {
	width: 588px;
	height: 550px;
	overflow: auto;
	padding-right: 15px;
}
div.gallery-content {
	width: 588px;
	height: 525px;
	overflow: auto;
}

/* Pics */
.picright {
	margin: 0 3px 15px 15px;
	float: right;
	display: inline;
}
.picleft {
	margin: 0 15px 15px 0;
	float: left;
	display: inline;
}

/* Album Pic */
div.album-pic {
	width: 187px;
	background: url(../images/album-border.gif) no-repeat 0 0;
	text-align: center;
	margin: 0 9px 10px 0;
	float: left;
	display: inline;
}
div.album-pic a {
	display: block;
	padding: 8px 0 0 0;
}
div.album-pic a:link, div.album-pic a:visited {
	text-decoration: none;
	color: #336600;
}
div.album-pic span {
	display: block;
	padding: 10px 0 0 0;
}

td {
	border: none;
}

/* Gallery Pic */
td.photogalleryItem {
	padding: 3px!important;
}
td.photogalleryItem a {
	display: block;
	width: 136px;
	height: 128px;
	background: url(../images/gallery-border.gif) no-repeat 0 0;
	text-align: center;
	padding: 8px 0 0 0;
	vertical-align: middle;
}


/* Subnav */
div.main p.subnav {
	color: #4b2d17;
}
div.main p.subnav a:link, div.main p.subnav a:visited {
	color: #336600;
	text-decoration: none;
}
div.main p.subnav a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Nav */
div#util-nav {
	width: 250px;
	float: right;
	display: inline;
}
div#util-nav ul {
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
}
div#util-nav ul li {
	list-style: none;
	background: url(../images/util-nav-div.gif) no-repeat 100% 50%;
	padding: 0 10px 0 0;
	float: left;
	display: inline;
}
div#util-nav ul li.last {
	background: none;
	padding: 0;
}
div#util-nav ul li a {
	padding: 0 10px;
	font-size: 108%;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
div#util-nav ul li a:link, div#util-nav ul li a:visited {
	color: #752f10;
	text-decoration: none;
}
div#util-nav ul li a:hover {
	text-decoration: underline;
}

div#nav {
	clear: both;
	height: 40px;
	background: url(../images/nav-bkg.gif) no-repeat 0 0;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 5px;
}
div#nav ul li {
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 40px;
	padding: 0 14px;
	font-size: 120%;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a:hover {
	text-decoration: none;
	color: #ccc;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: url(../images/nav-drop-bkg.gif) no-repeat 0 0 #605c4e;
	width: 217px;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 5px;
	padding-bottom: 15px;
	z-index: 100;
}
div#nav ul li ul li {
	background-image: none;
	height: 22px;
	float: none;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 18px;
	padding: 5px 16px;
	margin: 0;
	font-size: 108%;
	display: block;
	font-weight: normal;
	background-image: none!important;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {
	
}
/* Fix for sticky IE drop downs */
div#nav ul li:hover, div#nav ul li.sfhover {position: static;}
/* @end */

/* @group Default Headings */
div.side h1 {
	font-size: 153.9%;
	margin: 0 0 10px 0;
	color: #4f8a10;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

div.main h1 {
	font-size: 215%;
	margin: 0 0 10px 0;
	color: #4f8a10;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
div.main h2 {
	font-size: 140%;
	margin: 0 0 10px 0;
	color: #4B2D17;
	font-family: "Trebuchet MS", Arial, sans-serif;

}
div.main h3 {
	font-size: 125%;
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS", Arial, sans-serif;

}
/* @end */

/* @group Common Text Styles */
.italic {
	font-style: italic!important;
}

div.main p {
	line-height: 140%;
}

/* @end */

/* @group Default Lists */
div.side ul {
	margin: 0;
	padding: 0;
}
div.side ul li {
	list-style: none;
}
div.side ul li a {
	display: block;
	padding: 3px 0 0 18px;
	width: 164px;
}
div.side ul li.selected a {
	background: url(../images/util-nav-div.gif) no-repeat 0 50%;
}
div.side ul li a:link, div.side ul li a:visited {
	color: #336600;
	text-decoration: none;
}
div.side ul li a:hover {
	text-decoration: underline;
}

div.side div.BlogRecentPost ul li a, div.side div.BlogPostArchive ul li a {
	padding: 3px 0 0 0;
}
/* @end */

/* @group Forms */
div.contact-form {
	width: 390px;
	float: left;
	display: inline;
}
div.contact-form table.webform {
	width: 100%;
}
div.contact-form table.webform td {
	border: none;
	padding: 5px 0;
}
div.contact-form label {
	display: block;
	width: 115px;
	padding: 3px 0 0 0;
	float: left;
	display: inline;
}
div.contact-form select {
	width: 150px;
	font-size: 93%;
	float: left;
}
div.contact-form span.req {
	color: red;
}
div.contact-form input.txt {
	width: 245px;
	padding: 2px;
	float: left;
	display: inline;
}
div.contact-form input.btn {
	margin-left: 113px;
}
div.contact-form textarea {
	width: 245px;
	height: 120px;
	padding: 3px;
	float: left;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #336600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */