/* @override 
	http://www.blackbearmoon.com/css/style.css
	https://www.blackbearmoon.com/css/style.css
*/

/*
---------------------------
Black Bear Moon - styles
author: Dave Kobrenski/BBM Designs
http://www.bbmdesigns.com
version: 12 april 2007
---------------------------
*/

body {
	font: 14px/22px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	background: #e3b470 url(img/bolder_theme/grad.jpg) repeat-x left top;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #333;
}

body#roster {
	background: none;
}

#alert {
	font-size: 11px;
	line-height: 1em;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	padding: 2px 0;
	background-color: #B0131E;
	color: #fff;
	font-weight: normal;
	position: absolute;
	z-index: 500;
	top: 0;
	left: 0;
	width: 100%;
}

#alert a {
	color: #ffe056;
}

#alert a:hover {
	background-color: #ffcd66;
	color: #810e00;
	text-decoration: none;
}

/* Basic -------------------------------- */

div, h1, h2, h3, h4, h5, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 12px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #F5F3EE;
}

.chunk {
	margin: 12px 2px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #F5F3EE;
}

.chunk form, table form {
	width: 100%;
}

.chunk select {
	margin:0;
}

/* Links -------------------------------- */

a {
	font-weight: bold;
}

a:link {
	color: #294BA0;
	text-decoration: none;
}

a:visited {
	color: #294BA0;
	text-decoration: none;
}

a:hover {
	color: #CA863D;
	text-decoration: underline;
}

a:active {
	color: #294BA0
}

a img {
	border: 1px solid #ABD6F8;
}

a:hover img {
	border: 1px solid #1169B2;
}

a.hover_only img {
	border: 1px solid #fff;
}

a.hover_only:hover img {
	border: 1px solid #CA863D;
}

body#gallery a img, body#store a img {
	border: 1px solid #ccc;
}

body#store .main a img {
	border: 1px solid #fff;
}

body#gallery a:hover img, body#store a:hover img, body#store .main a:hover img {
	border: 1px solid #CA863D;
}



/* images -------------------------- */

img {
	padding: 3px;
	border: 1px solid #ccc;
}

img.left {
	float: left;
	margin-right: 6px;
}

img.right {
	float: right;
	margin-left: 6px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.stars {
	border: none;
	margin-left: -7px;
}

a.flickr img {
	border: 1px solid #7f7f7f;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a.flickr:hover img {
	border: 1px solid #00047f;
}

/* Lists -------------------------------- */

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 10px;
	padding: 2px 20px;
}

ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0;
	padding: 2px;
}

ul.horiz {
	float: left;
	width: 100%;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
	margin-top: -2px;
}

ul.horiz li {
	float: left;
	margin-right: 12px;
}

ul.horiz li a {
	
}

ul.itembox {
	float: left;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

ul.itembox li {
	float: left;
	padding-left: 0;
	margin-right: 15px;
}

.itembox li a {
	display: block;
	white-space: nowrap;
	padding: 3px 5px;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #ccc;
	background-color: #F1F0EB;
}

.itembox li a.cartlink {
	color: #AC610F;
}

.itembox li a.checkout {
	color: #4C8A43;
	font-weight: bold;
}

.itembox li a:hover {
	color: #AC610F;
	background-color: #fff;
	border: 1px solid #AC610F;
	text-decoration: none;
}

ul.bullets {
	padding-left: 30px;
}

ul.bullets li {
	list-style: disc outside;
	margin: 6px 0;
}

ul.bullets ul {
	margin-left: 20px;
}

ul.bullets ul li {
	list-style: circle outside;
	margin: 3px 0;
}

ul.bullets2 {
	padding-left: 30px;
}

ul.bullets2 li {
	list-style: disc outside;
	margin: 6px 0;
	font-size: 13px;
}

.archive_list ul li {
	font-size: 12px;
	color: #746951;
	margin-bottom: 5px;
}

.archive_list ul li a {
	font-size: 13px;
	padding-left: 14px;
	background: url(img/lil_star.gif) no-repeat 0 2px;
}

ul.indent {
	margin: 10px 0;
}

ul.indent li {
	margin-left: 12px;
}

ul.indent li.list_title {
	margin-left: 0px;
	font-weight: bold;
	color: #4C8A43;
}

dt {
	font-weight: bold;
}

dl.centered dd, dl.centered dt {
	text-align: center;
}

dd {
	margin-bottom: 16px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

dd span {
	color: #746951; 
	font-size: 12px; 
	text-transform: lowercase;
}

body#news dd span a {
	font-weight: normal;
}

body#news dd span a:hover {
	text-decoration:underline;
}

#body dl.indents {
	padding: 8px;
	border: 1px solid #ccc;
	background-color: #F1F1F1;
}

#body dl.indents dt {
	color: #4C8A43;
}

#body dl.indents dd {
	margin-left: 14px;
	margin-bottom: 12px;
	padding-bottom: 0px;
	border-bottom: none;
	color: #666666;
}

/* Header elements */

h3, h4, h5 {
	font-family: Georgia, Times New Roman, Times, serif;
}

h3 {
	/* color: #6C3936; */
	color: #742D26;
	font-size: 1.5em;
	line-height: 1.1em;
	margin: 12px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

h3 span, h4 span {
	color: #B96D38;
	font-style: italic;
}

h4, .small_headers {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 10px 0;
	color: #4C4C4C;
}

.most_recent_news h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	color: #4C8A43;
	font-weight: bold;
	margin-bottom: 0px;
	font-style: italic;
}

.most_recent_news .small {
	color: #8C8979;
	margin-top: 0px;
}

h5, h6 {
	text-align: center;
	color: #4C4C4C;
	font-size: 1.3em;
	line-height: 1.1em;
	margin: 10px 0;
}

#sidebar h5 {
	font-size: 16px;
	color: #742D26;
}

blockquote h5 {
	text-align: left;
	margin-top: 0;
}

h6 {
	text-align: left;
	margin: 2px 0;
}

/* Tables -------------------------------- */

table {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0;
}

th, td {
	font-size: 12px;
	padding: 3px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

th {
	font-weight: bold;
	background-color: #F1F0EB;
	text-align: center;
}

table.little {
	width: 100%;
}

tr.distinct td {
	background-color: #FFDE8E;
	color: #000;
}

tr.distinct td a {
	color: #8F1D1A;
}

tr.distinct td a img {
	border-color: #FFDE8E;
}

table.little td a {
	font-weight: normal;
}

caption {
	color: #4C8A43;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: .1em;
	margin: 0 0 8px 0;
	padding-bottom: 3px;
}

td.nowrap, th.nowrap {
	white-space: nowrap;
}

.narrow {
	width: 70%;
}

.full {
	width: 85%;
}

.fullest {
	width: 100%;
}

table.noborder, table.noborder td, table.noborder th, 
form#checkoutBilling table.noborder, 
form#checkoutBilling table.noborder td, 
form#checkoutBilling table.noborder th {
	border: none;
}

form#checkoutBilling table.noborder td {
	width: auto;
}

td.align_right {
	text-align: right;
}

tr.gray td {
	background-color: #E6E6E6;
}

tr.one td {
	background-color: #F1F0EB;
}

tr.two td {
	background-color: #FCFAF5;
}

tr.one td a, tr.two td a {
	color: #B3655D;
}

td.centered {
	text-align: center;
}

table.events_reg td {
	vertical-align: top;
}

tr.past td {
	background-color: #EBEBEB;
}

tr.past td a img {
	border-color: #EBEBEB;
}

tr.past td a:hover img {
	border-color: #0D5094;
}

tr.present td {
	background-color: #fff;
}

tr.not_avail, tr.past_hidden {
	display: none;
}

tr.hidden td {
	background-color: #F7ECCD;
}

tr.hidden td a img {
	border-color: #F7ECCD;
}

tr.hidden td a:hover img {
	border-color: #0D5094;
}

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

form {
	margin: 0;
	padding: 0;
	width: 90%
}

form#jump_center {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

legend {
	font-weight: bold;
	color: #CA863D;
	padding: 3px 6px;
	border: 1px solid #EAE9E4;
	background-color: #FFFFFC;
}

label {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
}

label span, legend span {
	color: red;
}

form.customerForm p {
	clear: both;
}

form.customerForm label {
	float: left;
	width: 135px;
}

span.formHint {
	color: #666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

form span.formHint a {
	font-weight: normal;
}

form.customerForm span.formHint {
	float: left;
	margin-left: 135px;
	margin-bottom: 6px;
	color: #666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

fieldset {
	border: 1px solid #EAE9E4;
	padding: 0 20px 20px 20px;
	margin-bottom: 10px;
	background-color: #FCFAF6;
}

input, select {	
	margin: 0px;
}

input, textarea {
	font-family: Monaco, "Andale Mono", "Courier New", Courier, mono;
	font-weight: normal;
	font-size: 12px;
	padding: 2px;
}

input[type="submit"], input[type="button"] {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

input[type="text"], input[type="password"] {
	width: 180px;
}

input[type="text"], input[type="password"], textarea, select {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input#upload_file {
	display: inline;
	width: 185px;
}

input#s_button {
	font-size: 10px;
}

input#s_email {
	width: 75px;
	font-size: 11px;
	padding: 0 3px;
}

input.money {
	width: 70px;
	text-align: right;
}

input.tagLonger {
	width: 255px;
}

#jumpbox {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

/* Structure ----------------------- */

#container {
	padding: 0;
	margin: 0;
	background: transparent url(img/bolder_theme/bck.jpg) repeat-y center top;
	position: relative;
	z-index: 1;
}

#header {
	height: 223px;
	background: transparent url(img/bolder_theme/header.jpg) center top no-repeat;
	position: relative;
	z-index: 2;
}

#header h1 span, #header h2 span {
	display: none;
}

#header h3 {
	display: none;
}

#header h1 {
	margin: 0;
	padding: 0;
	background-image: url(img/bolder_theme/header.jpg);
}

#header h1 a {
}

#header h1 a:hover {
	
}

#main, #body, #sidebar, #topnav {
	text-align: left;
}

#main {
	width: 748px;
	margin: -95px auto 0 auto;
	position: relative;
	z-index: 3;
}

#topnav {
	float: left;
	background: #325e94 url(img/bolder_theme/nav_bck.jpg) repeat-x left bottom;
}

#topnav ul {
	width: 748px; 
}

#topnav ul li {
	float: left;
	background: #325e94 url(img/bolder_theme/nav_bck.jpg) repeat-x left bottom;
}

#topnav ul li a {
	font: 13px/1.5em "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	float: left;
	display: block;
	background: #325e94 url(img/bolder_theme/nav_bck.jpg) repeat-x left bottom;
	color: #fff;	
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding: 8px 12px;
	line-height: 22px;
}

/* Hides rule from IE5-Mac \*/
 #topnav ul li a {
	float: none;
}
/* End IE5-Mac hack */

#topnav ul li a:hover {
	background: #4079AA;
	color: #000;
}

#topnav ul li#bbm_admin_nav a:hover {
	color: #ECC075;
}

#topnav ul li a img {
	border: none;
}

#topnav ul li a:hover img {
	border: none;
}

/* active nav links ------------------*/

body#index ul li#home_nav a,
body#drum ul li#drum_nav a,
body#events ul li#events_nav a,
body#registration ul li#reg_nav a,
body#store ul li#reg_nav a,
body#ensemble ul li#ensemble_nav a,
body#news ul li#news_nav a,
body#about ul li#about_nav a,
body#gallery ul li#gallery_nav a,
body#contactpage ul li#contact_nav a,
body#ensemble_calendar ul li#ensemble_nav a,
body#rss ul li#rss_nav a,
body#products ul li#market_nav a {
	color: #000;
	background: #4A8DC6;
	/* text-transform: uppercase; */
	font-style: italic;
	text-decoration: underline;
}

/* BODY ----------------------- */

#body {
	float: left;	
	padding: 30px 32px;
	width: 502px; /* for IE5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 438px; /* actual value */
}

html>body #pageheader {
	width: 438px; /*for Opera */
}

#sidebar {
	font: 13px/1.5em "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	float: right;
	padding: 32px 28px 42px 36px;
	width: 244px; /* for IE5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px; /* actual value */
}

html>body #sidebar {
	width: 180px; /*for Opera */
}

/* Hides rule from IE5-Mac \*/
#sidebar {
	float: left;
}
/* End IE5-Mac hack */

#bbmcontact dl {
	text-align: center;
}

#clearer {
	clear: both;
}

.clearer {
	clear: both;
	line-height: 1px;
}

#footer {
	height: 41px;
	background: transparent url(img/bolder_theme/footer.jpg) no-repeat center top;
	padding-top: 27px;
}

#footer p {
	font: 11px/1.1em "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	margin: 0 0 4px 0;
	padding: 0;
}

.dropcap {
	float: left;
	width: auto;
	font-size: 47px;
	line-height: 42px;
	font-weight: normal;
	color: #999;
	padding-top: 1px;
	margin-right: 2px;
	font-family: Georgia, Times New Roman, Times, serif;
}

/* Page specific styles ------------------------- */

#signup_box, #myStuff {
	font-size: 12px;
	line-height: 1.3em;
}

#myStuff #memberOptionsList {
	font-weight: bold;
}

#myStuff #memberOptionsList select {
	width: 118px;
	font-size: 12px;
}

#signup_box form {
	width: 95%;
}

#signup_box legend {
	background-color: #fff;
	border-color: #ccc;
}

div#signup_box form fieldset {
	padding: 6px;
	border-color: #ccc;
}

div#signup_box form fieldset legend a, 
a.details_info {
	padding-right: 18px;
	background: transparent url(img/iarrow.gif) no-repeat right center;
	color: #CA863D;
}

div#signup_box form fieldset legend a:hover,
a.details_info:hover {
	text-decoration: none;
	color: #3A6BA9;
}

body#signup fieldset {
	margin-top: 7px;
}

body#signup #signup_box {
	display: none;
}

body#news #maincontent dd {
	padding-left: 14px;
	margin-left: 6px;

}

body#news #maincontent dl dt, 
body#events #maincontent dl h6,
body#registration #maincontent dl h6,
body#store #maincontent dl h6 {
	font-size: 1.1em;
	line-height: 1.4em;
}

body#news #maincontent dl dt a {
	padding-left: 14px;
	background: url(img/lil_star.gif) no-repeat 0 2px;
}

body#news #maincontent dl dt .postedDate {
	font-weight:normal;
	font-size: .9em;
	font-style: italic;
	color: #804100;
}

.event_item h4 {
	
}

/* Soundclips ----------- */

body#soundclips #maincontent dt, body#soundclips #maincontent dd,
body#krin #maincontent dt, body#krin #maincontent dd,
#maincontent dl.soundclip dt, #maincontent dl.soundclip dd {
	padding-left: 18px;
}

body#soundclips #maincontent dt,
body#krin #maincontent dt,
#maincontent dl.soundclip dt {
	background: transparent url(img/sound.gif) no-repeat left center;
	line-height: 16px;
}

/* BBG gigs admin ----------- */

#all_gigs {
	padding: 5px;
	padding-right: 15px;
	padding-left: 282px;
	border: 1px solid #ccc;	
}

#gigs_sidenav {
	float: left;
	width: 258px;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
}

#gigs_sidenav p {
	text-align: center;
}

#gigs_sidenav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.1em;
	margin: 9px 0;
}

#gigs_sidenav li a {
	font-weight: normal;
}

#gigs_sidenav .gigs, #all_gigs .gigs {
	margin: 8px 4px;
	padding: 4px;
	background-color: #F1F0EB;
}

div.do_options {
	float: right;
}

#all_gigs .gigs a img {
	border: 1px solid #F1F0EB;
}

#all_gigs .gigs a:hover img {
	border: 1px solid #CA863D;
}

#gigs_sidenav .gigs p {
	text-align: left;
	margin: 2px 0;
}

.gigs p a.success {
	padding-right: 13px;
	background: transparent url(img/arrow-dn.gif) no-repeat right center;
}

div.notesblock {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	padding: 12px;
	width: auto;
	/*height: 80px; */
	/*overflow: scroll; */
	line-height: 1.2em;
	background-color: #fff;
}

div.notesblock span {
	color: #333333;
}

div.notesblock h4 {
	margin-top: 0;
}

div.notesblock p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0;
}

dl.gigs {
	margin: 12px 0;
}

dl.gigs dd {
	margin: 0;
	border-bottom: none;
	font-size: 13px;
	line-height: 1.4em;
}

dl.gigs dd p {
	margin: 6px 0;
}

dl.gigs dd p.basic {
	margin: 0;
}

dl.gigs .full_info {
	background-color: #fff;
	padding: 10px;
}

#eventsSearch h5 {
	line-height: 1.4em;
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	color: #4C8A43;
	padding: 0px;
	margin: 10px 0;
	text-align: left;
}

#eventsSearch h5 span {
	font-weight: normal;
	font-style: italic;
}

dl.eventsList, dl.seriesList {
	margin: 12px 0;
}

dl.seriesList {
	padding: 12px;
	background: #F1F0EB;
}

dl.eventsList dt {
	font-weight: bold;
}

dl.eventsList dt a, dl.seriesList dt a  {
	font-weight: bold;
	font-size: 14px;
	color: #922e15;
}

dl.seriesList dt a {
	font-size: 17px;
}

dl.eventsList dd, dl.seriesList dd {
	margin-bottom: 10px;
	padding-left: 10px;
}

dl.eventsList dd a {
	font-weight: normal;
}

dl.eventsList dd p {
	font-size: 12px;
	line-height: 1.2em;
}

#registerFormOptions li {
	margin-bottom: 8px;
}

#registerFormOptions li input {
	float: left;
	margin-top: 3px;
}

#registerFormOptions li label {
	padding: 0;
	padding-left: 1.5em;
	line-height: 1.3em;
}

#registerFormOptions li label strong {
	color: #306A13;
}

/* Gallery Stuff ---------------------------- */

div.protect_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}

div.protect_img a {
	
}

div.protect_img a img {
	background-position: center center;
	background-repeat: no-repeat;
}

.gal_thumb {
	width: 75px;
	height: 75px;
	float: right;
	margin-left: 6px;
	background-position: center top;
}

.gal_thumb_left {
	padding: 5px 4px;
	float: left;
	background-position: center top;
}

.gal_thumb a {
	float: right;
}

.gal_thumb a, .gal_thumb_left a {
	padding: 0;
	margin: 0;
	display: block;
	width: 75px;
	height: 75px;
	background-position: center top;
	border: 1px solid black;
}

.gal_thumb a:hover, .gal_thumb_left a:hover {
	border: 1px solid #CA863D;
}

#thumb_row {
	width: 436px;
	float: left;
	margin: 12px auto;
}

table#slideshow_navbar {
	width: 400px;
	margin: 0 auto;
	border: none;
}

table#slideshow_navbar td {
	border: none;
}

table#slideshow_navbar form#jump_center {
	width: auto;
}

table#slideshow_navbar a {
	display: block;
}

table#slideshow_navbar a:hover {
	text-decoration: none;
}

a.fwd {
	line-height: 28px;
	width: 24px;
	background: transparent url(img/control_fwd.jpg) no-repeat right center;
}

a.skip_fwd {
	line-height: 28px;
	width: 24px;
	background: transparent url(img/control_skip_fwd.jpg) no-repeat right center;
}

a.back {
	line-height: 28px;
	width: 24px;
	background: transparent url(img/control_bck.jpg) no-repeat left center;
}

a.skip_back {
	line-height: 28px;
	width: 24px;
	background: transparent url(img/control_skip_bck.jpg) no-repeat left center;
}

.copyright {
	color: #CA863D;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

/* MISC -------------------- */

.goBack {
	padding-left: 21px;
	background: transparent url(img/arrow-back_16.gif) no-repeat 0 0;
	display: block;
	line-height: 17px;
	width: 149px;
}

.hello {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

body#rss blockquote ul li a, a.rss {
	padding-left: 18px;
	background: url(img/icon-rss.gif) no-repeat 0 2px;
}

.caption_centered, a.flickr span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 1.2; 
	color: #523730; 
	text-align: center; 
	padding-top: 4px; 
	padding-right: 6px; 
	padding-left: 6px;
	display: block;
	margin: 0 auto;
	font-weight:normal;
}

.caption_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 1.2; 
	color: #523730; 
	text-align: center; 
	float: left; 
	clear: left; 
	padding-top: 4px; 
	padding-right: 6px; 
	padding-left: 6px;
}

.caption_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 1.2; 
	color: #523730; 
	text-align: center; 
	float: right; 
	clear: right; 
	padding-top: 4px; 
	padding-right: 6px; 
	padding-left: 6px;
}

.alert {
	color: #B43B2B;
	font-weight: bold;
}

.redAlert {
	color: #FF0000;
	font-weight: bold;
}

.small_alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B43B2B;
	font-weight: normal;
}

.eventsList a.regLink {
	color: #922E15;
	font-weight: bold;
}

a.alert_icon {
	padding: 7px 0;
	padding-left: 19px;
	background: transparent url(img/alert.gif) no-repeat left center;
	color: #B43B2B;
}

.orange {
	color: #CA863D;
	font-weight: bold;
}

.blue, .generalMessage {
	color: #2B4092;
	font-weight: bold;
}

.formImportant {
	color: #be5e2d;
	font-weight: bold;
	padding-top: 6px;
	border-top: 1px dashed #b3b3b3;
}

.tresImportant {
	padding: 3px;
	background-color: #ffe2e2;
}

.formImportant a {
	color: #800;
}

.mocha, .subheader {
	color: #853b00;
	font-weight: bold;
	font-size: 1.1em;
}

.emailblue {
	color: #2D58B5;
	font-weight: bold;
}

a.orange {
	color: #CA863D;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 13px;
	background: transparent url(img/arrow-dn.gif) no-repeat right center;
}

a.more_info {
	padding-right: 18px;
	background: transparent url(img/iarrow.gif) no-repeat right center;
	color: #CA863D;
}

a.more_info:hover {
	text-decoration: none;
	color: #2D58B5;
}

div.info_box {
	padding: 1px 8px;
	border: 1px solid #ccc;
	background-color: #FCFCFC;
	margin-bottom: 10px;
}

div.info_box p {
	margin: 5px 0;
}

.success, a.success {
	color: #4C8A43;
	font-weight: bold;
}

.gray {
	color: #999;	
}

.gray2 {
	color: #4C4C4C;	
}

.underline {
	text-decoration: underline;
}

#recent_news dt, .sidebaritems dt {
	line-height: 1.3em;
}

#recent_news dt a, .sidebaritems dt a {
	font-weight: normal;
}

#recent_news dt a:hover {
	
}

#recent_news {
	background: transparent url(img/bear_tracks.gif) no-repeat 0 0;
}

#recent_news dd, .sidebaritems dd {
	color: #746951; 
	font-size: 12px;
	line-height: 1.3em;
	text-transform: lowercase;
	margin-bottom: 10px;
	padding-left: 7px;
}

#recent_news dd a.newsCat, .sidebaritems dd span.newsCat {
	color: #804100;
	font-weight:normal;
}

.ital {
	font-size: 12px; 
	font-style: italic; 
	color: #746951;
}

.tiny, form#checkoutBilling table td.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 10px;
	padding: 2px;
}

.small {
	font-size: 12px; 
	color: #746951; 
}

.bigger, #container #content a.bigger {
	font-size: 18px;
}

.small_gray { 
	color: #666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.lower {
	font-size: 12px; 
	color: #746951;
	text-transform: lowercase;
	margin: 0;
}

.colored_box {
	width: 350px;
	background-color: #ece9e6; 
	margin-right: auto; 
	margin-left: auto; 
	padding: 6px; 
	border: solid 1px #97918b;
	text-align: left;
}

/* registration admin stuff */

#reg_checkbox ul, #notpaid_checkbox ul {
	line-height: 19px; 
	text-indent: 0em; 
	list-style-type: none; 
	list-style-position: outside; 
	margin: 3px 8px 12px 10px; 
	padding-left: 0em;
}

#reg_checkbox li {
	background: url(img/tick_box.gif) no-repeat 0px -2px; 
	padding-left: 17px;
}

#notpaid_checkbox li {
	background: url(img/tick_box-X.gif) no-repeat 0px 2px; 
	padding-left: 17px;
}

/* Misc stuff */

img.nopad, a:hover img.nopad {
	margin: 0;
	padding: 0;
	border: none;
}

.even td, .r0 td {
	background-color: #EAEFFA;
}

.even td a img, .r0 td a img {
	border-color: #EAEFFA;
}

.odd td, .r1 td {
	background-color: #fff;
}

.odd td a img, .r1 td a img {
	border-color: #fff;
}

form#checkoutBilling {
	width: 99%;
}

form#checkoutBilling table {
	width: 100%;
	border: 1px solid #ccc;
}

form#checkoutBilling table td, form#checkoutBilling table th {
	border: none;
	font-size: 12px;
	vertical-align: top;
	width: 50%;
	padding: 10px 3px 10px 10px;
}

form#checkoutBilling table td.billing {
	background-color: #F0FAFF;
}

form#checkoutBilling table td.nest {
	padding: 0px;
}

form#checkoutBilling table td.payment,
table.shoppingCart .payment {
	background-color: #F1FAE4;
}

form#checkoutBilling table td .subheader {
	font-size: 14px;
	color: #333;
}

form#checkoutBilling td p img {
	border: none;
	padding: 0px;
	margin: 4px 6px 4px 0px;
}

form#checkoutBilling td p .formHint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 11px;
}

form#checkoutBilling table#orderDetailsList {
	border: none;
}

form#checkoutBilling table#orderDetailsList td,
form#checkoutBilling table#orderDetailsList th {
	width: auto;
	padding: 4px;
}

form#checkoutBilling table#orderDetailsList td li {
	padding: 0;
	margin: 0;
}

form#checkoutBilling table#orderDetailsList tbody {
	border-bottom: 1px solid #ccc;
}

form#checkoutBilling table#orderDetailsList .grandTotal th,
table.shoppingCart .grandTotal th {
	background-color: #DCFCCF;
}

table.shoppingCart {
	width: 99%;
	border: 1px solid #ccc;
	margin-bottom: 6px;
}

table.shoppingCart td, table.shoppingCart th {
	vertical-align: top;
	border: none;
	text-align: left;
}

table.shoppingCart td li {
	line-height: 1.3em;
	margin: 3px 0;
}

table.shoppingCart .amt {
	text-align: right;
}

table.shoppingCart .qty {
	text-align: center;
}

table.shoppingCart tr.subtotals th {
	background-color: #FFF5D3;
	text-align: left;
}

table.shoppingCart tr.subtotals th.amt {
	text-align: right;
}


.hr {
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

.hr_center {
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}


/* Secure Store Lock thing ----------- */

.secure {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(img/security-locked_16.gif) no-repeat left center;
	padding-left: 18px;
	font-size: 11px;
	line-height: 16px;
}

/* Ensemble page ----------- */

div#ensemble_main {
	background: transparent url(img/watercolor-djembe.jpg) no-repeat right top;
}

#ensemble_main .spacer {
	float: right;
	width: 130px;
	height: 230px;
	border: none;
	margin: 0;
	padding: 0;
}

/* registrations page ----------- */

ul.other_reg_names li {
	margin-left: 20px;
}

/* itunes recent section ----------- */

#recent_itunes {
	text-align: center;
}

#recent_itunes img {
	height: 45px;
	width: 45px;
	margin: 3px;
	padding: 0;
	border: 1px solid black;
}

#recent_itunes a:hover img {
	border: 1px solid #DD7819;
}

#recent_itunes h6 {
	font-size: 1em;
	text-align: center;
	margin: 0;
	margin-top: 6px;
	padding: 0;
}

#recent_itunes h6 a:hover {
	
}

#recent_itunes dl {
	
}

/* pop up pages ----------- */

body.popup {
	font: 14px/22px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	background-color: #fef8cc;
	background-image: none;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #333;
}

body.popup a {
	color: #bb6d00;
}

body.popup a:hover {
	color: #d6a44e;
}

body.popup #popContainer {
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 525px;
	margin: 10px auto;
	padding: 8px 14px;
}






