
body {
	background: #111 url('../images/bg1.png') top center no-repeat;
	color: #555;
	
}
a,a:link,a:visited {
	color: #555;
	text-shadow:1px 1px 3px #0a0a0a;
}
a:hover,a:active {
	color: #999;
	text-shadow:1px 1px 3px #0a0a0a;text-decoration:underline;
}
#site-title {
	color: #555;
}
#site-title a,
#site-title a:link,
#site-title a:visited,
#site-title a:active {
	color: #555;
}
#img-title a,
#img-title a:link,
#img-title a:visited {
	color: #555;
}
#img-title a:hover,
#img-title a:active {
	color: #999;
}
#img-info-comment {
	background: transparent ;
}
#notes-cmts-container {
	background-color: #202020;
	border: 1px solid #000;
}

#notes-cmts-container2 {
	background-color: #111;
	border: 1px solid #000;
}

div.bubble blockquote {
	background-color: #2a2a2a;
	border: 1px solid #000;
}
div.owner blockquote {
	font-style: italic;
}
div.bubble div.tip {
	background: transparent url(./dark/tip-dark.gif) no-repeat 0% 0%;
}
#img-comments li {
	border-bottom: 1px solid #000;
}
#img-comments fieldset {
	border: none;
}
#img-comments .button,
#img-comments input,
#img-comments label,
#img-comments select,
#img-comments textarea {
	color: #777;
}
#img-comments input,
#img-comments textarea,
#img-comments select {
	background-color: #666;
	border: 1px solid #000;
}
#img-comments .button {
	background-color: #111;
	border-width: 3px;
	border-style: double;
	border-color: #000;
	color:#555;
	cursor:pointer;
}

#browse-nav-container li {
	border-bottom: 1px solid #222;
}
.border-frame {
	background: #111 url(./dark/loader-dark-32x32.gif) no-repeat 50% 50%;
	border-width: 0px;
	border-style: solid;
	border-color: #000;
}
.thumbnail-border-frame {
	background: #222 url(./dark/loader-dark-16x16.gif) no-repeat 50% 50%;
	border:1px solid #000;
	opacity:0.9;
	}

img.border-matte {
	border-width: 0px;
	border-style: solid;
	border-color: #111;
}
.paginator .this-page {
	border: 1px dotted #000;
	color: #b22222;
}
.paginator a,
.paginator a:link,
.paginator a:visited {
	border: 1px solid #555;
}
#paging-nav-container div.results {
	color: #777;
}
#footer {
	border-top: 1px solid #000;
}

#img-photo { border:1px solid #202020;
	     padding:1px;
	   }
hr {display:block;
    background:#333;
	height:1px;
	border:0px solid #000;
	margin:4px 0 2px 0;
	width:150px;
	}