
/** Header */
#header-wrapper {
  background-color: #C65A29;
}
#header { 
  background: url('../../gfx/logo_mob.gif') no-repeat; 
	height: 41px; /* height of logo 46px - vertical padding */
  padding-top: 5px;
  /*line-height: 46px;*/ /* v.center text */
  padding-left: 90px; /* width of logo + some padding */
  color: #ffffff;
}

.header-title {
  font-size: 1.2em;
	line-height: 0.95em;
  font-weight: bold;
  text-transform: uppercase;
}
.header-title a:link, .header-title a:active, .header-title a:visited, .header-title a:hover {
  color: #ffffff;
}

/** Menu bar */
.menubar {
  color: #ffffff;
  text-transform: uppercase;
}
.menubar a:link, .menubar a:active, .menubar a:visited, .menubar a:hover {
  color: #ffffff;
}
.menubar a:hover {
  text-decoration: underline;
}

/** Footer */
#footer { 
  background: #C65A29;
  color: #ffffff;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
  color: #ffffff;
}

/* Make rows more like buttons on iOS */
/** Row colors */
.row0, .row0_start, .row0_end {
	/* orange */
	background-image: -webkit-linear-gradient(top, #ffffff, #FFCFB2);
}

.row1, .row1_start, .row1_end {
	/* grey */
	background-image: -webkit-linear-gradient(top, #ffffff, #ecf1f5);
}


/** Buttons */
.button a {
  background-color: #C65A29;
  color: #ffffff;
  border: 1px solid #ae5127;
  font-size: 1.4em;
}

.button a:hover {
  color: #ffff99;
}
