/* Default style */

/* Resets */
html, body, p, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a
{
	color: #ffffff;
	/*text-decoration:none;*/
}
a.nodeco
{
	color: #ffffff;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

body
{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-shadow: 0px 4px 4px #000000;
	background-color: #404040;
	color: #ffffff;
}

span.member_name
{
	font-weight:bold;
}

span.company_name
{
	/*font-weight:bold;*/
}

span.game_title
{
	font-style:italic;
}

div.phil_space
{
	width: 100%;
	height: 32px;
}

img.member_photo
{
	width: 300px;
	height: 400px;
	
	border-radius: 16px;
	
	box-shadow: 0px 4px 8px #202020;
}

div.container
{
	width: 100%;
	height: 100%;
	max-width: 1000px;
	margin: auto;
}

div.mkg_header
{
	width: 880px;
	margin: auto;
	
	/*height: 128px;*/
	
	text-align: center;
}

div.card
{
	background-color: #606060;
	border-radius: 16px;
	
	box-shadow: 0px 12px 24px #181818;
}

div.mkg_is
{
	font-size: 24px;
	
	text-align: center;
	
	padding: 16px;
}

div.members
{
	width:100%;
}

div.member_photo_card
{
	width: 300px;
	margin: auto;
	background-color: #808080;
	border-radius: 16px;
	box-shadow: 0px 4px 8px #202020;
}

div.member_photo_card_text
{
	font-size: 24px;
	font-weight: bold;
	padding-top: 8px;
	
	padding-bottom: 4px;
	
	text-align: left;
	padding-left:16px;
}

div.member_photo_card_links
{
	font-size: 16px;
	padding-bottom: 16px;
	
	text-align: right;
	padding-right: 16px;
}

div.member_bio
{
	padding: 24px;
	text-align: justify;
	font-size: 14px;
}

div.david
{
	float: left;
	width: 50%;
	margin: auto;
}

div.kyle
{
	float: right;
	width: 50%;
	margin: auto;
}

div.clearfloat
{
	clear: both;
}

div.mailing_list
{
	background-color: #606060;
	border-radius: 16px;
	
	box-shadow: 0px 12px 24px #181818;
	
	padding: 16px;
	
	width: 650px;
	margin: auto;
	font-size: 18px;
	
	text-align: center;
}

div.eula
{
	background-color: #606060;
	border-radius: 16px;
	
	box-shadow: 0px 12px 24px #181818;
	
	padding: 16px;
	
	width: 650px;
	margin: auto;
	font-size: 18px;
}

td.sillymailingcell
{
	vertical-align:middle;
}

div.games_list
{
	background-color: #606060;
	border-radius: 16px;
	
	box-shadow: 0px 12px 24px #181818;
	
	padding: 16px;
	
	/*width: 50%;*/
	/*margin: auto;*/
	font-size: 14px;
}

div.game_inner
{
	/*background-color: #800000;*/
	width: 400px;
	margin: auto;
	padding: 8px;
}

div.greenlight_thumb
{
	float: left;
	padding-right: 16px;
}

img.image_shadow
{
	box-shadow: 0px 4px 8px #202020;
}

img.sunken_screenshot
{
	width: 400px;
	height: 225px;
	
	border-radius: 16px;
}

img.gameheader
{
	/*width: 400px;*/
	/*height: 125px;*/
	max-height: 125px;
	max-width: 400px;
}

div.imgcontain
{
	text-align: center;
	/*width: 400px;
	height: 125px;
	object-fit: contain;*/
}

div.sunken_screenshot_shadow
{
	width: 400px;
	height: 225px;
	position: absolute;
	
	/* pending chrome fix */
	visibility: hidden;
		
	background-color: transparent;
	border-radius: 16px;
	
	box-shadow: inset 0px 12px 24px #181818;
}

p.game_desc
{
	text-align: center;
}

div.mkg_footer
{
	font-size: 13px;
	text-align: center;
}

img.social
{
	vertical-align: middle;

	/* Not really cross-platform, acceptable if ignored. */
	-webkit-filter: drop-shadow(0px 4px 4px rgba(0,0,0,1.0));
	filter: drop-shadow(0px 4px 4px rgba(0,0,0,1.0));
}

span.toplinks
{
	padding: 16px;
}


