body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding: 15px 10px;
	font-size: 13px;
}

#logo_container {
	position: absolute;
	left: 30px;
	top: 20px;
}

#logo_container h2 {
	margin: 50px 20px	;
}

#content_container {
	position: absolute;
	left: 285px;
	top: 30px;
	width: 800px;
}

$content_container p {
	padding: 0px 0px 0px 10px;
}

#header {
	display: block;
	width: 420px;
}

p {
	margin: 10px 0px 0px 10px;
	line-height: 15px;
}

p.first {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}

#donate a {
	display: block;
	height: 80px;
	width: 200px;
	background-color: #000;
	color: #fff;
	margin: 0px 0px 40px 0px;
	padding: 25px 10px 0px 10px;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	border: 1px solid #000;
}

#donate a em {
	font-size: 12px;
}

#donate a:hover {
	background-color: #fff;
	color: #000;
}

#donate a:hover em {
	color: #ccc;
}

#pip_link {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#disclaimer {
	margin: 40px 0px 0px 10px;
	padding: 0;
}

#disclaimer li {
	list-style-type: none;
	font-size: 10px;
}

fieldset {
	margin: 40px 0px;
	border: 0;
}

legend {
	font-size: 18px;
	font-weight: bold;
}

label {
	display: block;
	margin: 20px 0px 0px 0px;
	font-weight: bold;
}

input.text {
	width: 500px;
	height: 30px;
	padding-left: 5px;
	border: 1px solid #000;
	font-size: 18px;
	line-height: 30px;
}

textarea {
	width: 500px;
	height: 250px;
	border: 1px solid #000;
}

.notice {
	background-color: #fff792;
	margin: 20px 10px;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #ff7a0a;
}

table {
	margin: 20px 0px;
	font-size: 16px;
}

table tr th, table tr td {
	text-align: left;
	padding: 10px;
	width: 150px;
}

h2 {
	margin: 20px 10px;
	font-size: 20px;
}

img {
	border: 0;
}

.large {
	font-size: 20px;
}

#donations {
	margin: 0px -30px;
}

#donations li {
	float: left;
	margin: 5px 5px 0px 0px;
	padding: 2px 4px;
	background-color: #000;
	color: #fff;
	list-style-type: none;
}

#info {
	clear: left;
	margin-top: 100px;
}

#info a {
	color: #7d7d7d;
	text-decoration: none;
}

#info a:hover {
	text-decoration: underline;
}

#tweet_this {
	position: absolute;
	z-index: 2;
	left: 900px;
	top: 40px;
}

#tweets {
	position: absolute;
	left: 20px;
	top: 420px;
	width: 200px;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#tweets li {
	margin: 0px 0px 5px 0px;
	padding: 3px;
	list-style-type: none;
	font-size: 10px;
}

#tweets h3 {
	margin: 0;
	font-size: 12px;
}

#tweets h4 {
	margin: 0 0 3px 0;
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
}

#tweets p {
	margin: 0;
}

#tweets li a {
	font-weight: bold;
	color: #000;
}

#tweets li.dark {
	background-color: #ededed;
}

#mixtape {
	position: absolute;
	left: 240px;
	top: 360px;
	width: 100px;
	height: 100px;
	padding: auto;
	background: transparent url(../images/sticker.png) top left no-repeat;
}

#mixtape p {
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	line-height: 12px;
	padding: 25px 0 0 0	;
	margin: auto;
	font-size: 11px;
}

#counter {
	position: absolute;
	left: 165px;
	top: 380px;
	z-index: 2;
	background-color: #000;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 5px;
}

#counter p {
	margin: 0;
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
}

#counter em {
	display: block;
	font-size: 10px;
	margin: -5px auto 2px auto;
	text-align: center;
}
