
M I C H A E L EZZELL
Version: 2
Date: 6/22/2010
Author: Austen Nicholas Ezzell

---------------------------------------------------------------------*/

* {margin: 0; padding: 0;}

* html #footer{height: 1px;}

body {
	text-align: center;
	background-color: white; 
	font: 12px Courier, Times, serif;
	line-height: 18px;
	color: #576a7e;
	
	}
	
#container {
	width: 980px;
	position: relative;
	margin-bottom: 20px;	
	text-align: left;
	margin: 0px auto 20px auto;	
	border: 0px dotted fuchsia;
	overflow: hidden;
	}
	
/* Typography and Links
----------------------------------------------------------------------*/
	
a {
	color: #bfb49e;
	text-decoration: none;
	}
		
a:link {
	color: #000;
	}
	
a:visited {
	color: #000;
	}
	
a:hover {
	color: #b0a559;
	}
	
a img {
	border: none;
	}
	
h1 {
	font-size: 22px;
	font: Courier;
	color: #000;
	}

h2 {
	font-size: 17px;
	color: #000;
	}
	
h3 {
	font-size: 15px;
	color: #000;

	}

p {
	color: #8a8a8a;
	font-size: 14px;
	line-height: 20px;
	}
	
.centered {
	text-align:center;
	display: block;
	margin: 0 auto;
	}


/* HEADER
----------------------------------------------------------------------*/
#header {
	margin: 0;
	border: 0px dotted blue;
	}



/* LOGO
----------------------------------------------------------------------*/
#logo a {
	background: url("../images/logo.gif") 0 0 no-repeat;
	display: block;
	width: 186px;
	height: 113px;
	text-decoration: none;
	margin: 20px auto 0 auto;
	}
	
	
/* NAVIGATION
----------------------------------------------------------------------*/

#nav {
	position: relative;
	width: 550px;
	border: 0px dotted green;	
	margin: 20px auto 14px auto;
	}

ul#navigation  {
	width: 100%;
	margin: 0;	
	list-style: none;
	}
	
ul#navigation a {
	list-style: none;
	text-decoration: bold;
	border: 0px dotted black;
	float: left;	
	margin: 0 10px;
	font-size: 16px;
	}
	
ul#navigation li a.current {
	color: #36485c;
	}
	
.clear {
	height: 0;
	overflow: hidden;
	clear: both;
	}
	
ul#navigation li a.current {
	color: #b0a559;
	}	


/* CONTENT
----------------------------------------------------------------------*/
#content {
	border: 0px dotted green;
	width: 980px;
	}

/* HOMEPAGE
----------------------------------------------------------------------*/

#leftcolumn {
	float: left;
	width: 456px;
	height: 456px;
	margin: 20px 0px 0 20px;
	border: 0px dotted red;
	}


#rightcolumn {
	float: right;
	width: 456px;
	height: 456px;
	margin: 20px 20px 0 0;
	border: 0px dotted blue;
	}
	
#quote {
	text-align: center;
	margin-top: 40px;
	}
	#quote h1 {
		line-height: 30px;	
		margin: 0px;
		font-size: 22px;
		letter-spacing: 1m;
		color: #535353;
		}
		#quote h1 span {
			font-style: italic;
			font-size: 18px;
			color: #b0a559;		
			}
			#quote h2 {
				color: #535353;
				line-height: 12px;
				margin: 0;
				font-weight: 300;
				}
				#quote p span {
					font-style: italic;
					color: #b0a559;
					}
/* FOOTER
----------------------------------------------------------------------*/


#bottom {
	position: relative;
	margin-top: -220px;
	height: 220px;
	width: 100%;
	background-color: #373737;
	clear: both;
	padding-top: 30px;
	}	
	
#bottomcontainer {
	width: 980px;
	border: 1px dotted green;
	margin: 0 auto;
	overflow: hidden;
	}



#footer {
	}
	
#copyright {
	background: url("../images/copyright.gif") 0 0 no-repeat;
	display: block;
	width: 348px;
	height: 49px;
	text-decoration: none;
	margin: 60px auto 20px auto;
	clear: both;
	border: 0px dotted red;	
	}

/* COLLECTIONS
----------------------------------------------------------------------*/
#collectionsheader {
	margin: 20px auto 10px auto;
	text-align:  center;
	border: 0px dotted red;
	color: #000;
	}

#collections {
	margin: 0 auto;
	text-align: center;
	}
	
#collections td {
	margin-top: 20px;
	}
	
#collections tr {
	margin-top: 20px;
	}
/* CONTACT
----------------------------------------------------------------------*/	

#contactme {
	overflow: hidden;
	border: 0px dotted red;
	text-align: center;
	}
	#contactme img {
		float: left;
		width: 475;
		margin: 20px 10px 20px 30px;
		border: 0px dotted red;
		}
		#contactme iframe {
			float: left;
			width: 475;
			margin: 20px 30px 20px 10px;
			border: 0px dotted red;
			}
			#contactme ifram p {
				color: black;
				font: courier;
				}
	
/* CALENDAR
----------------------------------------------------------------------*/
#calendar {
	text-align: center;
	margin: 30px 0 60px 0;
	}
	#calendar img {
		margin: 20px 0;
		}
		#calendar p {
			font-size: 18px;
			}
			#calendar p span {
				color: #b0a559;
				font-weight: bold;
				}
	

/* CONSTRUCTION
----------------------------------------------------------------------*/	
#construction {
	text-align: center;
	margin: 100px 0;
	border: 1px dotted red;
	}
	
/* ABOUT MICHAEL
----------------------------------------------------------------------*/

#biocontent {
	width: 100%;
	margin-top: 30px
	}
	
	#biocontent h1 {
		text-align: center;
		margin-top: 0;
		padding: 0 10px;
		}
		#biocontent h3 {
			margin: 25px 0 0 0;
			padding: 0 10px;
			color: #b0a559;
			}	
			#biocontent p {
				text-indent: 15px;
				margin-top: 5px;
				padding: 0 10px;
				background-color: #fff;
				color: #545454 
				}	
				#biocontent ul {
					font-size: 14px;
					color: #8a8a8a;
					line-height: 20px;
					padding: 0 10px;
					}	
					ul.awards {
						text-indent: 10px;
						list-style: none;
						}	
						#biocontent img {
							margin-left: 5px;
							}	

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