@charset "utf-8";

/* CSS Document */
body {
	background: #FFF url(../images/fadeEdge.gif) repeat-y scroll center;
	font-size: medium;
	/*font-family: "Palatino Linotype", "Lucida Grande", Verdana, sans-serif;*/
	font-family: "Lucida Grande", sans-serif;
	font-size: 90%;
	color: #333;
	padding: 1px 0 4px 0;
}

a {
	color: #400040;
	font-weight: bold;
}

.nomb {
	margin-bottom: 0;
}

.nopt {
	padding-top: 0px;	
}

.cent {
	margin: 0 auto;
}

#body {
	width: 1000px;
	margin: auto;
}

.sold_out {
	font-size: 140%;
	font-weight: bold; 
}

.top_link {
	text-align: left;
	clear: both;
}

.map {
	text-decoration: none;
	font-size: 75%;
	color: #400040;
}

.clear_both {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.img_rb_mar {
	margin: 0 5px 5px 0;
}

.lp_60 {
	padding-left: 60px;
}

.rm_4 {
	margin-right: 4px;
}

.tp_5 {
	padding-top: 5px;
}

.tp_10 {
	padding-top: 10px;
}

.tp_20 {
	padding-top: 20px;
}

.vat {
	vertical-align: top;
}

.vam {
	vertical-align: middle;
}

.smallFont {
	font-size: 80%;
}

.smallerFont {
	font-size: 75%;
}

.new {
	color: #09C;
	background-color: #FFFF00;
}

.new_bg {
	background-color: #80C046;
}

#main {
	float: left;
	width: 988px;
	padding-top: 10px;
	margin: 0 6px;
}

#main_bottom {
	float: left;
	width: 980px;
	adding-top: 10px;
	margin: 0 6px;
}

#left {
	float: left;
	width: 644px;
}

#right {
	float: right;
	width: 344px;
}

img.matte {
	padding: 4px;
	border: 1px solid #CCC;
	border-bottom-color: #666;
	border-right-color: #666;
	background: #FFF;
}

img.no_matte {
	padding: 0;
	border: 1px solid #CCC;
	border-bottom-color: #666;
	border-right-color: #666;
}

/* NAV */
#nav_master {
	margin: auto 3px;
}

#nav_tabs, #nav {
	float: right;
	width: 870px;
}

/*
#nav_tabs {
	margin-right: 6px;
}
*/

#nav {
	margin: 0;
	padding: 0;
	background: #400040 url(../images/nav/nav_round_top.gif) no-repeat top left;
}

#nav_ul {
	float: left;
	width: 99%;
	margin: 0 0px 0 6px;
	padding: 10px 0 0 0px;
	list-style: none;
	background: #400040 url(../images/nav/nav_border.gif) repeat-x bottom left;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 66%;
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
	background: #9FE454 url(../images/nav/nav_off_bg.gif) repeat-x top left;
}

#nav a:hover {
	padding-bottom: 4px;
	color: #333;
	border-color: #FFF;
	background: #FFF url(../images/nav/nav_selected_bg.gif) repeat-x top left;
}

#nav_top ul {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
}

#nav_top_middle {
	line-height: 1.5em;
	float: left;
	margin: 0 0 0 4px;
	font-size: 90%;
	width: 57%;
}

#nav_top_middle a {
	font-size: 90%;
}

#nav_top_middle #fulls {
	font-size: 100%;
}

#nav_top_right {
	float: right;
	padding-top: 10px;
	margin: 0 6px 0 10px;
}

#nav_top_right ul {
	float: left;
	list-style: none;
	clear: both;
	margin-bottom: 2px;
}

#nav_top_right li {
	font-size: 90%;
	float: left;
	margin-right: 10px;
}

#nav_top_right li a {
	color: #000;
	font-weight: bold;
	font-size: 90%;
}

.flag {
	background: url(../images/flag.gif) no-repeat center left;
	padding-left: 17px;
}

#quote {
	font-family: "Palatino Linotype", "Lucida Grande", Verdana, sans-serif;
	margin: 8px 3px;
	float: left;
	color: #000;
}

#quote p {
	margin: 0 0 5px 0;
	padding: 3px;
	border: 1px solid #AAA;
	border-bottom-color: #333;
	border-right-color: #333;
	font-weight: bold;
	font-size: 95%;
	color: #400040;
}

#quote .quote_name {
	color: #000;
	font-weight: normal;
}

/* END NAV */

/* BOX */
.box_700 {
	float: left;
	padding-bottom: 8px;
	margin-bottom: 8px;
	width: 700px;
	background: url(../images/box/box_700bg.jpg) no-repeat bottom left;
}

.box_700 h2 {
	margin: 0;
	padding: 6px 8px 4px 10px;
	font-size: 110%;
	color: #333;
	background: url(../images/box/box_head_700bg.jpg) no-repeat top left;
}

.box_280 {
	float: right;
	padding-bottom: 5px;
	margin-bottom: 7px;
	width: 280px;
	background: url(../images/box/box_280bg.gif) no-repeat bottom left;
}

.box_280 h2 {
	margin: 0;
	padding: 3px 8px 2px 10px;
	font-size: 90%;
	color: #000;
	background: url(../images/box/box_head_280bg.jpg) no-repeat top left;
}

.box_988 {
	float: left;
	padding-bottom: 5px;
	margin-bottom: 7px;
	width: 988px;
	background: url(../images/box/box_988bg.jpg) no-repeat bottom left;
}

.box_988 h2 {
	margin: 0;
	padding: 3px 8px 2px 10px;
	font-size: 90%;
	color: #000;
	background: url(../images/box/box_head_988bg.jpg) no-repeat top left;
}

.box {
	border: 1px solid #400040;
	padding-bottom: 8px;
	margin-bottom: 8px;
	width: 698px;
}

/* END BOX */ /* HOME_MAIN */
#home_main {
	float: left;
	width: 694px;
	padding-right: 4px;
	margin-left: 1px;
	background: url(../images/box/fade_bg700.jpg) no-repeat top left;
}

#main_left {
	float: left;
	width: 180px;
	margin: 6px;
}

#main_right {
	float: right;
	width: 490px;
	margin: 6px 6px 6px 0;
}

#main_title {
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #444;
}

.main_artist {
	font-size: 112%;
}
	
.main_time {
	font-size: 90%;
	line-height: 1.5em;
	font-style: italic;
}

#main_desc {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #333;
}

#home_main a {
	color: #333;
}

#main_img a {
	float: left;
	padding-bottom: 6px;
}

#tft {
	margin-left: 84px;
	line-height: 1.35em;
	padding: 0;
	border: 1px solid #CCC;
	border-bottom-color: #666;
	border-right-color: #666;
}

/* END HOME_MAIN */ /* FRIENDS [home page] */
#friends {
	float: left;
	width: 982px;
	padding-right: 4px;
	margin-left: 1px;
}

#friends ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 5px;
}

#friends li {
	font-size: 90%;
	float: left;
	padding: 5px;
}

.friends_separator {
	border-bottom: 1px dotted #400040;
	padding-bottom: 20px;
}

/* END FRIENDS [home page]*/ /* HOME_CALENDAR */
#home_calendar {
	padding: 4px;
}

#home_calendar ul {
	list-style: none;
	padding: 0;
	margin: 8px;
}

#home_calendar li {
	text-align: left;
	font-size: 90%;
	line-height: 150%;
}

/* END HOME_CALENDAR */ /* HOME_GETINVOLVED */
#home_getinvolved {
	width: 276px;
	padding-right: 4px;
	margin-left: 1px;
	margin-bottom: 8px;
}

#home_getinvolved dl {
	float: left;
	padding: 0;
	margin: 10px 20px;
	display: inline;
	width: 230px;
}

#home_getinvolved dt {
	display: none;
	float: left;
	width: 37px;
	margin: 0;
	padding: 0;
	font-size: 130%;
	letter-spacing: 1px;
	color: #444444;
}

#home_getinvolved dd {
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666666;
}

#home_getinvolved a {
	color: #333333;
}

#home_getinvolved dd.img img {
	float: right;
	margin: 0 0 0 8px;
}

/* END HOME_GETINVOLVED */ /* HOME_PHOTOS */
#home_photos, #home_qa, #home_newsletter {
	width: 276px;
	padding-right: 4px;
	margin-left: 1px;
	margin-bottom: 4px;
}

#home_photos dl, #home_qa dl {
	float: left;
	padding: 0;
	margin: 10px 20px;
	display: inline;
	width: 230px;
}

#home_newsletter dl {
	float: left;
	padding: 3px 0 0 0;
	margin: 5px 5px;
	display: inline;
	width: 250px;
}

#home_photos dt, #home_qa dt, #home_newsletter dt {
	display: none;
	float: left;
	width: 37px;
	margin: 0;
	padding: 0;
	font-size: 130%;
	letter-spacing: 1px;
	color: #444;
}

#home_photos dd, #home_qa dd {
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
}

#home_newsletter dd {
	margin: 0;
	padding: 0;
	font-size: 80%;
	line-height: 1em;
	color: #000;
}

#home_newsletter table {
	padding-top: 6px;
	margin: 0 auto;
}

.sp {
	margin: 5px 0;
	padding: 1px;
}

.flat {
	 border: 1px solid #400040;
}

.but {
	background-color: #9FE454;
	color: #000;
	font-size: 120%;
	font-weight: bold;
}
	

#home_photos a, #home_qa a {
	color: #333;
}

#home_photos dd.img img {
	float: left;
	margin: 0 8px 0 0;
}

/* END HOME_PHOTOS */ /* FOOTER */
#footer {
	border-top: 1px solid black;
	float: left;
	clear: both;
	width: 988px;
	margin: 20px 0 70px 6px;
	background: url(../images/logo_watermark.jpg) no-repeat bottom right;
}

#footer ul {
	padding-top: 0;
	margin-top: 0;
	list-style: none;
}

#address {
	float: left;
}

#address ul {
	font-family: sans-serif;
	font-size: 70%;
	margin: 4px 0 0 0;
	padding-left: 0px;
	float: left;
}

#footer #mid {
	float: left; 
	width: 400px;
	font-size: 70%; 
	font-family: sans-serif; 
	margin: 4px 0 0 140px;
}

/* END FOOTER */ /* CONCERTS */
.concert {
	float: left;
	padding: 10px 0 30px 0;
	margin: 0;
	background: url(../images/guitar_horiz.jpg) no-repeat bottom center;
}

.concert .no_top {
	margin-top: 4px;
}

.concert .img_left {
	float: left;
	padding: 0 4px 2px 0;
}

.concert .img_right {
	float: right;
	padding: 0 0 2px 5px;
}

.concert .concert_title {
	font-size: 155%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #069;
}

.concert .concert_title em {
	font-size: 80%;
	font-weight: bold;
}

.concert p {
	line-height: 1.5em;
}

.highlight {
	margin-top: 8px;
	font-weight: bold;
}

#tickets {
	float: left;
	margin-top: 8px;
	font-size: 85%;
	color: #000;
}

#ticket_grid {
	list-style-image: url(../images/flag.gif);
	margin-bottom: 6px;
}

#ticket_grid li {
	line-height: 1.5em;
}

#oitb_address {
	list-style: none;
	font-weight: bold;
	margin-top: 0;
	margin-left: 40px;
	padding-left: 2px;
	padding-top: 0;
	line-height: 1em;
}

#address_bigger {
	position: absolute;
	visibility: hidden;
	float: left;
	z-index: 10;
	width: 309px;
	height: 158px;
	background-color: #0183AC;
	border: 1px solid black;
}

/* END CONCERTS */ /* CALENDAR */
#cal_grid {
	margin: 0 auto;
	float: left;
	width: 100%;
}

#cal_heading {
	height: 50px;
	width: 100%;
	text-align: center;
}

#cal_heading .cal_mname {
	margin: 0px auto;
	font-size: 145%;
	font-weight: bold;
	float: left;
	width: 40%;
	text-align: center;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #400040;
}

.cal_lastm {
	font-size: 85%;
	float: left;
	width: 30%;
	text-align: left;
}

.cal_nextm {
	font-size: 85%;
	float: right;
	width: 30%;
	text-align: right;
}

.cal_row {
	margin: 0 auto;
}

.cal_cell_head {
	float: left;
	height: 20px;
	width: 14.2%;
	text-align: center;
	font-size: 75%;
}

.cal_cell {
	float: left;
	height: 120px;
	width: 14.2%;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}

.cal_sat {
	border-right: 0;
}

.cal_bot {
	border-bottom: 1px solid #333;
}

.lighter {
	color: #AAA;
	font-style: italic;
}

.cal_cell ul {
	margin: 2px 3px 3px 3px;
	padding: 0;
	list-style: none;
}

.cal_cell ul li {
	margin: 2px;
}
.cal_cell li {
	font-size: 80%;
}

.cal_cell a {
	font-weight: normal;
}

.cal_act, .cal_vol, .cal_con {
	margin-right: 5px;
}
	
a.cal_concert_link, .cal_con  {
	color: #00F;
}

a.cal_concertarchive_link, .cal_conarc {
	color: #400040;
}

a.cal_activity_link, .cal_act {
	color: #080;
}

a.cal_volunteer_link, .cal_vol {
	color: #C00;
}

/* END CALENDAR */ /* BASIC */
#basic {
	loat: left;
}

#basic p {
	font-size: 95%;
	line-height: 1.5em;
}

#basic .indent {
	margin: auto 60px;
}

#basic .quote {
	font-style: italic;
}

#basic .highlight {
	margin-top: 1.5em; 
	font-size: 110%;
	font-weight: normal;
}

#basic .activity_name {
	font-weight: bold;
	font-size: 120%;
	color: #069;
}

#basic .basic_heading, #basic .basic_heading2 {
	margin-bottom: 0;
	margin-top: 2px;
	font-size: 135%;
	letter-spacing: 1px;
	color: #400040;
	font-weight: bold;
}

#basic .basic_heading2 {
	margin-top: 1.5em;
}

#basic .basic_sub_heading {
	font-size: 120%;
	letter-spacing: 1px;
	color: #333;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: top;
	padding-top: 15px;
	font-weight: bold;
}

#basic .fine_print {
	width: 90%;
	margin-left: 30px;
	font-family: sans-serif;
	font-size: 95%;
}

#basic .img_left {
	float: left;
	margin: 0 4px 0 4px;
}

#basic .img_right {
	float: right;
	margin: 0 6px 0 4px;
}

#basic .question {
	font-weight: bold;
}

#basic .qa {
	font-style: italic;
	font-weight: bold;
}

#basic .photo_caption {
	font-size: 100%;
	text-align: center;
	font-style: italic;
}

.section {
	margin-top: 20px;
	border-top: 2px dotted black;
	border-bottom: 2px dotted black;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	font-family: sans-serif; 
}

/* END BASIC */
/* DIRECTIONS */

.ul_layout1 {
	float: left;
	margin: 20px 0;
	padding: 0;
	list-style: none;
	clear: both;
}

.ul_layout1 li {
	float: left;
	padding-left: 15px;
}

.ul_layout1 img {
	float: left;
}

#directions_pu_title {
	background-color: #400040;
	text-align: center;
}

#directions_pu_title a {
	color: #FFF;
}
	
#body_directions_pu {
	font-size: small;
	font-family: Verdana, sans-serif;
}

#body_directions_pu .links li {
	margin-bottom: 5px;
}
	
#body_directions_pu .links {
	list-style: square;
	margin-left: 10px;
	padding: 20px 5px 0 5px;
}

#body_directions_pu .directions {
	list-style-image: url(../images/flag.gif);
	margin-left: 5px;
	padding-left: 13px;
}

#body_directions_pu .directions li {
	padding-top: 7px;
	margin-top: 7px;
}

#body_directions_pu .directions li a {
	padding-top: 10px;
}

#body_directions_pu .dir_head {
	display: block;
	font-weight: bold;
	clear: both;
}

#body_directions_pu .dir_to_top {
	display: block;
	clear: both;
	margin-bottom: 275px;
}

.small_links  {
	font-size: 60%;
}

/* END DIRECTIONS */
/* FRIENDS */
.separator1 {
	padding-bottom: 40px;
	height: 65px;
	width: 100%;
	background: url(../images/people_separator_half.jpg) no-repeat center center;
}

.separator2 {
	width: 988px;
	height: 20px;
	text-align: center;
	background: url(../images/people_separator_half.jpg) no-repeat center center;
}

.separator3 {
	width: 988px;
	height: 40px;
	text-align: center;
	background: url(../images/people_separator.jpg) no-repeat center center;
}

#friends_table {
	width: 95%;
}
	
#friends_table td {
	vertical-align: top;
}

#friends_table .img {
	text-align: center;
}

#friends_table .top_link {
	vertical-align: middle;
}
/* END FRIENDS */
/* PHOTO ALBUM */

.photo {
  border: 1px solid silver;
  margin: 0 8px 0 0;
}

.photo .caption {
	font-size: 80%;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
}

.photo_grid {
	margin: 0 auto;
	width: 100%;
	clear: both;
}

.photo_row {
	margin: 0 auto;
}

.photo_cell {
	float: left;
	height: 140px;
	width: 12.35%;
	float: left;
	border-bottom: 1px solid #CCF;
	border-right: 1px solid #CCF;
	text-align: center;
}

.photo_cell a {

}

.photo_cell img {
	margin-top: 5px;
	text-align: center;
}

.photo_cell_end {
	border-right: 0;
}

.photo_cell_bot {
	border-bottom: 0;
}

span.thumb_caption {
	font-size: 80%;
	ont-family: sans-serif;
	text-align: center;
	font-family: "Palatino Linotype", "Lucida Grande", Verdana, sans-serif;
}

/* END PHOTO ALBUM */
/* JUMP_BOX */
.jump_box {
	margin: 6px;
	padding: 6px;
	background-color: #09C;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #CCC;
	border-bottom-color: #000;
	border-right-color: #000;
}

.bg2 {
	background-color: #400040;
}

#fsize100 {
	font-size: 100%;
}

.jump_box .title {
	text-align: center;
	margin-top: 6px;
	padding-top: 8px;
	font-size: 150%;
}

.jump_box ul {
	list-style: none;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 8px;
}

.jump_box li {
	line-height: 1.5em;
	vertical-align: middle;
}

.jump_box a {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

.jump_box a:hover {
	color: #9FE454;
}

.w280 {
	width: 280px; 
}
/* END JUMP_BOX */
/* WHATS NEW */
.whats_new {
	width: 85%;
	margin: 20px auto 0 auto;
}

.whats_new td {
	width: 50%;
	text-align: center;
	vertical-align: top;
	padding-bottom: 20px;
	line-height: 1.5em;
}

.whats_new td.leftgtd {
	background: url(../images/whatsnew/guitar.jpg) no-repeat top right;
}

.whats_new td.leftctd {
	background: url(../images/whatsnew/community.jpg) no-repeat top right;
}

.whats_new td.leftatd {
	background: url(../images/whatsnew/activities.jpg) no-repeat top right;
}

.whats_new td.rightctd {
	background: url(../images/whatsnew/community.jpg) no-repeat top left;
}

.whats_new td.rightatd {
	background: url(../images/whatsnew/activities.jpg) no-repeat top left;
}

.whats_new td.rightgtd {
	background: url(../images/whatsnew/guitar.jpg) no-repeat top left;
}
/* END WHATS NEW */
/* MEMBERSHIP */

.ms_list {
	list-style-image: url(../images/flag.gif);
	margin-top: 3px;
	padding-top: 0;
}

.ms_list li {
	line-height: 1.5em;
}

.ms_head {
	font-weight: bold;
	padding: 4px;
}

.silv {
	background-color: #D9D9D9;
}

.gold {
	background-color: #FFD700;
}

.plat {
	background-color: #8B8878;
	color: #FFF;
}

/* END MEMBERSHIP */