body {
  margin: 0;
  padding: 0;
	background: #666666;
  color: #000000;
	font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
}

a, a:link, a:active, a:visited, a:hover {
  color: #0000ff;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

ul {
	padding-left: 20px;
}

#wrapper {
	font-size: 1.4em;
}

/** Header */
#header-wrapper {
  margin: 0; 
  padding: 0;
}

#header {
  margin: 0; 
  padding: 2px; 
}

.header-title a:link, .header-title a:active, .header-title a:visited, .header-title a:hover {
  text-decoration: none;
}

/** Menu bar */
.menubar {
  margin-left: 5px;
	padding-bottom: 2px;
}
.menubar ul {
  margin:0;
  padding:0;
}
.menubar ul li {
  list-style: none;
  display: inline;
  margin-left: 10px;
}

.menubar a:link, .menubar a:active, .menubar a:visited, .menubar a:hover {
  text-decoration: none;
  font-weight: bold;
}

/** Nav bar */
.navbar {
	padding-top: 2px;
	background-color: #ffffff;
	/*font-size: 1.0em;
	line-height: 1.0em;*/
}
.navbar ul {
  margin:0;
  padding:0;
}
.navbar ul li {
  list-style: none;
  display: inline;
  margin-left: 2px;
}

.navbar a:link, .navbar a:active, .navbar a:visited, .navbar a:hover {
/*  text-decoration: none;
  font-weight: bold;
*/
/* Look more like a button */

  display: inline-block;
  position: relative;
  color: #888;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  text-decoration: none;
  text-align: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  font-family: helvetica,arial,sans-serif;
  border-radius: 4px;
  border: 1px solid #bcbcbc;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
}

/** Footer */
#footer {
  margin: 0 0 0 0;
	border-bottom: 5px solid #454545;
}

#footer-inner {
	padding: 2px;
	border-bottom: 1px solid #333333;
}

/** Content */
#content {
	background-color: #ffffff;
  text-decoration: none;
	padding: 3px 0 10px 0;
}

/*---------------
 * Make the list rows look more like a list view so easier to see and click on iOS
 */
 
/** List rows */

/*
.row0, .row1, .row0_start, .row1_start, .row0_end, .row1_end {
  margin-bottom: 0px;
  padding: 2px 10px 2px 10px;
}

.row0_start, .row0, .row1, .row1_end {
  border-bottom: 1px #cccccc solid;
}
*/

.row0, .row1, .row0_start, .row0_end, .row1_start, .row1_end {
	border-bottom: 1px solid #d9e2eb;
	background: #fff;
	display: block;
	background-image: -webkit-linear-gradient(top, #ffffff, #ecf1f5);
}

.row0 a, .row1 a, .row0_start a, .row0_end a, .row1_start a, .row1_end a {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 0px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 1.4em;
	color: #787878;
	font-weight: bold;
	overflow: visible;
}


/** Page navigation */
.page-navigation {
  /*padding: 5px 5px 0px 10px;*/
	width: 100%;
	text-align: center;
}

.page-controls {
  color: #999999;
}

.page-numbers-item {
  margin-right: 5px;
}

/** Search box */
.searchbox {
  padding: 5px;
}

.searchbox-controls {
  padding: 5px;
}

/** block of text */
.info {
  padding: 5px;
  text-align: justify;
}

#download-button {
  margin: 10px 5px 10px 5px;
}

.notifyversion {
  margin-top: 5px;
}

.emailbox {
  padding: 5px;
}

.sendbox {
  padding: 5px;
}

.info-title {
  font-weight: bold;
  font-size: 1.5em;
}

/** Screenshots */
.about-screenshots {
  /*border: 1px solid #000000; */
  /*width: 100px; */
  margin-left: 5px;
}
.about-screenshots a img {
  margin: 2px;
  border: none;
  float: left;
}

.screenshots-clear {
  clear: both;
  float: none;
}

.display-screenshot {
  width: 100%;
	text-align: center;
}

.appstore_link {
  text-align: center;
	margin-left: 5px;
}

.appstore_link a img {
  border: none;
}

/** Buttons */
.button a, .button a:link, .button a:active, .button a:visited, .button a:hover {
  margin: 5px;
  padding: 0px;
  font-weight: bold;
  text-decoration: none;
	display: block;
	text-align: center;
}

.button span {
  padding: 2px;
}

/** Powered by */
.powered-by {
  margin-top: 5px;
  font-size: 0.9em;
  color: #cccccc;
}

.powered-by-nearme {
  background: url(http://m.nearme.eu/nearme.png) no-repeat center left;
  text-align: left;
  padding-left: 37px;
  line-height: 32px; /* image height */
  height: 32px;
  display: block;
  font-size: 1.1em;
}

/** misc */
.clearfix {
  clear: both;
  float: none;
}
