body, body.list {
  background: #eb2a2e url(../images/mobile/background.gif);
}

hr {
  background-color: #e1e1e1;
  color: #e1e1e1;
  height: 1px;
  clear: both;
  margin: 0 0 9px 0;
  border: none;
  width: 100%;
}

#topbar {
  background: url(../images/mobile/iphone/header.png) repeat-x;
  height: 44px;
  margin-bottom: 0;
}

body.list div#content, body.leaf div#content {
  background: #fff url(../images/mobile/iphone/header.png) repeat-x 0 -44px;
  margin-top: 0 !important;
}

body.list div#content ul {
  background-color: transparent;
}

#title {
  color: #333;
  font-size: 12px;
  text-shadow: none;
}

#content {
  margin: 0;
  min-height: 0;
}

.list li {
  background: #fff;
}

body.list li {
  background: transparent;
}

.list ul, .pageitem {
  margin-top: 0;
  margin-bottom: 9px;
}

.pageitem {
  border: none;
  font-size: 14px;
  line-height: 20px;
}

body.leaf .pageitem {
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius:  0;
  -webkit-border-top-left-radius:  0;
  -webkit-border-top-right-radius:  0;
}

#footer, #footer a {
  color: #fff;
  text-shadow: none;
  font-size: 12px;
}

body.list div#footer {
  border: none;
}

body.list div#content li a {
  padding-left: 0;
  color: #333;
}

body.list div#content li .name {
  font-size: large;
  font-weight: bold;
  color: #333;
  height: 32px;
  padding: 9px 0 0 9px;
  display: block;
}

body.list div#content li a .name {
  padding-top: 0;
}

.textbox, body.list div#content li.textbox {
  padding: 9px;
  height: auto;
  border-top: none;
  font-size: 14px;
  line-height: 20px;
}

.textbox a {
  color: #336699;
  font-weight: bold;
  text-decoration: none;
}

.textbox img {
  display: block;
  margin: 0 9px 9px 0;
  border: 5px solid #000;
  float: left;
}

.textbox h3 {
  font-weight: bold;
  margin: 0 0 1em 0;
}

p, .textbox p {
  margin: 0 0 1em 0;
}

.textbox p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #333;
}

strong, b {
  font-weight: bold;
}