/* ************** CSS FOR Cathy Linfield ******************* */

.top {
      background: url("../graphics/cats-porcelain-raku-art.jpg");
	background-repeat: no-repeat;
}
.left {
      background: url("../graphics/leftfiller.jpg");
	background-repeat: repeat;
	background-color: #D3B5B9;
}
.body {
	background-color: #E0D0D2;
	padding:10px;
}

/* Body Formatting */

BODY {
color: #3D181C;
background-image: url("../graphics/background.jpg");
}



/* ************** TEXT FORMATTING ******************* */
h1 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 14pt; 
 line-height: 16pt;
 font-weight:bold;
 color: #362A22;
 }

h2 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 11pt; 
 line-height: 12pt;
 font-weight: bold;
 color: #362A22;
 }

h3 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight:bold;
 color: #362A22;
 }
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #362A22;
	border: thin none #000000;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #362A22;
	border: thin none #000000;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.leftmenu {
      background: url("../graphics/left.jpg");
	background-repeat: no-repeat;
}
.menunav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	color: #E1B997;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration:none;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #362A22;
	font-weight: normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #362A22;
	font-weight: normal;
	}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #EADFCC;
	font-weight: normal;
	}

.menunav2
	{
	text-decoration: none;
	color: #E0D9D0;
	}
.menunav2:hover
	{
	text-decoration: none;
	color: #ffffff;
	}

.big
	{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10pt;
	font-weight: bold;
	}

/* ************** LINK FORMATTING ******************* */

a 	{
	color: #3E1200;
	}
a:hover 	{
	color: #000000;
	}

a.menu:active, a.menu:visited, a.menu:link {
	text-decoration: none;
	color: #EADFCC;
	}
	
a.menu:hover {
	text-decoration: underline;
	color: #3E1200;
	}
a.menublack:active, a.menublack:visited, a.menublack:link {
	text-decoration: none;
	color: #000000;
	}
	
a.menublack:hover {
	text-decoration: underline;
	color: #3E1200;
	}
a.big:active, a.big:visited, a.big:link	{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
	}
a.big:hover {
	text-decoration:underline;
	}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}




/* CSS FOR THUMBNAIL */

.thumbnail img{
border: 2px solid black;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 2px solid black;
}


/* ************* END CSS FOR THUMBNAIL  */
