
@import ("play.css");

body {
	background:#000;
}

#page {
	background-color:#333;	
	color:#ddd;
}

#colorPicker {
	margin-top:20px;
	height:10px;
}

#colorPicker div.label {
	margin-top:2px;
	color:#666;
	width:110px;
}


div.more {		
	background:#171717;	
	height:250px;
}
  

h1, h2, h3, h4 {
	color:#999;	
}

h2 {
	margin-bottom:-5px;	
	font-size:16px;	
}

button {
	color:#000;	
}

h1.more {
	height:20px; 
	background:url(../img/background-black.gif) repeat-x;	
	margin:-18px -16px 0px -15px;
}

div.col2 {
	width:253px;
	margin-right:25px;
}

div.col3 {
	width:203px;
}

div.col3 a {
	color:orange;
	text-decoration:none;
	margin-right:3px;
}

div.col3 a:hover {
	text-decoration:underline;
}

#footer {
	background:#000 url(../img/footer-black.gif) no-repeat; 
	height:36px;
	line-height:22px;
}

#footer a {
	color:#999;
}

#thumbs img { 
	border:1px solid #222;
	margin:7px 0 0 0;
	cursor:pointer;
	height:60px;
	width:80px;
}

#thumbs h3 {
	color:#888;
	margin-top:5px;
	font-size:12px;
}


#thumbs img.selected {
	border:1px solid #fff;
}