/* Defaults */
body {
	background-color:#eee;
}
a { color:#69c; }
a:hover {
	color:#fff; 
	background-color:#69c;
}

/* Blueprint overrides */
div.colborder {
	border-right:1px solid #ccc;
}

/* Header */
#hd {
	margin-top:20px;
	margin-bottom:20px;
}
	#hd #logo a {
		color:transparent;
		float:left;
	}
		#hd #logo a {
			background-color:transparent;
		}
	#hd h1 {
		display:none;
	}
	#hd img {
		margin-top:7px;
		margin-right:3px;
	}	
	#hd input {
		margin:0;
		padding:0;
		font-family:Helvetica,Arial,sans-serif;
		font-size:24px;
		color:#333;
		background:url(/isee/images/clear.png) repeat top left;
		background-color:transparent;
		border:none;
		border-bottom:1px solid #999;
	}
	#hd #input {
		margin:0;
		padding:0 0 0 5px;
		font-size:24px;
		color:#333;
		line-height:1.4em;
	}
	#hd #controls {
		margin-top:10px;
		text-align:right;
	}
		#hd #controls a {
			text-decoration:none;
		}
		#hd #controls a.palette {
			float:left;
			display:block;
			margin-right:2px;
			width:15px;
			height:15px;
			border:1px solid #fff;
		}
		#hd #controls a.selected {
			border:1px solid #333;
		}
/* Body */
#bd {
	margin-bottom:30px;
	padding:15px;
	border:1px solid #ccc;
	background-color:#fff;
}
.tweet {
/*	margin-bottom:1.5em;*/
}
	.tweet .paper {
	}
	.tweet ._text {
		margin-top:0.5em;
		font-size:10px;
		overflow:hidden;
	}
	.tweet ._text:hover {
		background-color:#fff;
		overflow:visible;
	}
	.tweet ._text ._date {
		color:#999;
	}
#loading {
	margin:20px 0;
	text-align:center;
}
/* Footer */
#ft {
	padding-top:8px;
	margin:0;
/*	border-width:1px 0;
	border-color:#ccc;
	border-style:solid;
	width:100%;*/
	color:#666;
/*	background-color:#eee;*/
}
#ft h2 {
	font-size:14px;
	text-transform:uppercase;
	color:#666;
}

/* Credit */
#credit {
	border-top:1px solid #ccc;
	padding:5px 0 0;
	font-size:11px;
	color:#666;
}