﻿@charset "utf-8";

/* CSS Document */

html, body {
  background: black;
  margin: 0;
  padding: 0;
  color: #1C0001;
  font-family: Tahoma, Arial;
  font-size: 12px;
}

.category {
  font-size: 20px;
  color: black;
}

.mcategory {
  font-size: 18px;
  color: black;
}

.orange {
  color: #f7941d;
}

#bgimage {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  margin-left: -548px;
}

#wrapper {
  width: 985px;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 1;
}

#nav {
  float: left;
  width: 206px;
  background-color: white;
}

#navbottom {
  background: url('../images/nav_bottom.gif') black no-repeat;
  height: 49px;
}

#navad {
  background-color: black;
  padding-top: 20px;
  text-align: center;
}

#content {
  float: left;
  margin-left: 20px;
  width: 759px;
  color: #898989;
}

div.left, div.right {
  width: 345px;
  float: left;
}

div.left {
  margin-left: 10px;
}

div.right {
  margin-left: 30px;
}

div.top, div.bottom {
  clear: both;
  padding: 7px;
  padding-top: 25px;
  background: url('../images/bg_content.jpg') white no-repeat;
}

.cleardiv {
  clear: both;
  height: 5px;
}

h4 {
  margin: 0;
  padding: 0;
  margin-left: 30px;
  color: #C20112;
}

ul.articlelinks {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 10px;
}

ul.articlelinks li {
  padding-top: 2px;
  padding-bottom: 2px;
}

ul.articlelinks a, ul.articlelinks a:link, ul.articlelinks a:active, ul.articlelinks a:visited {
  text-decoration: none;
  color: #898989;
}

ul.articlelinks a:hover {
  color: black;
  font-weight: bold;
}

.imagelink img {
  border: 0;
}

#frmlogin input {
  border: solid 1px #D4C4B4;
  padding: 3px;
}

#frmlogin input[type="image"] {
  border: 0;
}

table.form {
  width: 100%;
}

.boxannounce {
  border: solid 1px #D9BD96;
  background-color: #FFF0DD;
  margin: 0 5px 0 5px;
  text-align: center;
  padding: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.boxannounce a, .boxannounce a:link, .boxannounce a:visited, .boxannounce a:active {
  color: #1C0001;
  text-decoration: none; 
}

.boxannounce a:hover {
  text-decoration: underline;
}

#menuitems {
  list-style: none;
  margin: 20px;
  margin-bottom: 5px;
  padding: 0px;
}

#menuitems li {
  /*border-bottom: solid 1px #E1E1E1;*/
  padding: 5px;
  padding-left: 20px;
  background: url('../images/arrow.jpg') 1px 8px white no-repeat;
}

#menuitems li a, #menuitems li a:link, #menuitems li a:visited, #menuitems li a:active {
  text-decoration: none;
  color: #1C0001;
}

#menuitems li a:hover {
  text-decoration: underline;
  color: #D94344;
}

#menuitems li.selected a {
  color: #D94344;
}

#menuitems li ul.menuitems {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menuitems li ul.menuitems li {
  padding: 5px;
  background: none;
}

#menuitems li ul.menuitems li a, #menuitems li ul.menuitems li a:link, #menuitems li ul.menuitems li a:visited, #menuitems li ul.menuitems li a:active {
  text-decoration: none;
  color: #1C0001;
}

#menuitems li ul.menuitems li a:hover {
  text-decoration: underline;
  color: #D94344;
}

#menuitems li ul.menuitems li.selected a {
  color: #D94344;
}

div.topicbox {
  height: 100px;
  position: relative;
}

div.topicbox img, div.topicbox p.content {
  float: left;
}

div.topicbox img {
  width: 80px;
  height: 100px;
}

div.topicbox p.content {
  margin: 5px 0 5px 1px;
  height: 80px;
  background: url('../images/bg_topicbox.jpg') repeat-x white;
  border: solid 1px #CACACA;
  padding: 5px 5px 5px 5px;
  width: 250px;
}

span.title {
  color: #1C0001;
  font-weight: bold;
}

div.topicbox p.content a, div.topicbox p.content a:link, div.topicbox p.content a:visited, div.topicbox p.content a:active {
  text-decoration: none;
  font-weight: bold;
  float: right;
  color: #898989;
}

div.topicbox p.content a:hover {
  text-decoration: underline;
}

div.topicbox img.btnreadmore {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 57px;
  height: 22px;
}

table.form tr td {
  vertical-align: top;
}

table.form tr td:first-child {
  text-align: right;
}

table.signup tr td:first-child {
  vertical-align: middle;
  /*font-style: italic;*/
  /*color: #D94344;*/
  color: maroon;
}

#footer {
  text-align: right;
  background: url('../images/bg_footer.jpg') repeat-x white;
  font-size: 0.8em;
  clear: both;
  height: 30px;
  padding-top: 20px;
  padding-right: 20px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  margin-bottom: 20px;
}

table.login tr td:first-child {
  text-align: left;
}

#avatar {
  width: 130px;
  height: 130px;
  margin: 0 10px 10px 0;
  float: left;
}

div.clear {
  clear: both;
  height: 1px;
}

a.ulink, a.hilink {
  color: black;
  text-decoration: none;
}

a.ulink:hover {
  text-decoration: underline;
}

a.hilink:hover {
  background: #C6BDBE;
  text-decoration: underline;
}

img.miniavatar {
  width: 52px;
  height: 52px;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  padding: 1px;
}

img.miniavatar:hover {
  background: maroon;
}

img.imgstatue {
  max-width: 82px;
  max-height: 102px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

div.imgalbum {
  width: 82px;
  height: 102px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

div.imgalbum a img {
  width: 82px;
  height: 102px;
}

table.leftall tr td {
  text-align: left;
}

table.maincomments {
  font-size: 0.9em;
}

span.notes {
  font-size: 10px;
  color: maroon;
}

table.firstright tr td:first-child {
  text-align: right;
}

div.showbox {
  background: #D4CECE;
  border: solid 1px #8A8182;
  color: black;
  font-size: 14px;
  width: 330px;
}

div.showbox div.header {
  height: 18px;
  background: url('../images/bg_showbox.jpg') repeat-x white;
  border-bottom: solid 1px #8A8182;
  padding: 3px 5px 5px 5px;
  position: relative;
}

div.showbox div.header a {
  font-size: 0.8em;
}

div.showbox div.header a.headimg {
  position: absolute; 
  top: 5px; 
  right: 10px;
}

div.showbox div.content {
  padding: 5px;
}
span.phead {
	color: black;
	font-weight: bold;
	line-height: 20px;
}
div.lookupbox {
	width: 320px;
	height: 147px;
	background: url('../images/bg_lookupbox.gif');
	padding: 10px 5px 10px 5px;
}
a img {
  border: 0;
}
div.thumbnail {
  width: 82px;
  height: 102px;
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
  text-align: center;
}
div.thumbnail div {
  height: 102px;
}
div.thumbnail div img {
  max-width: 82px;
  max-height: 102px;
}

table.default {
  width: 700px;
  border-collapse: collapse;
}
table.default tr th {
  border: solid 1px #AAA;
  padding: 2px;
  background: #DDD;
}
table.default tr td {
  border: solid 1px #AAA;
  padding: 2px;
}
a.imgdel {
  float: right;
  font-size: 0.8em;
  clear: both;
}
