body {
	font-family:"Trebuchet MS", Sans-Serif; 
	font-size:12px;
	background:#ddd;
	text-align:center;
	color:#aaa;
	margin:0;
	padding:0;
	}


a:link, a:visited {
	color:#999;
	text-decoration:none;
	}
	a:hover {
	color:#f67;
	}


div#main {
	width:620px;
	padding:20px;
	margin:0 auto;
	text-align:left;
	}


/*---head of page---*/
		
div#gallerytitle {
	font-size:30px;
	font-family:Impact, "Trebuchet MS", Sans-Serif;
	display:inline;
	}
	#gallerytitle a:link, #gallerytitle a:visited {
		color:#fff;
		}
		#gallerytitle a:hover {
			color:#f67;
			}

span.crumbs {
	font-family:Impact, "Trebuchet MS", Sans-Serif;
	font-size: 15px;
	color:#fff
	}
	span.crumbs a:link, span.crumbs a:visited {
		color:#fff;
		}
		span.crumbs a:hover {
			color:#f67;
			}



/*---list of pages (123...)---*/
div.pagelist {
	text-align:right;
	font-size:0.8em;
	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:#f67;
				}



/*---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 {
	}

.album {
	background:#fff;
	margin-bottom:1px;
	padding:10px;
	height:100px;
	}

	.albumthumb { /*(thumbnails on index page)*/
		float:left;
		}
		.albumthumb img {
			border:none;
			}

	.albumtitle {
		float:right;
		width:490px;
		color:#ccc;
		font-weight:bold;
		}
		span.impact {
		font-family:Impact, "Trebuchet MS", Sans-Serif;
		font-size:20px;
		font-weight:normal;
			}
		.albumtitle a:link, .albumtitle a:visited {
			color:#ccc;
			text-decoration:none;
			}

	.albumdesc {
		float:right;
		width:490px;
		}



/*---thumbnails on albumpage---*/

div#images img{
	border:none;
	width:98px;
	height:98px;
	margin:1px;
	}
div#images {
	background:#fff;
	padding:10px;
	line-height:0px;
	margin-bottom:1px;
	}


/*---albumdescription on albumpage---*/
div.inside_albumdesc {
	background:#fff;
	margin-bottom:1px;
	clear:both;
	}
		td.inside_gallerytitle {
			width:176px;
			background:#fff;
			padding:10px 10px 10px 13px;
			border-right:1px solid #eee;
			}
		td.inside_gallerydesc {
			width:397px;
			background:#fff;
			padding:10px 10px 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:600px;
	}



/*---zencomments---*/
table.commentlinktable {
	margin:0px 0px 1px 0px;
	color:#aaa;
	line-height:20px;
	background:#fff;
	}

td.imagetitle {
	width: 182px;
	background:#fff;
	padding:10px 10px 10px 13px;
	border-right:1px solid #eee;
	}

	strong {color:#f67;}
td.imagedesc {
	background:#fff;
	width:397px;
	padding:10px 10px 10px 13px;
	}
td.commentcount {
	width: 179px;
	background:#fff;
	padding:0px 10px 5px 0px;
	border-right:1px solid #eee;
	}

td.commentlink {
	background:#fff;
	width:400px;
	padding:0px 10px 5px 0px;
	}
div.commentcount, div.commentlink {
	font-size:0.8em;
	text-align:right;
	}
	div.commentlink a:link, div.commentlink a:visited {
		color:#f67;
		}
		div.commentlink a:hover {
			color:#f67; text-decoration:underline;
			}
	div.commentcount a:link, div.commentcount a:visited {
		color:#777;
		}
		div.commentcount a:hover {
			color:#f67;
			}

.commenthidden {display:none}
.commentshown {display:inline}



table.commenthidden, table.commentshown {
	color:#aaa;
	}

div#comments {
	width:420px;
	}

div.imgcommentform {
	background:#fff;
	width:179px;
	padding:10px;
	}


form {padding:0; margin:0;}
td, table {padding:0; margin:0;}

.imgcommentform input, .imgcommentform textarea {
	background:#eee;
	border:none;
	color:#999;
	font-size:11px;
	padding:1px;
	font-family:"Trebuchet MS", Sans-Serif;
	}
	.imgcommentform textarea {
		width:174px;
		}
	.imgcommentform input.width {
		width:174px;
		}


div.comment {
	padding:10px;
	border-bottom:1px solid #eee;
	background:#fff;
	}


	
td.comments {
	width:445px;
	background:#fff;
	border-right:1px solid #eee;
	}


.commentauthor {
	color:#f67;
	font-family:"Trebuchet MS", Sans-Serif;
	}
		.commentauthor a:link, .commentauthor a:visited {
			color:#f67;
			text-decoration:underline;
			}
			.commentauthor a:hover {
				color:#f67;
				}



/*---Powered-by link---*/
.underline {
	font-size:0.8em;
	color:#fff;
	}
	.underline a:link, .underline a:visited {
		color:#fff;
		text-decoration:underline;
		}
		.underline a:hover {
			color:#f67;
			text-decoration:none;
			}
			
/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
    _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; }