/*Carrie's main stylesheet ruleset.*/

/*hide/show links */
#n_links {  }


/*Styles for specific gallery blocks...*/
.gallerythin {
text-align:center;
margin:auto;
width:280px;
}

.gallerywide {
text-align:center;
margin:auto;
width: 400px;
}

.price {
color:black;
}

.back {
margin-top:30px;
}

/*Hide text with black color (also makes fonts smaller)*/
.black { font-size: 0.8em; color: black; }

.about_box {
width: 55%;
text-align:left;
margin:auto;
}

.about_box div {
margin: 5px;
}

/*

---------Text formatting rules.

*/
body {
color:white; background-color:black; 
font-family: 'Arial Narrow', Helvetica, Arial, sans-serif; 
line-height:1.2em; 
margin:20px
}  /*Set default fonts to use on the page.*/

/*Set font family for heaidngs.*/
th,.month_event,h1,h2,h3,h4,h5,h6,.galleryheading {
font-family: Papyrus, 'Abadi MT Condensed Light', Technical, Palatino, 'Arial Narrow', Arial, sans-serif;}

a:link {color:white;}
a:visited {color:#ddd;}
a:active {color:#DDDDFF;}
a:hover {color:#ccc;}
/*Link colors*/

a img {border:0;}

/*More text positioning/formatting*/

.center {text-align:center;}
.italicized {font-style: italic;}
.leftalign {text-align:left;}

/*---------classes and decendents for various different page elements.*/

.centered_statement_header {letter-spacing: 5px; text-align:center; font-size: 1.1em;}
/*Class used for "Artist Statement" and "What is Encaustic?" headings. */

span.galleryheading, .galleryheading {text-align:center; width:100%; font-weight:bold; letter-spacing: -1px; text-transform: capitalize;}
h2.galleryheading, h3.galleryheading {text-align:center; font-weight:bold;}
/*
The various gallery heading formats.  The only reason h2.galleryheading and h3.galleryheading exist is to make
it easier to make h2 and h3 elements from Frontpage's GUI.

http://24.16.177.208:8000
*/

.copyright_text,span.copyright_text {font-style:italic; font-size:0.9em; text-align:justify;}
/*copyright notice formatting.*/

span.bigC {font-size: 2em;letter-spacing:3px;}
/*This class specific to the span tag makes it easy to make large copyright circles.*/


.padded_bottomborder {padding-bottom: 10px; border-bottom: 1px solid white;}
.month_event {font-weight: bold; padding-bottom: 10px; border-bottom: 1px solid white;}
/*Used in the exhibit tables.  padded_bottomborder is for exhibit cells.  month_event for month cells.*/

.charity_table {margin-bottom: 6px; margin-top: 6px; width: 100%}
.charity_table th {text-align:left; border-bottom: 1px solid white; font-weight:normal;}
/*
Adds spacing between the tables used for charity auction info.
the <th> decendant selector adds the underscore and such for the charity name.

*/

td { padding: 5px; }
/*Global cell padding.*/

.arial_narrow { font-family: 'Arial Narrow', Arial, Sans-serif; }
/*For those occasions when we want Arial Narrow.*/

/*-------Positioning IDs/classes.*/

#copyright_table {width:80%; margin-left:auto; margin-right:auto; text-align:left;}
#overall_div {text-align:center;}
#heading_div {text-align:center;}
#main_table {width: 700px; margin-left:auto; margin-right:auto; text-align:left; margin-bottom:200px;}

.gallery_table { width: 700px; margin-left:auto; margin-right:auto; text-align:left;}
.gallery_table td { text-align:center; }

.galleryheading {line-height: 1.3em;}

.navblock { 
font-size: 1.5em; 
font-family: Papyrus, 'Arial Narrow', Helvetica, Arial, sans-serif;
margin-top: 48px;
margin-bottom: 72px;
}

.navblock a{
text-decoration: underline;
color:white;
}