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

/* Main Layout
------------------------------ */
body {
	background: #F5F5F3;
	margin: 0px;
	padding: 0px 0px 50px; 
	text-align: center;
}
#main {
	text-align: left;
	margin: 20px auto;
	width: 750px;
	background: #fff;
	padding: 20px 30px; 
	border-top: 1px solid #E6E6DF; 
	border-right: 1px solid #E6E6DF; 
	border-bottom: 5px solid #E6E6DF; 
	border-left: 1px solid #E6E6DF; 
}



div.midden {
	text-align: center;
	margin-right: 0 auto;
	margin-left: 0 auto;
	padding: 20px 0px 0px 70px;	
}

div.foto{
	text-align: center;
	line-height: 0;
	padding: 0px;
	margin: 0px;
}

img.foto {
	width: 640px;
}

#credit, #sort {
	margin: 0 auto;
	width: 725px;
	font-size: 85%;
	color: #96967E;
	text-align: right;
}
#credit a, #sort a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover, #sort a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
#gallerytitle {
	border-bottom: 1px solid #E6E6DF;
	padding-bottom: 14px; 
	margin-bottom: 20px; 
	/*min-height: 40px;
  _height: 40px;*/
}
#gallerytitle h2 { 
	font-weight: normal; 
	font-size: 12pt; 
	margin-top: 18px; 
	width:500px; 
}

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

/* Text Styles
------------------------------ */
body {
	font: normal 82%/200% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif; 
	color: #5A5A4B;
}
h2 {
	font: 115% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #002E5B;
}
h2 a:link, h2 a:visited {
	color: #8DB8CF;
	text-decoration: none;
}
h2 span {
	color: #8DB8CF;
}
h2 a:hover {
	color: #94c2e5;
	text-decoration: none;
}
h3 {
	/* font: 110% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif; */
	font-weight: bold;
	color: #002E5B;
	margin-top: 30px;
}
h3 a:link, h3 a:visited { text-decoration: none; }
h3 a:hover { text-decoration: underline; }


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

/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: auto; //0px 9px 9px 0px
 	line-height: 0px;
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
}
.imagethumb a:visited {
    background-color: #fcfcfc;
    border: 1px solid #f8f8f8;
}
.imagethumb a:hover {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}
.album {
	margin: 12 8px 8px 0; 
   padding: 10px 8px 2px 10px; 
	float: left;
	width: 305px;
	border: 1px solid #E7F0F5;
	background: #F7F9FD;
   line-height: 100%;
}
.album a  {  }
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album p {
	line-height: 12px;
	font-size: 11px;
   padding: 4px 0px 0px;
   margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}

.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0; 
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}

#comments {
	clear: both;
}
/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}
.album {
	margin: 0 12px 8px 0;
   padding: 10px 8px 2px 10px; 
	float: left;
	width: 305px;
	border: 1px solid #E7F0F5;
	background: #F7F9FD;
   line-height: 100%;
}
.album a  {  }
.album .thumb {
    float: left; 
    margin-right: 16px;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album p {
	line-height: 12px;
	font-size:11px;
   padding: 4px 0px 0px; 
   margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}

.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0; 
	font-size: 120%;
	text-decoration: none;
	line-height: 180%; 
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}

#comments {
	clear: both;
}


