/*

written by hounworks.it 2009
for franzdesign airbrush studio.

*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#000000;
}

#contenitore { 
 margin: 0 auto;
 margin-top:100px;
 width: 922px;
 height:350px;

}



#footer { 
 width: 922px;
 height: 100px;
 clear: both;
 color: #666;
 border-top: 1px solid #666;
 /*background-image: url(img/footer2.jpg);*/
 background-repeat:no-repeat;
 margin: 0px 0px 0px 0px;
 font-size:9px;
 text-align:center;
}

#hw {
 float: right;
 color: #fff;
 margin: 0px 0px 0px 0px;
 font-size:9px;
 text-align:center;
 position:relative;
}



a{
 color: #ff4500; /*#e60a2f*/
 text-decoration:none;
 border: 0;
}

a:hover{
 color: #fff;
 text-decoration:none;
 border: 0;
}

a:visited{
 color: #666;
 text-decoration:none;
 border: 0;
}

a img{
 color: #e60a2f;
 text-decoration:none;
 border: 0;
}

a.opacity img{
 border:1px solid #666666;
 filter:alpha(opacity=50);
 -moz-opacity:.50;opacity:.50;
 }

a.opacity:hover img{
 border:1px solid #FFFFFF;
 filter:alpha(opacity=100);
 -moz-opacity:1.00;opacity:1.00;
}



h3{
 color: #fff;
 text-decoration:none;
 font-style:italic;
}

h2{
 color: #fff; /*#ff4500*/
 text-decoration:none;
}

.stile1{
 color: #999;
 text-decoration:none;
}

.stile2{
 text-decoration:none;
 font-size:16px;
 font-style:italic;
}

.stile3{
 text-decoration:none;
 color: #ff4500;
 font-style:italic;
}

ul {
 color: #ff4500;
 font-size:14px;
 text-decoration:none;
 font-style:italic;
 margin-left:30px;
}


ul a:visited{
 color: #ff4500;
 font-size:14px;
 text-decoration:none;
 font-style:italic;
}

ul a:hover{
 color: #ffffff;
 font-size:14px;
 text-decoration:none;
 font-style:italic;
}


.stile1 {
 color: #ffffff;
 font-size:12px;
 text-decoration:none;
 font-style:italic;
}

input.text {
	text-decoration: none;
	color: #ffffff;
	border:#696969 2px solid;
	background-color:#000000;
}


textarea.text {
	text-decoration: none;
	color: #ffffff;
	border:#696969 2px solid;
	background-color:#000000;
}

input.submit {
    color: #FF4500; /*#ccff00*/
    background: #000000;
    text-align: center;
    width: 75px;
    border: 0px solid #FFCE00;
	margin-top:5px;
}

input.submit:hover {
    color: #000000;
    background: #696969;
    text-align: center;
    width: 75px;
    border: 0px solid #FF4500; /*#ccff00*/
	margin-top:5px;
}


/*-------------------LIGHT BOX 2---------thanks to the creator and releaser of this gallery!!!------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(LBOXimages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(LBOXimages/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*-------------------END LIGHTBOX 2-------------------*/

