/* CSS Document */

html,body { 	
	background-color: #eeeeee; 
	font-family: 'Trebuchet MS', Times, serif;
	font-size: 12px;
}

p {
	margin: 12px 0px;
}

#container {
	margin: 24px auto;
	width: 800px;
}

h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 12px 0px;
	color: #c43109;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 6px 0px;
	color: #c43109;
	border-bottom: 1px dotted #c43109;
	
}
.votes {
	border: 1px solid #aaaaaa;
	margin: 12px 0px;
	padding: 6px;
	background-color: #fff;
}

dt {
	font-weight: bold;
	font-size: 13px;
}

dd {
	margin-bottom: 6px;
	font-style:italic
}

/* `Clear Floated Elements */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}