body {
	background: #052d4b url('/static/img/bigbg.png') no-repeat top center;
	color: #fff;
	font-family: Rockwell, serif;
	font-size: 20px;
}

p, h2 {
	text-shadow: 0 1px 10px #000;
	margin: 0.5em auto;
}

.clear{
	clear: both;
}

@font-face {
	font-family: Rockwell;
	font-weight: normal;
	src: url('/static/fonts/Rock.TTF');
}
/*
@font-face {
	font-family: Rockwell;
	font-style: italic;
	src: url('/static/fonts/Rocki.TTF');
}
@font-face {
	font-family: Rockwell;
	font-weight: bold;
	src: url('/static/fonts/Rockb.TTF');
}
@font-face {
	font-family: Rockwell;
	font-style: italic;
	font-weight: bold;
	src: url('/static/fonts/Rockbi.TTF');
}

@font-face {
	font-family: RockwellEB;
	font-weight: bolder;
	src: url('/static/fonts/Rockeb.TTF');
}*/


a { color: #fff; }
.global {
	margin: 0 auto;
	max-width: 1200px;
}
.header {
	/*background: #052d4b url('/static/img/bigbg_3-1.png') no-repeat;*/
	height: 100px;
}
.header .title {
	padding: 50px 0 0;
	margin: 0 auto;
}
.header .title a {
	display: block;
	margin: 0 auto;
	width: 168px;
	height: 49px;
	background: url('/static/img/logo.png') no-repeat;
}

.header .title a span {
	display: none;
}

.bullshit {
	height: 400px;
}
#check {
	padding: 265px 0 0;
}

.wtf {
	font-size: 12px;
	line-height: 18px;
}
.check {
	margin: 0 auto;
	width: 420px;
	text-align: center;
}

.check_sb_else {
	margin: 2em auto 0;
}

input.text {
	font-family: Rockwell, serif;
	border: 0 none;
	background: #fff url(/static/img/alert-overlay.png) repeat-x;
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	width: 250px;
	font-size: 14px;
	margin-right: 5px;
	padding: 8px 14px 9px;
}

.content {
	text-align: center;
	clear: both;
}

/* home */
.content .vote, .content .vote_options {
	font-size: 12px;
}

input.underline {
	background: transparent;
	border: 0 none;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-family: Rockwell, serif;
	font-weight: normal;
	text-shadow: 0 -1px 1px #222;
	font-size: 14px;
}

.connect {
	text-align: center;
	font-size: 14px;
	font-family: Rockwell, serif;
}

.connect img {
	vertical-align: middle;
}

.footer {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin: 50px 0 20px;
	line-height: 24px;
}

.footer a {
	color: #516f86;
	background: #123854;
	padding: 4px;
	text-decoration: none;
}

a.credit {
padding: 10px 5px 5px;
	background: none;
}

.credit img {
	padding: 2px 0 0;
}

/* user page */
.bullshit .score {
	font-size: 72px;
	font-family: Rockwell;
	text-align: center;
	padding-top: 170px;
}

.bullshit .userinfo {
	width: 310px;
	margin: 25px auto;
	background: #221303;
	background: rgba(0,0,0,0.2);
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.bullshit .userinfo .avatar {
	float: left;
	margin: 0;
	margin-right: 20px;
}

.bullshit .userinfo .level {
	font-size: 14px;
}

.bullshit .userinfo .username {
	color: #e08d18;
	padding: 0;
	margin: 0;
}

.bullshit .userinfo .username a {
	color: #e08d18;
}

.content .nb_chicken {
	font-size: 14px;
}

.voters {
	background: #123854;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	width: 600px;
	padding: 10px 10px 40px 10px;
	margin: 0 auto -20px auto;
}

.voters .voterslist .voter {
	float: left;
	width: 180px;
	padding: 5px;
	margin: 5px;
	text-align: left;
	background: #1e425d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	vertical-align: middle;
}

.voters .voterslist .voter:hover {
	background-color: #35566e;
}

.voters .voterslist .voter .avatar {
	vertical-align: middle;
	margin-right: 5px;
	width: 24px;
	height: 24px;
}

.voters .voterslist .voter a {
	color: #2daebf;
	text-decoration: none;
	display: block;
}

.awesome, .awesome:visited{
	font-family: Rockwell, serif;
	border: 0 none;
	background: #222 url(/static/img/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	
}

.dumbass {
	color: #e08d18;
}
.vote .awesome {
	margin: 5px 25px 0 0;
}

.anonymous_vote {
	display: block;
	line-height: 30px;
}

.cancel {
	margin: 5px 0 0;
	display: block;
line-height: 30px;

}

.actions {
	width: 300px;
	margin: 0 auto;
}

.vote_options, .tweet {
	width: 150px;
}

.vote_options {
	float: left;
}

.tweet {
	float: right;
}

.awesome:hover {
	background-color: #111;
	color: #fff;
}
.awesome:active	{
	top: 1px;
}
.small.awesome, .small.awesome:visited {
	font-size: 11px;
	/*padding: ;*/
}
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited {
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.large.awesome, .large.awesome:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
	
.blue.awesome, .blue.awesome:visited	{
	-webkit-box-shadow: 0 0 18px #2daebf;
	-moz-box-shadow: 0 0 18px #2daebf;
	background-color: #2daebf;
}
.blue.awesome:hover {
	background-color: #007d9a;
}
	
.darkblue.awesome, .darkblue.awesome:visited {
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	background-color: #052d4b;
}
.darkblue.awesome:hover { 
	background-color: #007d9a;
}