/* ------------------------- GLOBAL TEMPLATE STYLES ------------------------- */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    background: #140019 url('images/bg_grad.jpg') repeat-x;
    color: #000;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #FFA500;
}

a:visited {
    color: #A26900;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style-image: url('images/ul_bullet.gif');
}

h1, h2, h3, h4 {
    text-align: left;
}

h4 {
    color: #FFA500;
}

br {
    clear: both;
}

#widthManager
{
	margin:0 auto;
	min-width:765px;
	width:90%;
	max-width:1280px;
}

.dropShadowLeft, .dropShadowRight, .dropShadowTopLeft, .dropShadowTopRight, .dropShadowFooterLeft, .dropShadowFooterRight
{
	position:absolute;
	top:0;
	height:100%;
	width:15px;
	background-repeat:repeat-y;
}

.dropShadowTopLeft
{
	left:-15px;
	background-image:url('images/top_container_shadow_left.png');
	background-repeat:no-repeat;
}

.dropShadowTopRight
{
	right:-15px;
	background-image:url('images/top_container_shadow_right.png');
	background-repeat:no-repeat;
}

.dropShadowLeft
{
	left:-15px;
	background-image:url('images/container_shadow_left.png');
}

.dropShadowRight
{
	right:-15px;
	background-image:url('images/container_shadow_right.png');
}

#topContainer {
	position:relative;
    background-image: url('images/top_container_shadow.png');
    background-repeat: no-repeat;
    width: 100%;
    margin: 0px auto;
}

#container {
	position:relative;
	width:100%;
    color: white;
    text-align: left;
    margin: 0px auto 30px;
	background-color:#000000;
}

#container > #userLogin
{
	position:absolute;
	top:0;
	right:0;
	width:185px;
	height:35px;
	background-image:url('images/user_login_bg.png');
	background-repeat:no-repeat;
	font-size:8pt;
	padding-top:4px;
	padding-left:20px;
	text-align:center;
}

#userLogin a {
    color: #000000;
}

#blackFade
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:9px;
	background-image:url('images/black_fade.png');
	background-repeat:repeat-x;
}

#content {
    background-color: #000;
    margin: 15px 0 0 0;
    text-align: justify;
}

.forum_nav {
    width: 100%;
    text-align: left;
    margin: 0px auto;
    height: 12px;
}

.forum_nav a, .forum_nav a:visited {
    font-weight: bold;
    font-size: 0.9em;
    color: #ffffff;
    text-decoration: none;
}

.headerTopRight {
    float: right;
    width: 40%;
    text-align: right;
}

.siteSearchBoxInput {
	position:relative;
	top:-6px;
    padding: 5px 10px 5px 30px;
    border: 0px;
    background-color: transparent;
    background-image: url('images/searchbox.png');
    background-repeat: no-repeat;
    background-position: left center;
    color: #000000;
}

#header {
    background-image: url('images/top_bg_grad.png');
    background-repeat: repeat-x;
    background-color: black;
    margin: 1px 0 -15px 0;
    padding: 10px 0px 0px 10px;
    height: 50px;
    border-bottom: 1px solid #444444;
}

#header a {
    color: #464646;
}

#header a:hover {
    color: #464646;
}

.bizarreLogo {
	position:absolute;
	top:-10px;
	left:15px;
    width: 94px;
    height: 109px;
    color: #414043;
    cursor: pointer;
	z-index:1;
}

#site_nav_container
{
	position:absolute;
	top:10px;
	left:0;
	width:100%;
	background-image: url('images/main_nav_bg.jpg');
    background-position: 11px;
    background-repeat: repeat-x;
}

#site_nav
{
	margin-left:120px;
}

.site_nav a {
    font-family: arial black;
    display: block;
    width: 60px;
    height: 28px;
    font-size: 120%;
    padding: 8px 8px 8px 48px;
    color: #7D7D7D;
    text-decoration: none;
    float: left;
    color: #414043;
}

.site_nav a:hover {
    background-position: 0 -45px;
}

.site_nav a:active {
    background-position: 0 0px;
}

.news_button {
    background: url("images/news_text_button.png") 0 0 no-repeat;
}

.games_button {
    background: url("images/games_text_button.png") 0 0 no-repeat;
}

.forum_button {
    background: url("images/community_text_button.png") 0 0 no-repeat;
}

.about_button {
    background: url("images/about_text_button.png") 0 0 no-repeat;
}

.jobs_button {
    background: url("images/jobs_text_button.png") 0 0 no-repeat;
}

.jobs_flash, .pm_flash
{
	position:absolute;
	top:0px;
	width:29px;
	height:30px;
	background-repeat:no-repeat;
	color:#EEEEEE;
	font-family:Arial Black;
	font-size:15px;
}

.jobs_flash
{
	left: 664px;
	background-image:url('images/jobs_flash.png');
}

.pm_flash
{
	cursor:pointer;
	left: 443px;
	background-image:url('images/pm_flash.png');
}

.games_nav {
    float: right;
    width: 620px;
    padding-top: 15px;
}

.games_nav a.games_nav_button {
    display: block;
    width: 147px;
    font-weight: bold;
    font-size: 100%;
    padding: 0px 0px 50px 5px;
    color: #fff;
    text-decoration: none;
    float: left;
    background-repeat: no-repeat;
    height: 0px;
    color: #A3A3A3;
}

.games_nav a.games_nav_button:hover {
    background-position: 0 -54px;
    color: #7D7D7D;
}

.games_nav div.games_nav_dropdown {
    display: none;
    background-color: #000000;
    background-image: url('images/LRcontent_grad.png');
    background-repeat: repeat-x;
    border: 1px solid #724b00;
    border-top: 0px none;
    width: 131px;
    position: absolute;
    top: 50px;
    left: 8px;
    text-align: left;
    z-index: 2;
}

.games_nav div.games_nav_dropdown a {
    font-size: 8pt;
    color: #FFA500 !important;
    z-index: 100;
}

.games_nav div.games_nav_dropdown ul {
    list-style: none;
    list-style-image: none;
    margin-left: 7px;
    padding-left: 0px;
}

#header_button0_button { background-image: url('images/header_button0.png'); }
#header_button1_button { background-image: url('images/header_button1.png'); }
#header_button2_button { background-image: url('images/header_button2.png'); }
#header_button3_button { background-image: url('images/header_button3.png'); }

.games_nav div.games_nav_dropdown .dropdownLink {
    color: white;
}

#left_column {
    float: left;
	text-align:left;
    width: 20%;
    background-color: #000;
    background-image: url('images/LRcontent_grad.png');
    background-repeat: repeat-x;
    height: 100%;
    padding-bottom: 30px;
}

#center_column {
    float: left;
    width: 60%;
    padding-top: 14px;
    padding-bottom: 30px;
}

#right_column {
    float: right;
    width: 20%;
    background-color: #000;
    background-image: url('images/LRcontent_grad.png');
    background-repeat: repeat-x;
    height: 100%;
    text-align: left;
    padding-bottom: 30px;
}

.bg_bizarre {
    width: 100%;
    background-image: url('images/background_main_image.png');
    background-repeat: no-repeat;
    min-height: 722px;
    text-align: center;
	padding-top:20px;
}

#footer {
    background-image: url('images/footer_bg.jpg');
    background-repeat: repeat-x;
    height: 37px;
    float: left;
    width: 100%;
	color:#444444;
}

#footer_links
{
	float:left;
	padding-left:20px;
	padding-top:10px;
	font-size:11px;
}

#ogLike
{
	float:right;
	font-size:11px;
	padding-right:20px;
	padding-top:10px;
}

#footer a
{
    text-decoration: none;
    color: #888888;
}

#footer a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

#staffQuote
{
	margin-bottom:20px;
}

#staffQuote a
{
	font-style:italic;
	font-size:8pt;
	color:#444444;
}

.footerShadow
{
	position:relative;
	top:37px;
    margin: 0 auto 10px;
	padding:0 45px;
}

.dropShadowFooter
{
	background-image: url('images/footer_shadow.png');
    background-repeat: repeat-x;
	height: 22px;
}

.dropShadowFooterLeft
{
	width:60px;
	height:22px;
	left:-15px;
	background-image:url('images/footer_shadow_left.png');
}

.dropShadowFooterRight
{
	width:60px;
	height:22px;
	right:-15px;
	background-image:url('images/footer_shadow_right.png');
}

#gameHeader
{
	position:relative;
    border-bottom: 1px solid #7D7D7D;
	height: 292px;
	width:100%;
	text-align:center;
	overflow:hidden;
	background-image:url('images/gameHeaderBg.jpg');
	background-repeat:repeat-x;
	background-position:center;
}

#gameHeader > #game_logo
{
	position:absolute;
	top:65px;
	left:45px;
	width:400px;
	height:171px;
}

#gameHeader > #frontpage_follow_box
{
	position:absolute;
	right:20px;
	bottom:10px;
	font-size:8pt;
	color:#FFFFFF;
}

#gameHeader > #frontpage_follow_box  img
{
	padding:3px;
}

#gameHeader > #frontpage_content_box_additional
{
	position:absolute;
	right:20px;
	top:215px;
	width:380px;
	height:100px;
}

#gameHeader > #frontpage_content_box
{
	position:absolute;
	left:45px;
	top:275px;
	width:367px;
	height:203px;
	padding:0 10px;
	background-image:url('images/frontpage_content_box.png');
}

#gameHeader > #frontpage_content_box > #frontpageScroller
{
	position:absolute;
	left:9px;
	top:27px;
	width:367px;
	height:156px;
	overflow:auto;
}

#smGameHeader {
    border-bottom: 1px solid #7D7D7D;
    width: 100%;
    height: 98px;
	text-align:left;
	overflow:hidden;
	background-image:url('images/gameHeaderBg.jpg');
	background-repeat:repeat-x;
	background-position:center;
}

#twothirdsleft_column {
    float: left;
    width: 80%;
}

#fullwidth_column {
    float: left;
    width: 100%;
}

.contentHeader {
    width: 100%;
    height: 28px;
    margin-top: 20px;
    background-image: url('images/content_header_bg.png');
    background-repeat: repeat-y;
    padding-left: 12px;
    font-family: Arial Black;
    font-size: 16pt;
}

.innerPad {
    padding: 20px;
}

.smGreyText {
    font-size: 8pt;
    color: #999999;
}

.keyInfoList {
    padding-left: 8px;
    padding-bottom: 16px;
    text-align: left;
    font-size: 8pt;
    margin-left: 0px;
}

.keyInfoList .wwww {
    color: #FFA500;
    font-weight: bold;
}

.keyInfoList .inf {
    margin-left: 10px;
}

.leftList {
    list-style-type: none;
    padding-left: 8px;
    text-align: left;
    font-size: 8pt;
}

.leftList li {
    padding-bottom: 16px;
}

.leftListComments {
    color: #888888;
}

.rightList {
    padding-left: 12px;
    padding-top: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 12px;
    height: 24px;
    background-image: url('images/rightlisticon.png');
    background-repeat: no-repeat;
    cursor: pointer;
    color: #FFFFFF;
}

.rightList:hover {
    color: #FFA500;
    background-position: 0px -24px;
}

.rightList a {
    color: #FFFFFF;
    text-decoration: none;
}

.rightList a:hover {
    color: #FFA500;
    text-decoration: none;
}

.content_menu_title
{
	padding:6px;
	font-size:8pt;
	margin:0;
	color:#999999;
	background-color: #222222;
	border-bottom: 1px solid #1A1A1A;
}

/* ------------------------- GAME PAGES ------------------------- */
.achievementContainer {
    width: 50%;
    float: left;
    height: 100px;
    text-align: left;
}

.achievementImage {
    float: left;
    width: 30%;
    text-align: center;
}

.achievementText {
    float: right;
    width: 60%;
    padding-right: 10%;
}

.achievementText h3 {
    margin: 0px;
    margin-top: 5px;
}

.indexPageJobsList {
    margin-left: 0px;
    padding-left: 22px;
    margin-top: 24px;
    text-align: left;
}

.indexPageJobsList li {
    margin-bottom: 10px;
}

.gameAwardsContainer {
    width: 33%;
    height: 100px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 8pt;
    text-align: center;
}

.youtubeThumbs {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.youtubeThumbs img {
    margin-bottom: 6px;
}

.youtubeDesc {
    margin-top: 30px;
    text-align: center;
    color: #666666;
}

/*-- PGR1/2 pages --*/

.pgrLocationList {
    text-align: left;
    font-size: 8pt;
    float: left;
    width: 33%;
}

.pgrLocationList h4 {
    font-size: 10pt;
}