body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	background: #eaeaea url(../images/header_bg.png) repeat-x;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #cc3333;
}

/* Header */

#header {
	position: relative;
	height: 62px;
	margin-bottom: 10px;
}

#header_logo {
	position: absolute;
	top: 8px;
	left: 15px;
}

#header_nav {
	position: absolute;
	top: 14px;
	right: 0px;
	color: #fff;
	font-weight: bold;
}

#header_nav ul {
	list-style-type: none;
	margin-right: 0px;
}

#header_nav li {
	display: inline-block;
	margin-left: 20px;
	zoom: 1;
	*display: inline;
	_height: 50px;
}

#header_nav li>a>img {
	margin: 0 5px 0 0;
}

/* Footer */

.red_ruler {
	position: relative;
	width: 950px;
	height: 4px;
	background-color: #cc3333;
	margin-bottom: 9px;
	left: 0px;
}

#footer_box {
	position: relative;
	width: 949px;
	height: 55px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	color: #adadad;
	font-weight: bold;
	margin-bottom: 15px;
}

#footer_box a:link {
	color: #adadad;
}

#footer_box a:visited {
	color: #adadad;
}

#footer_box a:hover {
	color: #cc3333;
}

#footer_logo {
	position: absolute;
	top: 6px;
	left: 15px;
}

#footer_copyright {
	position: absolute;
	top: 21px;
	left: 233px;
}

#footer_nav {
	position: absolute;
	top: 12px;
	right: 0px;
}

#footer_nav ul {
	list-style-type: none;
}

#footer_nav li {
	display: inline-block;
	margin-left: 20px;
	zoom: 1;
	*display: inline;
	_height: 50px;
}

#footer_nav li>a>img {
	margin: 0 5px 0 0;
}

/* Frontpage */
/* Feature Banner */
#frontpage_feature_banner {
	margin: 5px 0 5px 0;
}

/* Games Banner */
.frontpage_game {
	position: relative;
	margin-bottom: 10px;
}

#frontpage_games_banner {
	position: relative;
	height: 280px;
	background-color: #cc0000;
	color: #fff;
}

#frontpage_games_banner a:hover {
	color: #fff;
}

#frontpage_games_banner_titletop {
	position: absolute;
	left: 72px;
	top: 60px;
	line-height: 38px;
	font-weight: bold;
}

#frontpage_games_banner_tag {
	position: absolute;
	left: 72px;
	top: 180px;
	font: bold 24px/24px Georgia, "Times New Roman", Times, serif;
}

#frontpage_games_banner_link {
	position: absolute;
	left: 470px;
	top: 228px;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
}

/* Frontpage Game Boxes */
.game_titlebox {
	position: relative;
	margin-top: -6px;
	height: 45px;
	background-color: black;
}

.game_titlebox>.game_title {
	position: absolute;
	left: 14px;
	top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.game_titlebox>.game_freeflash {
	position: absolute;
	font-size: 12px;
	color: white;
	right: 14px;
	top: 15px;
}

.game_flashicon {
	position: absolute;
	right: 8px;
	top: 8px;
}

/* Support */
#support_box {
	background: #082137 url(../images/support_boxbg.gif) no-repeat;
	margin-bottom: 10px;
	color: white;
}

#support_headline {
	color: #93cdff;
	margin: 30px 30px 10px 30px;
	font: italic 42px/46px Georgia, "Times New Roman", Times, serif;
}

.support_text {
	color: white;
	margin-left: 30px;
	margin-bottom: 15px;
	width: 800px;
	font: 18px/24px "Trebuchet_MS", Verdana, sans-serif;
}

#getsatisfaction_page {
	height: 355px;
	margin: 0 0 0 30px;
}

/* About */
#about_tag_box {
	background-color: #cc0000;
	color: #fff;
	font: 14px/18px "Trebuchet_MS", Verdana, sans-serif;
}

#about_tag_box_container {
	padding: 30px;
}

#about_tag_headline {
	font: italic bold 30px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	position: 0;
	margin-bottom: 5px;
}

.about_tag_text {
	margin-bottom: 0;
}

#about_tag_box_arrows img {
	position: relative;
	top: -1px;
}

.about_bio_box {
	position: relative;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
}

.about_bio_box_photobox {
	position: relative;
}

.about_bio_box_name {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 310px;
	//height: 50px;
	background-color: black;
	opacity: 0.75;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	padding-top: 8px;
	padding-bottom: 10px;
}

.about_bio_role {
	position: absolute;
	top: 10px;
	left: 10px;
}

.about_bio_box_copy {
	position: relative;
	height: 140px;
	padding: 20px;
	background-color: black;
	margin: -5px 0 10px;
	color: white;
	text-align: justify;
}

.about_bio_box_copy p {
	height: 100px;
	font: 12px/18px "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: 20px;
}

.about_bio_links {
	position: relative;
	text-align: right;
	font: bold 14px/18px "Trebuchet MS", Verdana, sans-serif;
}

.about_bio_links img {
	position: absolute;
	top: -5px;
	left: 0px;
}

.about_bio_links a:link {
	color: #cc0000;
}

.about_bio_links a:visited {
	color: #cc0000;
}

/* Blog */
#blog_tweet_box {
	background-color: #006699;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
}

#blog_tweet_content {
	padding: 30px;
	line-height: 0;
}

#blog_tweet_body {
	font-size: 40px;
	text-align: left;
	line-height: 42px;
	vertical-align: middle;
	margin-bottom: 15px;
}

#blog_tweet_meta {
	color: #cccccc;
	margin-bottom: 0;
	text-align: right;
}

.blog_post_box {
	position: relative;
	background-color: white;
	border: 2px solid #cccccc;
}

.blog_post_box p {
	margin-bottom: 5px;
}

.blog_post_content {
	position: relative;
	padding: 20px;
}

.blog_post_content h1 {
	color: #3a3a3a;
	font: italic bold 30px Georgia, "Times New Roman", Times, serif;
}

.blog_post_text {
	color: #333333;
	font-size: 14px;
	text-align: left;
}

.blog_post_date {
	position: absolute;
	right: 0;
	color: white;
	background-color: #cccccc;
	width: 60px;
	text-align: center;
}

.blog_post_date p {
	font-weight: bold;
	padding: 3px 5px 2px 7px;
	margin: 0;
	top: 1px;
	position: relative;
}

.blog_post_social {
	float: right;
	margin: 10px 0;
	width: 144px;
}

.blog_post_gallery {
	margin-top: 10px;
	margin-bottom: 10px;
}

#blog_friends_title_box {
	background-color: #003749;
}

#blog_friends_title_box p {
	padding: 5px 0 5px 10px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

.blog_friends_link_box {
	position: relative;
	width: 110px;
	height: 110px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.blog_friends_link_title {
	position: absolute;
	bottom: 0px;
	color: white;
	background-color: black;
	width: 110px;
	opacity: 0.8;
	zoom: 1;
}

.blog_friends_link_title p {
	margin: 0;
	padding: 2px 3px 2px 5px;
}

#blog_facebook {
	background-color: white;
	margin-bottom: 10px;
}

#blog_mailchimp {
	margin: 0 0 5px 0;
}

#blog_mailchimp_title_box {
	background-color: #003749;
	margin-bottom: 5px;
}

#blog_mailchimp_title_box p {
	padding: 5px 0 5px 10px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

/* Games */
#games_tabs {
	margin-bottom: 5px;
}

#games_tabs ul{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

#games_tabs ul>li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	_height: 50px;
}

#games_tabs ul>li>a:link {
	display: block;
	width: 127px;
	height: 48px;
	background: url(../images/games_tab_inactive.png) no-repeat 0 top;
	text-align: center;
}

#games_tabs ul>li>a:hover {
	background: url(../images/games_tab_hover.png) no-repeat 0 top;
	color: white;
}

#games_tabs ul>li>a.selected {
	display: block;
	width: 127px;
	height: 48px;
	background: url(../images/games_tab_active.png) no-repeat 0 top;
	text-align: center;
}

.games_tabs_title {
	padding: 7px;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

.ios_game_desc_box {
	position: relative;
	display: block;
	height: 340px;
	background-color: #fffeff;
	color: #3a3a3a;
	border: 1px solid silver;
	margin: 0 5px 10px 0;
}

.ios_game_desc_box_content {
	padding: 30px;
	text-align: center;
	position: relative;
}

.ios_game_desc_box_content h1 {
	color: #3a3a3a;
	font: italic bold 60px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 17px;
	margin-top: -12px;
}

.ios_game_desc_box_content p {
	text-align: justify;
	font-size: 18px;
	margin-bottom: 10px;
}

.ios_game_info a:link {
	position: absolute;
	bottom: 15px;
	right: 25px;
	text-align: right;
	font-size: 20px;
	color: #cc0000;
	font-weight: bold;
	font-style: italic;
}

.ios_game_info a:visited {
	position: absolute;
	bottom: 15px;
	right: 25px;
	text-align: right;
	font-size: 20px;
	color: #cc0000;
	font-weight: bold;
	font-style: italic;
}

.ios_game_badge {
	position: absolute;
	bottom: 15px;
	left: 25px;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


.ios_game_gallery {
	margin: 0;
	padding: 0;
}

#games_flash_banner {
	position: relative;
	height: 280px;
	background-color: #cc0000;
	color: #fff;
}

#games_flash_banner a:hover {
	color: #fff;
}

#games_flash_banner_titletop {
	position: absolute;
	left: 65px;
	top: 60px;
	font: italic bold 60px/38px Georgia, "Times New Roman", Times, serif;
}

#games_flash_banner_tag {
	position: absolute;
	left: 65px;
	top: 120px;
	line-height: 30px;
	font-size: 14px;
	width: 500px;
}
