/* Core CSS Code for all itouchher sites */


/**** GENERAL CSS ************************************************************/

/* remove any spacing around the image */
body {
    margin: 0px;
    padding: 0px;
    background-color: black;
    color: #A64300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

/* ensure no borders */
img {
    border: 0px;
}

form * {
	vertical-align: middle;
}

.formButton {
	background: url(/images/bg-form-butn.png) repeat-x center center;
	text-align: center;
	height: 30px;
	font-weight: bold;
	font-size: 1.2em;
	color: #300;
	border: 1px solid #333;
    	cursor: pointer;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	border: 0px;
	color: black;
}


/**** GAME *******************************************************************/

img.gamePict {
	position: absolute;
	top: 0px; 
	z-index: 1;
    cursor: pointer;
}
img.winLink {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div#statusOverlay {
	display: none;
}
div.overlay {
	position: absolute;
	top: 0px; 
	z-index: 2;
	background: url(/core-images/overlay.png) repeat;
	height: 336px;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 20px 20px 60px;
}
div#statusOverlay div.overlay {
	z-index: 11;
}
div.overlay h1 {
	margin: 0px 0px 5px;
	font-size: 2.5em;
	/* color this in site-specific */
}
div.overlay p {
	margin: 0px 0px 10px;
	font-size: 1.2em;
}
div.overlay div.bars {
	margin: 30px auto 20px;
	width: 150px;
}


/**** MAIN MENU **************************************************************/

div.mainContainer {
	margin: 0px auto;
	height: 416px;
	width: 320px;
	background: url('/images/bg-interior.jpg') no-repeat center top;
	position: relative;
	padding-top: 0px;
}

div.listElement img.menuThumb {
	background: no-repeat top center;
}

div.listElement {
	background: url('/core-images/bg-listview-bar.png') no-repeat;
	height: 91px;
	width: 286px;
	margin: 5px auto;
	padding: 0px;
	position: relative;
	cursor: pointer;
}
div.listElement div.thumb {
	height: 74px;
	width: 76px;
	border: 1px solid #EF8120;
	position: absolute;
	left: 7px;
	top: 7px;
}
div.listElement div.details {
	width: 165px;
	height: 70px;
	position: absolute;
	right: 11px;
	top: 11px;
	color: #FFF;
}
div.listElement div.details h1 {
	font-size: 1.2em;
	margin: 0px 0px 6px 0px;
}
div.listElement div.details p {
	margin: 0px;
	color: #999;
	line-height: 12px;
}
div.listElement div.details p span.name {
	font-weight: bold;
	/* You can color the name in site-specific.css */
}
div.listElement div.details img {
	margin: 0px 2px;
}

div.listElement div.thumb img.checkmark {
	position: absolute;
}

#powered-by-clear{
    display: block;
    position: absolute;
    top: 45px;
    left: 90px;
    width: 140px;
    height: 20px;
}

/**** WARNING PAGE ***********************************************************/

div.warningContainer {
	margin: 0px auto;
	padding: 0px;
	height: 416px;
	width: 320px;
	background: url('/images/warning-bg.jpg') no-repeat center top;
	position: relative;
}

div.warningContainer img {
	margin-bottom: 1px;
}
div.warningContainer .buttons,
div.warningContainer .warning {
	text-align: center;
	width: 320px;
}
div.warningContainer .warning {
	position: absolute;
	top: 380px;
	text-transform: uppercase;
}
div.warningContainer .buttons {
	position: absolute;
	/* warning page button locations are in site-specific.css */
}

div.warningContainer a:link,
div.warningContainer a:visited,
div.warningContainer a:hover,
div.warningContainer a:active {
	color: #A64300;
	text-decoration: none;
}


/**** HELP PAGE **************************************************************/

div.instructions {
	/* color in site-specific.css */
	text-align: left;
	width: 286px;
	position: absolute;
	z-index: 10;
	left: 18px;
}
div.instructions h1 {
	/* color in site-specific.css */
	margin: 0px 0px 5px;
	font-size: 2.5em;
}
div.instructions p {
	/* color in site-specific.css */
	font-size: 1.5em;
	text-align: left;
}


/**** NAVIGATION BAR *********************************************************/

div.buttonBar {
	height: 44px;
	width: 320px;
	background: #414141 url('/core-images/bg-bar.png') repeat-x;
	position: absolute;
	bottom: 0px;
	z-index: 99;
}
div.buttonBar div.help,
div.buttonBar div.stats,
div.buttonBar div.nav, 
div.buttonBar div.title {
	height: 31px;
	position: absolute;
	text-align: center;
	top: 7px;
}
div.buttonBar div.help,
div.buttonBar div.stats {
	background: url('/core-images/bg-bar-butn.png') no-repeat;
	width: 30px;
}
div.buttonBar div.help {
	left: 6px;
}
div.buttonBar div.stats {
	right: 6px;
	padding-top: 4px;
	height: 31px;
}
div.buttonBar div.nav {
	width: 230px;
	left: 45px;
}
div.buttonBar div.nav img {
	/* You can color the buttons in site-specific.css */
	vertical-align: middle;
}
div.buttonBar div.title {
	/* color this in site-specific.css */
	background: url('/core-images/bg-title.png') no-repeat;
	width:240px;
	left: 40px;
	line-height: 28px;
	font-size: 1em;
	font-weight: bold;
}

.legal {
    text-align: center;
}
.legal a {
	/* colored in site-specific.css */
}
.buttonBar .legal {
    position: relative;
    bottom: -50px;
}

/**** PUT THIS LAST **********************************************************/

div.clear {
	float: none;
	clear: both;
	height: 0px;
}
