@charset "utf-8";

/* Style specific styles */

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

a:link,
a:visited {
	color: #666;
}

a:active,
a:hover {
	color: #333;
}

.icon-container,
.thumb-container,
.border,
.box {
	border: none;
}

h2,
#comment {
	color: #333;
}

.thumb-container:hover,
.icon-container:hover {
	background: #cecece;
}

#comment {
	border: none;
}

.label {
	left: 8px;
	top: 8px;	
}

#comment,
#content {
	margin: 0 0 20px 0;	
}

#footer {
	padding: 5px 0 0 0;	
}
