/*
-----------------------------------------------
Master Style Sheet

Author:   Selena Sachedina | www.technologydiva.ca
    
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 0.82em;
	color: #830915;
	background-color: #830915;
	}

p {
	margin: 0;
	padding: 1.3em 0 0; 
	line-height: 150%;
	}	

a img {
	border: none;
	}	

a {
	color: #830915;
	text-decoration: none;
	font-weight: bold;
	}	

a:hover {
	color: #999966;
	}

/*
MASTHEAD --------------------- */	

#masthead {
	float: left;
	width: 100%;
	height: 146px;
	background: #33452C url(file:///Hard Disk/Users/selenasachedina/Desktop/eleganza new/img/bg_top.jpg) repeat-x center top;
	background-color: #830915;
	}

#content {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	background-repeat: repeat-x;
	}

#content h2 {
	font-size: 2.1em;
	font-weight: normal;
	padding-bottom: .3em;
	}
	

#content img {
	float: left;
	border: 1.5px solid #999966;
	padding: 5px;
	margin-right: 12px;
}

#content h4{
	font-family: Georgia, serif;
	font-size: 1.25em;
}

#content h3{
	font-family: Georgia, serif;
	font-size: 1.1em;
}

#content p{
	font-family: Georgia, serif;
	font-size: 1.05em;
}

/* logo */

#logo {
	width: 60em;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-family: Georgia, serif;
	font-size: 1em;
	text-align: center;
	color: #FFFFFF;
	}



/*
SIDEBAR --------------------- 	
*/


#sidebar {
	float: right;
	width: 28.5%;
	margin-bottom: 50px;
	padding: 20px 0 101px;
	background: url(file:///Hard Disk/Users/selenasachedina/Desktop/img/embellishment.gif) bottom center no-repeat;
	}

#sidebar p {
	padding: 1em 0 0;
	font-size: 1em;
	line-height: 125%;
	font-family: Georgia, serif;
	color: #830915;
	}
	
#sidebar h2 {
	font-size: 2em;
	font-weight: normal;
	padding-bottom: 0.3em;
	font-family: Georgia, serif;
	color: #830915;
}


/*
FOOTER --------------------- */		

#footer {
	float: left;
	width: 100%;
	padding: 5px 0 50px;
	background: #d2d1c4 url(file:///Hard Disk/Users/selenasachedina/Desktop/eleganza new/img/bg_bottom.gif) repeat-x top;
	background-color: #830915;
	}	

#footer p {
	padding-top: 30px;
	text-align: center;
	font-size: 90%;
	text-transform: uppercase;
	color: #FFFFFF;
	}

#footer a {
        color: #FFFFFF;
        border-bottom: 0;
        font-weight: normal;
        }

#footer a:hover {
        color: #999966;
        }


/*
CONTAINERS --------------------- */	

#container {
	float: left;
	width: 100%;
	background: #FFFFFF;
	}
	
#wrapper {
	width: 800px; /* Change this 90% and you have a fluid layout instantly. */
	margin: 0 auto;
	}
	
/*
Navigation --------------------- */	

#nav {
	width: 60em;
	margin: 20px auto 0 auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #830915;
	text-align: center;
	}
#nav li {
	font-family: Georgia, serif;
	font-size: 80%;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline;
	}
#nav li a {
	float: left;
	padding: 10px 12px 10px 12px;
	text-decoration: none;
	color: #FFFFFF;
	border: none;
	background: url(file:///Hard Disk/Users/selenasachedina/Desktop/img/1206/nav-bg.gif) no-repeat bottom right;
	background-color: #830915;
}
#nav li a:hover {
	color: #FFFFFF;
	background: #999966;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;
	background: #292d34 url(file:///Hard Disk/Users/selenasachedina/Desktop/img/1206/nav-on-bg.gif) repeat-x top left;
	}
/* Lightbox */

#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/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;
	}

#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 */
	}	
	
	
/* Gallery table */

.galleryTable {
  width: auto;
}

.gallery {
  padding: 5px;
  background: #FFFFFF;
}

.galleryRow {
}

.galleryColumn {
  padding: 5px;
  text-align: center;
}

/* gallery image */

.galleryImage {
	padding: 0px;
	margin: 0px auto 0px auto;
	border: 1px solid #999966;
}


	
