/*Code for Twitter list styling*/

/*LL reintroduced the hover bird*/

/*
.custom .twitter-item:hover { background-image: url("http://www.kinlet.com/wp-content/uploads/2010/02/twitter_peck_white3.gif"); 
background-repeat:no-repeat; background-position: bottom-right;  cursor: default; background-color: #000}
 */


/*flying sparrow*/
/*http://www.gifmania.co.uk/birds/java-sparrow/java_s2.gif*/

/*remove bold from h tags*/
h3 {font-weight:normal}
h2 {font-weight:normal}
h4 {font-weight:normal}

/*remove comments closed message*/
.custom .comments_closed p {display: none ;}

.custom .twitter-item:hover { background: #000; }

/*change block quote color*/
.custom blockquote { color: #FF9ECF;}

.custom .twitter-item { margin-bottom: 0em; padding: .5em 0 .5em 0; border-bottom: 1px dotted #fffce6; color: #888888; }
	.custom .twitter-item a { color: #3FE4FC; }
	.custom .twitter-item a:hover { color: #3FE4FC; }

.custom #header {border-style: single;}