/*********************************************************
 Razorworks Cascading Style Sheet v2.3
 Updated: 18th February 2008
 Author: Simon Richards
 Contact: simon.richards@razorworks.com
*********************************************************/

/* Navigational elements */
a:link {
  color: #696969;
  background-color: transparent;
  text-decoration: none;
  }
/*a:link:after {
  content: url(./themes/link_arrow.png);
  padding-left: 4px;
  vertical-align: middle;
  }*/
a:visited {
  color: #696969;
  background-color: transparent;
  text-decoration: none;
  }
a:hover {
  color: #696969;
  background-color: transparent;
  text-decoration: underline;
  }
a:active {
  color: #696969;
  background-color: transparent;
  text-decoration: none;
  }

/* Default tag styles */
h1 {
  font-size: 38px;
  font-weight: lighter;
  letter-spacing: -1px;
  margin: 8px 0px 6px 0px;
  color: #558e5a;
  }
h2 {
  font-size: 32px;
  font-weight: lighter;
  letter-spacing: -2px;
  text-align: left;
  margin: -6px 0px 6px 0px;
  color: #558e5a;
  }
h3 {
  font-size: 24px;
  font-weight: lighter;
  letter-spacing: -1px;
  margin: 0px 0px 10px 0px;
  }
h4 {
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  margin-top: -6px;
  }
body, html {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #0e0e0e;
  font-family: Tahoma, sans-serif;
  color: #eeeeee;
  font-size: 14px;
  text-align: center;
  background-image: url(./themes/pipemania/body.png);
  background-repeat: repeat;
  }
img {
  border: 0px;
  }
ul {
  list-style-type: square;
  margin-left: 20px;
  }
* ul {
  list-style-type: square;
  padding-left: 40px;
  }

/* Navigational rollovers */
body.news a.nav_news,
body.games a.nav_games,
body.recruit a.nav_recruit {
  color: #60ff3b;
  background: #85b289;
  }
.navigation ul {
  font-size: 14px;
  background-color: #558e5a;
  width: 800px;
  height: 33px;
  border: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  text-align: left;
  }
.navigation ul li {
  display: block;
  float: left;
  text-align: center;
  margin: 0px 0px 0px 0px;
  }
.navigation ul li a {
  width: 56px;
  height: 18px;
  padding: 8px 0px 7px 0px;
  text-decoration: none;
  display: block;
  text-align: center;
  border-left: 6px solid #558e5a;
  }
.navigation ul li a:hover {
  margin: 0px 0px 0px 0px;
  color: #60ff3b;
  background-color: #85b289;
  }
.navigation ul li a:visited {
  color: #60ff3b;
  }
.wrapper {
  background-color: #000000;
  margin: 0 auto;
  width: 800px;
  text-align: left;
  border-left: 2px solid #3a3a3a;
  border-right: 2px solid #3a3a3a;
  }
.title {
  width: 780px;
  height: 10px;
  font-size: 32px;
  padding: 0px 10px 0px 10px;
  background-color: #85b289;
  }
.logo {
  width: 800px;
  height: 200px;
  background-color: #85b289;
  background-image: url(./themes/pipemania/pipemania_banner.png);
  border-bottom: 6px solid #558e5a;
  }
.logo_razorworks {
  float: right;
  z-index: 1;
  padding: 114px 0px 0px 0px;
  }
.header {
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  padding: 0px 10px 20px 10px;
  }
.content, .content_2, .content_update {
  padding: 20px 10px 20px 10px;
  }
.content {
  min-height: 200px;
  border-top: 2px dotted #3a3a3a;
  }
.content_2 {
  min-height: 140px;
  }
.content_update {
  height: 270px;
  border-top: 2px dotted #3a3a3a;
  }
.content_image {
  float: right;
  padding-left: 10px;
  }
.content_image_centre {
  text-align: center;
  padding-bottom: 20px;
  }
.content_info, .content_release {
  float: right;
  color: #c8c8c8;
  }
.content_release {
  font-style: italic;
  }
.green_arrow {
  vertical-align: bottom;
  }
.footer {
  height: 40px;
  background-color: #3a3a3a;
  font-size: 10px;
  letter-spacing: 0.1px;
  text-align: center;
  clear: both;
  }

/* classes specific to unique game pages */
.small_text {
  float: right;
  font-size: 10px;
  letter-spacing: 0.1px;
  }
.important {
  padding: 6px;
  background-color: #222222;
  border: 2px solid #ffde00;
  }
.enter {
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  width: 800px;
  }
.content_top {
  min-height: 260px;
  padding: 20px 10px 20px 10px;
  }
