/* CSS placed here will affect users of the Monobook skin */

/** Colours By Matty K **/
/* FIXME: in Chrome the 'current tab' thingy in #p-cactions always has a bottom border */

body {
  background: #9c7339;
  color: #2b2100;
}
#content,
#p-personal li,
.portlet,
table
{
  background-color: #f0ebd5;
}
#p-personal li a:hover {
  background: transparent;
}
#p-cactions li {
  margin: -0.1em;
  background-color: #f0ebd5;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
}
#p-cactions li.selected {
  padding: 0 0 .2em 0;
  background-color: #f0ebd5;
}
#p-cactions li a {
  background-color: #e0dbc5;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
}
#p-cactions li a:hover
{
  background-color: #f0ebd5;
}
#p-cactions li.selected a,
#p-cactions li.selected a:hover
{
  z-index: 3;
  padding: 0 1em .2em!important;
  background-color: #f0ebd5;
}
li#ca-talk {
  margin-right: 1.6em;
}
li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
  margin-left: 1.6em;
}
#p-personal li {
  padding: 0 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
}
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login
{
  padding-left: 22px;
}
div.thumb { border-color: #f0ebd5; }
a:link, a:visited { color: #413719; }
a:hover { color: #826e32; }
a:active { color: #c36e32; }
#content a:link, #content a:visited { text-decoration: underline; }
#toc a:link, #toc a:visited { text-decoration: none; }
#footer {
  padding: 2em;
  color: #ac8400;
  font-style: italic;
  text-align: center;
}

div.banner {
  border: 2px inset #f0ebd5 /*#9c7339*/;
  padding-left: .2em;
  margin-bottom: .5em;
}