/*////////////////////// normalization /////////////////////////*/
* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}


/*///////////////////// fonts //////////////////////////*/
* {
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	font-style: normal;
	font-size: 26px;
	color: #7D0552;
}
a {
	color: #222;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 1px #eee;
	-webkit-transition: color .3s ease-in; /*safari and chrome */
	-o-transition: color .3s ease-in; /* opera */
}
a:focus, a:hover {
	color: #6d4420;
}
a:active {
	color: #222;
}
h1{
	font-size: 2em;
	line-height: .8em;
	text-shadow: 1px 1px 1px navy;
	padding: 1em 0 .2em 0;
	text-align: center;
}
h2{
	font-size: 2em;
	line-height: .8em;
	text-shadow: 1px 1px 1px navy;
	padding: 1em 0 .2em 0;
	text-align: center;
}
h3{
	font-size: 2em;
	line-height: .8em;
	text-shadow: 1px 1px 1px navy;
	padding: 1em 0 .2em 0;
	text-align: center;
}
p{
	font-size:.75em;
	margin: 0 0 1em 0;
	line-height: 1.25em;
	text-shadow: 1px 1px 1px navy;
}
li{
	font-size:1em;
	text-shadow: 1px 1px 1px navy
	text-align: left;
	padding:0 0 .75em .3em;
	margin: 0 0 0 .7em;
}
.white-links a{
	font-size: 1em;
	color: #7D0552;
	text-shadow: 1px -1px 1px #fff;
}
.white-links a:hover {
	color: #ffba00;
}
.white-links a:active {
	color: #efefef;
}
/*//////////////////// containers /////////////////*/

body{
	font-size: 1em;
	margin: 0;
}
#wrapper{
	background: url('pix/sudoku_slice.jpg') repeat top center;
}

#static-container{
	background: url('pix/background-highlight.png') repeat-x top center;
}

#static-content{
	padding: 20px 0 40px 0;
}

#divider-column #divider{
	background-color: #333;
	width: 2px;
}

#ad-column{
	padding-left: 7px;
}
.text-box{
	background: url('pix/white-opacity.png') repeat;
	border:4px solid #333;
	border-radius:12px;
	text-align: left;
}
.text-box-padding{
	padding:1em;
}
.text-box-outline{
	border:2px solid #eee;
	border-radius:14px;
}
.inner-text-box{
	background-color: #fff;
	border:2px solid #333;
	border-radius:8px;
}

/* horizontal ad */
.adbox-container{
	width: 740px;
	height: 102px;
}
.adbox-outline{
	background-color: #333;
	border:2px solid #eee;
	border-radius:8px;
}
.adbox-padding{
	padding:4px
}

/* embed game popup */
#embed-popup{
	margin-bottom: 20px;
}
#watch-embed-code{
	padding: 10px;
	font-family: sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	border-radius:6px;
	color: #000;
}
/* icon and title */
.gameTitle{
	position: absolute;
	top:3px;
	left:175px;
	z-index: 10;
}

#ad-column-left{
	padding-right: 7px;
}

/* social stuff */
.header-bg{
	position: absolute;
	right: 179px;
	top: 20px;
	height: 50px;
	width: 100%;
	background: url('pix/sudoku_header.png') no-repeat top right;
}	
#social-links{
	position: absolute;
	top:18px;
	right:12px;
	width: 300px;
}
#social-links td{
	text-align: center;
}
	
/* thumbnails */
#thumbnails-margin{
	margin: 30px 0 30px 0;
}
#thumbnails-outline{
	border:3px solid #eee;
	border-radius:14px;
}
#thumbnails-container{
	background: url('pix/thumbs-bg.jpg') repeat top center;
	text-align:center;
	border:2px solid #333;
	border-radius:11px;
	box-shadow: inset 0 0 20px #000;
	padding:15px 15px 15px 15px;
}
.thumbnails-td{
	width:233px;
	padding-bottom: 15px;
	text-align: center;
	/*float: left;*/
}

/* facebook comments */
#facebook-container{
	padding: 20px;
}

/* footer */
#footer{
	background: url('pix/thumbs-bg.jpg') repeat;
	height: 75px;
	text-align: center;
	box-shadow: inset 0 0 20px #000;
	border-top:3px solid #333;
}
#brand-link{
	padding-top: 15px;
	font-size: .8em;
	color: #7D0552;
}

/*********************************
	FACEBOOK CANVAS STYLES
*********************************/

#facebook-wrapper{
	padding: 66px 15px 15px 15px;
	border-bottom:1px solid #ccc;
	background: url('pix/sudoku_slice.jpg') repeat top center;
}
#facebook-game-border{
	border:2px solid #111;
	border-radius:5px;
}
#facebook-game-border2{
	border:2px solid #ccc;
	border-radius:7px;
}
#fb-like{
	position: absolute;
	top:18px;
	right:17px;
	z-index:10;
	border:1px solid #aaa;
	border-radius:5px;
	background-color: #fff;
	padding: 5px 6px 5px 6px;
}
#static-content{
	padding: 20px 0 40px 0;
}
/*********************************
	FULL SCREEN HACK! 
*********************************/
/* 
	push the game DOWN this amount to
	make room for the website header
*/
.headerSize{
	height: 70px;
}
/*
	push "bottom edge" of the game UP this amount
	so that it stays above the fold
	
	this should ALWAYS be AT LEAST the "headerSize"
*/
.topOffset{
	margin-bottom: -84px;	/* this is NEGATIVE */
}
.bottomOffset{
	padding-bottom:84px;	/* this is POSITIVE */

/* fb canvas page values */
}
.fb-topOffset{
	margin-bottom: -134px;	/* this is NEGATIVE */
}
.fb-bottomOffset{
	padding-bottom:134px;	/* this is POSITIVE */
}
