#main {
	text-align: left;
	margin: 0px auto 20px auto;
	width: 500px;
	padding: 0;
	
}
#credit {
	margin: 0 auto;
	font-size: 85%;
	
	text-align: right;
	clear: both;
}
#credit a {
	text-decoration: none;
	
	border-bottom: 1px dotted #96967E;
}
#credit a:hover {
	
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
#gallerytitle {

	padding-bottom: 15px;
	margin-bottom: 0px;
	_margin-top: 0px; /* IE Only */
}


/* Text Styles
------------------------------ */

#main h2 {
	Arial, sans-serif;
	margin-top: 0px;
}
#main h2 a:link, #main h2 a:visited, #main h2 span {
	
}
#main h3 {
	font: 120% Arial, sans-serif;
	color: #002E5B;
	margin-top: 0px;
}


/* Link Styles
------------------------------ 
#main a:link, #main a:active { text-decoration: underline; color: #17A; }
#main a:visited { text-decoration: underline; color: #035; }
#main a:hover, #main a:focus { text-decoration: underline; color: #6BD; }
*/

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


/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 20px 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
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: #ceb694;
	cursor: default;
}
.pagenav {
	clear: both;
}


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

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	height: 125px;
    padding: 10px 5px 5px 5px;
	margin: 6px;
	border: 1px solid #b5a083;
	background: #CEB694;
	width: 115px;
	text-align: center;
}
.imagethumb a:visited {
	border: 1px solid #b5a083 ;
	background: #CEB694;
}
.imagethumb a:hover {
	border: 1px solid #7e835b;
	background: #a9ae84;
}
.imagethumb {
	float: left;
}
.imagethumb p {margin: 7px; font-size: 10px;}

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


/* Individual Image
------------------------------ */
.image { 
	margin: 0 25px;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: left;
	width: 498px;
	text-align: center;
	border: 1px solid #b5a083;
	background: #CEB694;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	line-height: 200%;
	color: #574d3f;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #a9ae84;
	text-decoration: none;
	color: #585e38;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 498px;
}


/* Comments
------------------------------ */
#main #comments {
	clear: both; display: none;
}
#main .error { 
  color: #C33; 
  font-weight: bold; 
}
#main .comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
	margin-bottom: 12px;
}
#main .commentmeta {
	margin-bottom: 12px;
}
#main .commentauthor {

	font-weight: bold;
}
#main .commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}


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