/**
 * Twaveler - Twitter/Google Maps/S.hort.cc
 *
 * What are you doing, and where are you doing it?
 * Twitter your travels.
 */
body {
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

a,
a:link,
a:visited {
	color: #06f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#info {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 40px;
	overflow: hidden;
	z-index: 5;
	background-image: url(infobg.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='infobg.png');
}

h1 {
	position: absolute;
	left: 10px;
	color: #333;
	background: none;
	z-index: 10;
	margin: 0;
	padding: 0;
}

#map {
	margin: 0;
	border: 0;
	padding:0;
	position: relative;
	top: 0;
	left: 0;
	width: 99.5%;
}

#links {
	text-align: right;
	font-size: 80%;
	font-weight: bold;
	padding-right: 5px;
	padding-top: 10px;
}

#status {
	position: relative;
}

.modal {
	display: block;
	border: 2px solid #000;
	/*background-color: #fff;*/
	background-image: url(msgbg.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='msgbg.png');
	color: #fff;
	position: absolute;
	width: 320px;
	height: 220px;
	top: -500px;
	left: 20px;
	overflow: auto;
	z-index: 15;
	padding: 5px;
}

label input {
	float: right;
}
label {
	clear: both;
}

.modal .close {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 16px;
	width: 16px;
}
.modal .close img {
	border: none;
}
.modal a:link,
.modal a:visited {
	color: #06f;
	font-weight: bold;
}

#about {
	width: 480px;
	height: 332px;
}

dl {
	font-size: 90%;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: .5em;
}
code {
	font-size: 110%;
}

label {
	display: block;
}

.tweet {
	display: block;
	width: 20em;
}

.tweet img {
	float: left;
	padding-right: 5px;
}

.tweetinfo {
	display: block;
	font-size: 70%;
	color: #666;
}

.tweetinfo a,
.tweetinfo a:link,
.tweetinfo a:visited {
	color: #333;
	text-decoration: none;
}

.tweetinfo a:hover {
	text-decoration: underline;
}
