/* --TAGS --------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	border:0;
	}

body {
	background: url('images/bk-top-tile.jpg') repeat-x top left #badbec;
	font-family: Arial, san-serif;
	font-size:12px;
	}

h2 {
	font-family:"Century Gothic", san-serif;
	font-size:22px;
	color:#A50051;
	border-bottom: solid 1px #bab9b9;
	margin: 20px 0px 10px 0px;
	}

h3 {
	font-family:"Century Gothic", san-serif;
	font-size:16px;
	color:#A50051;
	margin: 5px 0px ;
	}

h4 {
	font-size: 15px;
	margin:5px 0;
	}

a:link, a:visited {
	color: #A50051;
	}

a:hover {
	background: #A50051;
	color:#fff;
	}

p {
	margin-bottom: 10px;
	}


/* --IDS --------------------------------------------------------------*/

#header {
	width:840px;
	margin:11px auto 0px auto;
	overflow:hidden;
	color:#fff;
	font-family: "Century Gothic", san-serif;
	font-size: 12px;
	background: url('images/profile.jpg') no-repeat bottom right;
	height:160px;
	}

	#header h1 {
		background: url('images/logo.gif') no-repeat;
		text-indent: -5000px;
		height:50px;
		width:381px;
		margin-bottom:10px;
		}
		
	#header h2 {
		font-size:22px;
		margin:0;
		font-weight:normal;
		color:#fff;
		border:none;
		}

	#header a{
		color:#fff;
		text-decoration:none;
		}

#contentBox {
	width:850px;
	background: #fff;
	margin:auto;
	padding:10px;
	overflow:hidden;
	}

#subContent {
	background: #f6f4f4;
	width: 200px;
	padding:10px;
	float:left;
	}

#nav {
	border:solid 1px #bab9b9;
	padding:3px 3px 0px 3px;
	font-family: "Century Gothic", san-serif;
	font-size:14px;
	margin-bottom:10px;
	}

	#nav li {
		height:24px;
		background: url('images/nav-bk.jpg') repeat-x center;
		border:solid 1px #bab9b9;
		margin-bottom:3px;
		padding-left:15px;
		padding-top:5px;
		list-style-type:none;
		}

	#nav a:link, #nav a:visited {
		text-decoration:none;
		color:#000;
		}

	#nav a:hover {
		color: #A50051;
		background:none;
		}

#mainContent {
	float:left;
	margin-left:30px;
	width:600px;
	}


/* --HOME --------------------------------------------------------------*/

.featured {
	width: 153px;
	border: solid 1px #bab9b9;
	padding:3px;
	float:left;
	margin-right:20px;
	background:#f6f4f4;
	}

	.featured img {
		width: 150px;
		height: 100px;
		border:solid 1px #badbec;
		}
.intro {
	font-size: 14px;
	color:#666;
	line-height: 1.3em;
	}

/* --LISTING --------------------------------------------------------------*/

.listing {
	border:solid 1px #bab9b9;
	padding:10px;
	background:#F6F4F4;
	overflow:hidden;
	margin-bottom:20px;
	}

	.listing img {
		float:left;
		width:250px;
		height:167px;
		border:solid 1px #bab9b9;
		margin-right:10px;
		}

.thumbs img {
	height:50px;
	width:75px;
	}


/* --LISTING DETAIL --------------------------------------------------------------*/

.listingDetail img{
	float:left;
	width:140px;
	height:94px;	
	border:solid 1px #bab9b9;
	margin:0px 5px 5px 0px;
	}

/* --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(http://www.bill-wallace.com/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.bill-wallace.com/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; }


/* --CLASSES --------------------------------------------------------------*/

.clear {
	clear:both;
	}
	