/* @override http://www.angusjournal.com/njas/2010/main.css */

/* -------------------------------------
	Author: T. Copeland ~ api-webservices.com
	Built: 2008-06-30
	Last Edit: 2008-07-21
	URI: http://www.angusjournal.com/njas/2008njas/
---------------------------------------*/
/* @group Layout */
body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(images/bg.jpg);
}

body, p{
	font: 14px Verdana, "Lucida Grande", Lucida, sans-serif;
}

p{
	margin: 0;
	padding-top: .5em;
	padding-bottom: .5em;
}

a{
	text-decoration: none;
}

a:visited{

}

a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	color: #653436;
}

#container{
	margin: auto;
	width: 850px;
	background-color: #e7e2c4;
}

#header{
}

#header a img{
	border: none;
}

#wrapper{
	width: auto;
	height: auto;
}

#nav{
	width: 170px;
	float: left;
	background: #653436 right;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #fff;
	border: 1px solid #30191a;
}

#nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav a{
	display: block;
	padding: 5px 1em;
	color: #fff;
}
#nav a:hover, #footer a:hover{
	color: #000;
	text-decoration: none;
	background-color: #966b46;
}
#nav .updated{
	background-position: right;
	background-repeat: no-repeat;
}
#nav .updated2{
	background-position: right;
	background-repeat: no-repeat;
}
#nav .updated3{
	background-position: right;
	background-repeat: no-repeat;
}
#content{
	color: #000;
	margin: 0 0 0 170px;
	padding: 0 1em;
	min-height: 500px;
}
#content img{
	border: 1px solid;
}
#content img.no_border{
	border: none;
}

#footer{
	border-top: 1px solid #653436;
	clear: both;
	text-align: center;
	width: 100%;
	padding: 1em 0;
}
#footer ul{
	margin: 0 auto;
	padding: 0;
	width: 835px;
}
#footer li{
	display: inline;
	list-style-type: none;
}
#footer a{
	padding: 3px;
	color: #653436;
}
#api{
	float: right;
	clear: both;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}

#api a{
	color: #fff;
}

#api a:hover{
	color: #fc0;
}

#awards{
	width: 650px;
}
#awards, #awards tr, #awards td{
	border: 0 none;
}
#awards td{
	padding: 7px;
}
.pretty_ads{
	width: 450px;
	background-color: #c7e1fd;
	border: 3px dashed #bcc2c0;
	padding: 10px;
	margin: 15px;
	text-align: justify;
}
.simple{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.simple td, .simple th{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 3px;
}
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.photo_credit{
	font-size: 9px;
	font-style: italic;
}

.heading{
	background-color: #653436;
	color: #fff;
	font: bold 14px Verdana, "Lucida Grande", Lucida, sans-serif;
}

.data{
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	background-color: #fff;
}

.cutline{
	font-size: 11px;
}
	
/* @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;
	/* Tr

ick 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;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/* @end */
