/* This is the default style sheet used by the Gallery when
   it is running as a standalone product.  

   If you would like to customize the styles please create 
   copy of this file called 

     "standalone_style.css" (same name without ".default")

   If that file is found in this directory it will be 
   used instead of this one.

   Some of the styles below are overriden by specific 
   album properties. These are noted.

   NOTE:  When Gallery is running standalone it still loads
   embedded_style as a baseline, but you can override those
   settings here.

   $Id: standalone_style.css.default,v 1.5.4.1 2003/09/09 12:16:38 beckettmw Exp $
*/ 

/* 
   link colors - overridden by the album 'linkcolor' property.
*/
/*
A:link, A:visited, A:active 
	{ color: #333366; }
A:hover 
	{ color: #336666; }
*/
A:link, A:visited, A:active 
	{ color: #E0D57C; }
A:hover 
	{ color: #E0D57C; }

/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
/*
BODY  
	{ 
	  background-color: #000000;
	  color: #E0D57C;
	  background-image: url(images/FAWStarfieldWText1.gif);
	  background-repeat: no-repeat;
      }
*/
TD, P 
	{ 
	  color: #E0D57C;
	}

html{
	margin: 0;
	padding: 0;
	}

#nav {
	width: 220px;
	float: left;
	margin-left: -1px;
	padding: 10px;
/*	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
*/
	}

table#navtable {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	}
table#navtable td {
	font: 16px garamond verdana, arial, san-serif;
	text-align: center;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	}	
table#navtable td a {
    font-weight: normal;
	text-decoration: none;
	color: #E0D57C;
	display: block;
	margin: 0;
	padding: 0;
	}	
#navtable td a:link, #navtable a:visited {
	display: block;
	margin: 0;
	width: 110px;
	line-height: 25px;
	}
#navtable td a:hover {
	font-style: italic;
	}	

#content {
	padding-bottom: 10px;
	margin-left: 225px;
/*	height: 360px; */
	margin-right: 25px;
/*	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
*/
}
td#copyright {
	font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
    font-weight: normal;
	text-align: right;
	color: #E0D57C;
	font: 12px garamond verdana, arial, san-serif;
	}

#header {
	margin-right: 25px;
	height: 140px;
/*	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
*/
}
#header a {
    font-weight: normal;
	color: #E0D57C;
	}	

#footer {
	background-color: #000000;
	color: #E0D57C;
	font: 12px garamond verdana, arial, san-serif;
	text-align: center;
	padding: 2px 10px 0 0;
	clear: both;
	height: 35px;
	vertical-align: top;
/*	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
*/
	}
#footer a {
	font: 12px garamond verdana, arial, san-serif;
	color: #E0D57C;
	}	

.spacer {
	clear: both;
	}
.photographer {
	font: 16px garamond verdana, arial, san-serif;
	text-align: right;
	font-weight: bold;
	color: #E0D57C;
}	
.photographyby {
	font: 14px garamond verdana, arial, san-serif;
	text-align: right;
	font-weight: bold;
	color: #E0D57C;
}	
.email {
	font: 10px garamond verdana, arial, san-serif;
	text-align: right;
	font-weight: normal;
	color: #E0D57C;
	}
	
p {
	padding: 0;
	margin-top: 0px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	}

dd, dt {
	font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	}

body  {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(/images/FAWStarfieldWText1a.gif);
	background-repeat: no-repeat;

 	}

h2 { padding: 0; margin-top: 0px; font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif; ; font-size: 24px}
