/**Nico Guarino Fotografi - Css Stylesheet - edited by Paolo "skarabeo" Parente - paolo.parente@webeetle.it*/

body {font-size: 62.5%; font-family:Verdana, Arial, Sans-Serif;background-color: #000;color: #333;text-align: center;background: url(../img/bg.png) top; border: none;margin: 0;padding: 0;}
#page {background-color: #000;text-align: left;margin: 60px auto;padding: 0;width: 800px;background: url(../img/page_bg.png) repeat-y top; border: none; }
#header {padding: 0;margin: 0 auto;background-color: #000;height: 130px; width: 800px; background: url(../img/header_bg.png) no-repeat top;border: none;}
#content {font-size: 1.1em;width: 540px;}
.contentcolumn {float: left;padding: 0 0 20px 65px;margin: 0px 0 0;}
.menucolumn {float: left;padding: 0 0 20px 45px;margin: 0px 0 0;}
#footer {padding: 0;width: 760px;clear: both; margin-right:30px; margin-top:20px;

/*TODO*//*background: url(../immagini/footer.jpg) no-repeat bottom; border: none;*/
	}
#sidebar{padding: 0;margin-right: 10px;margin-top: 0px;right:10px;width: 145px;text-align:right;}
#contatti {
text-align: right;
margin-bottom:0;
padding: 0;
height:100%;
background: url(../img/contatti.jpg) no-repeat bottom right; border: none; 


}
.hidden {display: none;}
A.menu{
font-family: Verdana, Arial, Helvetica, sans-serif
font-size:11px;
font-weight:bold;
text-decoration:none;
color: #000;
}

A.menu:hover{color:#990000;}

.textinput
{
background-color:#CCC;
color:#666;
height:12px;
font-size:10px;
border:1px dotted #999999;
}
.areainput
{
background-color:#ccc;
color:#666;
font-size:13px;
border:1px dotted #999999;
}
.submitinput
{
background-color:#333333;
color:#fff;
height:20px;
font-size:10px;
border:3px double #999999;
}

TD.photos
{
background-color:#CCC;
text-align:center;
border-right:1px solid #999;
border-bottom:1px solid #999;
padding:4px;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
height:100px;
}

TD.photos:hover
{
background-color:#CCC;
text-align:center;
border-right:1px solid #999;
border-bottom:1px solid #999;
padding:4px;
filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;

}


.borderphoto
{
border-right:1px solid #CCC;
border-bottom:1px solid #CCC;
}

P.albumtitle
{
border:1px solid #999;
background-color:#CCC;
padding: 5px;
text-align:right;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;


}

P.albumtitle:hover
{
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

A.albumdesc
{
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#666;
text-decoration:underline;
}

A.mail
{
color:#990000;
font-weight:bold;
text-decoration:underline;
font-size:11px;
}
A.mail:hover{color:#333333};


