/*
 Theme Name: Lazy Bear Games
     Author: Lazy Bear Games
Description: none
    Version: 0.0.1
*/

@charset "utf-8";

body
{
	background-color: #1e2343;
	color: #9d9d9d;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif";
	background-repeat: no-repeat;
	background-position: center top 200px;
}

div.header, div.game_title, div.game_text, iframe.game_yt_video, div.game_thumb
{
	background-color: #121527;
}

div.game_content, div.game_title, div.content
{
	width: 872px;
	margin: auto;
}

div.header, div.header a, div.header a:visited
{
	color: #bfc3db;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

div.header a:hover
{
	text-decoration: underline;
	color: white;
}

div.header#header_container
{
	height: 125px;
	text-transform: uppercase;
}

div#header_content
{
	padding-top: 17px;
}

div.header_logo
{
	position: absolute;
}

div.header_menu
{
	text-align: right;
	padding-top: 40px;
}

div.header_menu ul
{
	list-style: none;
}

div.header_menu ul li
{
	display: inline;
	padding-left: 30px;
	padding-right: 10px;
}

div#header_under
{
	background-image: url(img/under_header_bg.png);
	height: 62px;
	background-repeat: repeat-x;
}

img#header_logo
{
	width: 90px;
	height: 90px;
	content: url(img/lbg_logo_transp.png);
}

div.game_title
{
	height: 54px;
	line-height: 54px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}

iframe.game_yt_video
{
	width: 868px;
	height: 501px;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	border-color: #0d1143;
}

div.game_background_outer
{
	position: absolute;
	left: 50%;
}

div.game_background
{
	position: relative;
	left: -50%;
	width: 1590px;
	height: 1040px;
	z-index: -100;
}

div.game_platforms
{
	text-align: center;
	margin: auto;
	margin-top: 20px;
}

div.game_platforms img
{
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

div.game_text
{
	text-align: justify;
	padding: 5px 20px 5px 20px;
	margin-top: 10px;
}

div.game_text p
{
	padding-top: 0px;
	padding-bottom: 0px;
}

div.game_detail
{
	text-align: center;
	margin-top: 10px;
	color: white;
}

div.game_detail div
{
	margin-bottom: 4px;
}

div.game_thumb, div.game_thumb img
{
	width: 872px;
	height: 253px;
	border: 0;
}

div.game_thumb
{
	margin-top: 30px;
	margin-bottom: 30px;
}

div.game_thumb_text
{
	position: absolute;
	margin-left: 274px;
	margin-top: 18px;
}

div.click_through
{
	background: none;
	pointer-events: none;
}

div.game_thumb_descr
{
	color: #ffc62d;
	margin-top: 1px;
	margin-left: 1px;
}

div.game_thumb_title
{
	font-weight: bold;
	font-size: 28px;
}

/* yellow highlight */
span.text_hl
{
	color: #ffc62d;
}

div.game_thumb_year
{
	position: absolute;
	text-align: right;
	width: 560px;
	top: 10px;
}

span.t_small
{
	text-transform: uppercase;
	font-size: 11px;
}

}