﻿/* Black CSS */
div.caption-container {
	color: #eee;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	color: #888;
}
div.navigation a.prev {
	background-image: url(/images/prev.jpg);
}
div.navigation a.next {
	background-image: url(/images/next.jpg);
}
div.loader {
	background-image: url(loaderWhite.gif);
}
div.slideshow img {
	border-color: #333;
}
ul.thumbs li.selected a.thumb {
	background:url(selected.gif) no-repeat 0 0 ;
	width:75px;
	height:75px;
	padding:5px 0 0 4px;
	margin:-5px 0 0 0
}
div.pagination a:hover {
	background-color: #111;
}
div.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

/* Basic CSS */



h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width:600px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
/* Artist CSS */
h2.artist_name{color:#e79d2c;font:Bold 14px Arial;background:url(artist_arrow.gif) left 4px no-repeat;padding:0;}
.artist_brdr{border:solid 1px #e79d2c;height:100px;width:100px;float:left;padding:0;#padding:0;text-align:center;margin:0}
.artist_Disc{color:#2d468d;font-size:14px;width:520px;margin:0 0 0 5px;float:right}
.artist_Disc p{margin:0}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
	
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;width:72px;height:71px
}
a.play, a.prev, a.next{
	color: #2d468d;
	text-decoration: none;
	font:bold 12px Arial
}
