/* Structure
----------------*/

body {
	padding: 0px;
	margin: 0px;
	background: #fff;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:black;
	text-align:center
	}

html, body {
	min-height:100.1%;
	}
	


/* Links
----------------*/

a:link, a:visited {
	color:#616D7E;
	text-decoration:none;
	}

a:hover, a:active {
	color:#616D7E;
	text-decoration:underline;
	}



/* Reset
----------------*/


p {
	margin: 0 0 10px 0;
	text-align: left;
}



/* Custom
----------------*/

.wrapper { margin: 0 auto; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.noborder { border: 0px; }


/* header
----------------*/

#header {
	margin: 8px;
	}

#header .wrapper {
	height: 15px;
	}


#navigation-left {
       float:left;
	clear:left;
	text-align:left;
	}


#navigation-right {
    	float:right;
	clear:right;
	text-align:right;
	}



/* photo
----------------*/


#photo {
    	width: 100%;
	margin-top: 25px;
	text-align: center;
	background: #FFF url(../images/loading.gif) no-repeat center;
}


#photo .wrapper {
	position: relative;
}



/* photo-info
----------------*/

#photo-info {
    	margin-top: 25px;
	}

#photo-info .wrapper {
    	width: 1000px;
	}


#image-title {
	font-weight: bold;
	float:left;
	clear:left;
	text-align:left;
	}

#comment-link {
    	float:right;
	clear:right;
	text-align:right;
	}
	
#image-notes {
	margin: 10px auto 10px auto;
	float:left;
	clear:left;
	text-align:justify;	
	width: 50%;
	}




/* comments
----------------*/

#comments {
       margin-top: 25px;
	}

#comments .wrapper {
	width: 750px;
       }


#comments-list {
       width:50%;
	text-align:left;
	float: left;
	clear: left;
	margin: 10px auto 20px auto
	}

#comments-list ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	}

	
#comments-list li {
	border-top:1px solid #ddd;
	display:block;
	margin-top: 6px;
	padding-top: 6px;
	}
	

#comments-list br {
	margin: 0 0 8px 0;
	}


#comments-post {
	float: right;
	clear: right;
	text-align: left;
	margin: 10px auto 20px auto;
	}


#comments-post textarea {
	width:100%;
	border:1px solid #ddd;
	font: normal 10px Verdana, Arial;
	color:black;
	padding:5px;
	margin-top: 5px;
	}


.input {
    	width:75%;
	border:1px solid #ddd;
	color:black;
	padding:5px;
    	}

.button {
	border:1px solid #ddd;
	background: #fff;
	color:black;
	padding:4px;
	}






/* browsing
----------------*/



#menu_browse{
	position: absolute;
	margin: 0px;
	margin-right: -10px;
	padding: 0px;
	top: 0px;
	left: 0px;
	z-index:10;
}

#menu_browse a{
	outline: none;
}

#menu_browse_prev, #menu_browse_next{
	width: 49.9%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; 
	display: block;
}

#menu_browse_prev {
	top: 0px;
	left: 0px;
	float: left;
}

#menu_browse_next {
	top: 0px;
	right: 0px;
	float: right;
}

#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background: url(../images/previous.gif) left center no-repeat;
	cursor: pointer;
}

#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: url(../images/next.gif) right center no-repeat;
	cursor: pointer;
}




/* pages
----------------*/


#page {
    	background:#fff;
	padding:10px;
	text-align:left;
	width: 775px;
	margin:0px auto;
	margin-bottom:25px;
	line-height: 13px;
	}

.column {
	text-align:left;
	color: #000;
	vertical-align:top;
	padding:10px;
	}

.column a:link, .column a:visited {
	color: blue;
	}

.column a:hover, .column a:active {
	color: blue;
	decoration: underline;
	}

.column p {
	margin: 10px 0 10px 0;
	text-align: left;
}


	
.thumbnails {
	border:1px solid #ddd;
	padding:3px;
	margin:3px;
	}

