/*StyleSheet.css
---------------------------------------*/


/*Body And Container
---------------------------------------*/
body {
    font-size: 76%;
    background-color: #000;
	background-image:  url(../images/bg-flourish-bright.png);
	background-repeat: no-repeat;
	background-position: center;   
}

#container {
    width: 954px;
    height: 750px;
    margin: auto;
    padding: 0px;
    overflow: hidden;
}

/*Header & Nav
---------------------------------------*/
#header {
    float: left;
    width: 954px;
    height: 199px;
    margin: 0px;
    padding: 0px;
    z-index: 20;
}

#nav {
    float: right;
    background-image: url(../images/background_nav.png);
    width: 576px;
    height: 49px;
    margin: -15px 0 0 0;
    padding: 0px;
    z-index: 30;
}

#nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#nav ul li {
    float: left;    
    width: 141px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    margin: 0px;
    padding: 0px;
}

#nav ul li a {
    font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 1.4em;
    color: #f5455b;
    text-decoration: none;
}

#nav ul li a:hover {
    text-decoration: underline;
}

/*Nav Classes
---------------------------------------*/

.current {
    border-bottom: 2px dotted #f5455b;
}

.border_right {
    border-right: 4px solid #f5455b;
}

.no_border {
    border: none;
}

/*Content
---------------------------------------*/

#content_wrapper {
    float: right;
    background-color: #000;
    border: 4px solid #f5455b;
    width: 946px;
    height: 482px;
    margin: 5px 0 0 0;
    padding: 0px;
    z-index: 10;
}



#content_main {
    float: right;
    background-image: url(../images/background_content_main.png);
    width: 547px;
    height: 404px;
    margin: 25px 7px 0 0;
    padding: 10px;
}

/*Typography Elements
*/
#footer p {
    font-family: corier, helvetica, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.1em;
    text-align: left;
    color: #f5455b;
    line-height: 22px;
    margin: 0;
    padding: 0px 0px 0px 0px;
}
/*Footer
*/
#footer {
    float: right;
    width: 175px;
    height: 30px;
    margin: -35px 0 0 0;
}

/*Lightbox
---------------------------------------*/

#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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; }
