/* STYLESHEETS FOR ADELINE HALVORSON 2011 */

/* Below are the font definitions for the the site.  Edit as you desire. */
/* Example:  On the site, it shows <p class="something">.  */
/* The 'something' is defined below somewhere, */
/* and with it shows how that paragraph's text is to be*/
/* displayed.  So edit the right 'something' */
/* for whatever text type it is you're looking to change.*/


/* Body Formatting */

body {
	background-image: url("../graphics/backgroundtile.jpg");
	
}

/* Table Formatting */

.bodybackground {
      background: url("../graphics/adelinehalvorson-header.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

.mainbackground {
      background: url("../graphics/mainbackground.jpg");
	background-repeat: repeat-y;
}



h1 { 
 font-family: verdana,arial,helvetica;  
 font-size: 13pt; 
 line-height: 18pt;
 color: #232b29;
 font-weight: bold;	
 text-indent: 1.5em;
 }


h2 { 
 font-family: verdana,arial,helvetica;  
 font-size: 11pt; 
 line-height: 18pt;
 color: #232b29;
 font-weight: bold;	
 text-indent: 1.5em;
 }

h3 { 
 font-family: verdana,arial,helvetica;  
 font-size: 9pt; 
 line-height: 14pt;
 color: #232b29;
 font-weight: bold;	
 text-indent: 1.5em;
 }










p { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 13pt;
 margin-left: 30px;
 margin-right: 30px;
 color: black;
 text-indent: 1.5em;
 }

p.Standard { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 13pt;
 margin-left: 30px;
 margin-right: 30px;
 color: black;
 text-indent: 1.5em;
 }

p.fineprint { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 11pt;
 margin-left: 0px;
 margin-right: 0px;
 color: black;
 text-indent: 0em;
 font-weight:bold;
 }

p.BoldHeaderwLine { 
 font-family: times,time new roman;  
 font-size: 13pt; 
 line-height: 18pt;
 color: #d1c3b6;
 font-weight: bold;	
 text-indent: 1.5em;
 background: #202726; 
 }

p.BoldHeader { 
 font-family: times,time new roman;  
 font-size: 13pt; 
 line-height: 18pt;
 color: black;
 font-weight: bold;	
 text-indent: 1.5em;
 }

p.ArtDescription { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 12pt;
 color: black;
 margin-left: 0px;
 margin-right: 0px;
 text-indent: 0em;
 }
.More { 
 font-family: times,time new roman;  
 font-size: 16pt; 
 line-height: 18pt;
 color: black;
 font-weight: bold;	
 text-indent: 1.5em;
 }

.Disclaimer { 
 font-family: verdana,arial,helvetica;  
 font-size: 9pt; 
 line-height: 10pt;
 color: white;
 background: #293737;
 margin-left: 5px;
 margin-right: 5px;
 }

ul { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 13pt;
 margin-left: 30px;
 margin-right: 30px;
 color: black;
 }


BODY {
SCROLLBAR-ARROW-COLOR: white; SCROLLBAR-TRACK-COLOR:#C0C0C0; SCROLLBAR-BASE-COLOR: #386868
}


#lightbox{
	background-color:#d1c3b6;
	padding: 10px;
	border-top: 10px solid #232b29;
	border-left: 10px solid #232b29;
	border-bottom: 10px solid #232b29;
	border-right: 10px solid #232b29;
	}
#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(overlay.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../stylesheets/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  */

                    
