/*

	JS .5
	
*/

/* Basics
------------------------------ */
html {
	/* Moz */
	height: 100%;
}

/* Main Layout
------------------------------ */
body {
	background: #F5F5F3;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
}
#main {
	position: relative;
	text-align: left;
	margin: 20px auto;
	width: 850px;
	background: #fff;
	padding: 20px 30px 70px;
	border: 1px solid #0fd0d2;
}
#gallerytitle {
	border-bottom: 1px solid #ededed;
	padding-bottom: 14px;
	margin-bottom: 20px;
	/*min-height: 40px;
  _height: 40px;*/
}
#gallerytitle h2 { 
	font-weight: normal; 
	font-size: 12pt; 
	margin-top: 18px;
	width:510px;
}

/* @group Links Styles */

a:link, a:active, a:visited { text-decoration: underline; color: #252525; font-weight: bold; }
a:hover, a:focus { color: #4f4f4f; }

/* @end */

/* @group Text Styles */

body {
	font: normal 82%/200% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;

}
h2 {
	font: 115% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
h3 {
	font: 110% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;

	margin-top: 30px;
}
h3 a:link, h3 a:visited { text-decoration: none; }
h3 a:hover { text-decoration: underline; }

/* @end */

/* @group Misc */
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;
}

#imagemetadata {
  text-align: right;
  position: relative;
  display: none;
}

#imagemetadata table {
  text-align: left;
  line-height: 1em;
  border: 1px solid #ccc;
  position: absolute;
  top: 2em;
  right: 0px;
  background-color: #fafafa;
}

#imagemetadata table td {
  background-color: #f8f8f8;
  padding: 2px 5px;
}

/* @end */


/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	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;
}
.disabled_nav {
	visibility: hidden;
}

/* @group Ajax */
#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 4px;
}



#exif_link {
  float: right;
}

/* @end */

/* @group Thumbnails */

.imagethumb {
	
}
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
	    border: 1px solid #e1e1e1;
}
.imagethumb a:visited {

    border: 1px solid #e1e1e1;
}
.imagethumb a:hover {
	border: 1px solid #e1e1e1;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}

/* @end */

/* @group Navigation */

#navigation ul li{
	display: inline;
	list-style-type: none;
	margin: 0 14px 0 0;
}

#navigation ul {
	margin: 0;
	padding: 0 0 0 10px;
}

#navigation {
	background-color: #ededed;
}

#navigation a {
	color: #282828;
	text-decoration: none;
}

#navigation a:hover {
	color: #3a3a3a;
}



/* @end */

/* @group Album Thumbnails
------------------------------ */

#albums {
	float: left;
	margin-left: 50px;
}
.album {
	margin: 0 12px 8px 0;
    padding: 10px 8px 2px 10px;
	float: left;
	width: 220px;

    line-height: 100%;
}
.album a img {  }
.album .thumb {
	margin: auto;
		border: 1px solid #e1e1e1;
			padding: 9px;
	margin: 0px 9px 9px 0px;
}

.thumb {
	text-align: center;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album p {
	line-height: 12px;
	font-size: 11px;
    padding: 4px 0px 0px;
    margin: 0px;
}


.albumdesc {
	clear: both;
	text-align: center;
	margin-top: 3px;
}

/* @end */

/* @group Individual Images */

.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	clear: both;
	width: 140px;
	text-align: center;
	background-color: ;

	margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;

}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
color: #363636;
	text-decoration: none;

}

.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 14px auto;
	width: 440px;
	text-align: center;
	font-weight: bold;
}

.imgprevious {
	position: absolute;
	bottom: 0;
	background-color: #ededed;
	left: 0;
	padding-left: 10px;
	width: 90px;
}

.imgnext a, .imgprevious a, .imgnext a:hover, .imgprevious a:hover{
		color: #282828;
}

.imgnext {
	background-color: #ededed;
	position: absolute;
	bottom: 0;
		padding-right: 10px;
	right: 0;
	width: 100px;
}

/* @end */


.linklist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.linklist ul li{
	border-bottom: 1px solid #252525;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.linklist ul li a{
text-decoration: none;
}

.title {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 10px;
}