/* -- Colours -- 

Twitter Blue: #2fc2ef

*/

/* -- Reset -- */

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

/* -- Toolbox -- */

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

/* -- Common -- */

.blue-gradient-background {
	
}
.border-radius-3 {
	
}
.border-radius-5 {
	
}
.box-shadow-20 {
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.text-shadow-2 {
	
}
.blue {
	color: #2fc2ef;
}

/* -- Global -- */

body {
	background-color: #333;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	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: 0 0 10px 0;
}



#header {
	background-image: url('../images/header-background-black.png');
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

a {
	color: #2fc2ef;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

/* -- Map -- */

#map {
	background-color: #222;
	color: #000;
	left: 270px;
	right: 270px;
	position: absolute;
	z-index: 0;
}

/* -- Columns -- */

#left,
#right {
	color: #eee;
	position: absolute;
	width: 250px;
}

#left, 
#right, 
#map {
	bottom: 10px;
	top: 50px;
}

#left {
	font-size: 1em;
	left: 10px;
	overflow: hidden;
}
#left .example {
	margin-bottom: 10px;
}

#right {
	right: 10px;
}
#right h2 {
	text-align: right;
}

#options {
	color: #eee;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 10px;
	top: 0;
	vertical-align: middle;
}

#social {
	color: #eee;
	font-size: 12px;
	height: 20px;
	left: 270px;
	padding: 10px 0;
	position: absolute;
/*	right: 10px;*/
	top: 0;
	vertical-align: middle;
	width: 400px;
}

#search {
	position: absolute;
	padding: 5px;
	right: 360px;
	top: 40px;
	height: 40px;
	line-height: 40px;
}
#search input {
	height: 20px;
	vertical-align: middle;
	padding: 0 5px;
	border: 1px solid #000;
	background: #eee;
}
#search input.hint {
	color: #ccc;
	opacity: 0.75;
}

#status {
/*	background: rgba(0,0,0,0.75);*/
	color: #fff;
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	top: 0px;
	right: 10px;
	width: 250px;
	height: 40px;
	line-height: 40px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
/*	z-index: 1000;*/
/*	padding: 0px 10px;*/
}

/* -- Tweets -- */

#tweet-container {
	background-color: #fff;
	bottom: 0;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 250px;
}

#tweets {
	list-style: none;
	display: block;
}
#tweets li {
	border-bottom: 1px solid #eee;
	color: #666;
	position: relative;
}

/* -- Tweet -- */

.tweet {
	background-color: #fff;
	color: #666;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#tweets .tweet:hover {
	background-color: #ebf9fe;
}
.tweet:hover .from-user a {
	color: #2fc2ef;	
}
.tweet .show {
	background: url('../images/show.png') no-repeat top left;
	cursor: pointer;
	height: 10px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 10px;
}
.tweet .profile-image {
	background-color: #eee;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	height: 24px;
	left: 5px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	width: 24px;
}
.tweet .profile-image img {
	height: 24px;
	width: 24px;
}
.tweet .from-user {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 3px 34px;
}
.tweet .from-user a {
	color: #666;
	text-decoration: none;
}
.tweet .from-user a:hover {
	text-decoration: underline;
}
.tweet .text {
	font-size: 11px;
	line-height: 14px;
	padding: 0 5px 5px 34px;
}
.tweet .photo {
	padding: 0 5px 5px 34px;
	-moz-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
}
.tweet .photo img {
	background-color: #eee;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.tweet .meta {
	color: #999;
	font-size: 9px;
	padding: 0 5px 5px 34px;
}
.tweet a.hashtag,
.tweet a.url, 
.tweet a.username {
	font-weight: normal;
	text-decoration: none;
}
.tweet a.hashtag:hover,
.tweet a.url:hover, 
.tweet a.username:hover {
	text-decoration: underline;
}

/* -- Popup -- */

.popup {
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	color: #666;
	padding: 5px;
	width: 240px;
}
.popup .close {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #666;
	display: block;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 5px;
	text-align: center;
	text-decoration: none;
	top: 5px;
	width: 20px;
	z-index: 1000;
}
.popup .close:hover {
	background: #c00 !important;
	background: -moz-linear-gradient(center bottom, #900 0%, #c00 100%) !important;
	background: -webkit-gradient(linear, left bottom, left top, from(#900), to(#c00)) !important;
	color: #fff;
}
.popup .tweet {
	width: 240px;
}
.popup .tweet .profile-image,
.popup .tweet .profile-image img {
	height: 48px;
	width: 48px;
}
.popup .tweet .from-user,
.popup .tweet .text,
.popup .tweet .photo,
.popup .tweet .meta {
	padding-left: 63px;
}

/* -- Sponsor -- */

#sponsor-box {
	background: #2fc2ef;
	background: -moz-linear-gradient(center bottom, #238eaf 0%, #2fc2ef 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(#238eaf), to(#2fc2ef));
	bottom: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2fc2ef', endColorstr='#238eaf'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2fc2ef', endColorstr='#238eaf')"; /* IE8 */
	height: 80px;
	position: absolute;
	left: 0;
	width: 250px;
}

#sponsor-box p {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	padding: 10px 10px 0 10px;
	margin: 0;
}
#sponsor-box p a {
	color: #fff;
}

#tweets .sponsor {
	background-color: #2fc2ef;
	color: #fff;
	font-size: 11px;
	overflow: hidden;
	padding: 5px;
}
#tweets .sponsor a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/* -- 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;
}

/* -- Modal -- */

#modal {
	background-image: url('../images/modal-background-flat.png');
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.backgroundsize #modal {
	background-image: url('../images/modal-background.png');
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	opacity: 1;
}

/* -- Panel -- */

.panel {
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	display: none;
	position: absolute;
	width: 500px;
	z-index: 2000;
}
.panel .header {
	background: #2fc2ef;
	background: -moz-linear-gradient(center bottom, #238eaf 0%, #2fc2ef 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(#238eaf), to(#2fc2ef));
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2fc2ef', endColorstr='#238eaf'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2fc2ef', endColorstr='#238eaf')"; /* IE8 */
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.panel.alert .header {
	background: #c00;
	background: -moz-linear-gradient(center bottom, #900 0%, #c00 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(#900), to(#c00));
}
.panel .close {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #eee;
	display: block;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 5px;
	text-align: center;
	text-decoration: none;
	top: 5px;
	width: 20px;
	z-index: 1000;
}
.panel .close:hover {
	background: #c00 !important;
	background: -moz-linear-gradient(center bottom, #900 0%, #c00 100%) !important;
	background: -webkit-gradient(linear, left bottom, left top, from(#900), to(#c00)) !important;
}
.panel .content {
	padding: 10px;
}

/* -- Button -- */

.button {
	background: #2fc2ef;
	background: -moz-linear-gradient(center bottom, #238eaf 0%, #2fc2ef 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(#238eaf), to(#2fc2ef));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	color: #fff;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2fc2ef', endColorstr='#238eaf'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2fc2ef', endColorstr='#238eaf')"; /* IE8 */
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	padding: 3px 8px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.button:hover {
	background: #c00;
	background: -moz-linear-gradient(center bottom, #900 0%, #c00 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(#900), to(#c00));
	text-decoration: none;
}

/* -- Settings Panel  -- */

#settings .option label {
	display: inline-block;
	font-size: 12px;
	padding-right: 5px;
	text-align: right;
	width: 200px;
}
#settings .option select {
	border: 1px solid #999;
}
#settings .option + .option {
	margin-top: 5px;
}
#settings .option.disabled {
	color: #ccc;
	text-decoration: line-through;
}

/* -- Sponsor Panel -- */

.panel#sponsor {
	height: 400px;
	width: 520px;
}
.panel#sponsor .content {
	background-color: #fff;	
}

.panel.headerless {
	height: 340px;
	width: 340px;
}

.panel.dark {
	background: #333;
}
.panel#photo .content {
	position: relative;
	height: 320px;
	line-height: 320px;
	overflow: hidden;
	text-align: center;
}
.panel#photo .content .loading,
.panel#photo .content .photo {
	position: absolute;
	height: 320px;
	width: 320px;
}
.panel#photo .content .loading {
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.panel#photo .content .photo img {
	background-color: #222;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	max-height: 320px;
	max-width: 320px;
	-moz-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	vertical-align: middle;
}



.panel#alert .message {
	font-size: 12px;
	margin: 0;
}



ul.bulleted {
	list-style-type: disc;
	padding: 0 0 0 25px;
}
