/* zipplet.co.uk stylesheet.
 * ------------------------
 * these style sheets may not be used without permission
 * Designed by Anders, thanks! - http://anders1.org/
 */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

a {
  color: #3600C7;
  text-decoration: none;
  border-bottom: 1px dashed #3600C7;
}

a:hover {
  border-bottom: 1px solid #3600C7;
}

a.image {
  border: 0;
  text-decoration: none;
}

a.image:hover {
  border: 0;
}

a img {
  border: 0;
}

.nolinkhl {
  border: 0;
}
.nolinkhl:hover {
  border: 0;
}

#container {
  margin-left: auto;
  margin-right: auto;
}

#header {
  border-bottom: 1px solid #CCCCCC;
}

#header h1 {
  margin: 0;
  color: #3600C7;
}

#navigation {
  width: 130px;
  float: left;
  border-right: 1px solid #CCCCCC;
  padding-bottom: 5px;
}

#navigation ul {
  margin: 0;
  padding: 0;
}

#navigation li {
  padding-left: 20px;
  list-style-type: none;
}

#navigation li.topheader {
  margin-bottom: 3px;
  padding-left: 10px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  background: #3600C7;
  color: white;
}

#navigation li.header {
  margin-bottom: 3px;
  margin-top: 5px;
  padding-left: 10px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  background: #3600C7;
  color: white;
}

#navigation li.separator {
  padding-top: 5px;
}

#content {
  border-left: 1px solid #CCCCCC;
  margin-left: 130px;
  padding: 10px;
}

h3 {
  margin: 0px;
}

#content .news {
  border-bottom: 1px solid #CCCCCC;
  /* margin-top: 10px; */
  margin-bottom: 10px;
}

#content .news .header {
  border-bottom: 1px solid #CCCCCC;
}

#content .news .header .title {
  font-size: 14px;
  font-weight: bold;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#content .news .header .tagline {
  font-size: 11px;
  font-weight: bold;
}

div.warning {
  border: 1px solid #000036;
  background: #3600C7;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  display: none;
}

div.error {
  border: 1px solid #000000;
  background: #FF0000;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

div.blockheader {
  border: 1px solid #3030FF;
  background: #D0D0D0;
  color: black;
  font-weight: bold;
  text-align: left;
  padding: 2px;
}


#footer {
  border-top: 1px solid #CCCCCC;
  text-align: center;
  clear: both;
}

/* ----------------- */
/* BBCODE.PHP styles */
/* ----------------- */
div.codeblock {
  border: 1px solid #0000ff;
  background: #ddddff;
  margin: 4px;
}
div.codeblock p {
  margin: 4px;
  /* font-family: monospace; */
  font-family: "Lucida Console", monospace;
  /* font: 10pt Lucida Console, Verdana, Arial; */
}

div.quoteinner {
  border: 1px solid #0000ff;
  background: #ddddff;
  margin: 4px;
  font: 9pt Verdana, Arial;
}

div.quoteouter {
  border: 1px solid #0000ff;
  background: #ddddff;
  margin: 4px;
  font: bold 9pt Verdana, Arial;
}

div#content h1 {
  padding: 1px;
  margin: 0px;
  background: #D5D5D5;
  font: bold 9pt Verdana, Arial;
}

div.hitcounter {
  background: #000000;
  color: white;
  font: bold 9pt Verdana, Arial;
  margin-right: 20px;
}
