body {
	background: #FFF;
	color: #000;
	font-family: Verdana;
	font-size: 10px;
	line-height: 15px;
	margin: 0;
}

.the-background {
	min-height: 100%;
	min-width: 100%;
	position: fixed;
}

.clear {
	clear: both;
}

p {
	margin: 0;
	padding: 0 0 8px 0;
}

#content-wrapper {
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	width: 825px;
}

.entry {
	float: left;
	height: 75px;
	position: relative;
	width: 75px;
}

.entry .entry-block {
	display: none;
}

.entry:hover img,
.entry:hover .icon-block {
	opacity: .5;
}

.entry .entry-block {
	background: url(images/entry_block_bg.png);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.entry .entry-content {
	background: #FFF;
	border: 1px solid #000;
	color: #444;
	left: 50%;
	padding: 10px;
	position: fixed;
	margin-left: -413px;
	top: 20%;
	width: 803px;
	z-index: 1000;
}

.entry .entry-block img {
	float: left;
	margin: 3px 10px 10px 0;
	opacity: 1;
}

.entry a {
	text-decoration: none;
}

.entry img {
	border: 0;
}

.entry .heading {
	color: #000;
	font-weight: bold;
	padding-top: 8px;
}

.entry.no-image {
	height: 75px;
	width: 75px;
}

.icon-block {
	display: block;
	line-height: 75px;
	text-align: center;
	width: 75px;
}

.icon-block,
.closer {
	cursor: pointer;
}

.closer {
	color: #F00;
	position: absolute;
	top: 10px;
	right: 10px;
}

.closer:hover {
	color: #00F;
}

/* ------ Font manipulation ------ */

.blue {
	color: #00F;
}

.green {
	color: #0F0;
}

.red {
	color: #F00;
}