html {
	background: black;
	color: white;
	font-family: sans-serif;
}

h1 {
  text-align: center;
  color: f9ee16;
}

h2 {
  margin-top: 20px;
  text-align: center;
  color: #f9ee16;
}

h2 img {
  vertical-align: 50%;
}

p {
  margin: 7px 0px 7px 0px;  
}

a {
  color: #2bc436;
}

a:hover {
  background: none;
}

ul {
  list-style-image: url(/images/daisy/bullet.png);
  margin-right: 40px;
}

ul > li {
  margin-top: 10px;
  margin-bottom: 10px;
}

#head {
	display: none;
}

#foot {
  background-color: #55d2f9;
  border-top: 2px solid #525252;
  color: black;
}

body.standard #footer {
  border: none;
  text-align: right;
  padding: 5px;
  margin: none;
  width: auto;
}

#copysymbol {
  color: black;
}

#author {
  font-size: 90%;
  white-space: nowrap;
}

#copyright {
  font-size: 90%;
  white-space: nowrap;
}

#lastmodified {
  font-size: 80%;
  white-space: nowrap;
}

#nav-box {
  color: black;
  float: none;
  width: auto;
  border: none;
  border-bottom: 2px solid #525252;
  padding: 5px 5px 2px 5px;
  background-color: #55d2f9;
  margin: 0px;
}

#nav-box ul.navigation {
  display: block;
  margin: 3px 5px 3px 5px;
  padding: 0px;
}

#nav-box .navigation li + li:before {
  content: " \2022  ";
}

#nav-box ul.navigation li {
  display: inline;
}

#nav-box ul.navigation li.back {
  display: inline;
}

#nav-box a {
  color: black;
  text-decoration: none;
}

#nav-box a:hover {
  color: black;
  background: none;
  text-decoration: underline;
}

.banner {
  display: none;
}

body.standard div.body {
  margin: 0px;
  border: none;
  padding: 0px;
  width: 100%;
}

h1 + p:first-letter {
  font-weight: bold;
  font-size: 150%;
}

.marker {
  font-size: 12px;
  color: #2bc436;
  font-weight: normal;
  margin-left: 10px;
}

.marker:before {
  display:none;
}

.daisy-screen-link {
  display: block;
  width: 100px;
  float: left;
  text-align: center;
  font-size: 90%;
  margin-left: 1px;
}

.daisy-screen-land {
  width: 240px;
  height: 160px;
  display: block;
  margin: 10px auto 10px auto;
}

.daisy-screen-port {
  width: 100px;
  height: 150px;
  display: block;
  margin: 10px auto 10px auto;
}

.daisy-moseycode {
  width: 200px;
  height: 200px;
  display: block;
  margin: 10px auto 10px auto;
}

/* help specific */

.daisy-stud {
  display: inline;
}

html.daisy-help {
  background-color: #447b0c
}

html.daisy-help #nav-box {
  display: none;
} 

html.daisy-help #foot {
  display: none;
}

.daisy-questions li span {
  color: #f9ee16;
}

.daisy-questions li a {
  color: white;
  text-decoration: none;
}

.daisy-notes-link {
  margin: auto;
  font-size: 90%;
  text-align: center;
}

.daisy-notes-link > a {
  color: white;
}

.daisy-divide {
  width: 80%;
  height: 2px;
  border: none;
  background-color: #f9ee16;
}

.daisy-q {
  margin-left: 8px;
  margin-right: 8px;
  color: #f9ee16;
}

.daisy-q > span:first-child {
  font-weight: bold;
}

.daisy-a > p {
  margin-left: 8px;
  margin-right: 8px;
  color: white;
}

.daisy-a > p > span:first-child {
  font-weight: bold;
}

.phone-only {
  display: block;
}

.phone-hidden {
  display: none;
}

.youtube {
  margin: 20px 0px 20px 0px;
}