/* 
 * ------------------------------------------------------------
 * specific tag styles
 * ------------------------------------------------------------
 */
 
body { 

	margin: 30px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	line-height: 18px;
	font-size: 12px; 
	text-align: left;
	color: #000; 
	background: #C0C0C0;
	
}

	
img	{

	border: 0;
	
}



table {

	color: #000;
	background-color: #fff;
	
}



h2 { 

	font-family: Arial, Helvetica, Verdana, sans-serif; 
	line-height: 18px;
	font-size: 14px; 
	border-bottom: dashed 1px gray;
	
}


p { 

	font-family: Arial, Helvetica, Verdana, sans-serif; 
	line-height: 18px;
	font-size: 14px; 
	text-align: justify;
	
}


sup {

	font-size: 10px;

}



/* 
 * ------------------------------------------------------------
 * classes
 * ------------------------------------------------------------
 */
 
.seethrough	{

	color: #000;
	background-color: transparent;
	
}



.quotation {

	margin: 0 0 12px 0;
	line-height: 16px;
	
}



.author {

	margin: 0 18px 32px 8px;
	font-size: 12px; 
	line-height: 16px;
	text-align: left;
	
}



.exhibitionstable {

	margin: 10px 10px 10px 8px;
	font-size: 12px; 
	line-height: 16px;
	text-align: left;
	
}




/*
 * ------------------------------------------------------------
 * link styles
 * ------------------------------------------------------------
 */
 
a {

	text-decoration: underline;
	color: #0000CC;
	background-color: #fff;
	
}

a:hover {

	text-decoration: underline;
	color: #0000CC;
	background-color: #DDDDDD;

}

a.nav {

	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	color: white;
	background-color: transparent;
	
}

a.nav:hover {

	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	color: #A4ACAA;
	background-color: transparent;
	
}




/*
 * ------------------------------------------------------------
 * navigation menu styles
 * ------------------------------------------------------------
 */
 
#menu 
{
	display: inline-block;
	background-color: red;
	border: 0px solid #aaa;
	margin: 0;
	padding: 0 0 0 8px;
}


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


#menu ul 
{
	margin: 0px;
	padding: 0px;
}


#menu li 
{
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px 8px;
	/* Hides from IE-mac \*/
    float: left;
	padding: 0px;
	/* End hide from IE-mac */
    text-align: center;
    font-size: 11px;
    font-weight: bold;
	background-color: transparent;
	border-top: 0px solid #b2b2b2;
    border-bottom: 0px solid #b2b2b2;
}


#menu li#active_menu 
{
	background-color: #646E31;
}


#menu li a 
{
	/* Hides from IE-mac \*/
    display: block;
    padding: 4px 8px;
    margin: 0;
	/* End hide from IE-mac */
    text-align: center;
    text-transform: uppercase;
	color: #ddd;
    text-decoration: none;
}


#menu li#active_menu a 
{
	/* Hides from IE-mac \*/
    display: block;
    padding: 4px 8px;
	/* End hide from IE-mac */
    text-align: center;
	color: #fff;
    text-decoration: none;
}


#menu li a:hover 
{
	color: #fff;
    background-color: transparent;
    text-decoration: none;
}




/* 
 * ------------------------------------------------------------
 * news styles
 * ------------------------------------------------------------
 */
 
div.news_item {

	padding: 0 0 18px 0;
	
}

div.news_item h2 {

	padding-top: 0;
	margin-top: 0;
	
}

div.news_item h2 a,
div.news_item h2 a:hover,
div.news_item h2 a:active,
div.news_item h2 a:visited
{
	
	color: #000;
	text-decoration: none;
	
}

p.news_date {

	font-size: 12px;
	font-style: italic;
	
}



/* 
 * ------------------------------------------------------------
 * exhibitions styles
 * ------------------------------------------------------------
 */
 
div.exhibitions {

	border-top: 1px solid #bbb;
	
}


div.exhibitions_item {

	padding: 6px 0 0 0;
	border-bottom: 1px solid #bbb;
	
}


div.exhibitions_date {

	padding: 0;
	float: left;
	width: 180px;
	
}


div.exhibitions_date p {

	text-align: left;
	font-size: 12px;
	padding: 0;
	margin: 0;
	
}


div.exhibitions_content {

	padding: 0;
	margin: 0 0 0 190px;
	text-align: left;
	
}


div.exhibitions_content h2 {

	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 4px;
	border: 0;
	
}


div.exhibitions_content p {

	text-align: left;
	font-size: 12px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 4px;
	background: transparent;
	
}




/* 
 * ------------------------------------------------------------
 * gallery styles
 * ------------------------------------------------------------
 */
 
div#gallery {

	margin: 0;
	padding: 0;
	
}

div.gallery_item {

	margin: 0;
	padding: 0;
	clear: both;
	
}

div.gallery_item h2 {

	padding: 0;
	margin: 0 0 6px 0;
	
}

div.gallery_item h2 a,
div.gallery_item h2 a:hover,
div.gallery_item h2 a:active,
div.gallery_item h2 a:visited
{
	
	color: #000;
	text-decoration: none;
	
}

div.gallery_image {

	margin: 0;
	padding: 4px 12px 24px 0;
	float: left;
	
}

div.gallery_copy p {

	margin: 0;
	padding: 0 0 12px 0;
	
}

