@charset "utf-8";
/* CSS Document */
a#link:link {
	color:#0978b0;
}
a#link:visited {
	color:#0978b0;
}
a#link:hover {
	color:#FFF;
	background:#0978b0;
}
#question {
	cursor:help;
	width:150px;
	height:26px;
}
#bottom_links a:link {
	color:#999;
	border-top:dashed #0978b0 1px;
	text-decoration:none;
}
#bottom_links a:visited {
	color:#999;
	border-top:dashed #0978b0 1px;
	text-decoration:none;
}
#bottom_links a:hover {
	color:#0978b0;
}

body {
	border-top:3px solid #0978b0;
	margin:0px 0px 0px;
	background:url(../images/bg.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
}

.wrapper_top {
	height:163px;
	background:url(../images/bg_header.jpg) repeat-x #FFF;
}
	.wrapper_top #header {
		width:779px;
		height:162px;
		background:url(../images/header2.jpg) no-repeat;
		margin:0px auto;
	}
	.wrapper_top #header #header_links {
		width:144px;
		height:87px;
		float:right;
		margin:4px 3px 0px 0px;
		background:url(../images/quick_link_btn.gif) no-repeat;
		position:relative;
		cursor:default;
	}
		.wrapper_top #header #header_links #link1 {
			width:144px;
			height:26px;
			margin:0px 0px 0px 0px;
			position:relative;		
		}
			.wrapper_top #header #header_links #link1 a.roll1:link {
				background-image:url(../images/quick_link_btn.gif);
				background-repeat:no-repeat;
				background-position:0 0;
				position:absolute;
				cursor:help;
				display:block;
			}
			.wrapper_top #header #header_links #link1 a.roll1:hover {
				background-image:url(../images/quick_link_btn_roll.gif);
				background-repeat:no-repeat;
				background-position:0 0;
				position:absolute;
				cursor:help;
				display:block;
			}			
		.wrapper_top #header #header_links #link2 {
			width:144px;
			height:26px;
			margin:6px 0px 0px 0px;
			position:relative;
		}		
			.wrapper_top #header #header_links #link2 a.roll2:link {
				background-image:url(../images/quick_link_btn.gif);
				background-repeat:no-repeat;
				background-position:0 -32px;
				position:absolute;
				cursor:help;
				display:block;
			}
			.wrapper_top #header #header_links #link2 a.roll2:hover {
				background-image:url(../images/quick_link_btn_roll.gif);
				background-repeat:no-repeat;
				background-position:0 -32px;
				position:absolute;
				cursor:help;
				display:block;
			}
		.wrapper_top #header #header_links #link3 {
			width:144px;
			height:26px;
			margin:6px 0px 0px 0px;
			position:relative;
		}
			.wrapper_top #header #header_links #link3 a.roll3:link {
				background-image:url(../images/quick_link_btn.gif);
				background-repeat:no-repeat;
				background-position:0 -64px;
				position:absolute;
				cursor:help;
				display:block;
			}
			.wrapper_top #header #header_links #link3 a.roll3:hover {
				background-image:url(../images/quick_link_btn_roll.gif);
				background-repeat:no-repeat;
				background-position:0 -64px;
				position:absolute;
				cursor:help;
				display:block;
			}

.wrapper {
	width:780px;
	margin:0px auto;
	position:relative;
	background:#FFF;
}
.wrapper_top #navi {
	background:url(../images/bar.jpg) repeat-x;
	height:20px;
	border-top:2px #CCC solid;
	border-bottom:1px #7b7b7b solid;	
	position:relative;
	z-index:50;
}
.wrapper .main {
	width:776px;
	height:100%;
	border-right:2px solid #0978b0;
	border-left:2px solid #0978b0;
	font-family:Arial, Helvetica, sans-serif;
}
.wrapper .main_fh {
	width:776px;
	height:800px;
	border-right:2px solid #0978b0;
	border-left:2px solid #0978b0;
	font-family:Arial, Helvetica, sans-serif;
}
	.wrapper .main #right_box, .wrapper .main_fh #right_box {
		width:140px;
		height:100%;
		background:#FFF;
		border-left:2px solid #0978b0;	
		border-right:2px solid #0978b0;		
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		padding:5px;
		position:absolute;
		top:20px;
		right:0px;
	}
		.wrapper .main #right_box hr, .wrapper .main_fh #right_box hr {
			width:120px;
			height:1px;
			color:#0978b0;
			background:#0978b0;
			border:0px;
		}
		.wrapper .main #right_box a:link, .wrapper .main_fh #right_box a:link {
			text-decoration:none;
			color:#000;
		}
		.wrapper .main #right_box a:visited, .wrapper .main_fh #right_box a:visited {
			text-decoration:none;
			color:#000;
		}
.wrapper .main p#copy_home, .wrapper .main_fh p#copy_home {
	text-indent:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:75%;
	margin-left:15px;
}
.wrapper .main p#copy_long, .main_fh p#copy_long {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:95%;
	margin-left:15px;
}
.wrapper .main hr#break, .wrapper .main_fh hr#break {
	width:620px;
	border:1px solid #CCC;
	background:#ccc;
}


#emph {
	color:#0978b0;
	font-family:Arial, Helvetica, sans-serif;	
	font-weight:bold;
	font-size:17px;
}

#bottom_links {
	background:#fafafa;
	border-bottom:5px solid #0978b0;
	border-top:2px solid #CCCCCC;
	height:20px;
	width:100%;
	padding:5px 0px 0px 0px;
	position:fixed;
	bottom:0px;
	font-size:12px;
	color:#999999;
}
#mail_field {
	font-size:11px; 
	background-color:#FF9;
	width:78px; height:16px;
	float:left;
}
#events_field {
	font-size:11px;
	border-color:#000;
	border-width:1px;
}
#submit_btn {
	float:right;
	font-size:11px;
	background-color:#fff;
	border:1px solid #0978b0;
	width:50px; height:22px;
	padding:0 0 0 0;
	margin:0px auto;
}
a#rb_hov:hover {
	border-bottom:1px dashed #f89a38;
	color:#f89a38;
}
p {
	width:80%;
}
#press {
	margin:0px auto;
	width:700px;
	border:1px solid #CCC;
}

	#press li {
		font-size:14px;
		color:#0978b0;
		font-weight:bold;
	}
	#press p {
		font-size:14px;
		text-indent:25px;
		padding:0px 25px 0px 25px;
		line-height:18px;
	}
#event_app {
	margin:0px auto;
	width:700px;
	border:1px solid #999;
}
#event_img {
	margin:0px auto;
	border:3px solid black;
}
h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0978b0;
	padding:0px 0px 0px 5px;
}


ul#list {

}
#list a {
	color:#0978b0;
	font-size:12px;
}
#list a:hover {
	color:#FFF;
	background:#0978b0;
	font-size:12px;
}


/* rollover for featured artist and musicians */
		.wrapper .main_fh #feat_art {
			background-image:url(../images/feat_art.jpg);
			background-repeat:no-repeat;			
			width:330px;
			height:193px;
			float:left;
			margin:0px 0px 0px 0px;
			position:relative;		
		}
			.wrapper .main_fh #feat_art a.roll1:link {
				background-image:url(../images/feat_art.jpg);
				background-repeat:no-repeat;					
				background-position:0 0;
				position:absolute;
				cursor:help;
				display:block;
			}
			.wrapper .main_fh #feat_art a.roll1:hover {
				background-image:url(../images/feat_art_roll.png);
				background-repeat:no-repeat;
				background-position:0 0;
				position:absolute;
				cursor:help;
				display:block;
			}

		.wrapper .main_fh #feat_musc {
			background-image:url(../images/feat_musc.jpg);
			background-repeat:no-repeat;			
			width:430px;
			height:193px;
			float:right;
			margin:0px 0px 0px 0px;
			position:relative;		
		}
			.wrapper .main_fh #feat_musc a.roll2:link {
				background-image:url(../images/feat_musc.jpg);
				background-repeat:no-repeat;					
				background-position:0 0;
				position:absolute;
				cursor:help;
				display:block;
			}
			.wrapper .main_fh #feat_musc a.roll2:hover {
				background-image:url(../images/feat_musc_roll.png);
				background-repeat:no-repeat;
				background-position:0 0;
				position:absolute;
				cursor:help;
				display:block;
			}
/* end rollover for featured artist and musicians */






/* rollover for store icons */
		.wrapper .main_fh #mg {
			background-image:url(../images/store_mg.jpg);
			background-repeat:no-repeat;			
			width:337px;
			height:190px;
			float:left;
			margin:0px 0px 0px 0px;
			position:relative;		
		}
			.wrapper .main_fh #mg a.roll1:link {
				background-image:url(../images/store_mg.jpg);
				background-repeat:no-repeat;					
				background-position:0 0;
				position:absolute;
				cursor:help;
				display:block;
			}
			.wrapper .main_fh #mg a.roll1:hover {
				background-image:url(../images/store_mg_roll.png);
				background-repeat:no-repeat;
				background-position:0 0;
				position:absolute;
				cursor:help;
				display:block;
			}

		.wrapper .main_fh #ns {
			background-image:url(../images/store_ns.jpg);
			background-repeat:no-repeat;			
			width:356px;
			height:173px;
			float:right;
			margin:0px 0px 0px 0px;
			position:relative;		
		}
			.wrapper .main_fh #ns a.roll2:link {
				background-image:url(../images/store_ns.jpg);
				background-repeat:no-repeat;					
				background-position:0 0;
				position:absolute;
				cursor:help;
				display:block;
			}
			.wrapper .main_fh #ns a.roll2:hover {
				background-image:url(../images/store_ns_roll.png);
				background-repeat:no-repeat;
				background-position:0 0;
				position:absolute;
				cursor:help;
				display:block;
			}


		.wrapper .main_fh #jd {
			background-image:url(../images/store_jd.jpg);
			background-repeat:no-repeat;			
			width:419px;
			height:180px;
			float:left;
			margin:0px 0px 0px 0px;
			position:relative;		
		}
			.wrapper .main_fh #jd a.roll3:link {
				background-image:url(../images/store_jd.jpg);
				background-repeat:no-repeat;					
				background-position:0 0;
				position:absolute;
				cursor:help;
				display:block;
			}
			.wrapper .main_fh #jd a.roll3:hover {
				background-image:url(../images/store_jd_roll.png);
				background-repeat:no-repeat;
				background-position:0 0;
				position:absolute;
				cursor:help;
				display:block;
			}

/* end rollover for store icons */


#thing {
	background-image:url(../images/thing.jpg);
	background-repeat:no-repeat;
	width:361px;
	height:462px;
	margin-left:20px;
	position:relative;
}

#thing #poem {
	width:230px;
	padding:5px;
	height:320px;
	background:#FFF;
	position:absolute;
	bottom:15px;
	right:15px;
    /* for IE */
    filter:alpha(opacity=60);
    opacity:0.6;
}

.wrapper .main div#dl {
	width:500px; 
	height:400px; 
	margin-left:55px; 
	border:0px solid black;
}
.wrapper .main div#dl dt {
	color:#0978b0;
	font-size:17px;
	font-weight:bold;
	border-bottom:1px dashed #999;
	margin-bottom:5px;
}
.wrapper .main div#dl dd {
	margin-bottom:25px;
}
/* start board.html CSS */

/* Mack Glass store */
#title {
	font-size:30px;
	color:#999999;
	float:left;
	padding:0px;
	padding-left:0px;
	padding-bottom:0px;
}
#main_mg {
	width:735px;
	margin:0px auto;
	padding-left:15px;
}
/* end Mack Glass store */

.lists {
	width:400px;
	height:400px;
	list-style:none;
}
	.lists li {
		width:150px;
		height:20px;
		background:url(../images/bg_list.jpg) no-repeat;
		color:#FFF;
		margin:2px;
		padding:3px;
		padding-left:10px;
		float:left;
	}
	.lists li a:link {
		color:#FFF;
		text-decoration:none;
	}
	.lists li a:visited {
		color:#FFF;
		text-decoration:none;
	}	
	.lists li a:hover {
		color:#000;
	}	
	
#table td {
	background-color:#F7F7F7;
	border-bottom:1px solid #0978b0;
	border-left:1px solid #0978b0;	
}
#table th {
	background-color:#CCC;
	color:#0978b0;
	font-size:20px;
	font-weight:bold;
}

/* simpleviewer */

	#flashcontent {
		height: 100%;
	}
	/* end hide */