/*---head of page---*/
		
h1 a:link, h1 a:visited {
		color:#636;
		text-decoration: none;
		}
		
		h1 a:hover {
			color:#636;
			text-decoration: underline;
			}

span.crumbs {
	font-size: .9em;
	color:#777
	}
	span.crumbs a:link, span.crumbs a:visited {
		color:#777;
		}
		span.crumbs a:hover {
			color:#636;
			}



/*---list of pages (123...)---*/
div.pagelist {
	width: 525px;
	position: relative;
	float: right;
	text-align:right;
	font-size:1em;
	background:#fff;
	margin-bottom:1px;
	padding:3px 10px 3px 10px;
	}
	
	ul.pagelist {
		margin:0;
		padding:0;
		}

		ul.pagelist li{
			list-style-type:none;
			display:inline;
			}
			li.current a:link, li.current a:visited {
				color:#777;
				}
			li.current a:hover {
				color:#636;
				}	


/*---next/prev image---*/

div.imgnav {
	text-align:right;
	background:#fff;
	padding:3px 10px 3px 10px;
	font-size:0.8em;
	margin-bottom:1px;
	}




/*---list of albums on index page---*/

#albums {
	padding-top: 15px;
	}

.album {
	background:#fff;
	margin-bottom:1px;
	padding:10px;
	height:150px;
	}

	.albumthumb { /*(thumbnails on index page)*/
		float:left;
		clear: left;
		position: relative;
		}
		.albumthumb img {
			border:none;
			}

	.albumtitle {
		font-size: .8em;
		float:right;
		width:350px;
		color:#666;
		font-weight:bold;
		}
		.albumtitle a:link, .albumtitle a:visited {
			font-size: 1.2em;
			color:#636;
			text-decoration:none;
			}
		.albumtitle a:hover {
			text-decoration: underline;
			}	

	.albumdesc {
		float:right;
		width:350px;
		}



/*---thumbnails on albumpage---*/

div#images img{
	clear: left;
	border:none;
	width:146px;
	height:146px;
	margin:1px;
	}
div#images {
	background:#fff;
	padding:10px;
	line-height:0px;
	margin-bottom:1px;
	}


/*---albumdescription on albumpage---*/
div.inside_albumdesc {
	background:#fff;
	margin: 0 1px;
	clear:both;
	}
	
	.inside_albumdesc table {
		width: 522px;
	}
		td.inside_gallerytitle {
			width:176px;
			background:#fff;
			padding:10px 5px 10px 13px;
			border-right:1px solid #eee;
			}
		td.inside_gallerydesc {
			width:397px;
			background:#fff;
			padding:10px 5px 10px 13px;
			}


/*---the main image on the image page---*/
div.the_image {
	background:#fff;
	text-align:center;
	line-height:0px;
	padding:10px;
	margin-bottom:1px;
	width:515px;
	}



/*---zencomments---*/
table.commentlinktable {
	color:#aaa;
	line-height:20px;
	background:#fff;
	width: 520px;
	}

td.imagetitle {
	width: 3px;
	background:#fff;
	padding:10px 10px 10px 13px;
	}

	strong {color:#636;}
td.imagedesc {
	background:#fff;
	width:300px;
	padding:10px 10px 10px 13px;
	}
td.commentcount {
	width: 220px;
	background:#fff;
	padding:0px 10px 5px 0px;
	}

td.commentlink {
	background:#fff;
	width:300px;
	padding:0px 10px 5px 0px;
	}
	
div#comments, div.comments {
	padding-top: 10px;
	}	

div.commentcount, div.commentlink {
	font-size:0.8em;
	text-align:right;
	}
	div.commentlink a:link, div.commentlink a:visited {
		color:#777;
		}
		div.commentlink a:hover {
			color:#636; text-decoration:underline;
			}
	div.commentcount a:link, div.commentcount a:visited {
		color:#777;
		}
		div.commentcount a:hover {
			color:#636;
			}

.commenthidden {display:none}
.commentshown {display:inline}



table.commenthidden, table.commentshown {
	color:#aaa;
	width: 520px;
	}

div#comments {
	width:280px;
	padding: 0 5px;;
	}

div.commentmeta {
	font-size: .9em;
	padding: 4px 0;
}

div.imgcommentform {
	background:#fff;
	width:215px;
	padding:1px;
	}


form {
	padding:0; margin:0;
	}

td, table {padding:0; margin:0;}

table {
	border:1px solid #eee;
}

td {
	border: none;
}

.imgcommentform input, .imgcommentform textarea {
	background:#eee;
	border:none;
	color:#999;
	font-size:1em;
	padding:2px;
	}
	.imgcommentform textarea {
		width:180px;
		}
	.imgcommentform input.width {
		width:180px;
		}


div.comment {
	background:#fff;
	}


	
td.comments {
	width:280px;
	background:#fff;
	}


.commentauthor {
	color:#636;
	font-family:"Trebuchet MS", Sans-Serif;
	}
		.commentauthor a:link, .commentauthor a:visited {
			color:#636;
			text-decoration:underline;
			}
			.commentauthor a:hover {
				color:#636;
				}



/*---Powered-by link---*/
.underline {
	font-size:0.8em;
	color:#777;
	}
	.underline a:link, .underline a:visited {
		color:#777;
		text-decoration:underline;
		}
		.underline a:hover {
			color:#636;
			text-decoration:none;
			}
			
/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #036; }

#admin ul {
	list-style-type:none;
}
	