/* ---- BASIC PAGE STYLES ---- */

html {margin: 0; padding: 0;}

body {
	font: 14px trebuchet, helvetica, sans-serif;
	color: #71A2C5;          /* or #69C */
	background: #000 url(../images/wavebg.gif) top left repeat-y;
	padding: 0; margin: 0;}
	
a:link { color: #fc6; text-decoration: none;}
a:visited { color: #099; text-decoration: none;}
a:hover { color: #c60; text-decoration: underline;}
a:active { color: #fff; text-decoration: none;}

.clear {clear: both;}



/* ---- NEW STYLES (04.17.03) ---- */


/* ---- BANNER STYLES ---- */

div#banner img.logo {
	padding: 5px 20px 0 14px;
	border: 0;
	}

div#banner img.logo2 {
	display: none;
	padding: 5px 20px 0 14px;
	border: 0;
	}
	
div#banner img.sphere {
	padding: 15px 10px 0 0;
	border: 0;
	vertical-align: top;
	}

div#banner img.tradition {
	padding: 15px 10px 0 0;
	border: 0;
	vertical-align: top;
	}

/* ---- HOME (UNIVERSAL, for now) MENU STYLES ---- */

div#homemenu {
	width: 200px;
	padding-top: 15px;
	}

div#homemenu img {
	margin-left: 7px;
	border: 0px;
	}
	
div#homemenu a {
	display: block;
	}
	
div#homemenu img.copyright {
	margin-left: 30px;
	}
	
/* ---- TEXT (CONTENT) STYLES---- */

	
div#text {
	position: absolute;
	top: 120px;
	left: 274px;
	/*width: 450px;                                    removed 051105 */
	margin-right: 15%;    /*  added 051105    */
	width: 400px;
	}
	
div#text p {
	font: 1em trebuchet, helvetica, sans-serif;
	line-height: 1.5em;
	color: #71A2C5;          /* or #69C */
	margin-left: 20px;
	clear: both;
	}
	
div#text p.quote
	{
	font-style: italic;
	margin-left: 20%;
	width: 70%;
	}
	
div#text p.credit
	{
	font-size: .85em;
	line-height: 1em;
	text-align: right;
	}

div#text p.menu
	{
	font-size: 1em;
	line-height: 1em;
	color: #fff;
	text-align: left;
	margin-left: 10px;
	padding: 20px 0;
	}

div#text img.right
	{
	float: right;
	padding: 10px 0 10px 10px;
	}

div#text ul {
	font-size: 1em; font-family: trebuchet, arial, helvetica, sans-serif;
	line-height: 1.5em;  
	color: #fff; 
	text-align: left;
	clear: both;
	}

div#text li {
	font-size: 1em; font-family: trebuchet, arial, helvetica, sans-serif;
	line-height: 1.5em; 
	color: #71A2C5;          /* or #69C */ 
	list-style: none;
	}
	
div#text li.bold {
	font-size: 1.2em; font-family: trebuchet, arial, helvetica, sans-serif;
	line-height: 1em; 
	font-weight: bold;
	color: #71A2C5;          /* or #69C */
	}
	
div#text h3 {
	font-size: 1.5em; font-family: trebuchet, arial, helvetica, sans-serif;
	line-height: 1.2em; 
	font-weight: bold;
	color: #71A2C5;          /* or #69C */
	text-align: center;
	margin-bottom: 0;
	}

div#text h4 {
	font-size: 1.2em; font-family: trebuchet, arial, helvetica, sans-serif;
	line-height: 1em; 
	font-weight: bold;
	color: #71A2C5;          /* or #69C */
	margin-left: 20px;
	}
	
div#text ul.directory {
	font-size: 1em; font-family: trebuchet, arial, helvetica, sans-serif;
	line-height: 1.5em;   
	text-align: left;
	}

div#text ul.directory li {
	font-size: 1em; font-family: trebuchet, arial, helvetica, sans-serif;
	line-height: 1.5em; 
	font-weight: bold;
	list-style: none;
	color: #B29145;
	padding: 4px 0 2px 5px; 
	margin-bottom: 4px;
	background-color: #333;
	border: 1px solid #666;
	}

div#text ul.directory a:hover { color: #c60; text-decoration: none;}
	
	
	/* ---- For REVIEWS ---- */	
	
	div#text h1.periodical {
		font: bold italic 2em/1em trebuchet, arial, helvetica, sans-serif;
		margin: 20px 0 0 20px; padding: 0;
		}
		
	div#text h2 {
		font: bold 1.5em/1em trebuchet, arial, helvetica, sans-serif;
		margin: 20px 0 0 20px; padding: 0;
		}
		
	div#text h3.subhead {
		font: bold 1em/1em trebuchet, arial, helvetica, sans-serif;
		margin: 0 0 0 20px; padding: 0;
		text-align: left;
		}
	
	div#text p.date {
		margin: 0 0 0 20px; padding: 0;
		}
		
	div#text p.author {
		font: italic .85em/1 trebuchet, arial, helvetica, sans-serif;
		margin: 0 0 0 20px; padding: 0;
		}	
	
	div#text img.left {text-align: left; float: left;}
	
	div#text img.right {text-align: right; float: right;}
	
	
	/* ---- For EXHIBITS HISTORY ---- */
	
	div#text table#exhist {
		width: 450px;
		}	

	div#text table#exhist td {
		border: 0; 
		padding: 10px 10px 5px 10px;
		text-align: left;
		vertical-align: top;
		/*white-space: nowrap;*/
		}
		
	div#text table#exhist td.year {
		white-space: nowrap;
		}	
	
	
/* ---- For double columns in all "Content" sections ---- */
	
div.left {
	float: left; width: 50%;
	}

div.right {
	float: right; width: 50%;
	}


/* ---- SECONDARY MENU (SECMENU) STYLES ---- */

div#secmenu {
	position: absolute; top: 190px; right: 0; width: 15%; 
	}
	
div#secmenu h4 {
	font: 1em trebuchet, helvetica, sans-serif;
	line-height: 1em;
	color: #71A2C5;          /* or #69C */
	font-weight: bold;
	margin-bottom: 0;
	padding-left: 5px;
	}
	
div#secmenu a, div#secmenu a:link {
	display: block;
	font-size: .85em;
	font-weight: bold;
	color: #B29145;
	padding: 4px 0 2px 5px; 
	margin: 2px;
	background-color: #333;
	text-decoration: none;
	border: 1px solid #666;
	}
	
div#secmenu a:hover {color: #fff;}


/* ---- SECONDARY MENU (SECMENU) WITH IMAGES STYLES (_full) ---- */

div#secmenu-img {
	position: absolute; top: 100px; right: 0; width: 70px;
	text-align: center;
	}

div#secmenu-img h4 {
	font: 1em trebuchet, helvetica, sans-serif;
	line-height: 1em;
	color: #71A2C5;          /* or #69C */
	font-weight: bold;
	margin-bottom: 0;
	}

div#secmenu-img a {
	display: block;
	padding: 4px; 
	margin: 2px 10px 2px 0;
	background-color: #333;
	border: 1px solid #666;
	}


/* ----  GALLERY GRID STYLES (e.g. /gallery1.shtml) ---- */

table#grid {border: 0; padding: 0; width: 350px;}

table#grid td {
	font: 1em trebuchet, helvetica, sans-serif;
	line-height: 2em;
	color: #fff;
	text-align: center;
	border: 0; 
	padding: 10px;
	/*  width: 75px;  */
	}
	
table#grid td img {
	border: 0;
	}
	
table#grid h3  {
	font: 1.2em  trebuchet, helvetica, sans-serif;
	line-height: 1.2em;	
	margin-top: 0;
	}
	
div#guide {
	position: absolute; top: 0; left: 220px; width: 150px;
	padding-top: 25px;
	/* border: 1px solid red; */
	}
	
div#guide h3 {
	font: 1.2em  trebuchet, helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	}
	
/* ----GALLERY LIST STYLES (e.g. /gallery1-list.shtml)  ---- */
	
div#text table.gallery 
	{
	margin: 20px 0 20px 20px; 
	border-bottom: 2px dotted #B29145;
	line-height: 1.5em;
	}

div#text table.gallery td {padding: 5px 10px; border: 0;}	/* 1px solid red  */

div#text td.right {
	text-align: right; 
	font-weight: bold; 
	/*width: 225px;           removed 051105  */
	}

div#text td.title {
	font-size: 1.5em; 
	font-weight: bold; 
	/*width: 225px;           removed 051105  */
	}

div#text td.image {text-align: right;}

div#text td.sold {font-weight: bold; color: #c03;}

div#text td.available {font-weight: bold; color: #6c0;}

		
