.nav-glyphish-example .ui-btn .ui-btn-inner { padding-top: 40px !important; }
.nav-glyphish-example .ui-btn .ui-icon { width: 30px!important; height: 30px!important; margin-left: -15px !important; box-shadow: none!important; -moz-box-shadow: none!important; -webkit-box-shadow: none!important; -webkit-border-radius: none !important; border-radius: none !important; }
#chat .ui-icon { background:  url(../images/glyphish-icons/09-chat2.png) 50% 50% no-repeat; background-size: 24px 22px; }
#email .ui-icon { background:  url(../images/glyphish-icons/18-envelope.png) 50% 50% no-repeat; background-size: 24px 16px;  }
/*
	I think this declaration is causing poblems and it isn't used.
	#login .ui-icon { background:  url(../images/glyphish-icons/30-key.png) 50% 50% no-repeat;  background-size: 12px 26px; }

*/
#beer .ui-icon { background:  url(../images/glyphish-icons/88-beermug.png) 50% 50% no-repeat;  background-size: 22px 27px; }
#coffee .ui-icon { background:  url(../images/glyphish-icons/100-coffee.png) 50% 50% no-repeat;  background-size: 20px 24px; }
#skull .ui-icon { background:  url(../images/glyphish-icons/21-skull.png) 50% 50% no-repeat;  background-size: 22px 24px; }

#trophy .ui-icon {  }


#answer	.ui-icon {
	
	width: 36px;
	height:36px;
	background: url(../images/answerQuestionIcon_26x26.png) no-repeat;
	background-position:center top;
	background-size: 26px 26px;
}


.ui-icon-facebook {	
	width: 36px;
	height:36px;
	background: url(../images/facebook.png) no-repeat;
	background-position:center top;
	background-size: 26px 26px;
}


.sassyNavBar .ui-btn .ui-btn-inner
{
	padding-top: 40px !important;
}


.sassyNavBar .ui-btn .ui-icon
{
	width: 30px!important;
	height: 30px!important;
	margin-left: -15px !important;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-webkit-border-radius: none !important;
	border-radius: none !important;
}

#trophy .ui-icon
{
	background:  url(../images/glyphish-icons/85-trophy.png) 50% 50% no-repeat;
	background-size: 24px 24px;
}

html, body
{
	/*
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	*/
	text-align: center;
	background-color:#ea6e14;"
}

.ui-page 
{
	background-color:#ea6e14;	
}

.mainContent
{
	background-color:#FFFFFF; 
	padding:1px 5px 1px 5px;
	margin:0px;
	height:100%;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 6px 6px 5px #000000;
	-webkit-box-shadow: 6px 6px 5px #000000;
	box-shadow: 6px 6px 5px #000000;
}

.ui-content
{
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 10px;
}

.errors {
	text-align:left;
	list-style-type: none; 
	color: #FF0000;
}

.messages {
	text-align:left;
	list-style-type: none; 
	color: #098500;
}



@media all and (orientation: landscape) {
	
	#headerImage {display: none;}
	#playBannerAd {display: none;}
	
}

@media all and (orientation: portrait) {
	
	#headerImage {display: block;}
	#playBannerAd {display: block;}
	
}

@media all and (min-width: 700px) {
	
	#headerImage {display: block;}
	#playBannerAd {display: block;}
	
}
