/* 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.6 2003/09/09 12:15:20 beckettmw Exp $
*/ 

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

/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
body {
	color: #333;
	background-color: White;
	padding: 5px ;
	margin: 0;
	text-align: center;
	font: normal 12px verdana, helvetica, arial, geneva, lucida, sans-serif;
}
#container {
	width: 780px;
	margin: auto;
	

}

h1 {
	font-size:1.6em;
	font-weight:normal;
	margin:5px 0;
	text-align: center;
}

#navcontainer
{
margin: 10px 0 0 20px;
padding: 0;
height: 32px;
background-color: transparent;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
background: url(/tab.gif) 0 -54px;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
width: 100px;
background: url(/tab.gif) no-repeat left top;
background-color: transparent;
height: 31px;
border-right: none;
padding: 2px 0 0 0;
margin: 0 ;
color: Navy;
text-decoration: none;
display: block;
text-align: center;
font: normal 12px/18px  verdana, lucida, sans-serif;
line-height: 14px;
}

#navcontainer ul li a:hover
{
background-image: none;
font-weight: bold;
background-color: transparent;
color: white;
}



#navcontainer a:visited
{
background: url(/tab.gif) 0 -110px;
color: Black;
}

#navcontainer li#active a
{
background-position: 0 -54px;
font-weight: bold;
color: White;
}

#navcontainer li#active a:hover
{
background-position: 0 -54px;
font-weight: bold;
color: Black;
}

#navcontainer li#active a:active
{
color: Black;

}


#searchbox {
	background-color: #FF7F00;
	margin: 0;
clear: both;
border-right: 1px solid black;
border-left: 1px solid black;
}

#clear {
	clear: both;
	
}

#searchbox h1{
	padding: 2px;
	margin: 0;
	font-size: 1.4em;
	text-align: center;
	color: white;
}

#content{
	padding: 9px 5px;
	margin: 0;

	border: 1px solid black;
	
}

#gallery{
	padding: 0;
	margin: 0;
width: 760px;
	
}


#footer {
background-color: #FF7F00;
border: 1px solid black;
border-top: none;
color: blue;
padding: 3px;
text-align: center;
}





#crumbs {
	font-size: 10px;
	border-bottom: dashed; 
	border-bottom-width: 1px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}



