/* CSS Document */
/* debugging:
div { border: solid 1px red; }
*/


/* current exhibition title in HTML 
div#currentexhibition { width: 200px; font-size: 120%;  text-align: left; color: #ccf; }

.current { font-style: italic; text-transform: lowercase; }
.exhibition { text-transform: capitalize; }
*/

div#currentexhibition { width: 154px; margin-left: 0px;  }

div#exhibitionwall { width: 585px; height: 365px; margin-top: -2px; background:url(images/wallbackground_2.jpg) no-repeat; border: solid 2px #ccf; float: left; }
div#scogginsexhibitionwall { width: 598px; height: 420px; margin-top: -2px;  border: solid 2px #ccf; float: left; }

div.exhibitionart { float: left; width: 155px; height: 280px; color: #666; margin: 10px 0px 0 0px; text-align: center; }
* html div.exhibitionart { width: 140px; }

/*regular current exhibition colors
div.exhibitionart a:link {  color: #666; }
div.exhibitionart a:visited {  color: #666; }
div.exhibitionart a:hover {  color: #ccf; }*/


/*kely reemtsen colors*/
div.exhibitionart a:link {  color: #f277a0; }
div.exhibitionart a:visited {  color: #f277a0; }
div.exhibitionart a:hover {  color: #f277a0; }

.firstname { text-transform: lowercase; }
.lastname { font-weight: bold; text-transform: uppercase; }

#artistname1 { margin-left: 15px; }
* html #artistname1 { margin-left: -5px; }
#artistname2 { margin-left: 70px; }
*html #artistname2 { margin-left: 30px;    }
#artistname3 { margin-left: 125px; }
*html #artistname3 { margin-left: 45px; }
#artistname4 { margin-left: 28px; }
*html #artistname4 { margin-left: -5px; }

img#artwork1 { margin-top: 9px; margin-left: 18px; }
* html img#artwork1 {  margin-left: 40px; }
img#artwork2 { margin-top: 26px; margin-left: 61px; }
* html img#artwork2 {  margin-left: 60px; }
img#artwork3 { margin-top: 22px; margin-left: 105px; }
* html img#artwork3 { margin-top: 25px; margin-left: 60px; }
img#artwork4 { margin-top: 28px;  margin-left: 40px; }
* html img#artwork4 { margin-left: 10px; }

div#copyright { clear: both; }

/*Past Exhibitions 
we'll use the same CSS page temporarily until we have a full-version of the Past Exhibitions page
*/

div#comingsoon { font-size: 150%; text-align: center; margin: 30px; color: #666; }

.kelly_showtitle { margin-left: 24px; text-align: right; width: 105px; font-style: italic; font-size: 12px; margin-top: -2px;  }
