/*
------------------------------------ GENERAL
*/

*{padding: 0; margin: 0;}

body {
  background: #ffffff;
  text-align: center; /* for IE */
}
body,td,input,textarea,th,p {
  font-family: Verdana, Arial, Helvetica;
  color: #000;
}
p { margin: 1em 0; }
ul, ol { margin: 1em 0 1em 15px; }
li { margin: 5px 0 0 15px; }
img { border: 0px; }


#header {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
  width: 600px;
  font-size: 14px;
  line-height: 130%;
}
#info_box {
	margin: 20px auto 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
    width: 590px;
    border: 1px solid #cf624f;
    background: #fdedb7;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    line-height: 130%;
}
#main_container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
  width: 600px;
/* below from: http://www.dustindiaz.com/min-height-fast-hack */
  min-height:700px;
  height:auto !important;
  height:700px;
  font-size: 14px;
  line-height: 130%;
}

a, a:visited, a:active, a:focus {
  color: #9D1400;
  color: #003399;
  text-decoration: underline;
/*
  border-bottom: 1px solid #bbccdd;
  border-bottom: 1px solid #003399;
  border-bottom: 1px solid #608ee9;
*/
}
a:hover {
  text-decoration: underline;
  /* border-bottom: 1px solid #0088cc; */
  background: #0088cc;
  color: #fff;
}
a.image, a.image:visited, a.image:hover, a.image:active, a.image:focus {
  border-bottom: 0;
  background: #ffffff;
  text-decoration: none;
}
.highlighter { background: #ffc; }


h1 {
  font-family: Georgia, Times;
  color: #d47415;
  color: #c62f00;
  font-size: 28px;
  font-weight: normal;
  line-height: 110%;
  text-align: left;
  margin: 35px 0px 25px 0px;
}
h2 {
  font-family: Georgia, Times;
  color: #9bb200;
  font-size: 20px;
  font-weight: bold;
  line-height: 110%;
  text-align: left;
  margin: 25px 0px 10px 0px;
}

sup {
  font-size: 60%;
  vertical-align: top;
}

/*
------------------------------------ SPECIFIC
*/


div.bestgame {
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
}

div.bestgame:hover {
}


div.bestgame .pic {
  float:left;
/*
  width: 320px;
  height: 190px;
  background: #eee;
*/
}

div.bestgame .info {
  float:right;
  width: 290px;
}

div.bestgame .foot {
  clear:both;
}

div.bestgame .title {
  margin-bottom: 10px;
}

div.bestgame .title_text {
  font-weight: bold;
  font-size: 120%;
}


div.game {
  margin-top: 15px;
  margin-bottom: 15px;
}

div.game .pic {
  float:left;
/*
  width: 120px;
  height: 90px;
  background: #eee;
*/
}

div.game .info {
  float:right;
  width: 410px;
}

div.game .foot {
  clear:both;
}

div.game .title {
  margin-bottom: 10px;
}

div.game .title_text {
  font-weight: bold;
  font-size: 120%;
}
.download_info {
  color: #999;
}

div.game .title a, div.bestgame .title a,
div.game .title a:hover, div.bestgame .title a:hover {
  text-decoration: none;
  /*border-bottom: 1px solid #003399;*/
}

div.bestgame .title, div.game .title {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 6px;
}


div.review {
  margin-top: 10px;
  margin-bottom: 15px;
}

div.review .rating {
  font-size: 130%;
  color: #009900;
}

div.review div.review_link {
  font-style: normal;
  font-weight: bold;
  margin-bottom: 10px;
}

div.review div.review_quote {
  font-style: italic;
  margin-left: 30px;
}

div.player_comment  {
  margin: 10px 0 20px 0;
  font-style: italic;
}

div.player_comment .name {
  font-weight: bold;
}

div.player_comment .site {
  color: #888;
}


div.legal_disc {
  border-top: 1px solid #888;
  padding-top: 5px;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 10px;
  line-height: 14px;
  color: #666;
}

div.legal_disc sup {
  font-size: 50%;
}

