/* 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{
margin:0;
background-image:url(http://www.lespetersen.com.au/images/background_images/bgpattern1.gif);
padding:0;
font-family:Geneva, Arial, Helvetica, sans-serif;

}
/*/*/a{}
body, td, th, caption {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body, html>td, html>th, html>caption {
    font-size: small;
}
/* */
TD, P 
	{ 
	  color: #000000;
	}

/* 
  Below has been inserted by Les Petersen developer.
*/

#importantheader{
position:relative;
background: #000 url(http://www.lespetersen.com.au/images/global_headers/header_version1/pattern_small.jpg) top left repeat-x;
color:#999;
font-size:80%
}
#importantheader #flashbox{
float:right;
margin:0;
padding:0;
line-height:0;
}
#importantheader #flashbox img, #importantheader #flashbox object, #importantheader #flashbox embed{
margin:0;
padding:0;
}
#importantheader #headertitlebox{
position:absolute;
left:10px;
top:10px;
margin:0;
width:400px;
}
#importantheader #headertitlebox h1,#importantheader #headertitlebox h2,#importantheader #headertitlebox p{
margin:0;
padding:0;
line-height:90%
}
#importantheader #headertitlebox h1{
font-weight:normal;
font-size:380%;
padding:0;
margin:0;
letter-spacing:.2em;
}
#importantheader #headertitlebox p{
color:#999;
letter-spacing:.2em;
}
#importantheader #headertitlebox h2{
text-align:right;
font-weight:normal;
font-size:150%;
padding:0;
margin:0;
letter-spacing:.2em;
}
#headernav{
height:96px;
position:absolute;
top:65px;
left:10px;
width:400px;
}
#headernav ul{
margin:0;
padding:0;
list-style-type:none;
position:absolute;
top:15px;
left:0px;
width:400px;
}
#headernav ul li{
display:inline;
padding:0 1em;
border-left:1px solid #666;
}
#headernav ul li.firstitem{
border-left:none;
padding-left:0;
}
#headernav ul a:link{
color:#c0c0c0;
text-decoration:none;
}
#headernav ul a:visited{
color:#c0c0c0;
text-decoration:none;
}
#headernav ul a:hover{
color:#c0c0c0;
text-decoration:underline;
}
#headernav ul a:active{
color:#c0c0c0;
text-decoration:underline;
}
#headernav img{
float:left;
border:2px solid #c0c0c0;
}
#navbar{
height:22px;
background: url(http://www.lespetersen.com.au/images/global_headers/common_elements/repeating-bridge-pattern.jpg) top left repeat-x;
position:relative;
}
#navbar #transparenthand{
position:absolute;
right:50px;
top:0;
}
#headertime{
position:absolute;
bottom:0;
left:10px;
}

#importantfooter {
	background:black;
	height:28px;
	font-size:80%;
position:relative;
color:#666;
}
#importantfooter a:link{
color:#c0c0c0;
text-decoration:none;
}
#importantfooter a:visited{
color:#c0c0c0;
text-decoration:none;
}
#importantfooter a:hover{
color:#c0c0c0;
text-decoration:underline;
}
#importantfooter a:active{
color:#c0c0c0;
text-decoration:underline;
}
#importantfooter #footercopy{
position:absolute;
top:0;
left:10px;
}
#importantfooter #footerprivacy{
position:absolute;
top:0;
left:150px;
}
#importantfooter #footerterms{
position:absolute;
top:0;
left:300px;
}
#importantfooter #footerlogin{
position:absolute;
top:0;
right:0;
width:30%;
overflow:hidden;
height:28px;
background-image: url(http://www.lespetersen.com.au/images/global_footers/footer_version1/login-texture.gif);
	background-repeat: repeat-x;
	background-position: left top;
padding-right:10px;
color:black;
text-align:right;
}
#importantfooter form{
white-space:nowrap;
}
#importantfooter form label{
padding:0 0 0 15px;
}
#loginusername, #loginpassword{
margin-top:5px;
margin-right:10px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:90%;
width:20%;
}
#loginbutton{
padding:0;
margin-top:5px;
height:18px;
}