/* ************** Sally Dale Cloud Nine Photography Stylesheet 2007 ******************* */

/* Defining Table background qualities */

.tablebackground {
	background-image: url("../graphics/tablebackground2.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}
.header {
	background-image: url("../graphics/cloud-nine-photography-header.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}



.featuredartist {
	width:500px;
	float:middle;
	background-color:#F8F2E2;
	padding: 5px;
	border-top: 1px dotted #CAC3B0;
	border-left: 1px solid #CAC3B0;
	border-bottom: 1px dotted #CAC3B0;
	border-right: 1px solid #CAC3B0;
	}
.mostrecent{
	width:500px;
	padding: 0px;
	border-width: thin;
	border-top: 1px dotted #CAC3B0;
	border-left: none;
	border-bottom: 1px dotted #CAC3B0;
	border-right: none;
	}
.recentlisting1 {
	width:490px;
	background-color:#F8F0E2;
	padding: 10px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	border-top: 1px solid #CAC3B0;
	border-left: 1px solid #CAC3B0;
	border-bottom: 1px solid #CAC3B0;
	border-right: 1px solid #CAC3B0;
	}

.searchbox {
	width:350px;
	padding: 5px;
	background-color:#F8F0E2;
	border-top: 1px solid #CAC3B0;
	border-left: 1px solid #CAC3B0;
	border-bottom: 1px solid #CAC3B0;
	border-right: 1px solid #CAC3B0;
	}
.loginbox {
	width:180px;
	padding: 5px;
	background-color:#F3E4D1;
	}
.profileimage {	
	padding:1px;
	margin:10px 10px 10px 10px;
	border:1px solid #000000;
	}
.indent {	
	padding:0px;
	margin:10px 0px 10px 15px;
	border:0px solid #000000;
	}


/* BODY attributes */

BODY {
background: #4C5873;
padding:0;
margin:0;
topmargin:0px;
}

/* Main text formatting */

h1 { 
 font-family: arial,helvetica;  
 font-size: 12pt; 
 line-height: 12pt;
 color: #BCC1CA;
 }
h2 { 
 font-family: arial,helvetica;  
 font-size: 11pt; 
 line-height: 12pt;
 color: #BCC1CA;
 }
h3 { 
 font-family: arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 color: #BCC1CA;
 }

p { 
 font-family: arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 color: #CAB99C;
 padding:10px;
 }

.Standard { 
 font-family: arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 color: black;
 }
.Standard2 { 
 font-family: arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 margin: 20px 20px 20px 20px;
 color: black;
 text-indent: 1.5em;
 }
.BoldHeaderwLine { 
 font-family: times,"times new roman";  
 font-size: 12pt; 
 line-height: 18pt;
 color: #ffffff;
 font-weight: normal;	
 background: #8d786c; 
 }
.topmenubar { 
 font-family: arial,helvetica;  
 font-size: 9pt; 
 line-height: 14pt;
 color: black;
 text-decoration:none;
 }
.ArtDescription { 
 font-family: arial,helvetica;  
 font-size: 9pt; 
 line-height: 14pt;
 color: black;
 margin:10px;
 }
 .disclaimer {
 font-family: arial,helvetica;  
 font-size: 9pt; 
 line-height: 13pt;
 font-weight: normal;	
 margin: 8px 10px;
 }
.insidelinks { 
 font-family: arial,helvetica;  
 font-size: 10pt; 
 line-height: 22pt;
 color: white;
 text-decoration:none;
 font-weight:bold;
 }
.insidelinks:visited { 
 font-family: arial,helvetica;  
 font-size: 10pt; 
 line-height: 22pt;
 color: white;
 text-decoration:none;
 font-weight:bold;
 }
.navlinkstext {
 	font-family: arial,helvetica;   
	font-size: 14pt; 
 	line-height: 20pt;
 	color: #A8B7D4;
 }


/* Links.  */

A:hover {
/* Hover format for all Text Links */
	color : #000000;
	background : #F3E4D1;
}

.navlinks {
 	font-family: arial,helvetica;   
	font-size: 14pt; 
 	line-height: 20pt;
 	color: #A8B7D4;
	text-decoration:none;
	border:none;
	border-bottom: dotted 1px #938371 }
 }


/* Pop up images */

#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  */


