/*JUITTER PLUGIN CSS*/
/*
背景		#fff0f5		lavenderblush
リンク		#			pink
ハイライト	#			hotpink
時刻		#			yellowgreen
検索		#			gray
*/

#juitterContainer{} /*Juitter container*/

#juitterContainer .twittList{
	margin:0;
	padding:0;
} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#juitterContainer .twittLI{
	list-style:none;
	color:black;
	background:#fff0f5; /* lavenderblush */
	margin:0;
/*	padding:5px 0 0 0;	*/
	padding:3px;
	clear:both;
	height:55px;
	border-bottom:dashed 1px pink;
}
#juitterContainer .twittList SPAN.time{
	color:yellowgreen;
	font-size:0.9em
}
#juitterContainer .twittList A{
	color:hotpink;
} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image */

#juitterContainer .juitterAvatar{
	float:left;
	border:solid 1px pink;
	color:black;
	background:white;
	margin-right:5px;
	padding:2px;
	width:48px;
	height:48px;
}

#juitterContainer .jRM{
	float:right;
	clear:both;
} /*read it on twitter link*/

#juitterContainer .extLink{} /*CSS for the external links*/

#juitterContainer .hashLink{} /*CSS for the hash links*/

/*end of Juitter CSS*/


/*	ナビゲーション	*/

#juitter UL.nav {
	margin:0;
	padding:0;
}

#juitter UL.nav LI{
	list-style:none;
	float:left;
	margin:0;
/*	padding:0 5px 0;	*/
	padding: 0 0 0 1em;
	color:pink;
}

#juitter UL.nav LI A{
	color:pink;
	display:block;
	font-weight:bold;
}

#juitter UL.nav LI A:hover{
	color:hotpink;
}

#juitter UL.nav LI A.on{
	color:hotpink;
}

/*	検索	*/

#juitter #juitterSearch{
	clear:both;
/*	padding:7px 0 5px 0;	*/
	padding: 1px !important;
}
#juitter #juitterSearch P{
	font-size:1.2em;
	color:hotpink;
	margin: 0.5em 0;
}
#juitter #juitterSearch P IMG{
	vertical-align: middle;
}
#juitter #juitterSearch INPUT{
	padding:4px;
	border:solid 1px gray;
	width:250px;
	color:gray;
	background:white;
}
