@charset "UTF-8";
/* CSS Document */

[data-role="footer"] {
	text-align: center; padding:5px 0;
 }
[data-role="content"] {
	background-color:#FFF;
	background-image:url(examples/images/e-background01.jpg);
	background-repeat:repeat-x; 
	font: 100% "Trebuchet MS","Adobe Caslon Pro", Georgia, "Times New Roman", serif;
	line-height:2em;
	color:#663;
	}

.awards-itunes{
	text-align: center;
}




.ui-btn-active {
    /*background : #bd6a00;*/
	background : #53645e;
}​
a, a:visited {
	color:inherit;
}

 	.scale-image{
		width:100%;
		height:auto;
	}
	.center-wrapper{
		text-align: center;
	}
	.center-wrapper * {
		margin: 0 auto;
	}

@media only screen and (max-width: 999px) {
  /* rules that only apply for canvases narrower than 1000px */
  	.scale-image{
		width:100%;
		height:auto;
	
	}
	.center-wrapper{
		text-align: center;
	}
	.center-wrapper * {
		margin: 0 auto;
	}
}
/*
@media only screen and (device-width: 768px) and (orientation: landscape) {*/
  /* rules for iPad in landscape orientation */
  @media screen and (min-width:481px) {
	.scale-image{
		width:100%;
		height:auto;	
	}
	.center-wrapper{
		text-align: center;

	}
	.center-wrapper * {
		margin: 0 auto;
	}
}

/*@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {*/
	@media screen and (max-width:480px) {
  /* iPhone, Android rules here */
  	.scale-image{
		width:100%;
		height:auto;
				
	}
}