/*

  yoyoing.com messageboard stylesheet for phones

  DO NOT EDIT this file unless you know what you're doing

*/

/* kill all box-model incompatibilities */
/* this also takes care of different default values for each browser */
* {
  margin: 0px;
  border: 0px;
  padding: 0px;
  font-size: 9px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  -moz-box-sizing: border-box;
 }

/* ############### tag-based rules */

/* customized list items, since there's no standard among browsers */
ul {
  margin-left: 10px;
}

li {
  list-style-position: outside;
  list-style-type: disc;
  list-style-image: url('../img/icon_followup.gif');
}

/* ############ general use classes */

div.copyright {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #dfdfdf;
  text-align: center;
}

div.pagetitle {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}

div.paragraph {
  margin-top: 5px;
  margin-bottom: 5px;
}

div.paragraphsmall {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 11px;
}

div.error {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #ff0000;
}

img.icon {
  vertical-align: middle;
  margin-right: 3px;
  font-size: 9px;
  width: 17px;
  height: 13px;
}

div.contentholder {
  background-color: #ffffff;
  width: 100%;
}

div.followupbox {
  margin-left: 20px;
}

/* IE6 has problems with padding, this should solve it */
div.correctorholder {
  width: 100%;
}

div.operatorbar {
  background-color: #ffcfcf;
  padding: 2px;
  display: none;
}

span.smalltext {
  font-size: 8px;
  font-weight: normal;
}

/* simple table */
table.sheet {
  margin-top: 4px;
  border-collapse: collapse;
}

td.sheetheader {
  font-weight: bold;
  border: 1px solid #3f3f3f;
  text-align: center;
  padding: 2px;
}

td.sheet {
  border: 1px solid #3f3f3f;
  padding: 2px;
}

a.smalllink {
  font-size: 9px;
  text-decoration: none;
  color: #cfcfcf;
  margin-bottom: 7px;
  display: block;
}

a.smalllinkb {
  font-size: 9px;
  text-decoration: none;
  color: #cfcfcf;
}

a.smalllink:hover {
  color: #6f6f6f;
}

a.smalllinkb:hover {
  color: #6f6f6f;
}

/* holds the links to next/previous pages */
div.pagelinks {
  background-color: #dfdfdf;
  text-align: center;
}

a.pagelinks {
  color: #2f2f2f;
  text-transform: uppercase;
  text-decoration: underline;
}

a.currentpagelinks {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

/* ############## menu */
a.menuitem {
  color: #2f2f2f;
  text-transform: lowercase;
  text-decoration: none;
}

/* ############## form fields and captions */
table.form {
  width: 100%;
  border: 1px solid #bfbfbf;
}

td.formcaption {
  font-weight: bold;
}

td.formsingle {
}

select.formcategory {
  border: 1px solid #6f6f6f;
}

input.text {
  border: 1px solid #6f6f6f;
  width: 100%;
  padding: 1px 2px;
}

input.smalltext {
  border: 1px solid #6f6f6f;
  width: 150px;
  padding: 1px 2px;
}

input.smallertext {
  border: 1px solid #6f6f6f;
  width: 80px;
  padding: 1px 2px;
}

input.tinytext {
  border: 1px solid #6f6f6f;
  width: 30px;
  padding: 1px 2px;
}

input.tinytext2 {
  border: 1px solid #6f6f6f;
  width: 60px;
  padding: 1px 2px;
}

input.button {
  border: 1px solid #2f2f2f;
  text-align: center;
}

input.checkbox {
  margin-right: 2px;
}

textarea.messagebody {
  width: 100%;
  height: 200px;
  border: 1px solid #6f6f6f;
}

textarea.image_url {
  width: 100%;
  height: 60px;
  border: 1px solid #6f6f6f;
}

/* ############### message list appearance */

/* message 'block' - holds one mainpost and its followups on the main forum page */
div.message {
  border-bottom: 2px solid #8f8f4f;
  padding-bottom: 4px;
  margin-bottom: 10px;
  padding-left: 20px;
}

div.expandedmessage {
  padding-bottom: 4px;
  margin-bottom: 10px;
  padding-left: 20px;
}


/* username on top of the page */
span.username {
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
  margin-right: 30px;
}

/* link for main post */
a.mainpost {
  color: #ab1515;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

a.mainpost:hover {
  color: #4f4f4f;
}

a.mainpost:visited {
  color: #8f8f4f;
}

.newpost {
  background-color: #ffffbf;
}

/* link for followup */
a.followup {
  color: #000000;
  font-size: 13px;
  line-height: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

a.followup:hover {
  color: #9f9f9f;
}

a.followup:visited {
  color: #6f6f6f;
}

/* link for current followup in thread */
a.currentfollowup {
  color: #6f6f6f;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  background-color: #ffdf3f;
}

a.followup:hover {
  color: #4f4f4f;
}

/* link to expanded view */
div.expandedlink {
  background-color: #cfcfcf;
  text-align: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
}

a.expandedlink {
  color: #000000;
  text-decoration: none;
  font-size: 9px;
  margin-left: 5px;
}

/* link for the poster profile */
a.author {
  color: #4f4f4f;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

span.author {
  color: #4f4f4f;
  font-size: 11px;
  font-weight: bold;
}

/* category holder */
div.categoryholder {
  width: 100%;
  border-bottom: 4px solid #8f8f4f;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

table.columnizer {
  width: 100%;
}

/* search box */
td.searchbox {
  text-align: right;
}

/* message date */
span.date {
  color: #4f4f4f;
  font-size: 8px;
  font-weight: normal;
  font-style: italic;
}

/* post */
div.postsubject {
  background-color: #cfcfcf;
  color: #000000;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

div.postsignature {
  font-size: 8px;
  font-style: italic;
  margin-left: 5px;
  color: #ff0000;
}
