/* ------------------------------- CSS RESET ---------------------------------- */
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------- FONTS/TYPOGRAPHY ---------------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5.5 Hack */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 84%;
	color: #464646;
	background-color: #332D25;
}
a {
	color: #603813;
	text-decoration: none;
	outline: none;
}
a.img {
	border: none;
	text-decoration: none;
	display: block;
	float: left;
	background-color: transparent;
}

h1 {
	text-align: left;
	color: #000;
	margin: 2px 0 0px 0;
	font-size: 140%;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5F4217;
	font-size: 26px;
	font-weight: normal;
	margin: 2px 0 7px 0;
	padding: 10px 0 10px 0;
}
h3 {
	color: #3D362D;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding:  0;
	line-height: 1em;
	font-weight: normal;
	font-size: 110%;
}
h3 a {
	font-size: 115%;
	line-height: 25px;
}
h4 {
	color: #3D362D;
	line-height: 15px;
	margin: 0;
	font-size: 92%;
}

h5 {
	font-size: 90%;
}

h6 {
	font-size: 90%;
	border: 0;
}

h1 a, h2 a, h3 a {
	border:0;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #000;
	background-color: transparent;
}

p {
	line-height: 1em;
	padding: .25em 0 0 0;
	margin: 0;
}
ul li{
	line-height: 2.0em;
	padding: 0;
	margin: 0 0 2px 20px;
} 

ul {
	padding: 2px 0 0 0;
	margin: 10px 0 10px 5px;
}

label {
	font-size: 110%;
	line-height: 1.75em;
	color: #000;
	padding: 0;
	margin: 0;
}

/*-------------------------------Forms ----------------------------------*/

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;	
	margin: 1px;
	padding: 3px;
	font-size: 100%;
	font-family: "Lucida Grande", sans-serif;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}


/*----------------------------------       Misc			----------------------------------*/

#in-action{
	display: block;
	width: 278px;
	height: 59px;
	background: transparent url(../img/in-action.jpg) top left no-repeat;
	text-indent: -5000em;
	margin: 20px 0 10px 0;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}


/*----------------------------------       Container		----------------------------------*/
.container {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: transparent;
}

.container .events {
	float: left;
	width: 298px;
}
.container .events img, .news img {
	border: solid #fff 5px;
	margin: 0 0 10px 0;
	float: left;
}
.container .news img {
	border: solid #fff 5px;
	margin: 0 0 10px 0;
	float: left;
}
	
.container .events a { 
	background: #F7EDD7; 
	color: #BEB37C; 
	font-size: 70%;;
	padding: 7px; 	
	float: left;	
}
.container .events a.view-now { 
	background: url(../img/events-icon.jpg) right no-repeat ; 
	float: right;
	color: #5F4217; 
	font-size: 70%;;
	margin: 0 10px 2px 0 ; 
	padding: 7px 30px 7px 0; 	
	}
	
.container .events dl {
	clear: both;
	background: transparent url(../img/event-divider.jpg) bottom left no-repeat;
	padding: 0 0 12px 0;
	margin: 0 0 8px 0;
}

.container .events dl:last-child{
	background: none;
}
	
.container .events dt {
	padding: 0 0 2px 0;
}

.container .events dd {
	color:  #925130;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.container .news h3 {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif; color: #603813;
	font-size: 14px;
	font-weight: normal;
}

.container .news p{
	line-height: 1.3 !important;
	padding-right: 0 !important;
}

.container .news p a {  padding: 0; font-size: 100%;background: none; color: #754C28;
}
	
.container div.news {
	float: right;
	width: 298px;
	margin: 0 0 0 0;
}


.container div.news img {
	border: solid #fff 5px;
	margin: 0 0 10px 0;
	}
.container .news a { 
	background: #F7EDD7; 
	color: #BEB37C; 
	font-size: 70%;;
	padding: 7px; 	
	float: left;	
	}
.container .news a.view-now { 
	background: url(../img/news-icon.jpg) right no-repeat ; 
	float: right;
	color: #5F4217; 
	font-size: 70%;;
	margin: 0 10px 2px 0 ; 
	padding: 7px 30px 7px 0; 	
	}

	.container .news dt { padding: 5 0 0 0;}
	.container .news dd {color:  #925130; font-family: Georgia, "Times New Roman", Times, serif; margin: 0;
}

/*----------------------------------       Header       ----------------------------------*/

#header {
	position: relative;
	margin:0 0;
	padding: 0 0 0 15px;
	height: 253px;
	width: 100%;
	background: url(../img/header-bg.jpg) top center no-repeat;
}

#header #logo {
	position: absolute;
	top:158px;
	left:0;
	height: 81px;
	width: 518px;
}

#header #logo a{
	display: block;
	height: 81px;
	width: 518px;	
}

#header #logo span{
	display: none;
; padding-left: 20px
}

/*----------------------------------       SlideShow      ----------------------------------*/
#slideshow{
	z-index: 1000;
	position: absolute;
	top: 0;
	right: 74px;
	height: 244px;
	width: 240px;
	margin: -153px 0 0 0;
}

#slideshow img{
	height: 244px;
	width: 240px;
	z-index: 1000;
}

#prev{
	display: block;
	position: absolute;
	right: 35px;
	top:60px;
	width: 25px;
	height: 30px;
	text-indent: -5000em;
}

#next{
	display: block;
	position: absolute;
	top:60px;
	right: 323px;
	width: 20px;
	height: 30px;
	text-indent: -5000em;
}



/*----------------------------------       Nav       ----------------------------------*/

div#nav{
	position: relative;
	z-index: 1000;
	width: 100%;
	margin: 0;
	height: 118px;
	background:url(../img/nav-bg.jpg) top center no-repeat;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

.interior div#nav{
	background: url(../img/nav-bg-inner.jpg) top center no-repeat;
}

div#nav ul{
	position: relative;
	padding: 0;
	margin: 7px 0 0 0;
	height: 50px;
	float: left;
}
div#nav ul li {
	background: #5F4217;
	margin: 10px 2px 0 2px;
	padding:0;
	height: 40px;
	float: left;
	line-height: 13px;
	display: inline;
}

div#nav ul li ul{
	display: none;
}

div#nav ul li a {	
	background:  url(../img/tab-top.gif) top left no-repeat;
	color: #fff;
	display: block;
	display: inline-block;
	border:  none;
	padding: 13px 0px 14px  0px;
	text-align: center ;
	width: 82px;
}

div#nav ul li a#events-tab,
div#nav a#music-for-learning-tab,
div#nav a#workshops-tab {
	padding: 7px 0 9px 0 ;
}


div#nav ul li:hover a,
div#nav ul li a:hover{
	background:  url(../img/tab-ON.gif) top left no-repeat;
	color: #5F4217;
	background-color: #49381e;
}

/*----------------------------------       Subnav		----------------------------------*/

div#nav li:hover ul{
	display: block;
}

div#nav ul.subnav{
	position: absolute;
	top: 50px;
	left: 0;
	height: 42px;
	margin: 0;
	width: 100%;
}

div#nav ul.subnav li {
	background: none;
}

div#nav ul.subnav li a {
	color: #000;
	background: none !important;
	margin: 0;
	padding: 0;
	width: auto;
	padding:  3px 20px 0 0 ;
}

div#nav ul.subnav li a:hover,
div#nav ul.subnav li a.active{
	text-decoration: underline;
	color: #6E4D21;
	background: none !important;
}

/*----------------------------------       Content		----------------------------------*/

#content{
	padding: 0 0 0 0px;
	margin: 0 0;
	width:  100%;
	float: left;
}

#content p {
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 105%;
	color: #3A3830;
	line-height: 1.35em;
	margin-bottom: 0.75em;
; padding-left: 10px
}

#content h3 {
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0 15px 0;
}

/*----------------------------------       Main		----------------------------------*/

#main {
	padding: 5px 0 0 10px;
	margin: 0 0;
	background: #DDD6B8;
	width: 100%;
	float: left;
	min-height: 300px;
}

#main .column-left{
	width:670px;
	min-height:280px;
	height:100%;
	float:left;
	margin: 0;
	padding: 0 5px 20px 0;
	border-right: 0px solid #CDCCB2;
	background:  transparent;
}

#main .column-left p{
	line-height: 2;
	padding-right: 20px;
; padding-left: 20px
}

.column-left img{
	float: right;
	border: solid 8px #E6E3D4;
}

.column-left blockquote  {
	background: url(../img/home-heading-text.jpg) no-repeat;
	height: 141px;
	text-indent: -9999px;
	margin: 0 0 0 0;
}

.column-left .divider{
	background: transparent url(../img/btm-line-main.jpg) center top no-repeat;
	height: 10px;
	padding: 0 0 20px 0;
}

.first-word{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5F4217;
	font-size: 2em;
	line-height: 1;
}

#main .column-right{
	width:288px;
	min-height:280px;
	float:left;
	margin: 30px 0 0;
	padding: 0 0 20px 15px;
}

#content .rough-box h2 {
	color: #6E4D21;
	font-weight: bold;
	margin: 20px 15px 5px 10px;
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #603813;
}

#content .rough-box h3 {
	clear: left;
	color: #6E4D21;
	font-weight: bold;
	width: 100%;
	float: left;
	margin: 20px 0 5px 0;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
}

/*----------------------------------       Meet Dr.Moore		----------------------------------*/
	
.meet-drmoore{
	background: url(../img/meet-dr-moore.jpg) no-repeat;
	cursor:pointer;
}

.meet-drmoore h2{
	text-indent: -9999px;
	float: left;
	width: 220px;
	padding: 0 0 10px 0;
}

#content div.meet-drmoore p {
	color: #3A3830;
	font-size: 1em;
	text-align: left;
	width: 220px;
	line-height: 1.05em;
	margin: 0 0 0 55px ;
	padding: 0 0 15px 0;
}

.meet-drmoore img {
	height:  65px;
	float: left;
	width: 65px;
	padding: 0;
	margin: 10px 0 0 -24px;
}

/*----------------------------------       Rough Box		----------------------------------*/
			
.rough-box {
	clear: both;
	background: url(../img/rough-bg.jpg) top left no-repeat ;
	padding: 30px 10px 0 15px;
	overflow: hidden;
}

.rough-box img {
	clear: both;
	float: left;
	margin: 10px 0px 0 35px; 
}

.rough-box form{
	clear: both;
}

.rough-box input{
	float: left;
	width: 171px;
	font-size: 12px;
	color: #8A8A8A;
	padding: 4px 10px 2px 4px;
	height: 18px;
	background: transparent url(../img/emailInput.gif) top left no-repeat;
	border: none;
}
	
.rough-box button {
	border: none;
	float: left;
	display: block;
	width: 68px;
	height: 24px;
	background: transparent url(../img/signUp.gif) top left no-repeat;
	text-indent: -5000em;
	cursor: pointer;
}

.rough-box div{
	padding:0 10px 0 50px;
	font-size: 12px;
	width: 203px;
}

.rough-box div.audio{
	background: transparent url(../img/mic.gif) 10px 2px no-repeat;
}

.rough-box div.video{
	background: transparent url(../img/tv.gif) 4px 2px no-repeat;
}

.rough-box div.cds{
	background: transparent url(../img/cds.gif) 4px 2px no-repeat;
}

.rough-box div.book{
	background: transparent url(../img/books.gif) 4px 2px no-repeat;
}


/*----------------------------------       Item Box		----------------------------------*/	
h3.item-box-title{
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1;
}

.item-box{
	border-top: 11px solid #2A1700;
	background-color: #ECE6D0;
	padding: 20px 75px 20px 10px;
	margin: 0 0 50px 0;
}

.item-box ul{
	margin: 0;
	padding: 0;
}

.item-box ul li{
	margin: 0 0 25px 0;
	padding: 0;
}

.item-box ul li.audio{
	background: transparent url(../img/mic.gif) 99% 0 no-repeat;
}

.item-box ul li.video{
	background: transparent url(../img/tv.gif) top right no-repeat;
}

.item-box ul li p{
	padding: 0;
	margin: 0 !important;
	line-height: 1.5 !important;
	font-style: italic;
}

.item-box ul li p.date{
	font-style: normal;
}

.cart{
	padding-right:10px;
}

.cart ul li{
	padding: 0 0 20px 40px;
	border-bottom: 1px solid #CDAC84;
	overflow: hidden;
}

.cart ul li p{
	color: #3A3830;
}

.cart ul li.cds-new{
	background: transparent url(../img/cds-new.gif) top left no-repeat;	
}

.cart ul li.cds-books-new{
	background: transparent url(../img/cds-books-new.gif) top left no-repeat;	
}

.cart ul li.cds{
	background: transparent url(../img/cds.gif) top left no-repeat;	
}

.cart ul li.books{
	background: transparent url(../img/books.gif) top left no-repeat;	
}

.cart ul li.cds-books{
	background: transparent url(../img/cds-books.gif) top left no-repeat;	
}

.cart ul li.new-books{
	background: transparent url(../img/new-books.gif) top left no-repeat;	
}

.cart .audio{
	background: transparent url(../img/mic-mini.gif) top left no-repeat;
	padding: 0 0 5px 20px;
}

.cart ul li.last-item{
	border-bottom: none;
}

.cart h4{
	color: #200900;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.3;	
}
	
.cart ul li button.add-to-cart{
	display: block;
	border: none;
	width: 68px;
	height: 24px;
	cursor: pointer;
	display: block;
	text-indent: -5000em;
	text-align: left;
	float: right;
	background: transparent url(../img/add-to-cart.gif) top left no-repeat;
}

.cart .item-details{
	float: left;
	width: 400px;
}

.cart .actions{
	width: 200px;
	float: right;
	text-align: right;
}

.cart .actions a{
	color: #200900;
	font-weight: bold;
	font-size: 15px;
}

/*----------------------------------       Contact Form		----------------------------------*/
#contactForm{
	margin: 0 0 20px 0;
}

#contactForm label{
	float: left;
	clear: left;
	color: #8A8A8A;
	font-size: 13px;
}

#contactForm input{
	float: left;
	clear: left;
	border: none;
	width:329px;
	height: 23px;
	background: transparent url(../img/text-input.gif) top left no-repeat;
}		

#contactForm button{
	clear: left;
	float: left;
	cursor: pointer;
	display: block;
	width: 69px;
	height: 23px;
	text-indent: -5000em;
	background: transparent url(../img/send.gif) top left no-repeat;
	border: none;
}		
		
#contactForm textarea{
	float: left;
	clear: left;
	border: none;
	width: 329px;
	height: 98px;
	background: #FFF;
	margin-bottom: 5px;
}
		
/*----------------------------------       Events		----------------------------------*/
	
.column-right .events{
		margin: 45px 0 0 10px;
}

.column-right .events img {
	border: solid #fff 5px;
}

.column-right .events a { 
		background: #F7EDD7; 
		color: #BEB37C; 
		font-size: 70%;;
		padding: 7px; 
}

.column-right .events a.view-now { 
	background: url(../img/events-icon.jpg) right no-repeat ; 
	float: right;
	color: #5F4217; 
	font-size: 70%;;
	margin: 0 30px 2px 0 ; 
	padding: 7px 30px 7px 0; 	
}
	
.column-right .events dd {
	color:  #925130;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
	
#main #column-middle{
	float:left;
	margin: 0;
	padding: 0;
}


/*----------------------------------       Footer		----------------------------------*/

div#footer {
	background: #312613 url(../img/footer-bg.gif);
	color: #E6D79E;
	width: 100%;
	text-align:center;
	height:  225px;
	font-size:  80%;
	float: left;
}


div#footer .left-foot {
	float: left;
	width: 500px;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
div#footer .right-foot {
	float: right;
	width: 370px;
	text-align: right;
	padding: 0;
	margin: 10px 0 0 0;
}
div#footer h1{
	color: #ffffff;
	font-size: 160%;
	margin:  0 0 10px 0;
}
div#footer #bottom{
	background-color: #332D25;
	height:  40px;
	margin: 0;
	padding: 0;
	width: 100%;
}
div#footer #bottom p{
	font-size: 100%;
	margin: 0;
	padding: 15px 0 0 0;
	color: #ABD86E;
}
div#footer a{ color: #E6D79E;
}

/*---------------------------------- New --------------------------------------------------------*/

h3 a
{
	color: #3d362d;
	font-size: 100%;
}

#content h3.normal{
	text-transform: none;
}

ul.normal{
	list-style-type: disc;
}

ul.normal li{
	margin-bottom: 0;
}

dl.calendar dt{
	width: 160px;
	float: left;
	color: #3d362d;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;line-height: 1em;
	font-size: 110%;
	text-transform: uppercase;
	font-weight: bold;
}

dl.calendar dd{
	line-height: 1.5;
	margin: 0 0 20px 180px;
}

h3.normal a{
	line-height: 1em;
}
