/*

################################
#
#   css//RoseGlobalCSS.css
#   Rose Camastro-Pritchett Online Portfolio
#   04-23-07
#
################################

*/

/* General */

body,td,th 
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
    }
    
body 
    {
        background-color: #FFEFDB;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

/* Links */
    
a:link 
    {
        color: #000000;
        text-decoration: none;
    }

a:visited 
    {
        color: #8b0000;
        text-decoration: none;
    }

a:hover 
    {
        color: #8b0000;
        text-decoration: underline;
    }

a:active 
    {
        color: #000000;
        text-decoration: none;
    }

/* Positioning */

#wrapper 
    {
        width: 800px;
        margin: 0 auto;
    }

#header 
    {
        height: 100px;
        border: 0;
        margin: 0px;
        padding: 0px;
    }

#navbar 
    {
        border: 0;
        margin: 0px 0px 0px 0px;
        width: 800px;
        color: #000000;
    }
    
#centercolumn 
    {
        border: 0;
        margin: 0px;
        display: inline; /* IE Hack */
        padding: 0px;
        float: left;
        min-height: 350px;
    }
        * html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#footer 
    {
        margin: 0px;
        display: inline; /* IE Hack */
        float: left;
        width: 800px; 
        color: #000000;
    }


.content1 
    {	
        width: 800px;
        float: left;
    }

.content2 
    {	
        margin-top: 30px;
        margin-bottom: 30px;
        width: 800px;
        float: left;
    }

h1 
    {
	   margin-left: 15px;
	   font-size: 21px;
	   line-height: 21px;
	   color: #8b0000;
	}

h2 
    {
        font-size: 16px;
        line-height: 23px;
        color: #8b0000;
        background-color: #ffcc99;

	}

.copy 
    {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 14px;
	   color:#000000;
	}

.footer 
    {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 12px;
	   color:#000000;
	   margin: 15px;
	   
	}

/* Navigation */

#navcontainerfront 
    { 
        width: 200px; 
    }

#navcontainerfront ul
    {
	   margin-left: 0;
	   padding-left: 0;
	   list-style-type: none;
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 16px;
    }

#navcontainerfront a
    {
        display: block;
        padding: 3px;
        width: 160px;
        background-color: #FFEFDB;
        border-bottom: 1px solid #eee;
    }

#navcontainerfront a:link, #navlist a:visited
    {
        color: #000000;
        text-decoration: none;
    }

#navcontainerfront a:hover
    {
        background-color: #FFEFDB;
        color: #993300;
    }
    
#navcontainer ul
    {
        text-align: center;
        font-size: 16px;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 0;
        margin-top: 0;
        margin-left: 0;
        background-color: #FFEFDB;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 18px;
        /* fixes Firefox 0.9.3 */
    }

#navcontainer ul li
    {
        display: inline;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 5px;
        padding-top: 5px;
    }

#navcontainer ul li a
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        color: #000000;
        text-decoration: none;
    }

#navcontainer ul li a:hover
    {
        color: #993300;
        background-color: #FFEFDB;
    }

#navcontainer #active 
    { 
        border-left: 1px solid #fff; 
    }

/* Light Box */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

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


#imageDataContainer
    {
	   font: 10px Verdana, Helvetica, sans-serif;
	   background-color: #fff;
	   margin: 0 auto;
	   line-height: 1.4em;
	}

#imageData
    {
	   padding:0 10px;
	}
	
#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;	
    }	
		
#overlay
    {
	   position: absolute;
	   top: 0;
	   left: 0;
	   z-index: 90;
	   width: 100%;
	   height: 500px;
	   background-color: #000;
	   filter:alpha(opacity=60);
	   -moz-opacity: 0.6;
	   opacity: 0.6;
	}
	

.clearfix:after 
    {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix 
    {
	   display: inline-block; 
	   width: 100%;
	}

* html .clearfix 
    {
	   /* Hides from IE-mac \*/
	   height: 1%;
	   /* End hide from IE-mac */
	}	
	