/* -- Colours -- //

Twitter Blue: #2fc2ef

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



/* -- Toolbox -- */

.clear {
	display: inline-block;
}
.clear:after {
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0; 
	content: "."; 
}
.hidden {
	display: none;
}

/* -- -- -- */



/* -- Simple Reset -- */

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

/* -- -- -- */



body {
	background-color: #333;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	overflow: hidden;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h1, 
h2, 
h3 {
	color: #2fc2ef;
}
h1, 
h2, 
h3, 
p {
	margin: 0px 0px 10px 0px;
}
p {	
	font-size: 1em;
}
p.example {
	background-color: #fff;
	color: #666;
	font-size: 12px;
	padding: 5px 10px;
}
a {
	color: #2fc2ef;
	font-weight: bold;
}


.panel {
	display: none;
}

/*
#content {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width:  300px;
	background: #111;
	color: #eee;
}
*/

#left,
#right {
	position: absolute;
	width:  230px;
	color: #eee;
	top: 10px;
	bottom: 10px;
}

#left {
	left: 10px;
	overflow: auto;
}

#right {
	right: 10px;
}

#options {
	color: #eee;
	position: absolute;
	top: 0px;
	left: 250px;
	vertical-align: middle;
	padding: 13px;
}
#options * {
	font-size: 12px;
	vertical-align: middle;
}
#options span {
	margin: 0px 20px 0px 0px;
}

#notice {
	position: absolute;
	top: 0px;
	padding: 13px;
	right: 250px;
}
#notice * {
	color: #eee;
	font-size: 12px;
	vertical-align: middle;
	text-decoration: none;
}

#status {
	color: #2fc2ef;
	position: absolute;
	top: 4px;
	right: 4px;
}

#tweets {
	list-style: none;
	bottom: 0px;
	position: absolute;
	top: 30px;
	overflow: auto;
	width: 230px;
	background-color: #fff;
}
#tweets li {
	padding: 5px;
	vertical-align: text-bottom;
	border-bottom: 1px solid #eee;
	color: #666;
}
#tweets li .image {
	float: left;
	width: 29px;
}
#tweets li .image img {
	height: 24px;
	width: 24px;
}
#tweets li .content .show {
	background: #fff url('../images/show.png') no-repeat top left;
	float: right;
	display: block;
	height: 10px;
	cursor: pointer;
	width: 10px;
}
#tweets li .content {
	float: left;
	width: 170px;
	overflow: hidden;
}
#tweets li .content h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
#tweets li .content p {
	margin: 0px 0px 5px 0px;
}
#tweets li .content small {
	color: #999;
}
#tweets li .content .photo {
	margin: 0px 0px 5px 0px;
}
#tweets li .content .photo img {}

/* -- Icon keys -- */

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

/* -- Map -- */

#map {
	color: #000;
	bottom: 10px;
	top: 40px;
	left: 250px;
	right: 250px;
	position: absolute;
	z-index: 0;
}

/* -- Popup -- */

.popup {
	color: #666;
	width: 250px;
}
.popup .image img {
	float: left;
	height: 48px;
	margin: 0 10px 0 0;
	width: 48px;
}
.popup .content {
	float: left;
	width: 170px;
}
.popup .content h3 {
	font-size: 13px;
	margin: 0px 0px 10px 0px;
}
.popup .content p {
	margin: 0px 0px 10px 0px;
}
.popup .content .photo {
	margin: 0px 0px 10px 0px;
}
.popup .content .photo img {
	height: 150px;
}
.popup .content small {
	color: #999;
}

/* -- -- -- */