@charset "utf-8";

/* Style specific styles */


body {
	color: #fff;
	background: #000;
}


a:link, a:visited {
color: #2e2e2e;
}


a:active, a:hover {
color: #2e2e2e;
}


img.button, .thumb-container {
border: 1px #ff0000 dashed;
}


h2, #comment {
color: #888;
}


.border{
border: 1px #fff solid;
}


.box {
border: 1px #000 solid;
}


.selected {
background: #292929;
}


#comment {
border-right: 1px #fff solid;
	border-left: 1px #fff solid;
border-bottom: 1px #fff solid;
}