/*
Local copy of:  http://yui.yahooapis.com/2.7.0/build/reset/reset-min.css
This resets all browsers to a known state to avoid different defaults among browsers.

Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html {
	color:#000;
	background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style:inherit;
	font-weight:inherit;
}

del,ins {
	text-decoration:none;
}

li {
	list-style:none;
}

caption,th {
	text-align:left;
}
/*
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
*/
q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sub {	
	vertical-align: -.25em;
	font-size:      65%;
}

sup {
	vertical-align: .6em;
	font-size:      65%;
}

legend {
	color:#000;
}

input,button,textarea,select,optgroup,option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}

/*
Local copy of: http://yui.yahooapis.com/2.7.0/build/fonts/fonts-min.css
This resets all browsers to a known font state to avoid different defaults among browsers.

Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
}

select,input,button,textarea,button {
	font:99% arial,helvetica,clean,sans-serif;
}

table {
	font-size:inherit;
}

pre,code,kbd,samp,tt {
	font-family:monospace;
	line-height:100%;
}

/*******************************************************************************/
/********** CSS for the 2nd rewrite of the BAA web site. October 2010 **********/
/*******************************************************************************/

/* Basic elements */

html, body, ol, ul, li, dl, dt, dd, img {
	margin:  0; 
	padding: 0;
	border:  0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6	{
	font-family: arial, helvetica, sans-serif;
	text-align:  left;
	display:     block;
	font-weight: bold;
	font-size:   2em;
	margin:      .67em 0;
}

h2 {
	font-size: 1.5em;
	margin: .83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}

p {
	display: block;
	margin: 1em 0;
}

caption {
	display: table-caption;
	text-align: center;
	font-weight: bold;
}

table {
	border-spacing: 2px;
	border-collapse: separate;
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 0;
}

i, cite, em, var, dfn {
  font-style: italic;
}

/* The following CSS controls the JELLO aspects of the web site.  The      */
/* sizer, expander, and wrapper div's are opened in include_logos.shtml    */
/* and closed in include_footer.shtml.  For detail of how and why it does  */
/* this see:  http://www.positioniseverything.net/articles/jello-expo.html */

body {
    padding: 0 350px 0 350px;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	background: white;
}

img {
	text-decoration: none;
	border:          0px solid;
}

#sizer {
	margin: 0 auto 0 auto; /* this centers the wrappers in standards browsers */
	padding: 0;
	width: 60%; /* here is the critical value for customizing the Jello behavior */
	max-width: 300px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: white;
	margin: 0 -350px 0 -350px; /* these side margins should be the same or slightly less than body paddings */
	min-width: 700px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative;
	min-height: 1px;
	text-align: left;
}

/* Holly hack for IE. Must be zero, not the usual 1% value, due to IE bug \*/
* html #expander 
{ height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; margin: 0 0.5% 0 0.5%; } 


/* Style the LOGOS at the top of each page. */

#logos {
	margin:   12px 20px 16px 0px;
	overflow: auto;
}

#baalogo {
	display: block;
	float:   left;
}

#baaglogo {
     display: block;
     float:   right;
}


/* The navigation menu is styled in /baacss/multi_drop_menus_class.css. */


/* Style the page header text (usually an h1 header and */
/* one paragraph) that comes before the major content.  */

#pageHeader p,
#pageHeader .p1 {
	margin:      3%;
	text-indent: 1em;
	text-align:  justify;
	line-height: 1.3em;
}


/* Style the major content of the page. */

#content,
#wide_content,
#wide-content {
	margin-left:    3%;
	text-align:     left;
	float:          left;
	display:        inline; /* IEwin doubled margin bug fix */
	padding-bottom: 1em;
}

#content {
	width: 63%;
}

#wide_content,
#wide-content
{
	width: 100%;
}

.photoWithCaption {
	float:      left;
	padding:    20px 0px 8px 0px;
	margin:     0;
	font-size:  .8em;
	font-style: italic;
}

#content .p1,
#content .p2,
#content .p3,
#content .p4,
#content .p5,
#content .p6,
#content .p7,
#content .p8,
#content .p9,
#content .p10,
#content .p11,
#content .p12,
#content .p13,
#content .p14,
#content .p15,
#content .p16,
#content .p17,
#content .p18,
#content .p19,
#content .p20 {
	text-indent: 1em;
	text-align:  justify;
	line-height: 140%;
}


/* Style the common sidebar */

#sidebar {
	width:         27%;
	float:         right;
	display:       inline; /* IEwin doubled margin bug fix */
	border:        1px solid #81334B; 
	text-align:    center;
	margin-right:  3%;
	background:    #EDCAD4; 
	color:         #5480AC;
	padding:       0;
	margin-bottom: 1em;
}

#sidebar .sb_above_p1 {
	text-align:     center;
	padding-bottom: 1em;
	border-bottom:  1px solid red;
}

#sidebar .sb_above_p1,
#sidebar .sb_above_p2,
#sidebar .sb_above_p3,
#sidebar .sb_above_p4,
#sidebar .sb_above_p5 {
	font-weight:    bold;
}

#sidebar .sbp1, #sidebar .sbp4, #sidebar .sbp5 {
	font-weight: bold;
	line-height: 140%;
}

#sidebar .sbp2, #sidebar .sbp3 {
	font-size:   .8em;
	font-weight: bold;
	line-height: 140%;
}

#sidebar .sbp5 span {
	text-decoration: underline;
}

#sidebar .sb_below_p1 {
	text-align:  center;
	padding-top: 1em;
	border-top:  1px solid red;
}

#sidebar .sb_below_p1,
#sidebar .sb_below_p2,
#sidebar .sb_below_p3,
#sidebar .sb_below_p4,
#sidebar .sb_below_p5 {
	font-weight: bold;
}

/* Format the chartered section. */

#chartered {
     font-size:  .8em;
     text-align: center;
}

/* Format the common footer */

#footer { 
	clear:      both; 
	width:      94%;
  	padding:    0.5em 0 0.5em 0; 
	margin:     1em 3% 1em 3%; 
	border-top: 2px solid black; 
	font-size:  .75em;
	color:      #5480AC;
	text-align: center;
}

.textpadder {
	padding: 8px;
}
.textpadder2 {
	padding: 4px;
}

/* Format links */

a {
	color: #81334B;
	text-decoration: underline;
}
a:hover {
	color: purple;
}
a:active {
	color: #5480AC;
}
a:visited {
	color: navy;
}

/* Format individual pages. */

/* artistbios.shtml */

#artistbiosPage #pageHeader .p3 {
	font-weight: bold;
	margin:      3%;
}

#artistbiosPage #content h4 {
	padding-top: 1em;
	border-top:  1px solid red;
	color:       #5480AC;
}

#artistbiosPage #chartered {
	padding-top: 1em;
	border-top:  1px solid red;
}

#artistbiosPage #sidebar .sb_above_p1 {
	font-size: 1.2em;
}

/* artnews.shtml */

#artnewsPage #pageHeader .p1,
#artnewsPage #pageHeader .p2 {
	font-weight: bold;
	color:       #81334B;
	margin:      3%;
}

#artnewsPage .news9,
#artnewsPage .news8,
#artnewsPage .news7,
#artnewsPage .news6,
#artnewsPage .news5,
#artnewsPage .news4,
#artnewsPage .news3,
#artnewsPage .news2,
#artnewsPage .news1 {
	border-top:  1px solid red;
}

#artnewsPage #chartered {
	padding-top: 1em;
	border-top:  1px solid red;
}

#artnewsPage .news4 .p1,
#artnewsPage .news4 .p2,
#artnewsPage .news4 .p3,
#artnewsPage .news4 .p4,
#artnewsPage .news4 .p5,
#artnewsPage .news4 .p6 {
	text-indent: 0;
	text-align:  center;
}
#artnewsPage .news4 .p1,
#artnewsPage .news4 .p2 {
	font-size:   .8em;
	font-weight: bold;
	line-height: 140%;
     font-style:  italic;
}
#artnewsPage .news4 .p6 {
	text-decoration: underline;
}

#artnewsPage .news4 .p7,
#artnewsPage .news4 .p8,
#artnewsPage .news4 .p9,
#artnewsPage .news4 .p10,
#artnewsPage .news4 .p11,
#artnewsPage .news4 .p12,
#artnewsPage .news4 .p13,
#artnewsPage .news4 .p14,
#artnewsPage .news4 .p15 {
	text-indent: 0;
}

#artnewsPage .news1 .p5,
#artnewsPage .news1 .p6,
#artnewsPage .news1 .p7,
#artnewsPage .news1 .p8,
#artnewsPage .news1 .p9 {
	text-align: center;
}

#artnewsPage ol li {
	list-style-type:      decimal;
	list-style-position:  inside;
}

/* association.shtml */

#associationPage #pageHeader .p2 {
	text-align: center;
}

#associationPage #content #sitemap {
	padding-top:    1em;
	padding-bottom: 1em;
	border-top:     1px solid red;
	border-bottom:  1px solid red;
}

#associationPage #content #sitemap .ul1 {
	margin:      3%;
	text-indent: 1em;
	text-align:  justify;
	line-height: 140%;
}

#associationPage #content #sitemap .ul1 span {
	font-weight:     bold;
	text-decoration: underline;
}


#associationPage #sidebar .sb_below_p1 {
	font-size:   .7em;
}

/* Officer Table Styles. */

#content table.officer_table {
	width:  100%;
}

table.officer_table td {
	padding:4px 8px;
}

table.officer_table td.phone {
	text-align:right;
}

table.officer_table th,
table.baa_studio_classes th {
	text-align:center;
	font-weight: bold;
	padding: 1px;
}

table.baa_studio_classes td {

	text-align:center;
    padding: 0 1px 0 1px;
}

/* education.shtml */

#educationPage #pageHeader h2 {
	padding-top: 2em;
	color:       #81334B;
}

#educationPage #pageHeader .p1,
#educationPage #pageHeader .p2,
#educationPage #pageHeader .p3 {
	font-weight: bold;
	margin:      3%;
	color:       purple;
	text-align:  left;
}

#educationPage #pageHeader .p1 span {
	background-color: #FFFF00;
}

/* faq.shtml */

#faqPage #pageHeader .p1 {
	text-align:  center;
}

.art_credits {
	text-align:  center;
	font-weight: bold;
	font-size:   .7em;
}

.faq {
	border-bottom: 1px solid red;
}

.faq .p1 {
	font-size:   .8em;
	font-weight: bold;
	line-height: 140%;
	text-indent: 0;
}

.faq .p2 {
	text-indent: 1em;
	text-align:  justify;
	line-height: 140%;
}

/* featured_artist.shtml */

#featuredArtistPage #pageHeader .p1 {
	text-align: right;
}

#featuredArtistPage #wide_content {
	text-align:  center;
}

#featuredArtistPage #wide_content h2 {
	font-size:   2em;
	font-weight: bold;
	text-align:  center;
}

#featuredArtistPage #wide_content .p2 {
	font-weight: bold;
}

#featuredArtistPage #wide_content .p5 {
	padding-bottom: 1em;
	border-bottom:  1px solid red;
}

/* gallery.shtml */

#galleryPage .sales,
#galleryPage .elliott_house {
	border-top: 1px solid red;
}

#galleryPage .sales h4,
#galleryPage .elliott_house h4 {
	color:      #5480AC;
}


#galleryPage #sidebar .sb_above_p1 {
	font-size:      1.2em;
}

/* index.shtml */

#indexPage h3 {
	text-align:  center;
	margin:      1.5em 0 1em 0;
}

/* links.shtml */

#linksPage #pageHeader h2 {
	padding-top: 2em;
	color:       #81334B;
}

#linksPage #pageHeader .p1,
#linksPage #pageHeader .p2,
#linksPage #pageHeader .p3 {
	font-weight: bold;
	margin:      3%;
	color:       purple;
	text-align:  left;
}

/* membership.shtml */

#membershipPage #sidebar .sb_below_p1 {
	font-size: 1.5em;
}

#membershipPage #sidebar .sb_below_p2 {
	text-align: right;
}

#membershipPage #sidebar .sb_below_p3 {
	font-weight: normal;
}

#membershipPage #sidebar .sb_below_p4 {
	font-weight: normal;
	font-size:   .8em;
}

#membershipPage .general_membership,
#membershipPage .corporate_membership,
#membershipPage .student_membership,
#membershipPage .exhibiting_student_membership,
#membershipPage .exhibiting_artist_membership {
	border-bottom:  1px solid red;
}
 
#membershipPage h4 {
	color: #5480AC;
}

#membershipPage .general_membership            .p3,
#membershipPage .general_membership            .p4,
#membershipPage .corporate_membership          .p2,
#membershipPage .student_membership            .p2,
#membershipPage .exhibiting_student_membership .p2,
#membershipPage .exhibiting_student_membership .p3,
#membershipPage .exhibiting_artist_membership  .p4,
#membershipPage .exhibiting_artist_membership  .p5

{
	margin:      3%;
	text-indent: 0;
	font-size:   .8em;
	font-weight: bold;
	line-height: 140%;
}

/* past_art.shtml */

#pastArtPage {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
}

#pastArtPage .past_artist {
	border-top:  1px solid red;
}

#pastArtPage .past_artist .p1 {
	font-weight: bold;
	text-align:  left;
	text-indent: 0;
}

#pastArtPage .past_artist .artist_name {
	font-size:   1.2em;
}

#pastArtPage #chartered {
	padding-top: 1em;
	border-top:  1px solid red;
}

#pastArtPage #sidebar .sb_above_p1 {
	font-size: 1.2em;
}

/* satellites.shtml */

#satellitesPage h3 {
	text-align:  center;
}

/* Some general styles. */

.date, .time {
	text-align: center;
}

/* Alert Box Styles */

#modalContainer {
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10000;
	background-image: url(http://www.baagallery.com/images/mtg.gif); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position: relative;
	width: 300px;
	min-height: 200px;
	margin-top: 200px;
	border: 2px solid #81334B;
	background-color: #FFFFFF;
	background-image: url(http://baagallery.com/images/bgn.png);
	background-repeat: repeat;
	background-position: 0px 30px;
	/*visibility:hidden;*/
}

#modalContainer > #alertBox {
	position: fixed;
}

#alertBox h1 {
	margin: 0;
	font: bold 1.2em arial,helvetica,sans-serif;
	background-color: #5480AC;
	color: #FFFFFF;
	border-bottom: 1px solid #81334B;
	padding: 2px 0 2px 5px;
}

#alertBox p {
	font: 1em arial,helvetica,sans-serif;
	background-color: #FFFFFF;
      height: 230px;
	padding-top: 10px;
	padding-left: 5px;
	margin-left: 20px;
	padding-right: 5px;
	margin-right: 20px;
}

#alertBox #closeBtn {
	display: block;
	position: relative;
	margin: 5px auto;
	padding: 3px;
	border: 2px solid #81334B;
	width: 70px;
	font: bold 0.8em arial,helvetica,sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	background-color: #5480AC;
	text-decoration: none;
}

/* Format artist bio pages */

#bioPage .ul1,
#bioPage .ul2 {
	margin: 0 0 0 3em;
	text-indent: -1em;
}

#bioPage .ul1 li,
#bioPage .ul2 li {
	list-style: disc inside none;

}

#bioPage .mistral {
	font:13px/1.231 mistral,cursive,arial,helvetica,clean,sans-serif;
}

#artistInfo {
	width:         27%;
	float:         right;
	display:       inline; /* IEwin doubled margin bug fix */
	text-align:    right;
	margin-right:  3%;
	padding:       0;
}

.artistPicture {
	width: 100%;
}

#artPictures {
	clear:          both;
	width:          99%;
	float:          left;
	display:        inline; /* IEwin doubled margin bug fix */
	text-align:     center;
	margin-right:   3%;
	padding-top:    1.2em;
	padding-bottom: 1.2em;
}

#artPictures .pic1,
#artPictures .pic2,
#artPictures .pic3,
#artPictures .pic4,
#artPictures .pic5 {
	width: 49%;
}

/* featured.shtml */

#featuredArtistPage h3 {
	text-align: center;
}

#slideshow {
	text-align: center;
}

.show_title {
	font-weight: bold;
}

.show_title:before {
	content: "\201C";
}

.show_title:after {
	content: "\201D";
}

#slideshow #picbox {
	width: 100%;
}

#slideshow textarea {
	width: 100%;
	text-align: center;
	border: 0;
	display: block;
	font-weight: bold;
	color: #81334B;
}

/* Style the newsletter page. */

#newsletterPage #content h2 {
	padding-top: 1em;
	border-top:  1px solid red;
}

#newsletterPage #chartered {
	margin-top:  1em;
	padding-top: 1em;
	border-top:  1px solid red;
}

/* Style the workshops page. */

#workshopsPage #content {
	border-top:  1px solid red;
}

#workshopsPage #chartered {
	padding-top: 1em;
	border-top:  1px solid red;
}


/* http://positioniseverything.net/easyclearing */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* \*/
* html #wrapper
{height: 1%;}
/* Holly hack */

.blue {
	color: #5480AC;
}
.green {
	color: purple;
}
.red {
    color: red;
}
.just {
	text-indent: 1em;
	text-align: justify;
	line-height: 140%;
}
.numb {
	line-height: 140%;
}
.blck {
	margin: 3%;
}
.form {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #81334B;
}
.b {
	font-weight: bold;
}
.i {
    font-style: italic;
}
.bi {
	font-weight: bold;
    font-style: italic;
}
.c {
    text-align: center;
}
.ci {
    text-align: center;
    font-style: italic;
}
.cu {
    text-align: center;
    text-decoration: underline;
}
.u {
	text-decoration: underline;
}
.bu {
	font-weight: bold;
	text-decoration: underline;
}
.big {
	font-size: 100.02%;
}
.bigg {
	font-size: 120%;
}
.sm {
	font-size: 80%;
}
.xin {
	font-size: 70%;
}
.smb {
	font-size: 80%;
	font-weight: bold;
	line-height: 140%;
}

.bullet {
	list-style: square outside none;
}

.bullet_list li {
	list-style: circle outside none;
}

.sat_list li {
	list-style:decimal inside none;
}

.sat_list li ul {
	margin:20px;
}

.sat_list li ul li {
	list-style:none inside none;
}

.supply_list li {
	list-style:decimal outside none;
}

.supply_list li ul {
	margin:20px;
}

.supply_list li ul li {
	list-style:none inside none;
}

.bullet_list li {
	list-style: disc outside none;
}

.photoleft {
	float: left;
	padding:2px 0px 8px 0px;
	margin: 0;
	font-size: .8em;
	font-style:italic;
}

.photoright {
	float: right;
	padding:2px 0px 8px 0px;
	margin: 0;
	font-size: .9em;
	color: #7F8E29;
	font-style:italic;
	width: 200px;
}

.pic_centered {
	display:      block;
	margin-left:  auto;
	margin-right: auto;
}

.name_jpeg {
	margin-left: 15%;
	width:       35%;
}

.artist_info h1 {
	text-align:left;
}

.artist_info h3 {
	text-align:right;
}

.hang_date_changed {
    text-align: center;
    color: red;
}

.cancelled {
    color: red;
}

.cal {
    float: left;
    margin-right: 10px;
}

.top_text {
    float:     left;
    font-size: 48pt;
    margin:    .85em 0 0 0;
    color:     black;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top_text {
    		font-size: 36pt;
	}
}

.top_logo {
    width:  23%;
    float:  right;
}

.monospace {
    font-family:monospace;
}