@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400italic);

/* fonts */
@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* DOM objects */
html {
	background: url("images/life-aquatic2.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	color: #444;
	font-family: 'Open Sans'; /*"DejaVu Sans Condensed", 'dejavu_sanscondensed', Arial, sans-serif;*/
	padding: 0;
	margin: 0;
}

form.place_bets input[type="submit"] {
	font-family: bebas_neueregular;
	font-size: 30px;
	margin-top: 10px;
	background: rgba(255, 255, 255, 0.8);
	padding: 5px 15px;
	border-radius: 2px;
}

h1 {
	font-family: bebas_neueregular;
	font-weight: bold;
	font-size: 180px;
	color: #fff;
	margin-bottom: -30px;
}

h2 {
	font-family: bebas_neueregular;
	font-weight: bold;
	font-size: 50px;
	color: #fff;
}

h3 {
	font-family: bebas_neueregular;
	font-size: 25px;
	color: #fff;
}

h4 {
	margin-top: -20px;
	font-family: bebas_neueregular;
	font-size: 15px;
	color: #fff;
}

	h2.a, h3.a {
		color: #FF005B;
	}

	h2.b, h3.b {
		color: #4472B9;
	}

	h2.c, h3.c {
		color: #33FF33;
	}

	h2.d, h3.d {
		color: #FF9900;
	}

	h2.e, h3.e {
		color: #FFE303;
	}

	h2.f, h3.f {
		color: #bc13fe;
	}

	h2.g, h3.g {
		color: #3C948B;
	}

	h2.h, h3.h {
		color: #FF0000;
	}


hr {
	color: #fff;
	width: 104%;
}

img {
	border: none;
}

img.finals {
	height: 18px;
}

img.games {
	height: 27px;
	border: 2px solid #fff;
}

img.games_done {
	height: 20px;
	border: 1px solid #fff;
}

img.special_bets {
	width: 30px;
	border: 1px solid #fff;
}

img.talks {
	width: 60px;
	border: 2px solid #fff;
}

input[type=submit] {
	font-family: bebas_neueregular;
	font-size: 20px;
	background: rgba(255, 255, 255, 0.8);
	border: none;
	border-radius: 2px;
}

input[type=text].talks, input[type=password].talks {
	border: none;
	border-bottom: 1px solid #fff;
	background: none;
	color: #fff;
	font-size: 20px;
	font-family: bebas_neueregular;
	margin-bottom: 10px;
}

input[type=submit].talks {
}

ol.rulebook {
    margin: 0;
	font-family: bebas_neueregular;
	text-align: justify;
}

span.date {
	font-size: 14px;
}

table.finals {
	width: 100%;
}

table.finals td {
	min-width: 60px;
	text-align: center;
}

table.group_teams {
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	padding: 5px;
}

table.group_matches {
	padding: 5px;
	font-family: bebas_neueregular;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
}

table.games {
	padding: 15px;
	font-family: bebas_neueregular;
	font-size: 27px;
	color: #fff;
	width: 100%;
}

	table.games tr {
		border-bottom: 1px solid #fff;
		margin-bottom: 5px;
	}

	table.games h3 {
		display: inline;
	}

	table.games input[type=text] {
		width: 40px;
		font-family: bebas_neueregular;
		font-size: 25px;
		text-align: center;
		vertical-align: middle;
		background: rgba(255,255,255, 0.8);
		border: none;
		border-radius: 2px;
	}

table.games_done {
	padding: 15px;
	background: rgba(0, 0, 0, 0.65);
	font-family: bebas_neueregular;
	font-size: 20px;
	color: #fff;
	width: 100%;
}

	table.games_done tr {
		height: 30px;;
	}

	table.games_done input[type=text] {
		width: 40px;
		font-family: bebas_neueregular;
		font-size: 25px;
		text-align: center;
		vertical-align: middle;
		background: rgba(255,255,255, 0.8);
		border: none;
		border-radius: 2px;
	}

table.guesses {
	font-family: bebas_neueregular;
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}

table.placing_bets {
	padding: 15px;
	background: rgba(0, 0, 0, 0.65);
	font-family: bebas_neueregular;
	font-size: 20px;
	color: #fff;
	width: 100%;
}

	table.placing_bets tr {
		height: 30px;;
	}

	table.placing_bets input[type=text] {
		max-width: 20px;
		font-family: bebas_neueregular;
		font-size: 25px;
		vertical-align: middle;
		background: rgba(255,255,255, 0.8);
		border: none;
		border-radius: 2px;
		padding: 1px 5px;
	}

table.ranking {
	font-family: bebas_neueregular;
	font-size: 25px;
	width: 100%;
	padding: 10px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 2px;
}

	table.ranking th {
		color: #fff;
		background: none;
		text-align: left;
		border-bottom: 2px dotted #444;
	}

	table.ranking td {
		color: #444;
	}

table.special {
	font-family: bebas_neueregular;
	font-size: 25px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.65);
	border-radius: 2px;
	color: #fff;
	width: 70%;
}

	table.special input[type=text] {
		font-family: bebas_neueregular;
		font-size: 25px;
		background: rgba(0,0,0,0);
		border: none;
		border-bottom: 2px solid rgba(255, 255, 255, 0.8);
		color: #fff;
		padding: 5px;
	}

table.special_bets {
	font-family: bebas_neueregular;
	font-size: 25px;
	width: 100%;
	padding: 10px;
	background: rgba(0, 0, 0, 0.65);
	border-radius: 2px;
}

	table.special_bets th {
		background: none;
		text-align: left;
		border-bottom: 2px dotted #fff;
	}

	table.special_bets td {
		color: #fff;
	}

table.talks {
	font-family: bebas_neueregular;
	font-size: 22px;
	color: #fff;
}

	table.talks td {
		vertical-align: top;
		padding: 10px;
	}

table.login {
	font-family: bebas_neueregular;
	color: #fff;
	font-size: 25px;
}

	table.login input, table.login input[type=submit] {
		font-family: bebas_neueregular;
		font-size: 20px;
		background: rgba(255, 255, 255, 0.8);
		color: #444;
		border: none;
		padding: 5px;
		border-radius: 2px;
	}

	table.login td {
		padding-right: 20px;
	}

textarea {
	border: 1px solid #444444;
	padding: 3px;
}

textarea.talks {
	background: rgba(255, 255, 255, 0.5);
	border: 1px dotted #fff;
	padding: 5px;
	color: #fff;
	font-family: bebas_neueregular;
	font-size: 22px;
	width: 680px;
}

ul.links {
	list-style: none;
	padding: 0px 15px;
	text-align: left;
	margin-bottom: 20px;
}

ul.links li {
	padding: 3px 0px;
}

ul.matches {
    list-style: none;
    margin: 0;
    padding: 10px;
	font-family: bebas_neueregular;
	font-size: 14px;
	text-align: justify;
	background: #fff;
}

ul.menu {
    list-style: none;
    margin: 0;
	margin-bottom: 80px;
    padding: 0px;
	font-family: bebas_neueregular;
	font-size: 60px;
	font-weight: bold;
}

	ul.menu li {
		display: inline;
		padding: 0px 7px;
	}

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

	ul.menu li.span {
		font-weight: bold;
		font-family: bebas_neueregular;
		margin-right: 530px;
	}

ul.submenu {
	border-left: 2px dotted #777777;
	font-size: 17px;
	list-style-image: url('images/submenu.png');
	margin: 0;
	margin-top: 45px;
	margin-bottom: -100px;
	padding-top: 20px;
	padding-bottom: 10px;
}

	ul.submenu li {
		margin-bottom: 5px;
	}

	ul.submenu a {
		color: #444444;
		text-decoration: none;
	}

	ul.submenu a:hover {
		color: rgb(180, 0, 0);
	}

ul.nofo_mask_help li {
	margin-bottom: 7px;
}

ul.tab {
    list-style: none;
    margin: 0;
    padding: 0;
	margin-top: 15px;
    line-height: 27px;
    position: relative;
}

	ul.tab:after {
		position: absolute;
		content: "";
		width: 100%;
		bottom: 0;
		left: 0;
		border-bottom: 1px solid #AAA;
		z-index: 1;
	}

	ul.tab:before {
		z-index: 1;
	}

	ul.tab a {
		text-decoration: none;
		color: #444444;
	}

	ul.tab li {
		margin: 0px 0px;
		padding: 0px 20px;
		border: 1px solid #aaaaaa;
		background: #dcdcdc;
		display: inline-block;
		position: relative;
		z-index: 0;
	}

		ul.tab li.selected {
			background: #ffffff;
			border-bottom-color: #ffffff;
			color: #444444;
			z-index: 2;
		}

		ul.tab li:hover {
			background: #ffffff;
		}


/* div classes */
.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 110px;
}

.content {
	padding: 5px 20px;
	font-size: 13px;
	line-height: 1.4em;
	text-align: justify;
	background: #ffffff;
}

	.content a {
		color: #333333;
		font-family: "DejaVu Sans Condensed", 'dejavu_sanscondensed';
		font-weight: bold;
		text-decoration: none;
	}

	.content a:hover {
		color: #ff0000;
	}

	.content center {
		margin-top: 30px;
		margin-bottom: 40px;
	}

.group_matches {
	float: left;
	font-family: bebas_neueregular;
	margin-right: 5px;
	width: 245px;
	border-radius: 2px;
}

div.finals {
	background: rgba(255, 255, 255, 0.8);
	float: left;
	font-family: bebas_neueregular;
	font-size: 20px;
	width: 47%;
	padding: 10px;
	margin-right: 10px;
}

div.menu {
	font-size: 15px;
	background: rgba(0, 0, 0, 0.65);
	color: #ffffff;
	width: 100%;
	max-width: 100%;
	max-height: 45px;
	top: 0px;
	position: fixed;
}

div.talks {
	background: rgba(0, 0, 0, 0.65);
	padding: 20px;
	color: #fff;
	font-family: 'Open Sans';
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 80px;
	border-radius: 5px;
}

div.head {
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px dotted #fff;
	margin-bottom: 5px;
	font-family: bebas_neueregular;
}

div.riddle {
	font-style: italic;
	padding: 20px;
	width: 550px;
}

div.text {
	background: rgba(20, 130, 200, 0.9); /*#ffb7b7;*/
	font-family: bebas_neueregular;
	font-size: 75px;
	font-weight: bold;
	color:#fff;
	padding: 20px;
	margin-top: 320px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

div.text2 {
	border: 5px;
	border-color: white;
	border-style: solid;
	background: rgba(20, 130, 200, 0.9); /*#ffb7b7;*/
	font-family: bebas_neueregular;
	font-size: 25px;
	color:#fff;
	padding: 20px;
	margin-top: 20px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

mark.p {
	background: white;
	color: rgb(20,130,200);
}
