@import 'reset.css';

body {
	width: 960px;
	margin: 0 auto;
	background: url('/images/and.jpg') no-repeat scroll center 100px;
}

img#logo {
	display: block;
	margin: 20px auto;
}

div#foods {
	width: 100%;
	text-align: center;
	margin: 145px 0 0 0;
	display: block;
}

div#foods p {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 75px;
	letter-spacing: -0.03em;
}

p#sweet {
	width: 40%;
	float: left;
	text-align: center;
	margin-right: 20px;
}

p#savory {
	width: 40%;
	float: right;
	text-align: center;
	margin-left: 20px;
}

#vote {
	text-align: center;
	clear: both;
	padding: 90px 0 0 0;
	margin: 0 0 0 20px;
}

#vote a.middle {
	margin: 0 20px;
}


p#result {
	font-family: Georgia, serif;
	font-size: 13px;
	margin: 20px 0;
}

p#result.voted span {
	font-size: 1.3em;
	font-weight: bold;
}

#remix {
	display: block;
	text-align: center;
	margin: 20px 0;
}

#remix a {
	display:block;
	margin: 0 auto;
	width: 177px;
	height: 177px;
	background: url("/images/remix_sprite.jpg") 0 -177px no-repeat;
	text-decoration: none;

}

#remix a:hover {
	background: url("/images/remix_sprite.jpg") 0 0 no-repeat;
}

div#sidebar {
	display: block;
	margin: 0 auto;
	text-align: center;
	background: url('/images/dotted.jpg') no-repeat top center;
	overflow: hidden;
}

div#sidebar div#best {
	width: 33%;
	float: left;
	margin: 20px 0;
}

div#sidebar div#worst {
	width: 33%;
	float: left;
	margin: 20px 0;
}

div#sidebar div#tweets {
	float: left;
	width: 33%;
	margin: 20px 0;
}

div#sidebar div#tweets li {
	font-size: 14px;
}
div#sidebar div#tweets li span {
	color: #15c7e5;
}

div#sidebar h3 {
	margin: 0 0 15px 0;
}

div#sidebar ul li {
	text-align: left;
	font-family: Georgia, serif;
	font-size: 18px;
	color: #313131;
	line-height: 1.4;
	margin: 0 0 10px 10px;
}

div#sidebar ul li a {
	text-decoration: none;
	color: #15c7e5;
	font-size: 18px;
}

div#sidebar ul li a:hover {
	color: #2fe0ff;
}

div#footer {
	display: block;
	text-align: center;
	margin: 0 auto;
	background: url('/images/dotted.jpg') no-repeat top center;
	font-family: Georgia, serif;
	font-size: 13px;
	padding: 20px 0;
}


div#footer p {
	margin: 0 200px 20px;
	line-height: 1.3;
}

p#credits {
	text-transform: uppercase;
	font-size: 11px;
	color: #6d6d6d;
}


p#credits a {
	color: #000;
	text-decoration: none;
}
