/* primary styles */
body {
	background:#421705 url('/images/site/background_2.png') repeat;
	margin:0px;
	padding:0px;
	color:#270b02;
	font-size:88%;
	font-family:arial, sans-serif;
	position:relative;
}

div {
	margin:0px;
	padding:0px;
}

table {
	border-collapse:collapse;
	text-align:left;
}

h1, h2, h3, h4, h5 {
	font-weight:bold;
	font-family:"lucida sans unicode", "lucida grande","trebuche ms", verdana,arial,sans-serif;
	color:#b36824;
	margin:0 0 .2em 0;
	padding:0;
	letter-spacing:-1px;
}
h1 {
	font-size:20px;
	margin-bottom:20px
}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:13px;}
/* important: gallery uses h2 so can't change its color */
.home-h2, .home-h1 {
	color: #c3732e;
}
#home h2 {
	font-size:16px;
}

p, td, li, blockquote, div {
	font-size:1em;
}

p {
	font-family:arial, sans-serif;
	margin:0 0 1.2em 0;
}

ul {
	margin-left:0em;
	padding-left:1.8em;
}

td {
	padding:2px;
}
img {
	border:none;
}

a {
	text-decoration:none;
	color:#826b11;
}
a:visited {
	color:#900606;
}
a:hover {
	color:#0f8896;
	text-decoration:underline;
}
a:active {
	color:#c91f44;
}


/* layout */
#main-container {
	width:1000px;
	margin:0 auto;
	position:relative;
}

#main-content {
/* 	background:#fdfefd; */
	background:#fbf7f3;
	padding:30px 37px 37px 37px;
	margin-top:0px;
}
#home #main-content {
	background:#4e2404;
}
#home p, #home li {
	color:#ded5d0;
}

#top-banner {
	height:120px;
	position:relative;
	text-align:center;
}
#top-logo {
	height:100px;
	margin:10px 0 10px 58px;
	float:left;
}
#top-main-image {
	float:right;
	margin-right:70px;
	height: 120px;
}

/* page column containers */
#artist-text {
	float:left;
	width:350px;
}
/*#artist-text img {
	max-width:400px;
}*/
#artist-data {
	float:left;
	width:350px;
	padding:0 0 0 37px;
}
.full-wide {
	float:left;
	width:680px;
}
.sixty-wide {
	float:left;
	width:500px;
}
.forty-wide {
	float:left;
	width:380px;
	padding:0 0 0 37px;
}

/* top nav */
#top-nav {
	height:39px;
	position:relative;
	padding:0px 0px;
	margin-top:0px;
	background: url('/images/buttons/home.gif') repeat-x;
	z-index:3;
}
#top-nav a {
	display:block;
	color:#fcfaf9;
	text-decoration:none;
	font-family:"lucida sans unicode", "lucida grande","trebuche ms", verdana,arial,sans-serif;
}
#top-nav a:hover {
	text-decoration:none;
}
#top-nav ul {
	margin:0 0 0 40px;
	padding:0;
}

#top-nav li {
	font-weight:bold;
	list-style:none;
}
#top-nav ul li {
	display:block;
	float:left;
	padding:0 27px;
	width:auto;
	position:relative;
}
#top-home, #top-blues, #top-home, #top-jazz, #top-latin, #top-world, #top-resources, #top-contact {
	font-size:16px;
	line-height:39px;
	vertical-align:middle;
	z-index:10;
/* 	letter-spacing:-1px; */
}

li#top-home {
	background: url('/images/buttons/home.gif') repeat-x;
}
li#top-jazz {
	background: url('/images/buttons/jazz.gif') repeat-x;
}
li#top-latin {
	background: url('/images/buttons/latin.gif') repeat-x;
}
li#top-blues {
	background: url('/images/buttons/blues.gif') repeat-x;
}
li#top-world {
	background: url('/images/buttons/world.gif') repeat-x;
}
li#top-resources {
	background: url('/images/buttons/resources.gif') repeat-x;
}
li#top-contact {
	background:url('/images/buttons/contact.gif') repeat-x;
}
li#top-home:hover {
	background: url('/images/buttons/home-hover.gif') repeat-x;
}
li#top-jazz:hover {
	background: url('/images/buttons/jazz-hover.gif') repeat-x;
}
li#top-latin:hover {
	background: url('/images/buttons/latin-hover.gif') repeat-x;
}
li#top-blues:hover {
	background: url('/images/buttons/blues-hover.gif') repeat-x;
}
li#top-world:hover {
	background: url('/images/buttons/world-hover.gif') repeat-x;
}
li#top-resources:hover {
	background: url('/images/buttons/resources-hover.gif') repeat-x;
}
li#top-contact:hover {
	background: url('/images/buttons/contact-hover.gif') repeat-x;
}
#top-fake-right {
	position:absolute;
	top:0px;
	right:0px;
	height:39px;
	width:200px;
	background:#fff url('/images/buttons/contact.gif') repeat-x;
	z-index:3;
}

#jazz li#top-jazz, #latin li#top-latin, #blues li#top-blues, #world li#top-world, #resources li#top-resources {
	background: url('/images/buttons/top-nav-active.gif') repeat-x;
}

#top-nav ul ul li {
	display:block;
	float:none;
	padding:1px 2px 1px 7px;
	font-size:11px;
	font-family:arial,sans-serif;
	border:none;
	margin:0;
	border-bottom:1px solid #fff;
	background:#c7a070;
	line-height:13px;
	letter-spacing:normal;
}

#top-nav ul ul li a {
	color:#fff;
	font-weight:normal;
}
#top-nav ul li ul li:hover {
	background:#9c7d57;
}
#top-nav ul ul {
	display:none;
	border:1px solid #fff;
	width:12em;
	position:absolute;
	top:39px;
	left:0;
	margin:0;
	z-index:10;
}

#top-nav ul li:hover ul {
	display:block;
}

/* left nav */
#left-bar {
	float:left;
	width:152px;
	clear:both;
	margin:0px 37px 20px 0;
}

#left-nav,#left-marketing {
/* 	background:#adbad7; */
	background:#d78f48;
	padding:0px 12px 1em 12px;
/* 	border:1px solid #56599a; */
	font-family:verdana,arial,sans-serif;
}
#left-nav h2,#left-marketing h2{
	margin:0px -12px 10px -12px;
	padding: 2px 12px 10px 12px;
	background:#fbf7f3;
	font-size:16px;
	letter-spacing:-1px;
}
#left-nav {
	margin-bottom:20px;
}
#left-nav ul, #left-marketing ul {
	padding:0;
	margin:0;
	border-top:1px solid #fff;
}

#left-nav li, #left-marketing li {
	list-style:none;
	padding:3px 2px 3px 0;
	border-bottom:1px solid #fff;
	font-size:11px;
	font-weight:bold;
}
#left-nav a, #left-marketing a {
	color:#fff;
}
#left-nav ul ul {
	display:none;
	border-top:none;
}
#left-nav ul ul li {
	border:none;
	padding:0 0px 1px 0px;
	list-style:circle;
	font-size:10px;
	font-weight:normal;
	color:#fff;
	font-family:arial,sans-serif;
	margin-left:17px;
}

/* bottom nav */
#bottom-nav {
	color:#b46822;
	font-family:"lucida sans unicode", "lucida grande","trebuche ms", verdana,arial,sans-serif;
	font-size:12px;
	margin: 14px 0 10px 0;
	font-weight:bold;
}
#bottom-nav ul {
	margin:0;
	padding:0;
	text-align:center;
}
#bottom-nav ul li {
	display:inline;
	padding:0 10px 0 8px;
	list-style:none;
	border-right:1px solid #b46822;
}
#bottom-nav ul li#bottom-nav-last {
	border-right:none;
}
#bottom-nav a {
	color:#b46822;
}

/* login form */
#login-form {
	width:auto;
	position:absolute;
	top:4px;
	right:0px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	font-family:arial,sans-serif;
	z-index:20;
}
#login-form #frmMain, #login-form div {
	margin:0;
	padding:0;
}
#login-form a {
	color:#fff;
}
#login-form a:hover {
	text-decoration:underline;
}
fieldset {
	border:none;
	padding:0;
	margin:0;
}
#login-form input {/* line up the submit */
	display: inline;
	width: 2.2em;
	font-size:10px;
	border:none;
}
#login-form label input {/* replace width and margin */
	display: inline;
	width: 3.6em;
	color:#000;
	background:#fff;
}
#login-form label {
	padding-left:2px;
}
#login-form #name {
	color:#fff;
	background: url(/images/buttons/login.gif) repeat-x;/* #FA972D*/
	font-weight:bold;
	text-align:center;
	padding:0;
}
#login-form #name:active {
	color:#ccc;
	background: #e29343 url(/images/buttons/login-active.gif) repeat-x;/* */
	font-weight:bold;
}
#login-error {
	position:absolute;
	top:5ex;
	right:0px;
	color:yellow;
	background:black;
	padding:6px;
	width:33em;
	border:3px double yellow;
}
#login-error a {
	display:inline;
	font-size:10px
}

/* table stuff */
#itinerary-container {
	height:300px;
	overflow-y:scroll;
}
.itinerary-table {
	border:1px solid #ddd7d4;
	font-size:11px;
	font-style:arial,sans-serif;
}
.itinerary-table th {
	color:#a66b38;
}
.row-alt-1 {
	background:#fbf8f5;
}
.row-alt-2 {
	background:#f1ebe8;
}
.itinerary-table td {
	border:1px solid #ddd7d4;
}
.date-col-1 {
	width:20%;
}
.date-col-2 {
	width:28%;
}
.itinerary-table a {
	color:#9a7f14;
}

/* utility classes */
.artist-info {
	margin-bottom:1.5em;
}
.main-artist-image {
	float:left;
	margin:0.3em 0.5em 0.3em 0;
}
ul.artist-info {
	margin-left:0;
	padding-left:15px;
}
.artist-info strong {
	color:#a66b38;
}
.roster-item {
	clear:both;
	border-bottom:1px dashed #d78f48;
	margin-bottom:1.2em;
	padding-bottom:.6em;
}
.roster-item p {
	width:520px;
}

.roster-item img {
	height:120px;
	width:120px;
	float:right;
	margin:0.3em 0 0.3em 0.5em;
}

.clear-both {
	clear:both;
}
.clear-right {
	clear:right;
}
.clear-left {
	clear:left;
}

.red {
	color:red;
}
.blue {
	color:blue;
}
.green {
	color:green;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.middle {
	margin-left:auto;
	margin-right:auto;
}
.small {
	font-size:11px;
}
.smaller {
	font-size:10px;
}
.smallest {
	font-size:9px;
}
.large {
	font-size:14px;
}
.larger {
	font-size:16px;
}
.largest {
	font-size:20px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.float-img-left {
	float:left;
	margin:0.3em 0.5em 0.3em 0;
}
.float-img-right {
	float:right;
	margin:0.3em 0 0.3em 0.5em;
}
.margin-left {
	margin:0.3em 0.5em 0.3em 0;
}
.margin-right {
	margin:0.3em 0 0.3em 0.5em;
}
.quote {
/* 	background:#fff9f5; */
	background:#fffefd;
	padding:1em;
	border:1px solid #f5efeb;
}
.slideshow {
	width:400px;
	text-align:center;
}
.quote span, .slideshow span {
	font-size:11px;
	text-align:right;
	display:block;
	padding-top:.4em;
	font-style:italic;
}
.slideshow span {
	font-size:8px;
}
.slideshow-copyright {
	width:400px;
	margin-top:-20px;
	text-align:right;
	font-style:italic;
	font-size:10px;
}
.marketing-images img {
	display:block;
	width:auto;
	float:left;
	margin:0 20px 20px 0;
}
#built-by a, #built-by a:visited {
	color:#a04d44;
	font-weight:normal;
}

#built-by {
	color:#967465;
	font-size:9px;
	text-align:center;
	margin-top:20px;
}

#news-items {
	border-bottom:1px dashed #226db3;
}
#news-items p {
	border-top:1px dashed #226db3;
	margin:0;
	padding:.5em 0;
	font-size:11px;
	font-family:arial,sans-serif;
	line-height:12px;
}

.spacer50 {
	height:50px;
}
.spacer100 {
	height:100px;
}
.spacer150 {
	height:150px;
}
.spacer200 {
	height:200px;
}
.spacer300 {
	height:300px;
}


