@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=3.2.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
.container {
  margin: 0 auto;
  max-width: 1000px;
}
.hidden {
	display: none;
}

textarea {
	width: 500px !important;
	height: 200px !important;
}

#masthead {
  padding: 20px 0 10px 0;
}
#masthead #logolink {
  padding-left: 40px;
  background: url(../images/logo.png) no-repeat 0px 7px;
}
.badge {
  padding: 1px 9px 3px 9px !important;
}
#search_keywords {
  line-height: normal;
}
#value-prop {
  padding: 30px 50px 40px 50px;
}
.dropdown-menu li a {
  display: inline-block;
  position: relative;
  width: 200px;
}
.dropdown-menu li a span {
  position: absolute;
  right: 20px;
}
.table-hover td {
  vertical-align: middle !important;
}
.table-hover td a {
  display: block;
}
.table-hover tbody td:first-child {
  font-size: 18px;
}
/*
	Titles with buttons in them
*/
.page-header {
  position: relative;
}
.page-header .btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
/*
	Game Details
*/
#game-details-header {
  position: relative;
  color: rgba(0, 0, 0, 0.5);
}
#game-details-header .page-header {
  margin-bottom: 10px;
}
#game-details-header #game-title {
  color: black;
}
#game-details-header h3 {
  font-size: 18px;
  margin-top: -16px;
  font-family: 'prenton', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#game-details-header h3 #play-times {
  color: black;
}
#game-details-header #platform-tags {
  position: absolute;
  right: 0;
  top: 10px;
}
#game-info {
  margin-bottom: 20px;
}
#game-info table {
  width: 100%;
}
#game-info table tr:first-child {
  border: none;
}
#game-info table tr td {
  padding: 4px 0;
}
#game-info table tr th {
  text-align: left;
  padding-right: 5px;
  width: 1px;
  white-space: nowrap;
}
#game-info table tr th:after {
  content: ":";
}
#game-desc {
  margin-top: 10px;
}
/*
	Time Boxes
*/
#game-times {
  margin-bottom: 20px;
}
#game-times .time-box {
  border-radius: 10px;
  padding: 30px 0;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
#game-times .time-box#min-time {
  background: #ace500;
}
#game-times .time-box#max-time {
  background: red;
}
#game-times .time-box#avg-time {
  background: #ffcc00;
}
#game-times .time-box.redundant {
  background: #ccc !important;
}
#game-times .time-box .time {
  font-size: 40px;
  display: block;
  margin-bottom: 20px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
#game-times .time-box .time span {
  font-size: 14px;
  opacity: 0.5;
  margin-left: 5px;
}
#game-times .time-box .time:before {
  position: relative;
  bottom: -3px;
  font-family: 'FontAwesome';
  content: "\f017";
  font-size: 35px;
  margin-right: 10px;
  opacity: 0.5;
}
.game-comment h3,
.game-comment h4 {
  font-family: 'prenton';
}
.game-comment h3 {
  font-size: 14px;
  line-height: 14px;
  margin: 5px 0;
}
.game-comment h3 var {
  color: #ff0000;
}
.game-comment h4 {
  font-size: 11.9px;
  margin: 0;
  color: #999999;
  font-weight: normal;
}
.game-comment .game-comment-meta {
  width: 250px;
  padding-right: 20px;
}
.game-comment .game-comment-text {
  width: auto;
}
#game-cover {
  text-align: center;
}
#game-cover img {
  padding: 3px;
}

.list_cover_container {
  width: 100px;
  text-align: center;
  vertical-align: middle;
}
.list_cover {
  width: auto;
  max-width: 90px;
  max-height: 75px;
  padding: 5px;
}
.list_cover_cell span {
  vertical-align: middle;
  height: auto;
}
.list_gamename {
  line-height: 100%;
  vertical-align: middle;
}
/*
	Chrono Map
*/
.chrono_map {
  position: relative;
  height: 400px;
  border-left: 100px solid #ff6501;
}
.chrono_map .time_entry {
  position: absolute;
  background: #d3d4b5;
}
.chrono_map .chrono_data .time_entry {
  height: 1px;
  width: 100px;
  text-indent: -5000px;
  left: -100px;
}
.chrono_map .chrono_stats .time_entry {
  line-height: 40px;
  background: #d3d4b5 url(images/arrowhead.gif) no-repeat left center;
  margin: -20px 0 0 10px;
  color: #313128;
  font-weight: bold;
  padding: 0 20px 0 40px;
  width: 110px;
}

.bottom_spacing {
  margin-bottom: 10px;
}


  /*****************************************************************************
  	Table sorter
  ****************************************************************************
	table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	    background-color: #d3d4b5;
	    border: 1px solid #FFF;
	    font-size: 10pt;
	    font-weight: 700;
	    color: #000;
	    padding: 4px;
	}*/
	table.tablesorter thead tr .header {
	    background-image: url(../images/bg.gif);
	    background-repeat: no-repeat;
	    background-position: center right;
	    cursor: pointer;
	}
	table.tablesorter tbody td {
	    color: #3D3D3D;
	    background-color: #FFF;
	    vertical-align: top;
	}
	table.tablesorter thead tr .headerSortUp {
	    background-image: url(../images/asc.gif);
	}
	table.tablesorter thead tr .headerSortDown {
	    background-image: url(../images/desc.gif);
	}
	table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
		color: #FF6501;
	}
  /*****************************************************************************
  	END Table sorter
  *****************************************************************************/

  /*****************************************************************************
    Admin styles
  ****************************************************************************/
  #reviewImages {
    height: 500px;
    overflow: auto;
  }
  .reviewImage {
    height: 200px;
    width: auto;
    margin: 10px;
  }
  #reviewImagesSelect img {
    height: 200px;
    width: auto;
    margin: 10px;
  }

  #reviewAmazonDescriptions {
    padding: 10px;
    height: 500px;
    overflow: auto;
  }
  /*****************************************************************************
    END Admin styles
  *****************************************************************************/