/* -----------------------------
	Design: Tim Blumer
	CSS: Thuy Copeland ~ api-webservices.com
	Created: 2007-11-29
	Last Edit: 2007-11-30
	URI: http://www.angusjournal.com/gmaa/
------------------------------- */
/* @group Layout */

body{
	margin: 0;
	padding: 0;
}
body, p{
	font: 14px "Gill Sans", Futura, "Trebuchet MS", sans-serif;
}
p{
	padding: 0;
	margin: 0 0 1em;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	color: #063;
	padding: 0;
	margin: .5em 0 0;
}
h2, h3, h4, h5, h6{
	font-weight: normal;
	font-style: normal;
	color: #063;
	margin: 0;
	padding-top: .5em;
}
.announcement{
	margin: auto;
	width: 300px;
	text-align: center;
	padding: 10px;
	border: 2px dashed #030;
}
#container{
	background: url(images/design/body_bg.gif) repeat-y;
	width: 742px;
	margin: auto;
}
#wrapper{
	background: url(images/design/header.gif) no-repeat;
	padding-top: 130px;
}
#leftcol{
	float: left;
	width: 150px;
	padding-top: 1em;
}
#leftcol ul{
	padding: 0;
	list-style-type: none;
	float: right;
	text-align: right;
	margin: 0 0 1em;
}
#leftcol li{
	font-variant: small-caps;
	font-size: 20px;
	letter-spacing: .125em;
	padding: 3px 8px 0 0;
}
#leftcol li a{
	text-decoration: none;
	color: #fff;
	display: block;
	width: 130px;
	padding: 0 5px 0 0;
	border: 1px outset #b3b3b3;
}
#leftcol li a:hover{
	border: 1px inset #b3b3b3;
	color: #030;
}
#leftcol p{
	font-size: 12px;
	text-align: right;
	padding-right: 1em;
}
#leftcol p a:hover{
	color: #fff;
}
#rightcol{
	padding-left: 150px;
}
#content{
	padding: 0;
	margin: 0 1.25em 0 1.5em;
}
#content a:hover{
	color: #529775;
}
#footer{
	background: #fff url(images/design/footer.gif) no-repeat;
	clear: both;
	padding: 2px 0 0;
	height: 25px;
}
#footer ul{
	padding: 0 0 0 160px;
	margin: 0;
}
#footer li{
	display: inline;
	font-variant: small-caps;
	font-size: 16px;
	letter-spacing: .125em;
	padding-right: .5em;
}
#footer li a{
	text-decoration: none;
	color: #fff;
}
#footer li a:visited{
	color: #529775;
}
#footer li a:hover{
	text-decoration: underline;
}
#api{
	text-align: right;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 740px;
	margin: auto;
	padding: 1em;
}
#api a:hover{
	color: #1d7ffd;
}
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
/* @end */

/* @group AJAX Members List */

#memnav a{
 	font-size: 15px;
	font-weight: bold;
	background-color: #026433;
	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 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: transparent url(images/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(images/prevlabel.gif) no-repeat left 15%;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(images/nextlabel.gif) no-repeat right 15%;
}

#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;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/* @end */

