/* Basics
------------------------------ */
html {
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 99%;
	margin-bottom: 0.1em;
}

/* Main Layout
------------------------------ */
body {
	background: #fff;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
}
#main {
	text-align: left;
	margin: 20px auto;
	width: 857px;
	background: #fff;
	position: relative;
}
#albums {
	position:absolute;
	top: 1px;
	left: 1px;
	width: 855px;
	height: 572px;
	z-index: 20;
}
#albumscontainer {
	position: relative;
	width: 856px;
	height: 572px;
}
#albumsoutline {
	position:absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #ccc;
	width: 854px;
	height: 572px;
	z-index: 10;
}
#gallerytitle h2 {
	color: #CCCC00;
}


/* Footer
------------------------------ */
#footer {
	position: relative;
	padding: 10px 10px 0 10px;
}
#copyright {
	float: left;
	width: 180px;
	font-size: 0.85em;
}
#description {
	float: left;
	width: 230px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
#imgnav, #albumnav {
	float: right;
	width: 180px;
}
.navprevious a, .navnext a {
	font-weight: bold;
	font-size: 1.2em;
}
.navprevious a:hover, .navnext a:hover {
	text-decoration: none;
	color: #000;
}
.navprevious {
	float: left;
	margin-right: 10px;
}
.navnext {
	margin-left: 10px;
	float: right;
}

#credit {
	clear: both;
	font-size: 0.85em;
	color: #96967E;
	float: left;
	margin: 5px 0px 1px 0px;
	width: 500px;
}
#credit a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}


/* Text Styles
------------------------------ */
body {
	font: normal 0.8em "Franklin Gothic Medium", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #000;
}
h2 {
	font: 2em "Franklin Gothic Medium", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #000;
	padding: 0.1em;
	margin: 0.1em;
	margin-left: 10px;
	font-weight: bold;
}
h2 a:link, h2 a:visited, h2 span {
	color: #CCCC00;
}
h2.grey a:link, h2.grey a:visited, h2.grey span {
	color: #999999;
}
h3 {
	font: 1.2em "Franklin Gothic Medium", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
	/*color: #002E5B;*/
	/*margin-top: 30px;*/
}

.col {
	color: #CCCC00;
}
.grey {
	color: #999999;
}

/* Link Styles
------------------------------ */
a:link, a:active { text-decoration: none; color: #CCCC00; }
a:visited { text-decoration: none; color: #CCCC00; }
a:hover, a:focus { text-decoration: underline; color: #CC9900; }


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}

/* Index page(s)
------------------------------ */
#albumsaddress {
	position:absolute;
	bottom: 1px;
	left: 1px;
	width: 855px;
	z-index: 21;
}


/* Page Navigation
------------------------------ */

#albums ul, #albumsaddress ul {
	font: 2em "Franklin Gothic Medium", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	font-weight: bold;
	list-style-type: none;
}
#albums ul li, #albumsaddress ul li {
	display: block;
	margin: 0.3em 0;
}
#albums ul ul {
	font-size: 1em;
	display: inline;
	padding: 0;
	margin: 0;
}
#albums ul ul li {
	display: inline;
	color: #CCCC00;
}
#albumsaddress li.grey a, #albumsaddress li.grey a:link {
		color: #999999;
}
div.pagelist {
	float: right;
}
ul.pagelist {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 0px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
	display: none;
}
.pagenav {
	float: right;
/*	background-color: #ccc;
	clear: both;*/
}
.pagenav  a {
	font-weight: bold;
	font-size: 1.2em;
}
.pagenav a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #000;
}



/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	width: 170px;
	height: 175px;
	margin: -1px 0px 0px -1px;
	padding-top: 15px;
	border: 1px solid #ccc;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #ccc;
}
.imagethumb a:hover {
	border: 1px solid #999;
	background: #F4F9FB;
}
.imagethumb {
	float: left;
	text-align: center;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
}
.album img {
	float: left;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 340px;
	padding: 3px 0 6px 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: right;
	width: 480px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	position:absolute;
	top: 18px;
	left: 1px;
	width: 855px;
	height: 534px;
	z-index: 20;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#imgprotect {
	position:absolute;
	top: 1px;
	left: 1px;
	width: 855px;
	height: 571px;
	z-index: 25;
}

/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}

/* NEWS ----------------------- */
ul.smallul {
	width: 33%;
}
div.newsarticle {
	float: right;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	width: 66%;
}
/*  BOOKS images -----------------*/
#books {
	position:absolute;
	top: 1px;
	left: 345px;
	width: 510px;
	height: 572px;
	z-index: 20;
	overflow: auto;
}
#books .imagethumb {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
#books .image {
	display: block;
	width: 490px;
	text-align: left;
}
#books p {
	margin-left: 130px;
}
/*
#books .imagethumb a {
	display: inline;
	border: 1px solid #FFFFFF;
}
#books .imagethumb a:hover {
	background:transparent;
	border:1px solid #FFFFFF;
}
*/
p.clearfloat {clear: both;}
