@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
body   {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	background: #ffffff url(images/bg_gradient.jpg) repeat-x 0px 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #020E6D;
	margin-bottom: 0.1em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.9em;
}
p {
	margin-bottom: 0.8em;
}
#container {
	margin: 0px auto;
	width: 960px;
}
#banner {
	height: 145px;
	background: transparent url(images/music_unl_logo.jpg) no-repeat 20px 0px;
	position: relative;
}
#banner h1 {
	text-indent: -9999px;
	height: 118px;
}
#banner h1 a {
	display: inline-block;
	height: 118px;
	width: 465px;
}
#banner img {
	width: 326px;
	margin: 10px 20px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 106px;
}
#subbanner {
	width: 443px;
	position: absolute;
	top: 17px;
	right: 22px;
}
#subbanner h2 {
	text-transform: uppercase;
	text-align: right;
}
#menu {
	width: 100%;
}
#menu ul {
	margin: 10px auto 0px auto;
	font-size: 0.7em;
	font-weight: bold;
	list-style: none;
	text-align: center;
	padding: 0 20px;
}
#menu ul li {
	border-right: solid 1px #5e6d90;
	border-bottom: solid 1px #5e6d90;
	background: url(images/menu_bg1f.jpg) no-repeat 0px 0px;
	width: 14%;
	float: left;
} 
#menu ul li.last {
	border-right: solid 1px #5e6d90;
	width: 15%;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 25px 5px 25px;
}
#menu ul li a:link {
	color: #405890;
}
#menu ul li a:visited {
	color: #905E86;
}
#menu ul li a:hover {
	color: #020E6D;
	border-bottom: none;
}
#menu ul li a:active {
	color: #020E6D;
}
#menu ul li:hover {
	border-bottom: none;
}
#content {
	width: 960px;
	clear: both;
	background: transparent;
	padding: 20px 0;
	min-height: 425px;
}
#content #main {
	width: 563px;
	float: right;
	margin-right: 20px;
	position: relative;
	display: inline; /* for IE6 */
	min-height: 425px;
}
#main h2 {
	margin-bottom: 0px;
}
#main h3 {
	margin-top: 1em;
	margin-bottom: 0px;
}
#main ul {
	margin-left: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#main p {
	margin-bottom: 1em;
	margin-top: 0.4em;
}
#main h2 + p {
	margin-top: 0.4em;
}
#main .tagline {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	font-variant: small-caps;
}

#content #sidebar {
	width: 317px;
	float: left;
	margin-left: 20px;
	position: relative;
	display: inline; /* for IE6 */
}
#content #nav {
	border-radius: 6px;
	-webkit-border-radius: 6px; /* for Safari */
	-moz-border-radius: 6px; /* for Firefox */
	background: #F2E0BC url(images/bg_menu_ie.png); /* for IE */
	background: rgba(242,224,188,.5); /* for Firefox and Safari */
	padding: 1em;
	margin-bottom: 2.2em
}
#nav ul {
	font-size: 0.9em;
	font-weight: bold;
	list-style: none;
	text-align: left;
}
#nav ul li {

} 
#nav ul li.last {

}
#nav ul li a {
	display: block;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}
#nav ul li a:link {
	color: #6D6102;
}
#nav ul li a:visited {
	color: #6D0243;
}
#nav ul li a:hover {
	color: #026D2C;
	background: #FFF;
}
#nav ul li a:active {
	color: #6D6102;
}
#nav ul li:hover {
	border-bottom: none;
}
#sidebar p img {
	width: 100%;
}
#sidebar #photo   {
	margin-bottom: 0.8em;
}
#location   {
	width: 550px;
}
.vcard  {
	width: 250px;
	float: right;
}
.vcard .org  {
	display: none;
}
.vcard a  {
	text-decoration: none;
}
#map   {
	width: 288px;
	float: left;
	margin-bottom: 2em;
}
#map img {
	border: 1px solid #020e6d;
}
#hours {
	clear: both;
	margin-bottom: 2em;
}
#hours ul  {
	list-style: none;
}
#footer {
	width: 100%;
	border-top: solid 1px #6D0243; /* previously #cc5500 */
	border-bottom: solid 3px #6D0243;
	background: #ffffff url(images/bg_gradient_footer.jpg) repeat-x left bottom;
	margin-top: 1em;
	clear: both;
}
#footer ul {
	padding: 10px 20px;
	width: 920px;
	margin: 0 auto;
	font-size: 0.8em;
}
#footer ul li {
	display: inline;
	padding: 0 20px 0 0;
}
#home #home_nav, #about #about_nav, #contact #contact_nav, #noteworthy #noteworthy_nav, #specials #specials_nav , #hours #hours_nav, #order #order_nav{
	color: #98A3BC;
}
.center_text {
	text-align: center;
}
.form    {
/*	padding: 20px;
*/	padding-left: 0px;
}
.form fieldset {
	background: #F9F0DF;
	padding: 5px;
	margin: 1em 0;
}
.form fieldset legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #0C0D6C;
	font-style: italic;
}
.form div {
	margin: 0 0 5px 0;
}
.form label {
	width: 210px;
	text-align: left;
	padding-right: 0.5em;
	float: left;
	font-size: 0.9em;
	display: inline-block;
	font-weight: bold;
}
.form input {
	margin-right: 10px;
}
.form table {
	width: 100%;
}
.form table, .form table th {
	text-align: left;
	vertical-align: bottom;
	font-size: 0.9em;
}
#contact div.form textarea {
	height: 14em;
	width: 325px;
}
#orderform h2 {
	padding-left: 20px;
}
#orderform .form {
	padding-right: 20px;
	padding-left: 20px;
}
form #lastName, form #firstName, form #email, form #reason, form #shipName {
	width: 325px;
}
#order #street1, #order #street2, #order #shipStreet1, #order #shipStreet2 {
	width: 325px;
}
#order th {
	text-align: center;
}
#order input {
	display: inline-block;
}
form #submit, form #clear {
	width: 8em;
}
form #submit {
	margin-left: 215px;
	clear: both;
}
.clearfloat_both {
	clear: both;
}
.day {
	font-weight: bold;
	display: block;
	float: left;
	width: 8em;
}
.addbottommargin {
	margin-bottom: 2em;
}
