/*
Gary Hollands - solriche - 2009 - For alinegiordano.net
This stylesheet is available under the terms of the GNU General Public License as published by
the Free Software Foundation - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 *{
	margin: 0;
	padding: 0;
}
html,body{
	font-family: "lucida grande","lucida sans unicode","bitstream vera sans",arial,sans-serif;/*mac,windoze,linux*/
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	line-height: 1.5;
}
#container {
	/*width: 98%;48em or 98%
	margin: 0.5em auto 0 auto;*/
}
#masterbox {
	margin: 0 auto 0 auto;
}
#top{
	clear: both;
	width: 100%;
	height: 128px;
	overflow: hidden;
	background: rgb(200,200,200) url("../images/aline_banner.jpg") no-repeat 0% 0%;
}
#top .aline_header{
	position: relative; top: 50%; left: 12%;
}
#top .hide{
	display: none
}
#content{
	float: left;
	width: 98%;
	margin: 0 0 0 0.5em;
}
#content p{
	font-size: 79%;
	margin: 0 0 0.5em 0;
	text-align: justify;
	line-height: 1.2;
}
#side_menu{
	float: left;
	width: 10%;
	margin: 2.5em 0 0 0;
}
#side_menu  ul {
	list-style-type: none;
}
#side_menu  li {
	font-size: 95%;
	padding: 0 0 0.1em 0.1em;/*Padding is specified cos of a MSIE bug*/
}
#side_menu  li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: rgb(57,92,150);
}
#side_menu  li a:visited {
	color: rgb(118,150,145);
}
#side_menu  li a:hover {
	color: rgb(240,132,129);
	background-color: rgb(255,255,255);
}
#side_menu .selected{
	background-color: rgb(244,244,244);
}
h1,h2,h3,h4,h5,h6{
	color: rgb(100,100,120);/*59,84,133*/
}
h1{font-size: 130%;}
h2{font-size: 110%;}
h3{font-size: 95%;}
h4{font-size: 90%;}
h5{font-size: 90%;}
h6{font-size: 85%;}
a{
	outline: none;
}
a:link{
	color: rgb(57,92,97);
	text-decoration: underline;
}
a:visited{
	color: rgb(102,51,51);
	text-decoration: underline;
}
a:hover{
	color: rgb(0,153,153);
	text-decoration: none;
}
abbr, acronym {
	border-bottom: 1px dotted rgb(0, 0, 0);
	cursor: help;
}
img{
	border: 0;
	margin: 0;
}
/*--------------------Gallery--------------------*/
#galleries{
	float: left;
	max-width: 83%;
	margin: 0 0 0 2%;
}
#galleries h2{
	clear: both;
	font-size: 95%;
	margin: 1em 0 0 0;
}
.credits{
	font-size: 120%;
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 1em 0;
}
.copyright{
	font-size: 70%;
	color: rgb(0,0,0);
	cursor: help;
}
#galleries .description{
	clear: both;
	width: 100%;
}
.hide{
	display: none;
}
.ttc{
	margin: 0 0 0 0.7em;
}
.spacer{/*Poor rendering MSIE6and7*/
	clear: both;
	width: 100%;
	padding: 0 0 0.5em 0;
}/*Floating thumbnail gallery CSS*/
.lightbox_gallery{
	clear: both;
	float: left;
	width: 100%;
	margin: 0.5em 0 0.1em 0;
}
.lightbox_gallery img{
	float: left;
	border: 1px solid rgb(50,50,50);
}
.frame{
	float: left;
	width: 3.8em;
	margin: 0 0.3em 0.3em 0em;
}
.outer{
	border: 1px solid rgb(200,200,200);
	background-color: rgb(230,230,240);
}
.inner{
	height: 3.5em;
	position: relative; top: 3px; left: 3px;
	border-right: 2px solid rgb(210,210,210);
	border-bottom: 2px solid rgb(230,230,230);
}
.tnbox{
	float: left;
	width: 140px;
	margin: 0 0.75em 0.3em 0;
}
.tnbox h2 a{
	display: block;
	font-weight: lighter;
	font-size: 80%;
	text-decoration: none;
}
.tnbox h2 a:hover{
	text-decoration: none;
}
.smaller_bit{
	font-size: 85%;
	text-decoration: underline;
}
.smaller_bit:hover{
	text-decoration: none;
	cursor: pointer;
}
.view_gallery_link{
	float: right;
}
/*Lightbox styling*/
#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: rgb(255,255,255); 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; background: url(../images/prevlabel.gif) left 0% no-repeat;}/*GH add image background 15% changed to 0%*/
#nextLink { right: 0; float: right; background: url(../images/nextlabel.gif) right 0% no-repeat;}/*GH add image background*/
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 0% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 0% no-repeat; }

#imageDataContainer{ font: 10px Verdana, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4; 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 styling*/
