/* ============================================================
============================================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 25px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================================
  BOX SIZING & CLEARFIX
============================================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ============================================================
  HTML & BODY
============================================================ */
body {
/*  background-color: #460A00;*/
  color: #460A00;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.wrapper {
  width: 100%;
  margin: 0 auto;
}

main {
  display: block;
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0px;
}

/* ============================================================
  HEADER & SITE TITLE
============================================================ */
/* header */
header .branding {
  padding: 20px 0;
}
header .logo {
  margin-bottom: 20px;
  text-align: center;
}
header .logo img {
  display: inline-block;
  vertical-align: middle;
}
header .social {
  text-align: center;
}
header .social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  color: rgba(0, 0, 0, 0);
  font-size: 0;
  text-indent: -9999px;
  background-size: 30px 30px;
  background-image: url("../img/core/social-light.png");
  background-image: url("../img/core/social-light.svg"), none;
  background-size: 180px 30px;
}
header .social a.fb {
  background-position: 0 0;
}
header .social a.twitter {
  background-position: -30px 0;
}
header .social a.googleplus {
  background-position: -60px 0;
}
header .social a.rss {
  background-position: -90px 0;
}
header .social a.email {
  background-position: -120px 0;
}
header .social a.search {
  background-position: -150px 0;
}
header .social a:hover {
  opacity: 0.4;
}

@media all and (min-width: 600px) {
  header .branding {
    padding-left: 60px;
  }
  header .logo {
    margin-bottom: 0;
    margin-left: -60px;
    float: left;
    width: 60px;
    height: 60px;
  }
  header .logo img {
    display: block;
    margin: 0;
  }
  header .social {
    padding: 15px 0;
    float: right;
    width: 100%;
    text-align: right;
  }
}
/* site title */
.site-title {
  padding: 5px 0;
  background-color: black;
  text-align: center;
}
.site-title h1 {
  color: #fff;
}

/* ============================================================
  FOOTER
============================================================ */
footer {
  padding: 20px 0;
  background-color: #fff;
}
footer .copyright {
  text-align: center;
}
footer .copyright small {
  color: #000;
  font-size: 12px;
}
footer .copyright a {
  color: #fff;
}

@media all and (min-width: 600px) {
  footer aside {
    margin-bottom: 0;
    float: left;
    width: 100%;
  }
  footer nav ul {
    text-align: left;
  }
  footer nav li {
    display: block;
  }
  footer nav a {
    display: inline-block;
    margin: 0;
  }
  footer .logo {
    text-align: right;
  }
}
/* ============================================================
  TEXT LEVEL SEMANTICS
============================================================ */
a {
  text-decoration: none;
  color: #1e1e1e;
}

a:hover {
  color: black;
}

/* ============================================================
  Data/table
============================================================ */
.txt
{
    color: Black;
    font-weight: bold;
}
.txt2
{
    color: White;
    font-weight: normal;
}

.slogan
{
    font-size: 14px;
    font-weight: none;
    color: #FFF;
}

.title
{
    font-size: 31px;
    font-weight: bold;
    color: #FFF;
}

a.navbar
{
    font-size: 13px;
    text-decoration: none;
    color: Blue;
    font-weight: normal;
}
.result
{
    font-size: 35px;
    text-decoration: none;
    color: Blue;
    font-weight: normal;
}
a.navbar2
{
    font-size: 13px;
    text-decoration: none;
    color: Blue;
    font-weight: normal;
}

a.navbar:hover
{
    color: #000;
    text-decoration: none;
}

.head-1
{
    font-size: 15px;
    font-weight: normal;
    color: #FFF;
}

a.navbar2
{
    font-family: Tahoma;
    font-size: 10px;
    text-decoration: none;
    color: #FFFF00;
}

a.navbar2:hover
{
    color: #FFF;
    text-decoration: none;
}

.head-2
{
    font-size: 18px;
    color: #460A00;
}

.head-3
{
    font-size: 14px;
    color: #DE640F;
}

a.navbar3
{
    font-size: 11px;
    text-decoration: none;
    color: #000;
}

a.navbar3:hover
{
    color: #D11E27;
    text-decoration: none;
}

.head-4
{
    font-size: 14px;
    color: #FF9900;
}

a.navbar4
{
    font-family: Tahoma;
    font-size: 10px;
    text-decoration: underline;
    color: #000;
}

a.navbar4:hover
{
    color: #000;
    text-decoration: none;
}



a.navbar5
{
    font-size: 11px;
    text-decoration: none;
    color: #000;
}

a.navbar5:hover
{
    color: #B11B02;
    text-decoration: none;
}

.head-5
{
    font-size: 17px;
    color: #FFF;
}

.style1
{
    color: #BF9E82;
    font-weight: bold;
}

.style2
{
    color: #01B547;
    font-weight: bold;
}
#clockbox {
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:20pt;
	color:#861603;
	line-height:100%;
}
#nextgame {
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1pt;
	color:white;
}
#nextgame1 {
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:40pt;
	color:red;
	line-height:125%;
}
#livegame {
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:40pt;
	color:blue;
	line-height:125%;
}
#leaknumbers {
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:20pt;
	color:darkmagenta;
	line-height:100%;
	padding-left: 15px;
}