@charset "utf-8";
/* CSS Document */

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: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'open_sansregular';
	font-size:12px;
}
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;
}

input[type="text"],
input[type="password"],
select, 
textarea {
	width:auto;
	padding:0.5em 9px;
	font-size:1em;
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	color:#777;
	border:1px solid #D4D4D4;
	background:#fff;
	outline:none;
	margin:0 0 1em 0;	
}

textarea {
	resize:none;
} 

input[type="text"]:focus,
select:focus,
textarea:focus {
	color:#333;
}


/****************************************/

.top{
	min-height:100px;
	background:#006;
	border-bottom:1px solid #fff;
	box-shadow:0px 0.5px 8px #333;
	}
.topad{
	min-height:80px;
	margin:10px 10px;
	background:#fff;
	}
.topad p{
	text-align:center;
	padding:35px 0px;
	}
.logo{
	padding:10px 20px;
	margin:10px 0px;
	border:1px solid #ddd;
	background:#fff;
	min-width:240px;
	min-height:80px;
	border-radius:5px;
	}
.beer{
	padding:3px 0px;
	margin:10px 0px;
	background:#fff;
	border-radius:5px;
	}
		
.game{
	min-height:550px;
	background:#ddd;
	margin:8px 0px;
	}
	
.exit h2,h3,h4{
	font-family: 'open_sansbold';
	padding:45px 25px;
	text-align:center;
	font-size:24px;
	}
.game h2,h3,h4 a{
	text-decoration:none;
	color:#003;
	}
.game h2,h3,h4 a:hover{
	text-decoration:none;
	color:#006
	}
	
.bmenu{
	background:#eee;
	min-height:100px;
	box-shadow:0px 2px 3px #333;
	margin:5px 0px 20px 0px;
	}
.copt_r{
	background:#000;
	color:#fff;
	min-height:50px;
	}
.copt_r p{
	padding:25px 0px;
	margin:0;
	font-family: 'open_sanslight';
	font-size:11px;
	}
.icon{
	background:#eee;
	border:1px solid #ddd;
	min-height:90px;
	margin:5px 0px;
	}	
.bot_mnu ul{
	list-style:none;
	padding:0;
	margin:0;
	font-family: 'primeregular';
	}
.bot_mnu ul li{
	text-transform:uppercase;
	font-size:18px;
	}

.bot_mnu ul li a{
	padding:30px 50px;
	color:#003;
	text-decoration:none;
	}
.bot_mnu ul li a:hover{
	border-bottom:2px solid #06F;
	}
#sup{
	background-image:url(../images/st.png);
	background-repeat:no-repeat;
	padding:35px;
	background-position:90% 60%;
	}

#lb{
	background-image:url(../images/db.png);
	background-repeat:no-repeat;
	padding:35px;
	background-position:90% 60%;
	}
#ex{
	background-image:url(../images/cl.png);
	background-repeat:no-repeat;
	padding:35px;
	background-position:90% 60%;
	}
.bt{
	margin:15px 0px 10px 0px;
	}
.res{
	padding:10px 0px;
	}
.res h1{
	padding:10px 0px;
	font-family: 'primeregular';
	font-size:24px;
	}
.res th{
	font-family: 'open_sanslight';
	padding:15px 0px;
	min-width:40px;
	text-align:center;
	}
.res td{
	text-align:center;
	}
.hold{
	background:#fff;
	padding:0.8em;	
	font-family: 'open_sansbold';
	}
	
.g_hold{
	margin:10px 5px;
	}	
.g_hold td{
	padding:0;
	margin:0;
	border:1px solid #ddd;
	}
/*********************************/
.cell {
 color:#fff;
 padding:0;
 text-align:center;
}
input.cell {
 border:none;
 width:125px;
 height:125px;
 vertical-align:bottom;
 background:#036;
 color:#fff;
 font-size:36px;
}
td.cell {
 border:2px blue outset;
}
.board {
 border:thin black ridge;
 background-color:green;
 margin-right:15px;
}
.winstat {
 color:black;
 background-color:white;
 border:none;
}
.player {
 font-family: 'open_sanslight';
 font-weight:bold;
 font-size:150%;
}
	
/***************Leader**********************/

.leaderboard {
    position:relative;
    width:100%;
    height:100%;
    min-width:400px;
    min-height:600px;
    margin: 10px auto 0 auto;
    padding:2%;
	font-family: 'open_sansregular';
}

.leaderboard h1{
    text-align: center;
    text-transform: uppercase;
    margin:30px;
    padding:0;
    color:#003;
	font-family: 'open_sansbold';
	font-size:24px;
}

.content {
    position:relative;
    width:100%;
    margin:3px auto 0 auto;
    min-width:300px;
	padding:10px;
	

}

.content ul{
    margin:0;
    padding:0;
    list-style: none;
    border:2px solid #CCC;
    background:rgba(0,0,0,0.7);
}
.content ul li{
    position: relative;
    color:#FFF;
    font-family: helvetica;
    padding:2% 3%;
    border-bottom: 1px solid #555;
	font-family: 'open_sanslight';
	font-weight:normal;
}

.content ul li:last-child{
    border-bottom:none;
}

.name{
    font-weight:bold;
}
.count{
    display:inline-block;
    float:right;
    color:#F00;
    font-weight:bold;
}
.count:after{
    content:'Points';
    color:#CCC;
    font-size:24;
    font-weight:normal;
	font-family: 'open_sansbold';
	padding-left:20px;
}


/********* BLING **********/
.content ul{
    border-radius: 5px;
}

.animate {
    -moz-animation: flashIt 0.2s ease 1;
    -webkit-animation: flashIt 0.2s ease 1;
    animation: flashIt 0.2s ease 1;
}

.animate .countold{
    -moz-animation: spinIt 0.3s ease 1;
    -webkit-animation: spinIt 0.3s ease 1;
    animation: spinIt 0.3s ease 1;
}


@-moz-keyframes flashIt {
    100% { opacity: 0; background-color: #FFF;}
}
@-webkit-keyframes flashIt {
    100% { opacity: 0; background-color: #FFF;}
}
@keyframes flashIt {
    100% { opacity: 0; }
}

@-moz-keyframes spinIt {
    20% {-moz-transform: rotate(-10deg)}
    40% {-moz-transform: rotate(10deg)}
    60% {-moz-transform: rotate(-10deg)}
    80% {-moz-transform: rotate(10deg)}
    100% {-moz-transform: rotate(-10deg)}
}
@-webkit-keyframes spinIt {
    20% {-webkit-transform: rotate(-10deg)}
    40% {-webkit-transform: rotate(10deg)}
    60% {-webkit-transform: rotate(-10deg)}
    80% {-webkit-transform: rotate(10deg)}
    100% {-webkit-transform: rotate(-10deg)}
}
@keyframes spinIt {
     20% {transform: rotate(-10deg)}
     40% {transform: rotate(10deg)}
     60% {transform: rotate(-10deg)}
     80% {transform: rotate(10deg)}
     100% {transform: rotate(-10deg)}
 }


/************************table***********************************/

.responsive-table {
  width:100%;
  margin:0;
  padding:0;
}
.responsive-table ,
.responsive-table h3,
.responsive-table dl,
.responsive-table dd{
  margin:0;
  padding:0;
}

.responsive-table li{
  list-style:none;
  display:block;
  clear:both;
}
.responsive-table h3,
.responsive-table dl{
  float:left;
  display:inline;
}
.responsive-table .first-row h3{
  padding-top:1em;
}
.responsive-table dt{
  display:none;
  font-weight:bold;
}
.responsive-table .first-row dt{
  display:inline;
}


/**********small screen for tbale *************************/
.responsive-table {
  width:100%;
}
.responsive-table ,
.responsive-table h3,
.responsive-table dl,
.responsive-table dd{
  margin:0;
  padding:0;
  font-size: 1em;
  line-height:1em;
}
.responsive-table li{
  list-style:none;
  display:block;
  clear:both;
  padding:5px 0 0; 
}
.responsive-table dt{
  font-weight:bold;
}
@media all and (max-width:600px){
  .responsive-table dt,
  .responsive-table dd{
    float:left;
    display:inline;
    padding-left:10px;
  }
}
@media all and (min-width:600px){
  .responsive-table h3,
  .responsive-table dl{
    float:left;
    display:inline;
    width:20%;
  }
  .responsive-table .first-row h3{
    padding-top:1em;
  }
  .responsive-table dt{
    display:none;
  }
  .responsive-table .first-row dt{
    display:inline;
  }
}


