/* @override http://tmb.ly/assets/css/style.css */

@font-face {
	font-family: 'LeagueGothic';
	src: url('/assets/fonts/League_Gothic.eot');
	src: local('League Gothic Regular'), local('LeagueGothic'), url('/assets/fonts/League_Gothic.woff') format('woff'), url('/assets/fonts/League_Gothic.otf') format('opentype'), url('/assets/fonts/League_Gothic.svg#LeagueGothic') format('svg');
}

@font-face {
	font-family: 'BebasRegular';
	src: url('/assets/fonts/bebas.eot');
	src: local('Bebas Regular'), local('Bebas'), url('/assets/fonts/bebas.woff') format('woff'), url('/assets/fonts/bebas.TTF') format('truetype'), url('/assets/fonts/bebas.svg#Bebas') format('svg');
}

body {
	background-color: #111;
	}

a {
	color: #fff;
	text-decoration: none;
	}

#page {
	width: 570px;
	margin: 80px auto;
	padding: 0px 10px;
	font-family: "BebasRegular", "LeagueGothic", Helvetica, Arial;
	}
	
p {
	margin: 0;
	padding: 0;
	}
	
p.logo img, #page {
	width: 500px;
	}

p.input {
	width: 357px;
	float: left;
	background-color: #111;
	border: 2px #ccc solid;
	padding: 3px 0px 3px 6px;
	margin: 1px 0 0 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-border-radius: 25px;
	}

input#email {
	width: 340px;
	font-family: Georgia, serif;
	font-size: 16px;
	padding: 2px 6px;
	border: none;
	background: #111;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-border-radius: 25px;
	color: #fff;
	}
	
input#email:focus {
	outline: none;
	}
	
p.input input, p.submit input {
	border: 2px solid #111;
	}
	
p.submit input {
	float: right;
	background: #111;
	font-size: 20px;
	padding: 3px 10px;
	border: 2px #ccc solid;
	color: #fff;
	font-family: "BebasRegular", "LeagueGothic";
	letter-spacing: 1px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-border-radius: 25px;
	}
	
p.submit input:hover {
	background: #ccc;
	color: #111;
	border-color: #ccc;
	cursor: pointer;
	}
	
li.error {
	list-style-type: none;
	font-family: Georgia, serif;
	color: #111;
	margin: 10px 0;
	padding: 3px 5px 3px 10px;
	font-size: 14px;
	font-style: italic;
	background: #fba09a;
	border: 2px solid #f83136;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-border-radius: 15px;
	}
	
p.message {
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	color:  #666;
	margin: 10px 0;
	}
	
/* MSIE Fixes */
	
.msie #page p.submit input {
	padding: 0;
	}	
	
div.clear {
	width: 500px;
	clear: both;
}	