/**
 * Appcropolis Template: jam1 
 * @copy Appcropolis LLC (c) 2011-2013. All rights reserved.
 * @author jamito (support@appcropolis.com)
 * @date 2013-11-27
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 
 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 
 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
 * SOFTWARE.
 *
 * License and legal information: 
 *
 * http://appcropolis.com/license/
 * http://appcropolis.com/legal/
 * http://appcropolis.com/privacy/
 */


/* global */



/* header */
/* part header & gray button*/

#jam1 div[data-role="header"],
#jam1 div[data-role="header"] a[data-role="button"][data-theme="reset"].ios.gray .ui-btn-inner {
	color: #c8c8c8;
	box-shadow: none;
	background: #505050; /* Old browsers */
	background: -moz-linear-gradient(top,  #505050 0%, #1b1b1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505050), color-stop(100%,#1b1b1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #505050 0%,#1b1b1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #505050 0%,#1b1b1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #505050 0%,#1b1b1b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #505050 0%,#1b1b1b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
	}

#jam1 div[data-role="header"] a[data-role="button"][data-theme="reset"].ios.back-button .ui-btn-inner:after {
	background-image: -webkit-linear-gradient(top,  #505050 0%,#1b1b1b 100%);
	text-shadow: none;
	}

#jam1 div[data-role="header"] a[data-role="button"][data-theme="reset"].ios.back-button .ui-btn-inner:before {
	text-shadow: -1px 0px  0px #1c1c1c;
	}
	
	
#jam1 div[data-role="header"] .ui-icon-a-bars {
	background-image: url('images/icon-menu-bars.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border-radius: 0px;
	width: 18px;
	height: 18px;
	box-shadow: none;
	}


/* subheader */
/* part: subheader */
#jam1 .subheader {
	/* some code */
	}



/* content */
/* page: country-flags; part: content */
#jam1 div[data-role="content"] {
	/* some rules */
	}
	
	
#jam1 div[data-role="content"] .flexslider {
	margin: 0 0 30px;
	}


/* footer */
/* part: footer */
#jam1 div[data-role="footer"] {
	/* some rules */
	}
	
	
#jam1 div[data-role="footer"] {
	height: 38px;
	padding: 0px 0px .4em 0px
	}
#jam1 div[data-role="footer"] .ui-grid-a {
	margin-top: 0;
	margin-bottom: 0;
	height: 36px;
	}   
	
/* remove button background */
#jam1 div[data-role="footer"] .app-reset-bg,
#jam1 div[data-role="footer"] .app-reset-bg .ui-btn-inner {
	background-image: none;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; 
	border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;
	border: none;
	overflow: visible;
	width: 30px;
	height: 30px;
	}
		
		
		
/* refresh icon */
#jam1 div[data-role="footer"] .ui-icon-n-refresh {
	background-image: url(images/n-refresh.png);
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; 
	border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;
	background-color: rgba(0, 0, 0, 0);
	margin: -1px 0 0 0px !important;
	width: 30px;
	height: 30px;
	position: absolute;
	}

/* settings icon */
#jam1 div[data-role="footer"] .ui-icon-n-settings {
	background-image: url(images/n-settings.png);
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; 
	border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;
	background-color: rgba(0, 0, 0, 0);
	margin: -1px 0 0 -4px !important;
	width: 30px;
	height: 30px;
	position: absolute;
	}

