body {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}
.container {
	width: 600px;
	margin: auto;
}
a {
	color: gray;
}
h1 {
	font-size: 19px;
}


#menu {
	margin-top: 0.5em;
	background-color: #E5F7FD;
	border-bottom: 1px solid #7FD7F7;
	padding: 0.2em;
}
#menu a {
	color: gray;
	text-decoration: none;
	padding: 0.5em 0.5em 0.2em 0.5em;
	font-weight: bold;
}
#menu a:hover,
#menu a.active {
	background-color: #7FD7F7;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	color: white;
}
#skin {
	width: 40%;
	float: right;
	text-align: right;
	color: gray;
	font-size: 12px;
}



#now {
	width: 300px;
	text-align: center;
	margin: auto;
	margin-top: 2em;
	border: solid 1px silver;
	padding: 0.5em;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
}
#mood-text {
/*	border: solid 1px red;*/
	font-weight: bold;
	background-color: #FFFFDD;
}



#content {
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 600px;
	border: solid 1px silver;
	padding: 1em;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
}
#content h3 {
	margin-top: 0.5em;
}



/*a.vote {
	display: block;
	width: 100px;
	padding: 10px;
	float: left;
	text-decoration: none;
	color: black;
}
a.vote img {
	border: none;
	margin: 3px;
}
*/
a.vote:hover {
	background-color: #FFFFDD;
}



#footer {
	background: url(../img/bottom_gradient.png) repeat-x;
	padding: 1em;
	text-align: center;
	color: gray;
}
#footer a {
	color: gray;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}



.message {
	background-color: #FFFFDD;
	color: #000000;
	border: 0.1em solid #FFD700;
	text-align: center;
	width: 600px;
	margin: auto;
	padding: 0.5em;
	margin-top: 1em;
	margin-bottom: 0em;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
}
#banner {
	float: right;
	margin: 1em 1em 1em 0;
}
.chart {
	background-color: #E5F7FD;
	width: 430px;
	margin: auto;
}
.chart div {
	background-color: #E5F7FD;
}



.prefix {
	float: left;
	width: 15em;
	height: 1.8em;
}
