/* -- Colours -- //

Red: #DF0F1A

// ------------- */

* {
	border: none;
	margin: 0;
	padding: 0;
}

html,
body {
	position: absolute;
	height: 100%;
	width: 100%;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

h1 {
	font-size: 22px;
}
h2 {
	font-size: 16px;
}
h1, h2 {
	color: #fc0;
}
h1, h2, p {
	margin: 10px;
}
p {	
	font-size: 10px;
}
a {
	color: #6cf;
	font-weight: bold;
}

#content {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width:  320px;
	background: #111;
	color: #eee;
	overflow: auto;
	z-index: 1;
}

p.question {
	font-size: 13px;
}
p.example {
	background: #222;
	border: 1px dotted #333;
	font-weight: bold;
	padding: 5px;
}

#key {
	list-style: none;
	margin: 10px;
}
#key li {
	margin: 5px;
}
#key li img {
	width: 16px;
	height: 16px;
}
#key li img,
#key li span {
	vertical-align: middle;
}

#status {
	color: #fff;
	display: none;
	float: right;
	margin: 5px 10px;
}

#tweets {
	list-style: none;
	margin: 0 0 10px 10px;
}
#tweets li {
	margin: 1px 0px 5px 0px;
	vertical-align: text-bottom;
}
#tweets li a {
	font-weight: normal;
}
#tweets li img {
	border: 1px solid #000;
	vertical-align: text-bottom;
}

#map {
	color: #000;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 320px;
	position: absolute;
	height: 100%;
}

.popup {
	width: 210px;
}
.popup img {
	float: left;
	margin: 0 10px 0 0;
}
.popup h3 {
	margin-bottom: 5px;
}
.popup div {
	float: left;
	width: 150px;
}
.popup a {
	color: #3399FF;
	font-weight: normal;
}