/* 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.
*/ 

/* 
   link colors - overridden by the album 'linkcolor' property.
*/
a:link, visited, active, a {
	border : 0 0 0 0;
	text-decoration: none;
	}

a:hover {
	border : 0 0 1 0;
	color: #0077AA;
	text-decoration: none;
	}


/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
html { 
	margin: 0px; 
	padding: 0px; 
	}
	
body {
    margin: 0px;
    padding: 0px;
	background-color : #0077AA;
	font: 11px/14px Arial, Helvetica, Lucida, sans-serif;
	color: #333;
	/*background: #ccc url(/img/bg_testo.gif) repeat; */
    }
	
div { 
	margin: 0px; 
	padding: 0px; 
	}


.title                          /* album titles on main page */
	{ 
	  font-size: 14px; 
	  font-weight: bold; 
	}
	
TD 
	{ 
	font: 11px/14px Arial, Helvetica, Lucida, sans-serif;
	color: #333;
	padding: 2px;
	background-color: #fff;
	}

.photos
{
	margin: 6px 0 0 0;
	padding: 5px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	background-repeat: no-repeat;
}

.photos a:hover {
	border: 1 1 1 1;
}

/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */
.box-wrap     {
    color : #666;
	margin: 0px auto;
    background: #fff;
	border-left : 1px solid #0077AA;
	border-right : 1px solid #0077AA;
/* CSS HACK: width increased for browsers whose box model is not CSS2 compliant */
    width: 747px;
/*/*/
    wid\th: 745px;
/* */
    }
	
.box-header {
    color: #000;
    background: #fff;
    margin: 0px;
    padding: 0.6em;
    border: none;
    }

.date	{ 
	font-family: Verdana, sans-serif; 
	font-weight: normal;
	font-size: 11px; 
	line-height: 14px;
	background-color: #F5F5F5; 
	color: #666666; 
	border-bottom: #808080 1px solid; 
	border-top: #808080 1px solid; 
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 7px;
}  

.photoBig
{
	margin: 6px 0 0 0;
	padding: 10px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	background-repeat: no-repeat;
	text-align:left;
}

.photoBig a:hover {
	border-color: #fff;
	border-width: 0px;
	border-style: solid;
}

/* general styles */	
		

/* ====================================================================
Banner Styles
-------------------------------------------------------------------- */

#logo {
	margin: 105px 4px 0 0;
	padding : 0 0 0 0;
	text-decoration: none;
	border : 0 0 0 0;
	}
	
#logo a:link, #logo a:visited, #logo a:active {
	border : 0 0 0 0;
	color : inherit;
	text-decoration: none;
	}
	
#logo a:Hover {
	border : 0 0 0 0;
	color : inherit;
	text-decoration: none;
	}

.Utopia68 {
	font-family: Utopia, Georgia, serif;
	font-size: 68px;
	line-height : 48px;
	color: #FF9933;
	margin: 0 0 0 0;
	padding : 0 0 0 0;
	}
	
.Utopia48 {
	font-family: Utopia, Georgia, serif;
	font-size: 48px;
	line-height : 48px;
	color: #F77500;
	margin: 0 0 0 0;
	padding : 0 0 0 0;
	}
	
.Utopia48alt {
	font-family: Utopia, Georgia, serif;
	font-size: 48px;
	line-height : 48px;
	color: #FF9933;
	margin: 0 0 0 0;
	padding : 0 0 0 0;
	}

	
/* ====================================================================
Footer Styles
-------------------------------------------------------------------- */
	
.box-footer {
	font:  11px/14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    background: #D4EAF3;
	color : #999;
    padding: 0.6em;
    clear: both;
    border: none
    }

