/* Global ---------- */
#custom-doc {
	width: 95%;
	min-width: 250px;
	line-height:17px;
}
body, html {
	background:#8b542b;
	color:#000;
}
h2 {
	margin-bottom:15px;
	text-align:center;
	color:#000;
	font-size:108%;
	font-family:Arial, sans-serif;
	font-weight:bold;
}
h2 em {
	font-weight:bold;
}
em {
	font-style:italic;
}
/* Links ---------- */
a:link {
	color:#3745DF;
	text-decoration:none;
}
a:visited {
	color:#3745DF;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	border-bottom:1px dotted;
}
a:active {
	text-decoration:none;
	border-bottom:1px dotted;
}
/* Header ---------- */
#hd {
	text-align:center;
	padding:40px 0;
}
#hd h1 {
	font-weight:bold;
	text-transform:uppercase;
	font-size:153.9%;
}
.loading {
	position:absolute;
	top:85px;
	left:50%;
}
/* Tweets ---------- */
.tweet {
	background-color:#EFEFEF;
	margin-bottom:10px;
	padding:10px;
	min-height:50px;
	border:1px solid #BBB;
	text-align:left;
	font-size:93%;
}
.tweet img {
	float:left;
	display:block;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #BBB;
}
#details {
	margin-top:5px;
	color:#666;
	font-size:93%;
}
#details a:link, a:visited {
	color:#777;
}
#details li {
	display:inline;
}
#details li#who {
	background:url(/img/person.gif) 0% 50% no-repeat;
	padding-left:13px;
	padding-right:10px;
}
#details li#when {
	background:url(/img/clock.gif) 0% 50% no-repeat;
	padding-left:13px;
}
.columnWrap {
	background-color:#EFEFEF;
	border:8px solid #CCC;
	padding:10px 10px 0 10px;
}
/* Footer ---------- */
#ft {
	text-align:center;
	margin:20px 0;
	font-size:85%;
	padding:0px 20px;
}