/***** CSS placed here will be applied to all skins on the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/

/* See also: [[MediaWiki:Monobook.css]] */

/* Poll autoformatting */
.ajax-poll {
  width: auto !important;/*inline style override for poll extension*/
}

/*** Background Color ***/

#article { background-color: #f9d691; }

/*** Unclicked Link Color ***/	
a {
color: #894101;
}

a:link { 
color: #894101;
}

/*** Clicked Link Color ***/
	
a:visited { 
color: #57421f;
}


/*** Forum formatting (by -Algorithm & -Splaka) ***/


.forumheader { 
     border: 1px solid #aaa; background-color: #f4dda5; margin-top: 1em; padding: 12px; 
}
.forumlist td.forum_edited a { 
     color: black; text-decoration: none 
}
.forumlist td.forum_title a { 
     padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new { 
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif) 
     center left no-repeat; padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new:visited { 
     font-weight: normal; background: none; padding-left: 20px; 
}
.forumlist th.forum_title { 
     padding-left: 20px; 
}

.logoContainer { background-color: transparent!important; }

/* Infobox template styling */
.infobox {
  float: right;
  clear: right;
  margin: 0 0 .5em 1em;
  width: 250px;
  background: none;
  border-collapse: collapse;
  border-width: 0px;
  font-size: 0.8em;
  line-height: 1.5;
}
.infobox table.infoboxtable {
  background:#f4dda5;
  float:right;
  margin:0;
  width:100%;
  border-collapse:collapse;
}
.infobox td.infoboximage {
  padding:0;
  text-align:center; 
}
.infobox th.infoboxheading {
  font-weight:bold;
  text-align:center;
  color:#ffffff;
  font-size:larger;
}
.infobox th.infoboxsubheading {
  vertical-align:top;
  text-align:left;
  font-weight:normal; 
}
.infobox td.infoboxlabel, .infobox td.infoboxcell {
  vertical-align: middle;
}

 /* ugly hack to force normal height for infobox cells */
.infoboxcell p { margin-top: 0px; margin-bottom: 0px; }

.infoboxcell ul {
  padding-left: 10px;
  margin-left: 10px;
}

.infoboxcell ul li {
  padding-left: 0;
  margin-left: 0;
  list-style-type: square;
}

.infobox div.plainlinks {
  color: #fff;
}

.infobox div.plainlinks a {
  color: #f0f0f0;
}

table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #996600
  border: 1px #aaa solid;
  border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
  padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
  background: #996600;
  text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

.poll {
 width: 89% !important;
 background: #f4dda5;
}

#ltr {
 background:#fff2d4;
}