﻿#main{
	width: 750px;
	margin: 10px auto 0pt auto;
	text-align: left;
}
img {
   border: 0;
}

#productions {
      float: right;
      margin: -270px 0 0 154px;
}


/* Game Head  -------------------------------------------------------- */

#game-head {
	margin: 0 0 20px 20px;
	width: 590px;
	overflow: hidden;
	color: #FFFFFF;
}

#game-head h1 a {
    text-decoration: none;
    color: #FFFFFF;
}

#game-head h1 a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

#game-head h2 {
    border-top: 1px solid #990000;
    color: #990000;
}

#game-head h2.year {
    border-top: 1px solid #990000;
    color: #990000;
    text-align:right;
}

#game-head p.project {
    border-top: 1px solid #990000;
    color: #FFFFFF;
    text-align:left;
}

#game-head h2 small {
	color: #d1d1d1;
	text-transform: none;
}

div.games {
}

#instructions {
	margin: 0 0 20px 20px;
	width: 590px;
	overflow: hidden;
	color: #c1c1c1;
      border: 1px solid #A8A7A7;
}

#instructions download-link {
	margin: 10px 10px 10px 10px;
      
}

#instructions .download {
    margin-top: 10px;
    height: 18px;
    padding: 5px;
    background-color: #000000;
}

#instructions .download a {
    text-decoration: none;
    color: #990000; 
}

#instructions .download a:hover {
    text-decoration: underline;
}

#instructions .platform {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #000000;
}

#instructions .special {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #000000;
}

#instructions h2 {
    margin-bottom: 5px;
}

/* Game Card --------------------------------------------------------- */

.game-card {
	margin: 0 0 20px 20px;
	width: 590px;
	overflow: hidden;
	color: #c1c1c1;
    border: 1px solid #A8A7A7;
}

.game-card .top {
    margin: 0 0 0px;
    background: black url('../images/layout/game_card-top.gif') no-repeat 0px 0px;
    border-bottom: 1px solid #990000;
}

.game-card .top h1 {
	padding: 0 0 0 15px;
	color: #990000;
	text-transform: capitalize;
	font-size: 1.2em;
	line-height: 34px;
	background:transparent;
}

.game-card .top span.title a:hover
{
	color: #990000;
   	text-decoration: none;
	background:transparent;   	
}

.game-card .top span.title a:link
{
	color: #990000;
   	text-decoration: none;
	background:transparent;   	
}

.game-card .top span.title a:active
{
	color: #990000;
   	text-decoration: none;
	background:transparent;   	
}

.game-card .top span.title a:visited
{
	color: #990000;
   	text-decoration: none;
	background:transparent;
}

.game-card .top span.title a
{
	color: #990000;
   	text-decoration: none;
	background:transparent;
}

.game-card .top h2 {
    padding: 0px 0px 0px 25px;
	color: #d1d1d1;
	font-size: 0.75em;
	line-height: 20px;
	text-transform: none;
	background:transparent;
	clear:both;
}

.game-card .top span.title {
	padding: 0px 0 0 15px;
	color: #990000;
	text-transform: capitalize;
	font-size: 1.2em;
	line-height: 24px;
	font-weight:bold;
	background:transparent;
	float:left;
}

.game-card .top span.category {
	padding: 0px 10px 0 0;
    margin-right: 5px;
	line-height: 24px;
	color: #e6e6e6;
	font-size: 0.750em;
	background:transparent;
	float:right;
}

.game-card .top p {
	padding: 0 10px 0 0;
    margin-top: 0px;
    margin-right: 5px;
	line-height: 32px;
	color: #e6e6e6;
	font-size: 0.750em;
    text-align: right;
	background:transparent;
}

.bottom {
      clear: both;
}


/* Right card elements -------------------------------------------------------- */

.right {
      margin-right: 0px;
      margin-left:  245px;
      margin-top: 10px;
      padding: 0px;
      padding-right: 10px;
}

.description {
    overflow: scroll; 
    overflow-x: hidden; 
    height: 205px;
    padding: 5px;
    background-color: #414141;
}

.description p {
   margin: 5px 0 10px;
   
}

.team {
    margin-top: 10px;
    height: 85px;
    padding: 5px;
    background-color: #414141;
}

.team .team-name {
}

.team .team-members {
    margin-left: 50px;
}

.team ul {
    margin-top: 0px;
    height: 50px;
    padding: 0px;
}

.team li {
	list-style-type:none;
      padding: 0;
      margin: 0;
}


.download {
    margin-top: 0px;
    height: 18px;
    padding: 5px;
    background-color: #000000;
}

.download a {
    text-decoration: none;
    color: #990000; 
}

.download a:hover {
    text-decoration: underline;
}

/* Left card elements --------------------------------------------------------- */

.left { 
	position:relative;
	width: 200px; 
	margin: 0px;
    height: 100%;
	padding: 10px;
	text-align: center;
	float: left;
	
}

.left span { 
	padding-bottom: 10px;
}

.left img { 
	vertical-align: middle;
	height: 160px;
	padding: 0px;
    margin-bottom: 10px;
	border: solid 3px #a7a7a7;
	position:relative;
	float: left;
}


div.img
  {
  margin: 2px;
  border: 1px solid #F00000;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #000000;
  width: 160px;
  height: 119px;
  }
div.img a:hover img
  {
  border: 1px solid #FF0000;
  }
div.game-desc
  {
  text-align: center;
  font-weight: bold;
  width: 186px;
  margin: 2px;
  }
div.game-desc p {
  font-weight: normal;
	color: #e6e6e6;
	font-size: 0.750em;
}

.img div.game-desc a:link
{
	color: #FFFFFF;
   	text-decoration: none;
}

.img div.game-desc a:active
{
	color: #FFFFFF;
   	text-decoration: none;
}

.img div.game-desc a:visited
{
	color: #FFFFFF;
   	text-decoration: none;
}

.img div.game-desc a
{
	color: #FFFFFF;
   	text-decoration: none;
}

.img div.game-desc a:hover {
	color: #FFFFFF;
    text-decoration: underline;
}

#footer{
	clear: both;
	float: right;
	margin-top: -45px;
}


