/* CSS Document - 20:20 Games - April 2010 - James Morris */

body
{
  margin: 0 auto;
  color: #000000;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  background-image: url(images/bg-splatters.gif);
  background-position: 50% 6%;
  background-repeat: no-repeat;     
}


/******** FONTS ********/

.orange
{
  color: #f57d2f;
} 


/****** PAGE SECTIONS ********/

#page_wrapper
{
  margin: 0 auto;
  width: 960px;
}

#header
{
  width: 960px;
  height: 142px;
}

#content_wrapper
{
  width: 700px;
  margin: 0 auto;
}

.information_section
{
  width: 330px;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.4em;
  padding: 2px;
}

#standard_content_wrapper
{
  width: 700px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#intro_box
{
  border: 1px solid #000000;
  color: #787878; 
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top:16px;
}

#intro_info
{
  margin-top: 20px;
  width: 390px;
  line-height: 1.5em;
}

.game_box
{
  width: 167px;
  display: inline;
  float: left;
  margin-left: 5px;
  text-align: center;
  line-height: 1.7em;

}

#footer
{
  margin-top: 15px;
  border-top: 1px solid #000000;
  padding: 10px;
  height: 50px;
  background-image: url(images/bg-footer.gif);
  background-position: top right;
  background-repeat: no-repeat;  
}

/******* LINKS ********/


a
{
  color: #f57d2f;
  text-decoration: none;
}

a:hover
{
  color: #ffc030;
  text-decoration: underline;
}

a.email
{
  color: #f57d2f;
  text-decoration: underline;  
}
  
a.email:hover
{
  color: #ffc030;
  text-decoration: underline;
}


/****** MISC ********/

a img
{
  border: 0;
}

.right
{
  float: right;
}

.left
{
  float: left;
}

.clear
{
  clear: both;
}

.bold
{
  font-weight: bold;
}