html {
	height: 100%;
}

body {
	background: #00ADEF;
	color: #555;
	font-family: Arial;
	font-size: 10px;
	min-height:100%;
	margin:0;
	padding:0;
	position: relative;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

p {
	line-height: 1.5em;
	margin: 0 0 1.5em;
	padding: 0;
}

a:hover {
	color: #22C;
}

.content-wrapper {
	margin: 0 auto;
	min-width: 800px;
	padding: 16px;
}

.entry:hover {
	background: #FFF;
}

.msg-body {
	color: #777;
}

.entry {
	background: #D9F3FD;
	cursor: pointer;
	float: left;
	height: 425px;
	margin: .5em;
	overflow: hidden;
	padding: 1em;
	position: relative;
	width: 325px;
}

.section-head {
	font-size: 18px;
}

.clear {
	clear: both;
}

.tl {
	background: url(images/rounder_blue.png);
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	width: 3px;
}

.br {
	background: url(images/rounder_blue.png) right bottom;
	height: 3px;
	right: 0;
	position: absolute;
	bottom: 0;
	width: 3px;
}

.bl {
	background: url(images/rounder_blue.png) left bottom;
	height: 3px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 3px;
}

.tr {
	background: url(images/rounder_blue.png) right top;
	height: 3px;
	right: 0;
	position: absolute;
	top: 0;
	width: 3px;
}

.blogs {
	color: #333;
}