@charset "UTF-8";
/* CSS Document */

/*

font-family: Georgia, "Times New Roman", Times, serif;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family:Garamond, 'Hoefler Text', Times New Roman, Times, serif;
font-family: 'Myriad Pro','Helvetica','Arial',sans-serif



*/



body, img, h1, h2, h3, h4, p, blockquote, form, table, tr, td {
margin:0px;
padding:0px;
border:none;
list-style-type:none;
}

body {
	font-size: 62.5%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position:relative;
	background-color:#111111;
	color:#fff;
	font-size:12px;
}

.clear {
clear:both;
visibility:none;
}


#header {
padding:10px;
background-color:#000000;
}

	.back {
	float:left;
	}
	
		.back a:link, .back a:visited {
		color:#fff;
		text-decoration:none;
		}
		
		.back a:hover {
		text-decoration:underline;
		}
	
	#header h1 {
	float:right;
	color:#fff;
	font-size:1.5em;
	line-height:1em;
	text-shadow:#000 3px 3px 0px;
	}
	

#thumbs-wrap {
position: fixed;
bottom:0px;
background-color:#000;
padding-bottom:20px;
padding-top:20px;
text-align:center;
width:100%;
}

	#thumbs {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	color:#000;
	}
	
	#thumbs img {
	cursor:pointer;
	}


#current {
	text-align: center;
	padding:20px;
}

	#current img {
	border:10px #222 solid;
	-moz-border-radius:5px 5px 5px 5px;
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 1);
	-webkit-border-radius:5px 5px 5px 5px;
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 1);
	}

#sets {
margin-top:60px;
width:960px;
margin-left:auto;
margin-right:auto;
padding-bottom:20px;
}
	
	#sets ul li {
	margin:10px;
	width:75px;
	cursor:pointer;
/*	padding:5px;
*/	float:left;
	background-color:#000;
	list-style-type:none;
	-moz-border-radius:5px 5px 5px 5px;
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 1);
	-webkit-border-radius:5px 5px 5px 5px;
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 1);

	}
	
	#tip { 
	    display:none; 
	    font-size:1.5em;
		letter-spacing:-0.05em;
		font-weight:bold;
		padding:10px;
		background-color:#101010;
		border:1px #fff solid;
		-moz-border-radius:6px 6px 6px 6px;
		-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 1);
		-webkit-border-radius:6px 6px 6px 6px;
		-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 1);
	}
	
#sets ul li.info {
	width:140px;
	height:55px;
	padding:10px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;
	font-size:1.2em;
}
	
/*Photosets*/


	
