/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

/* Increase the body font size on small touch devices */
body {
  font-size: 98%;
}

/* Top menu */
.region-leaderboard ul {
    padding-right: 0px;
}

.region-leaderboard ul.menu li {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.region-leaderboard ul.menu li a {
  font-size: 0.8em;
  white-space: nowrap;
}

.region-leaderboard ul.menu li a:hover {
  text-decoration: underline;
}

#site-name {
  font-size:30px;
}

/* Move search box */
#search {
  float: left;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#search input[type="image"] {
  float: right;
  margin-left: 5px;
}

#search .block-inner {
	margin: 0;
}

/* Indent drop-down menu sub-items */

ul.sf-menu li ul li  {
  padding-left: 10px !important;
}
