/**
 * FONTS
 */

/* Free font: http://yoworks.com/eau_douce/index.html */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 19, 2014 */
@font-face {
    font-family: 'eau_doucesans_heavy';
    src: url('../fonts/eau_douce_sans_heavy-webfont.eot');
    src: url('../fonts/eau_douce_sans_heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/eau_douce_sans_heavy-webfont.woff') format('woff'),
         url('../fonts/eau_douce_sans_heavy-webfont.ttf') format('truetype'),
         url('../fonts/eau_douce_sans_heavy-webfont.svg#eau_doucesans_heavy') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'eau_doucesans_light';
    src: url('../fonts/eau_douce_sans_light-webfont.eot');
    src: url('../fonts/eau_douce_sans_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/eau_douce_sans_light-webfont.woff') format('woff'),
         url('../fonts/eau_douce_sans_light-webfont.ttf') format('truetype'),
         url('../fonts/eau_douce_sans_light-webfont.svg#eau_doucesans_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* font face */
@font-face {
    font-family: 'salvo';
    src: url('../fonts/SalvoSansLight.eot');
    src: url('../fonts/SalvoSansLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SalvoSansLight.woff') format('woff'),
         url('../fonts/SalvoSansLight.ttf') format('truetype'),
         url('../fonts/SalvoSansLight.svg#salvo') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'salvo';
    src: url('../fonts/SalvoSansLightItalic.eot');
    src: url('../fonts/SalvoSansLightItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SalvoSansLightItalic.woff') format('woff'),
         url('../fonts/SalvoSansLightItalic.ttf') format('truetype'),
         url('../fonts/SalvoSansLightItalic.svg#salvo') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'salvo';
    src: url('../fonts/SalvoSansBold.eot');
    src: url('../fonts/SalvoSansBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SalvoSansBold.woff') format('woff'),
         url('../fonts/SalvoSansBold.ttf') format('truetype'),
         url('../fonts/SalvoSansBold.svg#salvo') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'salvo';
    src: url('../fonts/SalvoSansBoldItalic.eot');
    src: url('../fonts/SalvoSansBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SalvoSansBoldItalic.woff') format('woff'),
         url('../fonts/SalvoSansBoldItalic.ttf') format('truetype'),
         url('../fonts/SalvoSansBoldItalic.svg#salvo') format('svg');
    font-weight: bold;
    font-style: italic;
}


body
{
	background: #222;
	color: #222;
	font-family: 'salvo', Verdana, Arial, sans-serif;
	font-size: 17px;
    text-align: center;         /* workaround to center main content on IE5/Win --- see http://www.bluerobot.com/web/css/center1.html */
	line-height:26px;
}

/**
 * BASIC STYLES
 */
h1, h2, h3, h4, h5
{
	font-weight:normal;
	line-height:110%;
	width:100%;
}

h1 
{
	font-family: 'eau_doucesans_heavy', Verdana, Arial, sans-serif;
	display:inline-block;
	font-size:48px;
	margin-bottom:12px;
	margin-top:48px;
	text-transform:uppercase;
	text-align:center;
	line-height:100%;
}
h2
{
	color: #999;
	font-size:36px;
	margin-bottom:24px;
	margin-top:18px;
	text-align:center;
	line-height:120%;	/* a little more than the others seems to look better */
}
h3
{
	font-family: 'eau_doucesans_heavy', Verdana, Arial, sans-serif;
	font-size:24px;
	margin-top:18px;
	text-transform:uppercase;
	text-align:center;
}
h4
{
	font-family: 'eau_doucesans_heavy', Verdana, Arial, sans-serif;
	font-size:18px;
	margin-top:18px;
	text-align:center;
}
h5
{
	font-family: 'eau_doucesans_heavy', Verdana, Arial, sans-serif;
	font-size:16px;
	margin-top:16px;
	text-align:left;
}
b 
{
	font-family: 'eau_doucesans_heavy', Verdana, Arial, sans-serif;
	font-size:110%;
	font-weight:normal;
}
p
{
	color:#222;
	margin-bottom:24px;
}
a
{
	color:#00b4ff;
	font-weight:bold;
	text-decoration:none;
	font-size:15px;
}
hr
{
	width:15%;
	margin: 64px auto 64px auto;
}

h1.super_large
{
	font-size:64px;
}

.vertical_spacer_m
{
	margin-top:48px;
}
.vertical_spacer_l
{
	margin-top:96px;
}

.button_subtle
{
	background-color: #e5e5e5;
	color: #ff2170;
	text-align: center;
	vertical-align: middle;
	height:100%;
	line-height:100%;
}
.button_default
{
	display:block;
	background:#ffd401;
	border-bottom:3px solid #ccaa01;
	min-height:64px;
	text-align:center;
	line-height:64px;
	width:256px;
	color: #222;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}
.button_small
{
	display:block;
	background:#ffd401;
	border-bottom:3px solid #ccaa01;
	min-height:48px;
	text-align:center;
	line-height:48px;
	width:196px;
	color: #222;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	margin:6px;
}
.button_dark
{
	display:block;
	background:#444;
	border-bottom:3px solid #222;
	min-height:48px;
	text-align:center;
	line-height:48px;
	width:196px;
	color: #fff;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	margin:6px;
}
.button_large_text
{
	font-size: 24px;
}

.clear
{
	clear:both;
}

/**
header area
*/
#header_wrapper
{
	background-color: #fff;
	border-top: solid 6px #222;
}

#header
{
    width: 970px;
	min-width: 970px;
	height: 64px;
	margin: 0 auto;
}

#header_logo
{
	margin: 41px auto;
/*
	position:relative;
	left: 20px;
	top: 55px;
	*/
	width: 243px;
	height: 53px;
	background: url(../img/header_logo3.png) no-repeat;
}

#header_graphic
{
	position:relative;
	left: 545px;
	top: -28px;
	width: 365px;
	height: 141px;
	background-image: url(../img/header_funny_dudes.jpg);
}

/**
navigation area
*/
#navigation_wrapper
{
	background-color: #fff;
	border-bottom: solid 3px #e5e5e5;
	height: 44px;
 }

#navigation
{
    width:			970px;
	margin:			0 auto;	
	/*border:solid 1px #ff0000;*/
}

#navigation_ul
{
	width:			665px;
	width:			665px;
	text-align:		center;
	margin:			0 auto;	
}

li.navigation_list
{
	list-style-type: none;
	float:left;
}

a.navigation_anchor_base
{
	float: left;
	padding: 9px 24px 9px 24px;
	font-weight: normal;
	text-decoration: none;
	color: #222;
	font-size:16px;
	
	/*text-transform: uppercase;*/
}

a.navigation_anchor_base:hover
{
	background: #e1e1e1;
}

a.navigation_anchor_base:active
{
	color: #ffffff;
	background: #e1e1e1;
}

a.navigation_anchor_unselected
{
}

a.navigation_anchor_selected
{
	/*color: #ffffff;*/
	/*background: #222;*/
	border-bottom: solid 3px #222;
}

/**
page content area
*/
#content_wrapper
{
	background-color: #fbfbfb;
}

#content
{
    width:			970px;
    text-align:     left;
	margin:			0 auto;	
}

.page_headline
{
	margin-bottom: 48px;
}
div.content_paragraph_default
{
	width:930px;
	padding-top: 36px;
	padding-right: 20px;
	padding-bottom: 70px;
	padding-left: 20px;
	line-height: 150%;
	/*text-align:justify;*/
	/*border: #0000ff solid 1px;*/
}

td.content_column_left
{
	width: 680px;
	vertical-align: top;
	/**border: #ff0000 solid 1px;*/
}
td.content_column_right
{
	vertical-align: top;
	padding-left: 80px;
	/**border: #00ff00 solid 1px;*/
}

ul.content_ul
{
	margin: 20px;
	line-height: 200%;
}

/**
footer area
*/
#footer_wrapper
{
	color:#fff;
}

#footer
{
    width:			970px;
    text-align:     center;
	margin:			0 auto;
	height: 80px;
	padding-top: 48px;
	line-height:150%;
}

a.footer
{
	color:#21c8ff;
}

/**
site content: home
*/

.home_thumbnail
{
	display:inline;
	width: 183px;
	height: 124px;
	line-height: 124px;	/* for vertical centering of text */
	margin: 12px 3px 0 0;
	float:left;
}

.home_thumbnail_button
{
	background-color: #e5e5e5;
	color: #ff2170;
	text-align: center;
	vertical-align: middle;
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'eau_doucesans_heavy', Verdana, Arial, sans-serif;
	font-size:125%;
}

/**
site content: about
*/
#content_about_logo
{
	width:184px;
	height:240px;
	margin-top:40px;
	margin-left:40px;
	margin-bottom:250px;
	background: url(../img/content_about_logo.gif);
	float: right;
	padding-left:20px;
}

/**
site content: games
*/
.game-thumbnail-row
{
}
.game-thumbnail-preview
{
	float:left;
	width: 151px;
	min-height: 103px;
	margin-right: 3px;
	margin-bottom: 12px;
}
.game-thumbnail-preview-image
{
	width: 151px;
	height: 103px;
}
.game-headline-preview
{
	font-size:20px;
	margin-top:6px;
	color: #222;
}
.game-subtitle-preview
{
	text-align:center;
	color: #777;
	font-size:17px;
	text-transform:none;
	margin:0;
}

.game-row
{
	height: 207px;
	font-size: 14px;
	line-height: 150%;
}
.game-thumbnail
{
	float:left;
	width: 303px;
	height: 207px;
	margin-right: 48px;
}
.game-headline
{
	padding: 0 0 0 0;
	text-align:left;
	color: #ff2170;
}
.game-text
{
	margin: 24px 0 0 0;
}

.content_games_info_container
{
    width:240px;
    height:211px;
    padding-left:595px; /* adds to width */
    padding-top:30px;
    margin-bottom:20px;
    color:#353535;
    background-repeat:no-repeat;
}

.content_games_info_title
{
	font-size: 16px;
    font-weight:bold;
}

.content_games_info_desc_left
{
    width:80px;
    padding-top:8px;
    padding-bottom:8px;
    font-weight:bold;
    text-align:left;
    line-height:130%;
    font-size: 12px;
}

.content_games_info_desc_right
{
    width:132px;
    padding-top:8px;
    padding-bottom:8px;
    line-height:130%;
    font-size: 12px;
}

.content_games_info_play_button
{
    width:212px;
    height:53px;
    margin-top:10px;
}


/**
 * Clients
 **/

.client-thumbnail
{
	width: 143px;
	height: 66px;
	margin-bottom:12px;
	padding-left:0px;
}