* {
    margin:0;
    padding:0;
    border: none;
}
body{
	background-color: #000;
	text-align:center;
    font-family: 'Architects Daughter', cursive;	
	font-size:16px;
	padding-bottom: 30px;
}


 
#wrapper { 
   width: 650px;
   margin: 10px auto;
   padding:5px;
}


/*--------------the top and bottom nav bars------*/
#nav {
	background: url(../images/common/brush.png) top no-repeat;
	height:38px;
	width: 640px;
	margin:0 auto;
	padding: 10px 0 0 10px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px; 
}

#nav a:link,#navbottom a:link,#nav a:visited,#navbottom a:visited,#nav a:hover {
    color:#fff;
	font-weight:bold;
    text-decoration:none;
	margin-right:8px;
	}
	
/*------central page content---*/
		
.textbox {   
	width:500px;
	background-color: #000;
	margin: 10px auto;
	padding:10px 0 10px;

}

.thumbcol {
	width:320px;
	margin: 10px auto;
	padding:10px 0;
	text-align:center;
}

.thumbcol img {border:10px solid #fff;}

/*-----The large slideshow---*/
.slideshow5{
width:420px; 
margin:5px auto 0;
background-color:#999;
border:10px solid #fff;
}
/* Yeah, that's all*/



.pics { 
height: 150px; 
width: 150px;  
overflow: hidden;
margin:0 5px;
}

.pics img { 
height: 150px; 
width: 150px;  
top:0; 
left:0 
}/*Index page only*/


	
/*----------Portfolio page(s)----*/

  .portfolioitem {
  margin:0 auto 5px;
  height:42px;
  }
  
  .portfolioitem p {
  padding:10px 20px 5px;
  font-size:120%;
  }
  
  .portfolioitem img {
  float:left;
  margin:0 10px 0 0;
  }



/*----------Typography ----*/

h1 {
    font-size: 400%;
	font-weight:normal;	
	text-align: centre;
	color:#fff;	
	margin:10px 20px 0;
	}

h2{
    font-size: 200%;
	font-weight:normal;
	text-align: centre;
	color:#fff;
	margin:0 20px;
	}
	
h3  {
	font-size: 150%;
	line-height:120%;
	font-weight:normal;
	text-align: left;
    color:#fff;
	border-bottom:2px solid #333;
	margin: 15px 0 10px;
}

h4 {
	font-size:150%;
	font-weight: normal;
	text-align: center;
	color:#fff;
}

h5 {
	font-size:100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color:#fff;
	padding:10px 0;
}

h6 {
	font-size:150%;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	color:#fff;
	margin:20px 0 20px;
}

p { 
	font-weight:normal;
	font-size: 120%;
	line-height:110%;
	color: #fff;
	text-align:left;
	padding:5px ;
}

.small {
font-size: 80%;
text-align:center;
}

.smallr {
font-size: 70%;
text-align:right;
font-family:Arial, Helvetica, sans-serif;}



	
/*----------Links----*/
a:link,a:active,a:hover,a:visited   {
	color:#fff;
	text-decoration: none;
}

/*----------lightbox-------*/

#lightbox{
	position: absolute;
	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: 32px 10px 10px;
	background:url(../lightboximages/andrea.png) top left no-repeat;
	}

#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(../lightboximages/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(../lightboximages/prev.png) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightboximages/next.png) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #000;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

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

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 80%; 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;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#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;
	display: none;
	}
	

.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 */
	}	

#lightboxIframe {
	display: none;
}	


