@import url("../../../style/flexalyndo.css");



h2 a {
  text-decoration: none;
}

#gallerytitle {
	padding-bottom: 1em;
}

#gallerytitle h2 {
  padding: 1px;
  background: url(../images/util/ie_cant_fucking_dot.gif) repeat-x bottom;
}

#albumdesc {
	padding-bottom: 1em;
}

div.album img {
  float: left;
  padding: 0 10px 10px 0;
}

div.album {
  clear: left;
}

#credit {
	margin: 0 auto;
	font-size: 85%;
	color: #96967E;
	text-align: left;
	clear: both;
}

#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;
}

/* Page Navigation
------------------------------ */
ul.pagelist {
	/*clear: both;*/
	clear:left;
	display: block;
	padding: 0;
	margin: 20px 0 0 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: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}


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

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 0 10px 10px 0;
	margin: 0px;
	line-height: 0px;
    border: 1px white solid;
}

/*
.imagethumb a:visited {
	background: #F2F7F9;
}
*/

.imagethumb a:hover {
	/* border: 1px dotted #104104; */
	/* background: #F4F9FB; */
}

.imagethumb {
	float: left;
}

/* Individual Image
------------------------------ */
.imgnav {
	float: right;
	width: 10em;
}

.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	text-decoration: none;
}

.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}

/* Comments
------------------------------ */
#comments {
	/*clear: both;*/
  padding-top: 5em;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	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;
}

