@charset "utf-8";
/* CSS Document for index page on poot */
#poot_index_holder{
	margin:auto;
	width:675px;
	background-color:#FFF;
}
#poot_index_top{	
	background:#FFF url(../images/top_busy.jpg) 50% 50% no-repeat;
	height:240px;
	margin-bottom:10px;
}
#poot_index_bod{
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
}
#poot_index_bod h2{
	font-size:300%;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:.5em;
	padding:.4em;
	color:#FFF;
	background:#336600 url(../images/grass_repeat.gif) top left repeat;
}


#indexFeed{
	float:left;
	width:340px;
	/* padding:'padding-top' 'padding-right' 'padding-bottom' 'padding-left' */
	padding:10px 20px 10px 0;
	border-right:1px solid #CCC;
}
#indexFeed p{
	padding:0 10px 0 5px;
}


#indexTweets{
	float:left;
	width:265px;
	padding-top:10px;
	margin-left:20px;
	
}



#poot_index_bod li{
	padding:10px 10px 10px 5px;
	line-height:1.5em;
	list-style:none;
}

#poot_index_bod, #indexFeed, #indexTweets{
	padding-top:0;
	margin-top:0;
}
/* -------------- classes ---------- */
.floatClearer{
	clear:both;
}
.tenTop{
	height:10px;
}