/* trudgers.org mobile style-sheet */

body, p, table, td, ol, ul, center, dd {
  color: #222288;
  font-family: Roboto, "Droid Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  background-color: #ffffee;
}

body {
  scrollbar-face-color: #0000ce;
  scrollbar-highlight-color: #bbbbff;
  scrollbar-shadow-color: #4444aa;
  scrollbar-3dlight-color: #444444;
  scrollbar-track-color: #dddd00;
  scrollbar-arrow-color: #ddddff;
}

th, dt {
  color: #0000bb;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  color: #0000bb;
  font-family: Arial, Helvetica, Sans-Serif;
}

hr {
  color: #8888bb;
}

input.button, input.submit, input.reset {
  color: #ffffff;
  background-color: #4444BB;
  font-weight: bold;
}

input.here {
  color: #ff6600;
  background-color: #bbbbff;
  font-weight: bold;
}

a:link, a:visited, a:active {
  color: #0000ce;
  text-decoration: none;
  filter: none;
}

a:hover {
  color: #aa6600;
  text-decoration: none;
}

 .title {
  color: #0000ce;
  font-family: "Arial Black", Arial, Helvetica, Sans-Serif;
  font-variant: small-caps;
  font-size: xx-large;
  font-weight: bold;
}

 .message { color: #0000bb;
  font-size: x-large;
  font-weight: bold;
  text-align: center;
}

.button {
  color: #222288;
/*  background-color: #4444BB;  */
  background-color: #BB4444;
  padding: 2px 4px;
  text-align: center;
  text-decoration: none;
  margin: 4px 2px;
  border: 2px outset #BBBBBB;
  border-radius: 4px;
  transition-duration: 0.4s;
/*cursor: zoom-in;*/
}

.button:hover {
  color: #4444BB;
  background-color: #CCCCCC;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button:active {
  background-color: #4444BB;
  border: 2px inset #888888;
  transform: translateY(3px);
}

/*  Menu Navigation  */

#primary_nav_wrap {
  margin-top: 0px;
}

#primary_nav_wrap ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#primary_nav_wrap ul a {
  display: block;
  color: #0000ff;
  background: #bbb;
  text-decoration: none;
  font-weight: bold;
/*font-size: 12px;
  line-height: 32px;*/
  padding: 0 5px;
  font-family: Roboto, "Droid Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  margin: 0px 5px 0px 0px;
  border: 3px outset #aaa;
}

#primary_nav_wrap ul a:hover {
  color: #bb0000;
  background: #fff;
  text-decoration: underline;
  border: 3px inset #aaa;
}

#primary_nav_wrap ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#primary_nav_wrap ul li:hover {
  background: #f6f6f6;
}

#primary_nav_wrap ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0;
}

#primary_nav_wrap ul ul li {
  float: none;
  width: 120px;
}

#primary_nav_wrap ul ul a {
  font-weight: normal;
  line-height: 100%;
  margin: 2px 0px 2px 0px;
  padding: 2px 5px 2px 5px;
  background: #ddd;
}

#primary_nav_wrap ul ul ul {
  top: 0;
  left: 100%;
}

#primary_nav_wrap ul li:hover > ul {
  display: block;
}
