﻿
/*--- googleFonts ---*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

/*--- layout ---*/

body {
	text-align: center;
	background: #333 url(img/back.gif);
	color: #000;
	font-size: 62.5%;
	font-family: "Open Sans",serif,sans-serif,verdana,helvetica;
	line-height: normal;
}

#frame {
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}

#sub_frame {
	min-height: 768px;
	margin: 32px auto;
	font-size: 150%;
}

#footer {
	margin: 32px auto 0;
	padding: 4px 0 8px;
	text-align: right;
	background: url(img/border.gif) repeat-x 0 0;
	font-size: 150%;
}

#sub_frame tr:nth-child(odd) { background-color: #e9e9e9; }

/*- width -*/

#frame     { width: 1040px; }
#header    { width: 1000px; }
#sub_frame { width: 960px; }
#main      { width: 736px; }
#sub       { width: 208px; }
#footer    { width: 1000px; }

/*--- link ---*/

a:link, a:visited, #header a {
	color: #000;
	text-decoration: none;
}

a:hover { color: #f70; }
#sub_frame a { text-decoration: underline; }

/*--- header ---*/

#header {
	margin: auto;
	padding: 32px 0 16px;
	border-bottom: 3px double #666;
}

#header h1 {
	padding-left: 8px;
	font-size: 320%;
	letter-spacing: 5px;
}

/*--- main ---*/

#main {
	float: left;
	overflow: hidden;
}

#main h2 {
	margin: 5px 0 32px;
	padding-bottom: 3px;
	text-align: right;
	border-bottom: 1px solid #666;
	font-size: 100%;
}

#main h3 { font-size: 120%; }

#main a { color: #00f; }
#main a:hover { color: #f70; }
#main table.noBorder tr { background-color: #fff; }
#main tr.border td { border-top: 1px solid #999; }
#main tr.oneCol { background-color: #e9e9e9; }

th,td {
	width: 48px;
	padding: 4px 3px;
	text-align: center;
}

th {
	background-color: #fff;
	border-bottom: 1px solid #333;
	font-weight: bold;
}

.contents {
	margin: 0 4px;
	background-repeat: no-repeat;
	background-position: 96% 15px;
}

.dataBox{ width: 720px; }

.left{
	width: 360px;
	float: left;
}

.flag { width: 24px; }

.flag img {
	position: relative;
	top: 2px;
	border: 1px solid #333;
}

.team { text-align: left; }

.wo {
	color: #ccc;
	text-decoration: line-through;
}

/*--- common ---*/

.tiers td { line-height: 1.2; }

caption,
.teamB { text-align: left; }

.teamA { text-align: right; }

#score caption {
	padding-bottom: 3px;
	border-bottom: 1px solid #666;
}

#score .scorer td { vertical-align: top; }

/*--- addClass ---*/

.short { margin-top: 16px; }
.tall { margin-top: 24px; }
.grande { margin-top: 32px; }
.venti { margin-top: 40px; }
.trenta { margin-top: 48px; }

/*--- sub ---*/

#sub {
	float: right;
	overflow: hidden;
}

#sub h3 {
	margin: 1px 0 16px;
	padding-bottom: 2px;
	border-bottom: 1px solid #666;
	font-size: 130%;
	text-indent: 2px;
}

#sub h4 {
	margin-top: 16px;
	font-size: 100%;
	font-weight: bold;
}

#sub h5 {
	margin-top: 8px;
	font-size: 100%;
	font-weight: bold;
}

#sub h4 ~ section { margin-left: 4px; }
#sub h4 + ul { margin-top: 2px; }
#sub li { line-height: 1.5; }
#sub .subMenu { margin: 2px 0 0 4px; }

#sub p { margin: 4px 0 0 8px; }
#sub .TBD { margin-top: 16px; }
#sub .TBD li { line-height: 1.7; }
#sub .TBD a { font-weight: bold; }

/*--- top button ---*/

#topBtn {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 16px;
	bottom: 8px;
	background-image: url(img/top.png);
	background-size: 50px;
	cursor: pointer;
}

#topBtn img {
	width: 50px;
	height: 50px;
}

/*--- advert ---*/

iframe,
.tdftad,
.tdftdiv {
	width: 1000px;
	padding-bottom: 8px !important;
	display: none;
}

.tdftad li { font-size: 1px !important; }
#frame + div { display: none; }

