/* -------------------------------------
	Author: John Doe ~ johndoe.com
	Built: 2008-06-26
	Last Edit: 2008-06-26 JD
	URI: http://www.theanguswebsite.com
---------------------------------------*/
/* @group Layout */

body{
	margin: 0;
	padding: 0;	
}
body, p{
	
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	padding-top: 0;
}
/* An extra div if needed, not plugged into the HTML by default */
#contact{
	
}
#container{
	display: block;
	width: 824px;
	margin: auto;
	border-right: 1px solid #4c7f83;
	border-left: 1px solid #4c7f83;
	border-bottom: 1px solid #4c7f83;
	background: url(images/right_col_bg.jpg) repeat-y;
}
#header{
	display: block;
	background: url(images/header.jpg) no-repeat;
	width: 824px;
	height: 38px;
	padding-top: 111px;
	font: bold 30px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding-left: 31px;
	color: #504424;
}
#wrapper{
	
}
#nav{
	display: block;
	float: left;
	font: 14px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#nav ul{
	margin: 0;
	list-style-type: none;
	padding-left: 0;
	width: 150px;
}

#nav li a{
	display: block;
	text-decoration: none;
	color: #504424;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}

#nav li a:hover{
	background-image: url(images/over.jpg);
	color: #fff;
}

#content{
	display: block;
	float: right;
	width: 666px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-right: 2px;
	padding-left: 2px;
	min-height: 300px;
}
#footer{
	display: block;
	clear: both;
	padding-left: 151px;
	text-align: center;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ece0c6;
}

#footer a{
	color: #504424;
	text-decoration: none;
}

#footer a:hover{
	color: #d15e1b;
	text-decoration: underline;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	margin: auto;
	width: 824px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #504424;
}

#api a{
	color: #504424;
}

#api a:hover{
	color: #ce5c15;
}

td{
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}

.heading{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.data{
	background-color: #fff;
}


/* @end */

/* @group AJAX Members List */

#memnav a{
 	font-size: 15px;
	font-weight: bold;
	background-color: #c11676;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	}
	
#memnav a:hover{
	font-size: 15px;
	font-weight: bold;
	background-color: #4ab855;
	color: #fff;
	text-decoration: none;
	padding: 3px;

	}
/* @end */

/* @group 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; }



/* @end */

