@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}
html, body {
	height: 100%;
}
body {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height:220%;
	color:white;
}
p{
	margin:0 14px;
}
	p.emptyp_iefix{
		font-size:1px;
		height:1px;
		line-height:1%;
	}
	li p{
		margin:0px;
	}
a{
	color:white;
	cursor:pointer;
	text-decoration:underline;
}
h1{
	color:#FFCC33;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 12pt;
	margin:20px 14px 5px 14px;
	clear:both;
}
h2{
	color:#FFCC33;
	font-size:11pt;
	margin:10px 14px 5px 14px;
	clear:both;
}
ul {
	list-style-type: none;
	padding-left: 20px;
	margin-left: 0;
	line-height:150%;
}
li {
	background: top left no-repeat url("../img/bullet.png");
	padding-left:15px;
	padding-right:15px;
	margin-bottom: 3px;
	clear:both;
}
p.cards{
	margin-bottom:20px;
}
p.cards span.images, p.cards span.text{
	display:block;
	clear:both;
}
span.images img{
	display:block;
	float:left;
	margin: 2px;
	-moz-border-radius: 2px 2px;
}
	span.images img.green{
		border: 2px solid #5DFF5D;
		margin: 0px;
	}
	span.images img.red{
		border: 2px solid #FF5D5D;
		margin: 0px;
	}
	span.images img.orange{
		border: 2px solid #DDDD5C;
		margin: 0px;
	}
	span.images img.stack{
		margin-left:-9px;
	}
span.text span{
	width:26px;
	margin-right:4px;
	text-align:center;
	display:block;
	line-height:100%;
	font-size:8pt;
	margin-top: 0px;
	float:left;
}
span.text span.double{
	width:56px;
}
span.text span.triple{
	width:86px;
}
span.text span.left{
	text-align:left;
}
.scrabble-image{
	max-width: 90%
}

#wrapper {
	height: auto;
	min-height: 100%;
}
.inner {
	max-width:1280px;
	margin:0 auto;
	background:url("../img/joker.png") no-repeat;
	background-size: contain;
}
#header{
	max-width:931px;
	margin:0 auto;
	padding-bottom: 20px;
}
#header img{
	width:100%;	
}
#menu{
	margin:0 auto;
	max-width:935px;
	border: 2px solid black;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #292929;
	-moz-opacity:.85; filter:alpha(opacity=85); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85); opacity:0.85;
}
	#menu span a{
		text-transform: uppercase;
		font-weight:bold;
		font-size: 12pt;
		line-height:30px;
		color:white;
		text-decoration:none;
		margin:0 10px;
		white-space: nowrap;
	}
	#menu span a.active{
		color:#FFCC33;
	}
	#menu span a:hover{
		color:#FFCC33;
		text-decoration:underline;
	}
#content {
	display:block;
	max-width:935px;
	margin:0 auto;
	padding-bottom: 20px;
	background-color: #292929;
	-moz-opacity:.85; filter:alpha(opacity=85); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85); opacity:0.85;

	border: 2px solid black;
	/*border-top: none;*/
	padding-top:20px;
}

#footer{
	margin:0 auto;
	clear:both;
	margin-top:10px;
	text-align: center;
}