/**************************
 base.css

 Core stylesheet for imageMaster for Dns Software.
 Keep it simple stoopid.

 Styles are arranged in alphabetical order
 for easy-lookup.

 Created: 10/01/2006
 Changed: 10/03/2006

 By: DnS Software, Inc.
 For: Image Master
 Copyright (c) 2006, All Rights Reserved
****************************/

/* styles */

.albumPrefix	{
		font:bold 14px arial;
		color:#DDBD93;
		}
		
.albumSubTitle	{
		font:italic 16px georgia;
		color:#fff;
		}
				
#albumTitle	{
		margin-top:12px;
		font:italic 24px georgia;
		color:#fff;
		}

body           	{
               	background-color:black;
               	font:11px trebuchet ms, georgia, arial;
               	margin:0px;
               	color:#DDBD93;
               	text-align:center;
              	}
              	
.button		{
		font:11px arial;
		height:18px;
		}
		
a.dns		{
		font:10px arial;
		color:#777;
		text-decoration:none;
	 	}		
	 	
a.dns:hover	{
		font:50px arial;
		color:orange;
		text-decoration:underline;
	 	}			 	
		            
img		{
		border:0px;
		} 		            
		              	
img.main	{
		border:1px solid #DDBD93;
		width:400px;
		} 
		
#instructions	{
	       	width:400px;
	       	text-align:left;
	       	padding:7px;
	       	font:9px arial;
	       	}
	       	
#poweredBy	{
		width:400px;
		text-align:center;
		margin-top:70px;
		}	       			             	

/* content table */

table#content   {
	       	margin-top:36px;
	       	width:400px;
	       	border-collapse:collapse;
	       	}

td#caption   	{
	       	padding-top:7px;
	       	font:12px georgia, arial;
	       	text-align:left;
	       	}
	       	
td#imageNum   	{
	       	width:250px;
	       	font:bold 12px arial;
	       	text-align:center;
	       	}

td#mainImage   	{
	       	
	       	}
	       	
td#next   	{
	       	width:75px;
	       	text-align:right;
	       	}

td#previous   	{
	       	width:75px;
	       	text-align:left;
	       	}

a.nav         	{
	       	color:#DDBD93;
	       	font:bold 12px trebuchet ms, verdana, sans-serif;
	       	text-decoration:none;
	       	}

a.nav:hover   	{
	       	color:white;
	       	text-decoration:underline;
	       	}
