*, html, body
{
	padding: 0;
	margin: 0;
}

html, body
{
	width: 100%;
	background: #000000;
}

body
{
	background: url('../images/backgrounds/background-hungry-giraffe.jpg') no-repeat 50% 0 #000000;
	color: #1E1E1E;
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	/*font-family: Tahoma,Arial,Helvetica,sans-serif;*/
	font-size: 12px;
	line-height: 18px;
	min-width: 964px;
}

p
{
	margin: 20px 0;
}

p embed { margin: 20px 0; }

h3
{
	color: #DB0424;
	font-size: 22px;
	margin: 10px 0;
	line-height: 28px;
	font-family: Tahoma,Verdana,Arial,Geneva,Helvetica,sans-serif;
	text-shadow: 1px 1px 1px #4C4C4C;
}

h3 a
{
	color: #DB0424;
	font-size: 22px;
	text-decoration: none;
}

#sidebar h3
{
	color: #C0001F !important;
	text-shadow: 0px 0px 0px #4C4C4C !important;
}

h4
{
	color: #DB0424;
	font-size: 18px;
	margin: 10px 0;
	text-shadow: 1px 1px 1px #4C4C4C;
}

#sidebar h4
{
	color: #C0001F !important;
	text-shadow: 0px 0px 0px #4C4C4C !important;
}

.clear { clear: both; }
.bold { font-weight: bold; }

/*########### HEADER ###########*/ 

#header
{
	width: 960px;
}

#header_box
{
	width: 960px;
	height: 119px;
	margin :0 auto 20px;
	position: relative;
}

#header img { border: 0; }
#header a { outline: 0; }

#ljlogo
{
	width: 200px;
	height: 81px;
	position: absolute;
	left: 28px;
	top: 30px;
	/*width: 230px;
	height: 88px;
	position: absolute;
	left: 22px;
	top: 22px;*/
}

#menu_box
{
	height: 109px;
	width: 665px;
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 20px;
	font-weight: bold;
}

.menu_text
{
	position: absolute;
	left: -10000px;
}

#menu_home
{
	height: 109px;
	width: 61px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/menu.png') 0 0;
}

#menu_home :hover, #menu_home :active
{
	background: url('../images/menu.png') 0 109px;
}

#menu_home a
{
	display: block;
	width: 61px;
	height: 109px;
	color: #888888;
}

#menu_games
{
	height: 109px;
	width: 72px;
	position: absolute;
	top: 0;
	left: 125px;
	text-align: center;
	background: url('../images/menu.png') -61px 0;
}

#menu_games :hover, #menu_games :active
{
	background: url('../images/menu.png') -61px 109px;
}

#menu_games a
{
	display: block;
	width: 72px;
	height: 109px;
	color: #888888;
}

#menu_about
{
	height: 109px;
	width: 91px;
	position: absolute;
	top: 0;
	left: 260px;
	text-align: center;
	background: url('../images/menu.png') -133px 0;
}

#menu_about :hover, #menu_about :active
{
	background: url('../images/menu.png') -133px 109px;
}

#menu_about a
{
	display: block;
	width: 91px;
	height: 109px;
	color: #888888;
}

#menu_contact
{
	height: 109px;
	width: 71px;
	position: absolute;
	top: 0;
	left: 410px;
	text-align: center;
	background: url('../images/menu.png') -224px 0;
}

#menu_contact :hover, #menu_contact :active
{
	background: url('../images/menu.png') -224px 109px;
}

#menu_contact a
{
	display: block;
	width: 71px;
	height: 109px;
	color: #888888;
}

#menu_store
{
	height: 109px;
	width: 96px;
	position: absolute;
	top: 0;
	left: 530px;
	text-align: center;
	background: url('../images/menu.png') -295px 0;
}

/*#menu_store :hover, #menu_store :active
{
	background: url('../images/menu.png') -295px 109px;
}*/

#menu_store a
{
	display: block;
	width: 96px;
	height: 109px;
	color: #888888;
}

#banner_box
{
	width: 100%;
	height: 300px;
	position: relative;
	/*background: url('../images/banner_box.png') no-repeat 0 0 transparent;*/
	background: #8C2837;
}

#banner_background
{
	width: 100%;
	height: 33px;
	position: absolute;
	bottom: 18px;
	left: 0;
	background: url('../images/banner_selector_background2.png') no-repeat 50% 0 transparent;
	z-index: 2;
}

#banners
{
	width: 280px;
	height: 33px;
	margin: 0 auto;
}

#banners table
{
	width: 100%;
	height: 33px;
	overflow: hidden;
}

#banners td
{
	height: 26px;
	overflow: hidden;
}

.banner_image
{
	width: 924px;
	height: 259px;
	position: absolute;
	top: 17px;
	left: 15px;
	z-index: 1;
	display: block;
	border: 3px solid #FFFFFF;
}

.banner_image img
{
	width: 924px;
	height: 259px;
	z-index: 1;
}

.banner_hide { display: none; }

.banner_selector
{
	background: url('../images/banner_selector.png') no-repeat 0 0;
	width: 10px;
	height: 11px;
	margin: 18px auto 0;
	overflow: hidden;
}

.banner_selector a
{
	display: block;
	width: 10px;
	height: 11px;
}

.banner_selector :hover
{
	background: url('../images/banner_selector.png') 0 11px;
}

.banner_selector_active
{
	background: url('../images/banner_selector.png') 0 11px;
}

/*########### BODY ###########*/ 

#main
{
	background: #FFFFFF;
	color: #1E1E1E;
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 74px;
}

#posts
{
	width: 650px;
	padding: 0 10px 0 40px;
	margin: 20px 0 0;
	float: left;
}

#blog_logo { margin-bottom: 3px; }

#posts ul { margin: 20px 0 20px 55px; }

#posts ol
{
	margin: 20px 0 20px 55px;
	list-style-type: upper-roman;
}

#posts p a
{
	color: #C0001F;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #C0001F;
	padding-bottom: 1px;
}

.post_details_left
{
	float: left;
	height: 25px;
	width: 6px;
	margin-bottom: 5px;
	background: url('../images/game_menu.png') 0 0 no-repeat;
}

.post_details
{
	height: 25px;
	width: 565px;
	padding: 0 5px;
	margin-bottom: 5px;
	float: left;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background: url('../images/game_menu_sliver.png') 0 0 repeat-x;
	text-shadow: 1px 1px 1px #4C4C4C;
}

.post_details_right
{
	float: left;
	height: 25px;
	width: 5px;
	margin-bottom: 5px;
	background: url('../images/game_menu.png') -6px 0 no-repeat;
}

.post_date
{
	float: right;
}

.post_sharing
{
	float: left;
	margin: 23px 0 17px;
	width: 500px;
	height: 23px;
}

.share_widget { float: left; }

.share_widget .twitter-share-button { width: 90px !important; }

#___plusone_0, #___plusone_1, #___plusone_2
{
	margin: 0 2px !important;
	float: left !important;
	width: 70px !important;
}

.stumble { margin: 2px 2px 0; }

.digg_div .db-count
{
	padding: 1px 6px 3px 4px !important;
	float: right !important;
	background: url("../images/digg_this_compact.png") no-repeat scroll right top transparent !important;
	font-size: 12px !important;
	line-height: 18px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #30566D !important;
}

.digg_div .db-anchor
{
	margin: 0 0 0 13px !important;
	background: url("../images/digg_this_compact.png") no-repeat scroll left top transparent !important;
}

.reddit_div
{
	background: url('../images/reddit.png') no-repeat 0 0;
	width: 50px;
	height: 20px;
	margin-left: 15px;
	cursor: pointer;
}

.reddit_hidden { display: none; }

.reddit_div div
{
	width: 25px;
	height: 20px;
	float: right;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #30566D;
}

.comment_no
{
	float: right;
	clear: right;
	margin: 20px 0;
	width: 111px;
	height: 23px;
	background: url('../images/comments.png') no-repeat 0 0;
	position: relative;
}

.comment_no a
{
	display: block;
	width: 111px;
	height: 23px;
}

.comment_no div
{
	width: 19px;
	height: 19px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #DB0424;
	position: absolute;
	top: 5px;
	right: 3px;
	line-height: 12px;
}

#sidebar
{
	clear: right;
	float: right;
	width: 222px;
	height: 100%;
	padding: 0 0 10px;
	margin: 20px 20px 0 0;
	position: relative;
	top: 0;
	right: 0;
	border-width: 0 0 0 1px;
}

#connect_logo { margin-bottom: 18px; }

#rss_icon
{
	width: 38px;
	height: 38px;
	background: url('../images/social_icons2.png') 1px 0 no-repeat;
	float: left;
	margin: 0 3px 0 4px;
}

.social_icon_link
{
	display: block;
	width: 38px;
	height: 38px;
}

#facebook_icon
{
	width: 38px;
	height: 38px;
	background: url('../images/social_icons2.png') -37px 0 no-repeat;
	float: left;
	margin: 0 3px;
}

#twitter_icon
{
	width: 38px;
	height: 38px;
	background: url('../images/social_icons2.png') -75px 0 no-repeat;
	float: left;
	margin: 0 3px;
}

#youtube_icon
{
	width: 38px;
	height: 38px;
	background: url('../images/social_icons2.png') -112px 0 no-repeat;
	float: left;
	margin: 0 3px;
}

#googleplus_icon
{
	width: 38px;
	height: 38px;
	background: url('../images/social_icons2.png') -149px 0 no-repeat;
	float: left;
	margin: 0 0 0 3px;
}

#sidebar_twitter
{
	width: 220px;
	padding: 0;
	background: #EDEFF4;
	margin: 14px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	overflow: hidden;
}

#sidebar_facebook
{
	overflow: hidden;
	width: 222px;
	height: 387px;
}

.post
{
	margin: 18px 0 33px;
	border-bottom: 1px dashed #BBBBBB;
	width: 650px;
}

#comments
{
	padding: 20px 0;
	overflow: hidden;
	word-wrap: break-word;
	width: 650px;
	position: relative;
}

#comments_heading
{
	border-bottom: 1px dashed #BBBBBB;
	padding: 10px 0;
	margin-bottom: 0;
}

#comments_rss_icon
{
	position: absolute;
	top: 41px;
	right: 0;
	border: 0;
}

.comment
{
	border-bottom: 1px dashed #BBBBBB;
	padding: 10px 0;
	width: 650px;
	float: left;
	clear: both;
	font-size: 12px;
	line-height: 17px;
}

.avatar
{
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border: 2px solid #DB0424;
	-moz-box-shadow: #4C4C4C 2px 2px 2px;
	-webkit-box-shadow: #4C4C4C 2px 2px 2px;
	box-shadow: #4C4C4C 2px 2px 2px;
}

.smily
{
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.comment_author { font-weight: bold; }
.staff { color: #C0001F; }
.author_says { font-style: italic; }
.author_margin { line-height: 3px; }

#comments_disabled
{
	color: #999999;
	font-style: italic;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
}

#comment_form
{
	width: 343px;
	padding: 20px 80px 40px;
	margin: 20px auto;
	border: 1px dashed #BBBBBB;
	background: #EDEFF4;
}

#comment_form_notice { font-size: 10px; }

#comment_error
{
	color: #fb0000;
	font-weight: bold;
}

#comment_success
{
	color: #DB0424;
	font-size: 18px;
	margin: 10px 0;
	text-align: center;
	line-height: 26px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #4C4C4C;
}

.form_label
{
	font-weight: bold;
	font-size: 12px;
}

#recaptcha_form
{
	width: 318px;
	margin: 0 auto;
}

#submit_button { float: right; }

#older
{
	text-decoration: none;
	float: left;
	margin: 0 0 50px;
	font-size: 18px;
	font-weight: bold;
	color: #DB0424;
	text-shadow: 1px 1px 1px #4C4C4C;
}

#newer
{
	text-decoration: none;
	float: right;
	margin: 0 0 50px;
	font-size: 18px;
	font-weight: bold;
	color: #DB0424;
	text-shadow: 1px 1px 1px #4C4C4C;
}

#link_disclaimer
{
	position: relative;
	bottom: 0px;
	font-size: 11px;
}

#error_link
{
	color: #C0001F;
	text-decoration: none;
}

#games
{
	width: 880px;
	padding: 0 40px;
	margin-top: 20px;
	float: left;
}

#games_logo
{
	margin: 2px 0 8px;
	float: left;
}

#com_games
{
	text-align: center;
	width: 880px;
}

.com_game
{
	border: 3px solid #DB0424;
	margin: 20px 22px;
	width: 180px;
	-moz-box-shadow: #4C4C4C 2px 2px 2px;
	-webkit-box-shadow: #4C4C4C 2px 2px 2px;
	box-shadow: #4C4C4C 2px 2px 2px;
}

.com_game_first { margin: 20px 22px 20px 0; }
.com_game_last { margin: 20px 0 20px 22px; }

#game
{
	position: relative;
	width: 650px;
	padding: 0 10px 0 40px;
	margin: 20px 0 0;
	float: left;
}

.game
{
	width: 880px;
	margin: 10px 0;
	float: left;
	position: relative;
	line-height: 18px;
}

.game br { line-height: 10px; }

.game a
{
	outline: none;
	text-decoration: none;
}

.game ul
{
	float: left;
	margin-left: 30px;
}

.game li { margin: 3px 0; }

.game_logo
{
	width: 400px;
	height: 238px;
	float: left;
	border: 4px solid #DB0424;
	margin-right: 20px;
	-moz-box-shadow: #4C4C4C 2px 2px 2px;
	-webkit-box-shadow: #4C4C4C 2px 2px 2px;
	box-shadow: #4C4C4C 2px 2px 2px;
}

#small_logo
{
	float: left;
	margin-right: 30px;
}

.game_bottom
{
	/*height: 50px;*/
	width: 450px;
	/*border-top: 1px dashed #BBBBBB;*/
	float: left;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #FFFFFF;
	z-index: 2;
}

.game_bottom img
{
	border: 0;
	margin-right: 10px;
}

.game_format
{
	height: 50px;
	width: 650px;
	border-top: 1px dashed #BBBBBB;
	float: left;
	background-color: #FFFFFF;
	z-index: 2;
	position: relative;
}

.game_format img
{
	border: 0;
	margin-right: 10px;
}

.games_more_info
{
	width: 73px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 20px;
	background: url('../images/more_info.png') no-repeat 0 0;
}

.games_more_info :hover { background: url('../images/more_info.png') no-repeat -73px 0; }

.games_more_info a
{
	width: 73px;
	height: 18px;
	display: block;
}

.games_more_info a div
{
	position: absolute;
	left: -10000px;
}

#back_to_games
{
	width: 113px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 16px;
	background: url('../images/back_games.png') no-repeat 0 0;
}

#back_to_games :hover { background: url('../images/back_games.png') no-repeat -113px 0; }

#back_to_games a
{
	width: 113px;
	height: 20px;
	display: block;
}

#website_link
{
	position: absolute;
	top: 60px;
	right: 10px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #C0001F;
}

#game_description { margin: 20px 0 30px; }

#game_screenshots
{
	visibility: hidden;
	margin-top: 20px;
}

#carousel
{
	width: 486px;
	height: 278px;
	margin: 0 auto;
	position: relative;
}

#carousel img
{
	border: 3px solid #DB0424;
	position: absolute;
	top: 0;
	left: 0;
	-moz-box-shadow: #4C4C4C 2px 2px 2px;
	-webkit-box-shadow: #4C4C4C 2px 2px 2px;
	box-shadow: #4C4C4C 2px 2px 2px;
}

.large_image
{
	width: 480px;
	height: 272px;
	position: absolute;
	top: 0;
	right: 0;
}

#carousel_reel
{
	width: 571px;
	margin: 30px auto 15px;
	padding: 10px 20px;
	z-index: 100;
}

#carousel_reel li
{
	width: 164px !important;
	height: 101px !important;
}

#carousel_reel .next, #carousel_reel .prev
{
	color: #DB0424;
	font-size: 46px;
	font-weight: bold;
	line-height: 90px;
	text-decoration: none;
	outline: none;
	float: left;
	text-shadow: 1px 1px 1px #4C4C4C;
}

#gallery_images_container { float: left; }

#gallery_images_container .thumb
{
	width: 150px;
	margin: 5px;
	border: 2px solid #DB0424;
	cursor: pointer;
	-moz-box-shadow: #4C4C4C 1px 1px 2px;
	-webkit-box-shadow: #4C4C4C 1px 1px 2px;
	box-shadow: #4C4C4C 1px 1px 2px;
}

#game_videos
{
	/*visibility: hidden;*/
	margin-top: 20px;
}

.video
{
	width: 480px;
	margin: 0 auto 30px;
	border: 3px solid #DB0424;
	-moz-box-shadow: #4C4C4C 2px 2px 2px;
	-webkit-box-shadow: #4C4C4C 2px 2px 2px;
	box-shadow: #4C4C4C 2px 2px 2px;
}

#game_reviews
{
	width: 650px;
	margin: 20px auto 30px;
}

.review_quote
{
	font-family: serif;
	font-size: 18px;
	font-weight: bold;
}

.review_publication
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
}

.review_publication:hover { color: #B60016; }

#game_reviews { visibility: hidden; }

#game_reviews div { margin-bottom: 20px; }

#game_menu
{
	float: left;
	margin: 5px 23px 0 0;
	visibility: hidden;
}

#game_menu_left
{
	background: url('../images/game_menu.png') 0 0 no-repeat;
	width: 5px;
	height: 25px;
	float: left;
}

#game_menu_body
{
	background: url('../images/game_menu_sliver.png') 0 0 repeat-x;
	height: 25px;
	padding: 0 5px;
	float: left;
}

#game_menu_body a
{
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	margin: 0 5px;
	outline: none;
}

#game_menu_body a:hover { color: yellow !important }
#game_menu_info { color: yellow; }

#game_menu_images, #game_menu_videos, #game_menu_reviews
{
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-left: 10px;
}

#game_menu_right
{
	background: url('../images/game_menu.png') -5px 0 no-repeat;
	width: 6px;
	height: 25px;
	float: left;
}

#about_logo { margin: 2px 0 3px; }

#contact_logo { margin-bottom: 18px; }

#contacts
{
	width: 650px;
	padding: 0 10px 0 40px;
	margin: 20px 0 0;
	float: left;
	font-size: 14px;
	line-height: 22px;
}

#contacts img
{
	float: left;
	margin-right: 10px;
}

.contact_method
{
	float: left;
	width: 50%;
}

#contact_form
{
	width: 343px;
	padding: 20px 80px;
	margin: 40px auto 0;
	border: 1px dashed #BBBBBB;
	background: #EDEFF4;
}

#about
{
	width: 650px;
	padding: 0 10px 0 40px;
	margin: 20px 0 0;
	float: left;
}

.team_member
{
	width: 213px;
	height: 220px;
	margin: 20px 0;
	float: left;
	text-align: center;
}

.team_member_name
{
	margin-top: -49px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 12px;
	font-size: 11px;
	width: 213px;
}

.team_member_name div
{
	line-height: 17px;
	font-size: 14px;
	margin-bottom: 2px;
}

.team_2_row
{
	width: 426px;
	height: 240px;
	margin: 0 106px;
}

/*########### FOOTER ###########*/ 

#footer
{
	background: url('../images/footer1.png') repeat 0 0 #FFFFFF;
	width: 960px;
	height: 54px;
	position: absolute;
	bottom: 0;
	color: #1E1E1E;
	line-height: 16px;
}

#footer_box
{
	height: 43px;
	width: 880px;
	padding: 11px 40px 0;
}

#footer_address
{
	float: left;
	font-size: 9px;
}

#footer_reg
{
	float: right;
	font-size: 9px;
}

#footer_lj_link
{
	float: left;
	clear: left;
	font-size: 9px;
	margin-top: 8px;
}

#footer_lj_link a
{
	text-decoration: none;
	color: #1E1E1E;
	font-weight: bold;
}

#footer_mh_logo
{
	float: right;
	clear: right;
	margin-top: 8px;
}

#footer_mh_logo img { border: 0; }
