/* header */


body {
  x-background-color: #F0F0F0;
  min-width: 450px;
}

#header {
  text-align: left;
  x-background-color: #553322;
}

#header table {
  width: 100%;
}

#header table tr td {
  border: none;
}

#header-title {
  padding: 10px 0 0 10px;
  font-size: 3em;
  color: #FFFF00;
}

#header-title a {
  text-decoration: none;
  x-color: #FFFF00;
}

#header-menu {
  color: #FFFF00;
  float: right;
  text-align: right;
  padding: 0 10px 0 0;
  font-size: 1em;
}

#header-menu ul {
  display: inline;
  list-style-type: none;
}

#header-menu ul li {
  font-size: 1.25em;
  margin-left: .25em;
  display: inline;
}

#header-menu ul li a
{
  text-decoration: none;
  color: #FFFFFF;
}

#header-menu ul li a:hover { 
  color: yellow;
}

#header-menu ul li.active a
{
  color: #CCCC00;
}

#header-base {
  x-background-color: #888822;
  height: 10px;
}

#footer {
  clear: both;
  text-align: center;
  width: 100%;
  margin-top: 50px;
  font-size: 9px;
}

#leftbar {
  vertical-align: top;
  width: 180px;
  padding-top: 20px;
}

#content {
 vertical-align: top;
 height: 400px;
 padding: 20px;
 border-left: 1px solid black;
 border-right: 1px solid black;
 border-bottom: 1px solid black;
}

#rightbar {
  vertical-align: top;
  width: 150px;
  padding-top: 20px;
}

.fullwidth {
  width: 100% !important;
}


.devenv { 
  color: red !important;
}

.jotd { 
  font-size: 1.4em;
  font-family: 'Lucida Grande','Trebuchet MS',Arial,Helvetica,sans-serif;
  font-weight: bold;
}

x-h1 {
    font-size: 1.4em;
}

.xtiny { 
    font-size: .75em;
}

.pseudoh1 { 
  font-size: 1.4em;
  font-family: 'Lucida Grande','Trebuchet MS',Arial,Helvetica,sans-serif;
  font-weight: bold;  
}

.joke {
    font-family: serif;
    margin: 10px;
    font-size: 110%;
    padding: 20px 10px 10px 10px;
    border: #663366 solid 1px;
    background-color: #FEFEDE;
}

.tagset-closed { 
    font-family: serif;
    margin: 10px;
    font-size: 110%;
    padding: 10px 10px 10px 10px;
    border: #663366 solid 1px;
    background-color: #DEDEBE;
    height: 15px;
    overflow: hidden;
}

.tagset-closed #click { 
  visibility: visible;
}

.tagset-open {
  height: auto;
}

.tagset-open #click { 
  visibility: hidden;
}

#header ul li
{
    color: black;
    float: left;
    margin-left: .5em;
}

.login a, .signup a  {
    color: #00FF00 !important;
}

.form-field { 
  background: #FFADCC url(/image/field-back.gif);
  border: 1px solid #CBB944;
  color: black;
  font-size: 126%;
}

.form-field-tags,
.form-field-discussion-topic { 
  width: 500px;
}

.textarea { 
  width: 500px;
  height: 400px;
}

.wide { 
  width: 900px;
}

.joke-title { 
  font-weight: bold;
}

.joke-punchline {
  background-image: url(/image/punchline.png);
  background-repeat: repeat;
}

.joke-punchline span {
  visibility: hidden;
}

.joke-punchline:hover {
  background-image: none;
}

.joke-punchline:hover span {
  visibility: visible;
}

.joke-showpunch {
  background-image: none;
}

.joke-showpunch span {
  visibility: visible;
}

.jokemenu {
  margin-top: 30px;
  width: 100%;
  text-align: right;
}

.pagenate {
  text-align: center;
}

.pagenate a { 
  border: 2px solid #999999;
  padding: 5px;
  margin: 5px;
}

.pagenate .selected { 
  background-color: green;
}

.pagenate a:hover { 
  background-color: yellow;
}

/* tables */

table.noborder td
{
  border:0;
}

table.nopad td
{
  padding-left:0;
}

table.list
{
    border-collapse:collapse;
    font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
}
table.wide { width:100%; }

table.list tr th
{
    background:#333;
    color:white;
    font-size:0.8em;
    padding:3px 10px;
    border:1px solid #222;
}

table.list tr td
{
    padding:7px;
    border:1px solid #ddd;
}

/* topics */

#forum_description,
#topic_body
{
    width:99%;
}

/* specific table styles */

table.forums,
table.topics
 { font-size:0.8em; }
table.forums tr th { font-size:0.8em; }
table.forums tr td .title {
    font-size:1.4em;
}

table.forums tr td .desc {
margin:0.5em 0;
}
table.forums tr td
{
    padding:4px 15px;
}
table.forums a.tiny
{
    font-size:0.8em;
    color:#666;
}

table.forums .posts
{
    font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
    color:#666;
    font-size:0.8em;
}

table tr th.la { text-align:left; }
table tr td.ca { text-align:center; }
table tr td.inv { background:#eee; }
table tr td.vat { vertical-align:top; }

table tr td.narrow { padding:2px 5px;}


p, li, a, h1, h2, h3, h4, h5 {
    font-family: 'Lucida Grande','Trebuchet MS',Arial,Helvetica,sans-serif;
}

a.admin
{
    color:#c00;
    font-weight:bold;
}

.kr-message {
    border: black solid 1px;
    margin-top: 5px;
    padding: 5px;
    background-color: #AADDAA;
}

.kr-discussion {
    width: 100%;
    border: #BAA833 solid 1px;
    background-color: #DCCA55;
    padding: 0px 5px 0px 5px;
}

.kr-discussion-author { 
    width: 175px;
    background-color: #CCCCFF;
    vertical-align: top;
    border: black 1px solid;
}

.kr-discussion-content {
    background-color: #EEEEFF;
    border: black 1px solid;
    padding: 0px 5px 2px 5px;
}

.kr-discussion-posted { 
  font-weight: bold;
  font-family: verdana,sans-serif;
  font-size: 9px;
  padding-bottom: 5px;
}

.kr-discussion-preview { 
    margin-top: 5px;
    border: black solid 1px;
    background-color: #FFFFA0;
    padding: 5px;
}

.kr-quote { 
  border: black solid 1px;
  margin: 15px;
  padding: 5px;
}

.kr-discussion-edit {
  text-align: right;
}

.kr-discussion-edit a {
  font-weight: bold;
  font-family: verdana, sans-serif;
  font-size: 12px;
}

.no-border { 
  border: none;
}

fieldset {
  border: none;
}