/** Fonts **/
/* Miso - Credit: /assests/fonts/miso-license.txt */
@font-face {
  font-family: "Miso";
  src: url("/assets/fonts/miso-light.otf");
  font-weight: 100;
}
@font-face {
  font-family: "Miso";
  src: url("/assets/fonts/miso.otf");
  font-weight: normal;
}
@font-face {
  font-family: "Miso";
  src: url("/assets/fonts/miso-bold.otf");
  font-weight: bold;
}


/** Reset **/
/* Eric Meyer - Credit: http://meyerweb.com/eric/tools/css/reset/index.html */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
b, u, i, center,
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-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** General **/
body{
	font-family: "Miso", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 12px;
}
h1{
	font-size: 48px;
}
section{
	display: block;
	margin: 12px;
	padding: 12px;
	float: left;
	width: 240px;
}
a{
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted rgba(255,255,255,0.5);
}


/** Helpers **/



/** Structure **/
#username{
	font-size: 96px;
	margin: 12px;
	font-weight: bold;
}
footer{
	display: block;
	clear: both;
	text-align: right;
	padding: 12px;
	height: 48px;
	font-weight: 100;
}




/** Blocks **/

/* Location */
#location{
	background-color: #FF8000;
}
#location #map{
	border: 6px solid #FFF;
	width: 228px;
	height: 156px;
}

/* Twitter */
#twitter{
	background-color: #0080FF;
}

/* Gamercard */
#gamercard{
	background-color: #0F0;
	overflow: hidden;
	width: 480px;
}
#gamercard h1{
	color: #FFF;
}
#gamercard img{
	width: 60px;
	height: 60px;
	border: 6px solid #FFF;
	margin: 6px;
	float: left;
}

/* Foursquare */
#foursquare{
	background-color: #902884;
	color: #FFF;
}

/* Speaking */
#speaking{
	background-color: #E6E6E6;
}

/* Elsewhere */
#elsewhere{
	background-color: #FEFD90;
}

