/* general ==================================================== */

body {
	text-align:left;
	color: #666666;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	background-color:#d3d3d3;
	background-image: url(http://www.daniellemaibaum.com/cms/cmsfiles/images/bg.jpg);
	background-repeat:repeat-x;
	}


/* general ==================================================== */

/* links ==================================================== */

a:active, a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px solid;
	color:#fd7cb4;
	}
a: hover {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #666666;
	}
	
a img, a img:active, a img:hover a img:visited {
	border: none!important;
	text-decoration:none;
}	
	
/* links ==================================================== */

/* table ==================================================== */

table, td {
	margin:0px;
	padding:0px;
	vertical-align:top;
	}


/* table ==================================================== */
	
/* text ==================================================== */

p{
	text-align:left;
	color: #666666;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
	margin:10px;
	}
	
h1 {
	text-align:left;
	color: #666666;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:lighter;
	vertical-align:top;
	margin:10px;
	}
	
h2 {
	text-align:left;
	color: #666666;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:lighter;
	vertical-align:top;
	margin:10px;
	}

h3 {
	text-align:left;
	color: #666666;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:lighter;
	vertical-align:top;
	margin:10px;
	}		
	
h4 {
	text-align:left;
	color: #666666;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:lighter;
	vertical-align:top;
	margin:10px;
	}	
	
h5 {
	text-align:left;
	color: #666666;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	vertical-align:top;
	margin:10px;
	}

h6 {
	text-align:left;
	color: #666666;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:lighter;
	vertical-align:top;
	margin:10px;
	}

hr {
	color:#fd7cb4;
	width: 70%;
	text-align:left;
	height: 2px;
}	
		
p.footer {
	text-align:center;
	color: #FFFFFF;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size:14px;
	vertical-align:top;
	}
	
p.footer a, p.footer a:active, p.footer a:link, p.footer a:visited {
 	text-decoration: none;
	border-bottom: 1px solid;
	color:#ffffff;
	}
p.footer a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #ffffff;
	}
	
	
/* text ==================================================== */

/* misc ==================================================== */

#nb { /* no border */
	border:none;
	text-decoration:none;
	margin:0px;
	padding:0px;
	}

#top_links { /* center align */
	text-align:right;
	font-size:14px;
	}
#left_links { /* center align */
	text-align:left;
	font-size:14px;
	}
/* misc ==================================================== */

#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{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; background: url(http://www.daniellemaibaum.com/cms/cmsfiles/images/prevlabel.gif) left 15% no-repeat;}
#nextLink{ width: 10%; height: 100%; background: url(http://www.daniellemaibaum.com/cms/cmsfiles/images/nextlabel.gif) left 15% no-repeat;}

#prevLink { left: 0; float: left; background: url(http://www.daniellemaibaum.com/cms/cmsfiles/images/prevlabel.gif) left 15% no-repeat;}
#nextLink { width: 10%; height: 100%; right: 0; float: right; background: url(http://www.daniellemaibaum.com/cms/cmsfiles/images/nextlabel.gif) left 15% no-repeat;}

#prevLink:hover, #prevLink:visited:hover { background: url(http://www.daniellemaibaum.com/cms/cmsfiles/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.daniellemaibaum.com/cms/cmsfiles/images/nextlabel.gif) right 15% no-repeat; width: 10%; }

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