@charset "utf-8";
@import url(fonts.css);
/* CSS Document */

.game-thumb {
  border: 1px solid #000;
  border-radius: 10px;
  transition: border 0.3s ease;
}
.game-thumb:hover {
  border: 3px solid #0066cc;
}

body 
{
	background: #000;
}

a 
{
	text-decoration: none;
}

.white_headline
{
	color: #efefef;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    line-height: 1.9;
    font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:bold;
}

.white_text
{
	color: #efefef;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    line-height: 1.5;
    font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.white_text a:link
{
	color: #dddddd;
}
.white_text a:visited
{
	color: #dddddd;
}

.basic_text
{
	color: #444444;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    line-height: 1.5;
    font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.topmenu 
{
    color: #a8a8a8;
    display: block;
    height: 20px;
    line-height: 25px;
    padding: 35px 15px;
    font-family: SansationRegular;
    font-size: 18px;
}

.footer
{
    color: #777777;
    font-family: Arial;
    font-size: 14px;
	font-weight: bold;
    line-height: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*---Slider---*/
.list_carousel 
{
	background-color: #000000;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.list_carousel ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li 
{
	width: 2000px;
	height: 400px;
	display: block;
	float: left;
	padding: 0;
}

/*-- main game listing --*/

.capsulerow
{
	padding-bottom: 10px;
}

.capsuletable img
{
	border-style: solid;
	border-color: #555555;
	border-width: 4px;
}

.capsuletable img:hover
{
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 4px;
}
.capsule
{
    color: #999999;
    font-family: Arial;
    font-size: 16px;
	font-weight: bold;
    line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*-- default display --*/

.column4  
{ 
	display: block;
}
.bottomrow
{
	display: none;
}
  
/*-- hide column 4 if too narrow --*/
@media (max-width: 1600px)
{
  .column4  
  { 
	display: none;
  }
  .bottomrow
  {
	display: block;
  }
 }
