
/* these mess up vbulletin */

a:link, a:visited {
    color: #00f;
    border: none;
    white-space: nowrap;
}

a:link:hover, a:visited:hover {
    background: yellow;
}

/***************************************/
/* Headers */
/***************************************/

h1 {
    font: bold 1.75em "Trebuchet MS";
    line-height: 23px;
    background: url(/media/koffing.gif) no-repeat left;
    padding: 0 0 0 35px;
    letter-spacing: .05em;
    margin: 1em 0;
}

h2 {
    font: bold 1.7em "Trebuchet MS";
    margin: .7em 0 ;
}

h3 {
	font-size: 1.35em;
}

h4 {
	font-size: 1.15em;
}

h5 {

}

h6 {

}

/***************************************/
/* Lists */
/***************************************/

dt {
    padding: 0;
    margin: 1em 0 0 0;
    font-weight: bold;
}

dd {
    padding: .15em 0 0 0;
    margin-left: .7em;
}

ul {
    padding-left: 1em;
}

/* .long_list is for pages where the primary content is a list - like a rules page */
.long_list li {
    padding-bottom: 1em;
}

/***************************************/
/* Misc Elements */
/***************************************/

p {
    margin: 0 0 1em 0;
}

var, code, kbd, pre {
    font-family: "Courier New", monospaced;
    font-size: 1em; /* IE likes to make these smaller */
}

code {
    display: block;
    white-space: pre;
    padding: .3em;
    background: #f6f6f6;
    border: 1px solid #ccc;
}

/***************************************/
/* Handy styles  */
/***************************************/

/* Makes any random text smaller */
/* Dec 2022: Still used in smog/issue20 */
.s {
    font-size: 0.846em;
}

.author {
    margin-top:-1.5em;
    padding:0 0 1em 35px;
    font-style: italic;
}

/* Dec 2022: Still used in smog/ */
/* Used for damage calculation blocks */
ul.damage_calculation {
    list-style: none;
    margin-left: 0;
    padding-left: 2em;
    text-indent: -1em;
}

/***************************************/
/* Front Page  */
/***************************************/

/* Top welcome message */

#front_top {
    background: url(/media/koffing.gif) left center no-repeat;
    padding: 0 0 0 26px;
    margin-bottom: 1.5em;
}

/* Split pane - left is links, right is news */

#front_splitter {

}

#front_links, #front_news {
    vertical-align: top;
}

#front_links {
    width: 415px;
    padding-right: 1.5em;
}

/* Left pane - links and pictures  */

#front_links dl {
    padding: 0 0 0 160px; /* 160px is the size of the picture; move our text over to the right */
    margin: 0;
    min-height: 170px; /* Size of the image */
    border: solid #aaa;
    border-width: 0 0 1px 0;
}

* html #front_links dl {
    height: 170px;
}

#front_links dt {
    height: 23px; 
    line-height: 23px;
    background: url(/media/koffing.gif) left center no-repeat;
    padding: 0 0 0 26px; /* 26px width of koffing */
    margin: 1em 0 .3em 0;
    font-size: 1.05em;
}

#front_links dd {
    padding: 0;
    margin: 0 0 1em 0;
}

#front_links ul {
    list-style: none;
    padding: 0;
    margin: 0 0 .7em 0 ;
}

#front_links li {
    padding-left: 20px;
}

#front_learn {
    border-width: 1px 0 !important; /* Make the top have a border line */
    background: url(/media/front_learn.png) left no-repeat;
}

#front_learn li {
    background: url(/media/bullet_red.png) no-repeat left;
}

#front_train_battle {
    background: url(/media/front_train_battle.png) left no-repeat;
}

#front_train_battle li {
    background: url(/media/bullet_blue.png) no-repeat left;
}

#front_participate {
    background: url(/media/front_participate.png) left no-repeat;
}

#front_participate li {
    background: url(/media/bullet_green.png) no-repeat left;
}

/* Right pane, news */

#front_news h1 {
    position: relative;
    padding: 0 0 0 53px;
    background: url(/media/news.png) no-repeat;
    height: 24px;
    line-height: 24px;
}

/***************************************/
/* Standard Forms */
/***************************************/

form fieldset { 
     margin: 0 0 .7em 0; 
     padding: .5em 0 0 1em; 
     border: solid #aaa; 
     border-width: 1px 0 0 0;
}

form legend { 
    font-weight: bold; 
    color: #666; 
}

form label {
  white-space: nowrap;
}

form label em { 
    font-style: normal; 
    color: #C00; 
}

/***************************************/
/* Tables */
/***************************************/

table {
    margin: 1em 0;
    width: 100%;
}

table caption {
    margin:0 0 .7em 0 ;
    font-weight: bold;
}

/***************************************/
/* Sortable style */
/***************************************/

/* Dec 2022: some legacy content is still using these styles */

table.sortable {
    border-spacing: 0;
    border-collapse: collapse;
    border: solid #000;
    border-width: 1px;
}

table.sortable td, table.sortable th {
    border: solid #000;
}

table.sortable th {
    border-width: 1px;
    background: #6363B0;
    color: #fff;
    font-size: .846em;
    text-align: left;
    padding: .5em;
    white-space: nowrap;
} 

table.sortable td {
    padding: .3em;
    border-width: 0 1px;
}

/* The .even/.odd stuff is for jQuery sorting - we don't use it. */
table.sortable td, table.sortable tr.even td {
    background: #fff;
}

table.sortable .a td, table.sortable tr.odd td  {
    background: #ccf;
}

/***************************************/
/* Handy Table Styles */
/***************************************/

/*
  Force width to be as small as possible.
  Put it on the table header if possible.

  Use .m if on a td, you'll probably want to keep it compact.
*/


table .min_width {
    width: 0.01%;
}

/************************************
Image styles
************************************/

div.image_caption {
  margin: 2em;
  font-weight: bold;
  font-size: .846em;
}

div.image_caption img {
  display: block;
  margin-bottom: .7em;
}

img.right {
    float: right;
    padding: 1em 0 1em 1em;
}


/***************************************/
/* Boxes */
/***************************************/

.boxes {
  width:55%;
  border-spacing:0 .5em;
}

.boxes img {
  margin-right: .5em;
}

.boxes td {
  vertical-align: middle;
  text-align: center;
}

.boxes dl {
  margin: 0;
}

.boxes dt {
  margin: 0;
}

.boxes .box1, .boxes .box2, .boxes .box3, .boxes .box4, .boxes .box5  {
  text-align:left ;
  padding: .7em;
  border-style:solid;
  border-width:3px;
}

.box1 {
  background: #FFCCFF;
  border-color: #FF99FF;
}

.box2 {
  background: #CCE6FF;
  border-color: #99CEFF;
}

.box3 {
  background: #CEFF99;
  border-color: #A9FF4D;
}

.box4 {
  background: #FFC085;
  border-color: #FFA552;
}

.box5 {
  background: #FFFF99;
  border-color: #E6E600;
}
