/* 
Theme Colors
	yellow-orange: #c1a259
	white: #ffffff
*/

/* ---- Twitter ---- */
#twitter_div {
/*	border: 1px solid #9e7140;
	color: #9e7140;
	float: right;
	font-style: normal;
	font-weight: normal;
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	height: auto;
*/	margin: 0 0 10px 0;
	padding: 0px;
	text-align: left;
	width: 100%;
	word-wrap: normal;
	line-height: 120%;
	color: #cccccc;
}

#twitter_div h2.module-header {
	font-weight: bold;
	font: 16px "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 25px;
	margin: 0 auto 5px auto;
	text-align: center;
	word-wrap: normal;
}

#twitter_div ul#twitter_update_list { 
	margin-bottom: 15px; 
	word-wrap: normal;
}

#twitter_div ul.module-list { 
	line-height: 1.2em; 
	margin-bottom: 10px; 
	word-wrap: break-word;
}

#twitter_div ul.module-list li{
	border-top: 1px dashed #ffffff;
	padding: 5px 0;
}

#twitter_div ul a {
	color: #c1a259;
	font-size: 10px;
	text-transform: none;
	text-decoration: none;
	text-align: right;
	word-wrap: break-word;
}

#twitter_div a {
/*	color: #5cabee; */
	color: #c1a259;
	font-size: 12px;
	margin-top: 5px;
	text-transform: none;
	text-decoration: none;
	text-align: right;
	word-wrap: break-word;
}

#twitter_div a:hover { background: #ffffff; color: #61190e;}