/* These styles are just for the test template. Make some better ones. And yes, I know it's messy ;-) */
BODY   { font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-align: center }
#main  { text-align: left; margin: 0px auto; width: 970px }
.albumthumb IMG  { float: left; clear: right; margin-right: 10px; border: ridge 6px #191970 }
.imagethumb IMG, .image IMG  { margin: 0px; padding: 3px; border: ridge 6px #000 }
.album  { margin: 0px; padding: 3px; border: #000; position: relative; top: 0px; left: 0px }
.image   { float: left; margin: 0px; padding: 0px }
HR { clear: both; height: 0px; border: 0px; border-top: 1px solid #ccc; margin-top: 0px; padding: 0px; }
#gallerytitle H2  { color: #696969; font-weight: bolder; font-size: 14pt }
.imgnav  { color: #ccc; font-weight: normal; font-size: 14pt; text-align: center; margin-bottom: 4px }
.imgnav a   { color: #999; background-color: #fbfbfb; padding: 2%; width: 46%; height: 14px; display: block }
.imgnav a.prev { float: left; }
.imgnav a.next { float: right; }
.imgnav a:hover, .imagenav a:active { background-color: #eee; color: #F60 !important; text-decoration: none !important; }
#images { margin: 5px 0px 10px; clear: both; }
#albums  { clear: both; margin: 5px 0px 10px; padding: 0px }
.pagenav { margin: 5px 0px 5px; font-size: 8pt; font-weight: bold; color: #CCC; clear: both; }
.pagenav A:link, .pagenav A:visited { color: #333; text-decoration: none; }
.disabledlink { color: #ddd; cursor: default; }
#gallerytitle SPAN { font-weight: normal; color: #CCC; text-decoration: none; }
#gallerytitle A:link, #gallerytitle A:visited { text-decoration: underline; color: #999; }
.albumtitle H3 { position: absolute; left: 130px; top: 3px; margin: 0px; padding: 0px; }
.album p { margin-bottom: 10px; position: absolute; top: 22px; left: 131px; width: 470px }
A:link, A:visited {
	text-decoration: none;
	color: #3366CC;
}
A:hover, A:active, 
#gallerytitle A:hover, #gallerytitle A:active, 
.pagenav A:hover, .pagenav A:active  {
	text-decoration: underline;
	color: #FF6600;
	background-color: #FFFCF4;
}

UL.pagelist {
  padding: 0px;
  margin: 5px 0px 5px;
  list-style-type: none;
  height: 2em;
}
UL.pagelist LI { display: inline; font-weight: bold; }
UL.pagelist LI A, UL.pagelist LI span.disabledlink {
  display: block;
  float: left;
  padding: 2px 4px;
  background-color: #FFF6EC;
  text-decoration: none;
  color: #555;
}
UL.pagelist LI span.disabledlink { background-color: #fff; color: #ddd; cursor: default; }
UL.pagelist LI A:hover { background-color: #FFCC99; color: black; }
UL.pagelist LI.current A { background-color: #FF6600; color: #FFF; cursor: default; }

.commentcount { font-weight: normal; font-size: 11pt; margin-top: 10px; }

#comments {
  border: 1px solid #f0f0f0;
  padding: 15px 20px;
  margin: 15px 0px;
  width: 350px;
  display: block;
}
.comment {
  margin: 15px 0px;
  padding: 10px 10px;
  border: 1px solid #f0f0f0;
  background-color: #f8f8f8;
}
.commentmeta { color: #999; }
.commentauthor { font-weight: bold; }
.commentbody { margin: 5px 0px; line-height: 1.3em; }
.imgcommentform INPUT { margin-top: 4px; border: 1px solid #eee; background-color: #f8f8f8; }
.imgcommentform TEXTAREA { margin-top: 4px; font-family: Arial, helvetica, verdana, sans-serif; font-size: 10pt; border: 1px solid #eee;}
.error { color: #C33; font-weight: bold; }

