/*
    Buttonwood theme
*/

body {
  border: 0;
  margin: 0;
  background: #686 none;
  background-repeat: repeat-x;
}
div {
  font: 100% sans;
}


/********************************************************************* Header **/
#header {
  clear: both;
  background: #000;
}
#header a {
  color: #fff;
}
#page {
  background: #fff none;
  color: black;
}
#header {
  clear: both;
  padding:  0;
  margin: 0;
  height: 120px;
  z-index: 1;
}
#wikititle a {
  font: bold 200% sans;
  display: inline;
  float: left;
  background: url(/wiki/buttonwood/title.png?action=dump);
  background-repeat: no-repeat;
  width: 375px;
  height: 60px;
  overflow: hidden;
  text-indent: 400px;
  white-space: nowrap;
}
#entrytitle  {
  position: absolute;
  top: 70px;
  height: 48px;
  left: 0;
  padding: 2px 0 0 20px;
  font: 36px "Times New Roman", times, serif;
  z-index: 2;
  width: 100%;
  background: #ded url('/i/click/theme.buttonwood/i/css-search-back.png') repeat-x scroll bottom left;
}
#entry h1 {
  display: none;
}
#entry h1.include {
  display: block;
}
#entrytitle a {
  color: black;
  text-decoration: none;
  z-index: 3;
}


#usereditor, #userguest {
  float: right;
  display: inline;
  font-weight: bold;
  font: bold 12px sans;
  margin: 10px;
}
#usereditor a:before
{
   content: 'Welcome, ';
}


#actions, #footeractions
{
  border: 0;
  margin: 0;
  padding: 0;
  float: right;
  clear: right;
  z-index: 25;
}
#actions ul, #footeractions ul
{
  border: 0;
  margin: 2px 10px 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  z-index: 30;
}
#actions ul li, #footeractions ul li
{
  display: inline;
  float: left;
  text-align: center;
  padding: 0 .3em 0 .3em;
  margin: 2px 0 0 0;
  border-left: 1px solid #aba;
  z-index: 35;
}
#actions ul li a, #footeractions ul li a
{
  font-weight: bold;
  color: white;
  border: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: inline;
  text-align: center;
  vertical-align: bottom;
  font: bold 10px/14px  verdana, lucida, sans-serif;
  position: relative;
  top: -3px;
  z-index: 40;
}

#actions a:hover, #footeractions a:hover
{
  color: yellow;
  font-weight: bold;
}

#actions
{
  position: relative;
  top: 58px;
}
#actions ul li a {
  color: black;
}
#actions a:hover {
  color: red;
}




#search {
  clear: both;
  height: 48px;
  float: right;
  text-align: right;
  background: transparent none;
  z-index: 10;
  position: relative;
  top: 10px;
  margin-top: 4px;
}
#search form {
  margin: 0;
  padding: 0;
}
#search .searchfield {
  margin: 0;
  padding: 2px 4px;
  border: 1px solid #aaa;
  font: 11px Arial, sans;
  height: 13px;
}
#search .searchbutton {
  margin: 0 10px 0 0;
  background: #ccc none;
  border: 1px outset #ccc;
  font: bold 11px Arial, Verdana, Helvetica, sans;
  height: 18px;
}


/************************************************************* Site nav */

#sitenav    { white-space: nowrap; font: 10px Arial; text-align: left;
  position: absolute;
  top: 57px;
  z-index: 10;
}


#sitenav ul {
  border-bottom: 1px solid #fff; line-height: normal;
  margin: 0; padding: 0; width: 100%;
}
#sitenav li {
  background: #aba  url(/i/click/theme.buttonwood/i/tab-off.png);
  border: 0; display: inline; height: 100%;
  margin: .5em; padding: .25em .5em 0 .5em; position: relative; font-weight: bold;
  border-top: 1px solid black; font: 10px Arial; border-bottom: 1px solid #fff;
}
#sitenav li.selected, #sitenav li.pathselected {
  background: #ded url(/i/click/theme.buttonwood/i/tab-on.png);
  border: 1px solid black;
  border-bottom: 1px solid #ded;
  color: black;
  font: 10px Arial;
}
#sitenav :link, #sitenav :visited {
  text-decoration: none; color: #333333;
}
#sitenav :link:hover, #sitenav :visited:hover {
  text-decoration: underline; color: black;
}




/********************************************************************* Notice **/
#notice {
  background: #fff none;
  color: black;
  padding: .5em 3em;
  clear: both;
  border-top: 1px solid #666;
}
#notice ul {
  margin: 0;
  padding: .5em;
  background: #ffd none;
  color: black;
  border: 1px solid #cc9;
}
#notice li {
  padding: 0 .2em;
  margin-left: 2em;
  font: 80% sans;
}


/********************************************************************* Content **/
#content {
  background: #fff none;
  color: black;
  padding: .5em 2em;
  clear: both;
}
#entry {
  clear: both;
}
#entrynav {
  display: none;
}
#footnote {
  clear: both;
  font-size: 80%;
  text-align: right;
  border-top: 1px solid black;
  margin-top: 1em;
  padding: .2em;
}
#footnote li {
  list-style: none;
}
#footnote ul {
  margin: 0;
  padding: 0;
}
#citation {
  display: none;
}


/********************************************************************* Footer **/
#footer {
  margin-top: 2em;
  background: #686 url('/i/click/theme.buttonwood/i/css-footer-back.png') repeat-x scroll top left;
  color: white;
  height: 4em;
  padding: .5em 0 1em .2em;
  font-family: sans;
  clear: both;
  position: relative;
  top: 26px;
}
#footer a {
  color: yellow;
}
#info {
  float: left;
  clear: left;
  display: block;
  width: 19.5em;
}
#footer dl {
  margin: 0;
  padding: 0;
  width: 19em;
  font-size: 90%;
}
#footer dt {
  display: block;
  float: left;
  width: 8em;
  padding: 0;
  margin: 0;
  text-align: right;
  font-weight: bold;
}
#footer dd {
  display: block;
  float: right;
  width: 9em;
  border-left: 1px solid #363;
  padding-left: .5em;
  margin-left: .5em;
}
#footer dd a {
  color: yellow;
  text-decoration: none;
}
#footeractions a {
  color: white;
}
#footeractions {
  float: right;
  clear: right;
  display: inline;
  font-size: 90%;
}
#footer #links {
  float: right;
  clear: right;
  margin-top: .5em;
  padding: 0 1em 1em 1em;
  display: inline;
  font-size: 90%;
}

/********************************************************************* Debug **/
/*
div { border: 1px solid red; }
li { border: 1px solid blue; }
ui { border: 1px solid yellow; }
*/

body {
  background: #66f;
}

#header {
  background: #99f;
}


#entrytitle {
  background: #66f url(/i/click/theme.buttonwood/i/eventtitle.sky.gif) repeat-x scroll bottom left;
  border-top: 1px solid #CCF;
}
#entrytitle a {
  color: white;
}



#actions ul li a {
  color: white;
}




/************************************************************* Site nav */

#sitenav    { white-space: nowrap; font: 10px Arial; text-align: left;
  position: absolute;
  top: 57px;
  z-index: 10;
}


#sitenav ul
{
  border-bottom: 1px solid #CCCCFF;
  line-height: normal;
  margin: 0;
  padding: 0;
  width: 100%;
}
#sitenav li
{
  color: #000000;
  background: #FC6;
  border: 1px solid #CCF;
  display: inline;
  height: 100%;
  margin: .5em;
  padding: .25em .5em 0 .5em;
  position: relative;
  font: 10px Arial;
  background-image: url('/i/click/theme.buttonwood/i/tab-sky-off.png');
}
#sitenav li.selected
{
  color: #FFFFFF;
  background: #66f;
  border: 1px solid #66f;
  border-bottom: 1px solid #66f;
  font: 10px Arial;
  background-image: url('/i/click/theme.buttonwood/i/tab-sky.png');
}
#sitenav :link, #sitenav :visited
{
  text-decoration: none;
  color: #000000;
}
#sitenav :link:hover, #sitenav :visited:hover
{
  text-decoration: underline;
  color: #000000;
}






#footer {
  background: #66f;
  color: white;
}
#footer dl, #footer dt, #footer dd {
  color: white;
}

