/* 
-----------------------------------------------
\\\ Reset 
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {   /* remember to define focus styles! */
    outline: 0;
}
body {
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
}
table {    /* tables still need 'cellspacing="0"' in the markup  */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}

/* 
-----------------------------------------------
\\\ General
----------------------------------------------- */

input { 
line-height: 1; 
}

body { 
background: url(http://www.artbma.org/images/home/body-bg.gif) repeat;
color: #333; 
font: normal 12px/1.66 Geneva,"Lucida Sans","Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
text-align: center; 
}

#container {
width: 931px;
margin: 50px auto;
text-align: left;
}

#container_inner {
	width: 931px;
	float: left;
	background-color: #fff;
}

.clearboth {
	clear: left;
	height: 1px;
} 

p, ul, li {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link, a:visited  {
	text-decoration: underline;
	color: #333;
}

a:hover {
	color: #996600;
}

/* 
-----------------------------------------------
\\\ Masthead
----------------------------------------------- */
#masthead {
	float: left;
	position: relative;
	display: inline;
	width: 897px;
	height: 100px;
	margin: 17px 17px 0;
}

#printmark {
	display: none;
}

#mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 454px;
	height: 100px;
	line-height: 100px;
	text-indent: -5000px;
	background: url(../images/mark.png) no-repeat scroll 0 0;
}

#mark a {
	display:block;
	height:100px;
}

#dates, #member {
	position: absolute;
	top: 0;
	left: 454px;
	width: 360px;
	height: 50px;
	line-height: 50px;
	text-indent: -5000px;
	background: url(../images/mark.png) no-repeat scroll -454px 0;
}

#member {
	top: 50px;
	background: url(../images/mark.png) no-repeat scroll -454px -50px;
}

#bma {
	position: absolute;
	top: 0;
	left: 814px;
	width: 83px;
	height: 100px;
	line-height: 100px;
	text-indent: -5000px;
	background: url(../images/mark.png) no-repeat scroll -814px 0;
}

#bma a {
	display:block;
	height:100px;
}


/* 
-----------------------------------------------
\\\ Nav
----------------------------------------------- */
#nav_outer {
	float: left;
	display: inline;
	margin: 0 0 3px 17px;
	width: 897px;
	background-color: #333;
	font-weight: bold;
	font-size: 12px;
	font-family: helvetica,arial,sans-serif;
	min-height: 25px;
	z-index: 80;
	position: relative;
}

#nav_main {
	float: left;
	width: 661px;
	display: inline;
	line-height: 1;
	margin: 5px 0 6px;
}

#nav_main li {
	float: left;
	display: inline;
	position: relative;
    margin-bottom: 0;
	padding-right: 2px;
	background: url(../images/nav_rule.gif) 0px 1px no-repeat;
}

#nav_main li.first {
	background: none !important;
}

#nav_main li a {
	display: block;
	padding: 1px 7px 1px 11px;
	color: #f8f8f8;
	text-decoration: none;
}

#nav_main li a:hover, #art_about a:hover, .art_on {
	color: #c3cb38 !important;
}

#about_page #link1 a, #events_page #link2 a, #audio_page #link3 a, #catalogue_page #link4 a, #tickets_page #link5 a, #membership_page #link6 a {
		color: #c3cb38;
		cursor: default !important;
}

#art_about {
	float: left;
	line-height: 1;
	width: 226px;
	display: inline;
	margin: 5px 0 0;
}

#art_about a {
	float: left;
	padding: 1px 0 1px 2px;
	color: #f8f8f8;
	text-decoration: none;
	width: 210px;
}

#art_about #art_close {
	float: left;
	width: 14px;
	height: 13px;
	line-height: 13px;
	text-indent: -5000px;
	background: url(../images/close.gif) no-repeat scroll 0 0;
	padding-left: 0;
	display: none;
}

#subnav {
	position: absolute;
	left: -5000px;
	z-index: 55;
	width: 897px;
	padding: 9px 0 40px;
}

#nav_main #link1:hover #subnav,  #link1.hoverfish #subnav {
	left: 0 !important;
	z-index: 1000;
}

#subnav li {
	float: none;
	width: 897px;
	display: block;
	position: relative;
    margin-bottom: 0 !important;
	padding-right: 0;
	background: none;
	border-bottom: 3px solid #fff;
	background: url(../images/subnav.png) no-repeat scroll 0 0;
}

#subnav li a {
	padding: 6px 0 6px 11px;
	color: #111 !important;
	background: url(../images/subnav.png) no-repeat scroll 0 -24px;
}

#subnav li a:hover {
	background: url(../images/subnav.png) no-repeat scroll 0 -48px;
	cursor: pointer !important;
}

/* 
-----------------------------------------------
\\\ Art
----------------------------------------------- */
#art {
	float: left;
	width: 897px;
	height: 477px;
	position: relative;
	margin-left: 17px;
	display: inline;
}

.blurb {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	z-index: 3;
	width: 897px;
	height: 158px;
	line-height: 158px;
	text-indent: -5000px;
	background: url(../images/blurb_home.png) no-repeat scroll 0 0;
}

#blurb2 {background: url(../images/blurb2.png) no-repeat scroll 0 0;}
#blurb3 {background: url(../images/blurb3.png) no-repeat scroll 0 0;}
#blurb4 {background: url(../images/blurb4.png) no-repeat scroll 0 0;}
#blurb5 {background: url(../images/blurb5.png) no-repeat scroll 0 0;}
#blurb6 {background: url(../images/blurb6.png) no-repeat scroll 0 0;}
#blurb7 {background: url(../images/blurb7.png) no-repeat scroll 0 0;}
#blurb8 {background: url(../images/blurb8.png) no-repeat scroll 0 0;}
#blurb9 {background: url(../images/blurb9.png) no-repeat scroll 0 0;}
#blurb10 {background: url(../images/blurb10.png) no-repeat scroll 0 0;}

.art_credit {
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
	width: 244px;
	height: 477px;
	background-color: #c3cb38;
	display: none;
}

.art_credit img {
	display: block;
	margin: 8px;
}

.art_credit p {
	margin: 8px;
	font-size: 11px;
	line-height: 16px;
	color: #444;
}

.art_credit p.small {
	font-size: 9px;
	line-height: 14px;
}

/* 
-----------------------------------------------
\\\ Content area
----------------------------------------------- */
#content {
	float: left;
	width: 897px;
	clear: left;
	margin: 0 17px 17px;
	padding-top: 44px;
	padding-bottom: 100px;
}

#home_page #content {
	padding-top: 0;
	padding-bottom: 0;
}

#content h1 {
	float: left;
	width: 129px;
	margin-top: 2px;
	margin-left: 10px;
	display: inline;
	font-size: 14px;
	line-height: 20px;
	color: #996600;
}

#content h2 {
	font-size: 17px;
	color: #111;
	margin-bottom: 13px;
}

#content h3 {
	font-size: 12px;
	color: #996600;
	font-weight: bold;
	margin-bottom: 8px;
	font-family: helvetica,arial,sans-serif;
}

#content h3 strong {
	color: #333;
}

#content_main, .content_add {
	float: left;
	margin-left: 12px;
	display: inline;
	width: 485px;
}

.content_add {
	clear: left;
	margin-left: 141px;
	margin-top: 20px;
}

#content p {
	font-size: 12px;
	line-height: 20px;
	font-family: "Lucida Grande","Lucida Sans","Geneva","Lucida Sans Unicode", Verdana, sans-serif;
	margin-bottom: 18px;
}

#membership_page #content_main p strong, #membership_page #content_main p strong a {
	color: #996600;
}

p.rowz strong {
	color: #222 !important;
}

p.rowz {
	background-color: #edefc3;
	padding: 3px 8px;
	line-height: 1;
	margin-bottom: 3px !important;
	width: 340px;
}

#events_page #content p, #tickets_page #content p {
	margin-bottom: 8px;
}

#events_page #content h3, #tickets_page #content h3 {
	margin-top: 24px;
}


.orange {
	color: #996600;
}

#content #sidebar, #content .sidebar_add {
	width: 224px;
	float: left;
	display: inline;
	margin: 0 0 0 17px;
	background: url(../images/sidebar_rule.gif) no-repeat 0 4px;
	padding-bottom: 60px;
	padding-left: 12px;
	font-size: 12px;
	font-family: helvetica,arial,sans-serif !important;
}

.about_sub #sidebar {
	background: none !important;
}

#sidebar p, .sidebar_add p {
	font-size: 12px !important;
	margin-bottom: 12px !important;
	font-family: helvetica,arial,sans-serif;
}

#sidebar.lu_small p {
	font-size: 11px !important;
	font-family: "Lucida Grande","Lucida Sans","Geneva","Lucida Sans Unicode", Verdana, sans-serif;
}

.sidebar_add {
	margin: 25px 0 0 27px;
	margin-left: 27px !important;
	margin-top: 20px !important;
		font-family: helvetica,arial,sans-serif !important;
}

.sidebar_add a {
	text-decoration: none !important;
}

#sidebar.orangezo, .sidebar_add.orangezo {
	color: #996600;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.sidebar_add.orangezo span.cat_sub {
	font-weight: normal;
	color: #333;
	font-style: italic;
}

.orangezo a, #sidebar.member h3 a {
	color: #996600;
	text-decoration: underline;
}

#sidebar.events {

}

#sidebar.member h3 {
	font-size: 12px !important;
}

#sidebar.member p {
	font-style: italic;
}

p.asterisk {
	margin-top: 18px;
	font-size: 10px !important;
}

#sidebar.events h3 {
	font-style: italic;
	margin-bottom: 0;
	margin-top: 12px !important;
}

#sidebar.events h3.top {
	font-style: italic;
	margin-bottom: 0;
	margin-top: 2px !important;
}

.side_first {
	margin-bottom: 2px !important;
}

#content_main p.ticket {
	margin-left: -8px;
	float: left;
	width: 262px;
	margin-bottom: 3px !important;
	padding: 6px 8px;
	line-height: 1;
	background-color: #edefc3;
}

#content_main p.ticket strong {
	float: left;
	width: 200px;
}

#content_main p.ticket strong span {
	font-weight: normal;
}

#content_main p.ticket em {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 50px;
	text-align: right;
	font-weight: bold;
	font-style: normal;
}

p.clearleft {
	clear: left;
	padding-top: 16px;
}

.un {
	font-style: normal !important;
}

/* 
-----------------------------------------------
\\\ Audio
----------------------------------------------- */
.audio_outer {
	float: left;
	width: 490px;
	display: inline;
	margin-left: -5px;
	margin-top: 34px;
	line-height: 1.33 !important;
}

.audio_outer.top {
	margin-top: 14px;
}

.audio_player {
	float: left;
	width: 490px;
	background-color: #edefc3;
	margin-bottom: 3px;
}

.audio_tour {
	margin: 8px;
}

.audio_tour div {
	display: none;
}

.audio_credit {
	float: left;
	width: 490px;
	padding: 10px 0 0;
	border-bottom: 10px solid #edefc3;
	margin-bottom: 3px;
	display: inline;
	position: relative;
	background: url(../images/audio_rule.gif) no-repeat #edefc3 94px 10px;
}

.audio_credit p {
	line-height: 1.33 !important;
}

.audio_title {
	float: left;
	width: 196px;
	display: inline;
	margin-left: 103px;
	margin-top: 0px;
}

.audio_image {
	float: left;
	width: 167px;
	display: inline;
	margin-left: 15px;
}

.audio_credit h4 {
	color: #996600;
	position: absolute;
	font-size: 12px;
	font-style: italic;
	width: 90px;
	left: 8px;
	top: 9px;
}

.footnotes {
	float: left;
	width: 485px;
	display: inline;
	margin-top: 34px;
}

.footnotes p {
	font-size: 9px !important;
	line-height: 15px !important;
	margin-bottom: 9px !important;
}

/* 
-----------------------------------------------
\\\ Footer
----------------------------------------------- */
#footer {
	float: left;
	display: inline;
	margin-left: 27px;
	width: 903px;
	padding: 10px 0 16px;
	color: #222;
	font-size: 10px;
}

#footer a {
	color: #222 !important;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	float: left;
	line-height: 18px;
}

