@font-face {
	font-family: 'Underwood Champion';
	src: url('../fonts/underwood_champion.eot');
}

@font-face {
	font-family: 'Underwood Champion';
	src: local('Underwood Champion Regular'),
	     local('UnderwoodChampion-Regular'),
	     url('../fonts/underwood_champion.ttf') format('truetype');
}

a {
  color: #625D20 !important;
}

[data-role=content]{padding-bottom:8em;}
div.nav {bottom:4em; right:1em; position: absolute !important;}
[data-role=footer]{bottom:0; position: absolute !important;}
/*[data-role=page]{height: 100% !important; position:relative !important;}
[data-role=footer]{bottom:0; position:absolute !important; top: auto !important; width:100%;}*/

/* make active buttons GREEEN! WEEE! */
.ui-btn-active {
	background: 			#625D20;
	text-shadow: 0 /*{global-active-shadow-x}*/ -1px /*{global-active-shadow-y}*/ 1px /*{global-active-shadow-radius}*/ #145072 /*{global-active-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #625D20 /*{global-active-background-start}*/), to( #bed91d /*{global-active-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#625D20 /*{global-active-background-start}*/, #bed91d /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#625D20 /*{global-active-background-start}*/, #bed91d /*{global-active-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#625D20 /*{global-active-background-start}*/, #bed91d /*{global-active-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#625D20 /*{global-active-background-start}*/, #bed91d /*{global-active-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#625D20 /*{global-active-background-start}*/, #bed91d /*{global-active-background-end}*/);
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
/*------------ logo -----------------------------------------------------------*/
.green {
  font-family: "american typewriter", "palatino linotype", Courier, serif;
  color: #bed91d;
}

.logo {
	margin: 0 -5px;
  color: white;
}

.logo .word {
	white-space: nowrap;
}
.logo sup {
  padding-left: 5px;
  font-family: "Underwood Champion", "american typewriter", "palatino linotype", Courier, serif !important;
  font-size: 10pt;
  font-weight: normal;
}

.logo a {
	padding: 0;
  text-decoration: none;
	color: white!important;
	font-weight: normal;
	border: none;
	font-family: "Underwood Champion", "american typewriter", "palatino linotype", Courier, serif !important;
	font-size: 24pt;
}
.logo>a {
	border: 3px solid transparent;
}
.logo a:visited {
  color: #222223;
}

.logo a:hover {
  color: #222223;
  text-decoration: none;
	background-color: #bed91d;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border-bottom: 1px dotted #625D20; 
	border: 3px solid #625D20; 
}
.logo a:hover .green {
  color: #666667;
}

.logo a span {
	margin: 0;
	padding: 0;
}

.ui-body-d {
	font-family: "american typewriter", "palatino linotype", Courier, serif !important;
}


/*------------ header *--------------------------------------------------------*/
.ui-header .nav {
  float: right;
  margin: 14px 20px 0 0;
}
.ui-header .ui-title {
  margin: .6em 10px .8em;
}
/*------------ footer *--------------------------------------------------------*/
.ui-footer {
  text-align: center;
  min-height: 3em;
}
.ui-footer .adr {
  font-size: 8pt;
}
.ui-footer .nav {
  float: right;
  margin: 14px 20px 0 0;
}
