/* 
* CSS Document
* facts.css
* 
* Author    :   Greg Merriman
* Created   :   Thu 16 Aug 2007
* Modified  :   Thu 16 Aug 2007
*/

/* animal facts page styles for bryncricketclub.co.uk */


/*----------[general page styles for fact]----------*/

#animalFacts
{
}

#animalFacts .fact
{
  margin-top: 1.2em;
  border: solid 1px #bbb;
  background-color: #f9f9f9;
  padding: 0.6em;
}

#animalFacts .fact p
{
  color: #668;
}

#animalFacts .fact p.factid
{
  color: #446;
  float: left;
  font-weight: bold;
}

#animalFacts .fact p em
{
  color: #666;
}


/*----------[pagination navigation]----------*/

#animalFacts ul.paginationNav
{
  margin: 3.0em 0 2.0em 0;
  text-align: center;
}

#animalFacts ul.paginationNav li
{
  display: inline;
  font-size: 1.2em;
  list-style-type: none;
}

#animalFacts ul.paginationNav li.current
{
  margin: 10px;
  padding: 5px;
  background-color: #ddd;
  color: #111;
  font-weight: normal;
  text-decoration: none;
  border: solid 1px #a60;
}

#animalFacts ul.paginationNav li.disabled
{
  margin: 10px;
  padding: 5px;
  color: #999;
  font-weight: normal;
  text-decoration: none;
  border: solid 1px #999;
}

#animalFacts ul.paginationNav li a
{
  margin: 10px;
  padding: 5px;
  color: #c60;
  font-weight: normal;
  text-decoration: none;
  border: solid 1px #f90;
}

#animalFacts ul.paginationNav li a:hover, #animalFacts ul.paginationNav li a.active
{
  color: #000;
  background-color: #f90;
}
