 /* CSS definition file containing sitestyle stylesheets
    Additional style sheet metodi-black.css for JAlbum skin - Exhibit Plus
    Author Metodi Davidovic email: <metkos at gmx . net>  colors modified for Mishtopia

/* <% album.put("BUTTON_SET", "metodi-beige-20px"); %> */ 

 body  { color: white; background-color: black; }
 a:link {color: #F4F2EE; } 
 a:visited {color: #CDC8B9; }
 a:hover {color: #DC143C; }
 p { }
 p.indent { }
 table,tr,td { }
 img { }


/* Used to setup the main page structure */

#centercontent { background: black; background-image: url(); margin-left: 20px; margin-right: 10px; padding-left: 20px; padding-right: 10px; }


/* Styles associated with index pages */

 #indexframe { background-color: #111111; }
 .folderData { color: #9C9481; font-size: x-small; }
 .folderDescription { color: #B0A895; font-size: small; line-height: 125%; }
 .folderNavigation {	
	font-size: x-small; 
	}
 .float { } 
 .float p { }
 .float p.thumbComment { color: #B0A895; }
 .thumbName a {font-size: x-small; }
 .thumbDate { color: #9C9481; }
 #w3clogosright { }
 

/* Styles associated with slide pages */

 #centercontent { background: black; background-image: url(); }
 .minithumb {vertical-align: top; }
 .minithumbCurrent { border: 1px dotted white; }
 .minithumbBox {  }
 .photoName { color: #9C9481; font-size: small;}
 .photoPosition {font-weight: normal; font-size: x-small;  color: #DC143C;  }
 .photoComments {	color: #CDC8B9; font-weight: bold; font-size: small; }
 .photoData { color: #CDC8B9; }
 .photoData b { color: #E1DCCD; font-weight: normal; }
 .photoData i { color: #B9B4A5; }
 .photoDataPopupBase { }
 .photoDataPopup { background: black; color: #CCCC99; }
 .keyboardDataPopup { background: black; color: #CCCC99; }
 .slideFrameButtons {padding-top: 14px; }
 #buttonbox_portrait { }
 #photonavbar_inside_portrait { }
 #w3clogosleft { }
 #frame {background-color: black; }


/* Styles associated with additional files, e.g. news.inc, footer.inc etc */
 .updates {
 	color: #cdc8b9;
 	font-size: x-small;
	 }	
 .dateline { color: #9C9481; }
 .header { color: #CDC8B9; font-size: large; font-weight: normal; }
 .footer { color: #CDC8B9; }


/* folder navigation boxes on each .html page - noted to be experimental */
 
.folderNavigation a {
	background: #CDC8B9; 
	color: #000000; 
	text-decoration: none;
	padding: 1px 3px 2px 3px; 
	border: 1px solid White;
	}
.folderNavigation a:link {}
.folderNavigation a:visited {
	background: #A39B87; 
	color: #F4F2EE;
	}
.folderNavigation a:hover {
	background: #DC143C; 
	color: White;
	}