@charset "UTF-8";

/* _____________ TWITTER FEED STYLES ______________________________________________________________________*/



#twitterFeed {
	z-index: 10;
	height: 262px;
	width: 334px;
	top: 7px;
	right: 20px;
	background-image: url(../images/twitter_ian.png);
	background-repeat: no-repeat;
	position: absolute;
	background-position: right top;
	left: 50%;
	margin-left: 145px;	
	float: left;
}
#twitter_div {
	height: 70px;
	width: 334px;
	margin-top: 65px;
	margin-left: 0px;
	position: relative;

}

#twitter-link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	color: #999;
	text-align: left;
	display: block;
padding-left:10px;
}
#tweet_middle {
	background-image: url(../images/tweet_middle.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 334px;
padding-top:3px;

}
#tweet_bottom {
	background-image: url(../images/tweet_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
height:20px;
	width: 334px;
}
#tweet-top {
	background-image: url(../images/tweet_top.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 334px;
	height: 40px;
}


#twitter_update_list {
	list-style-type: none;
	padding:0;
	font-size:12px;
	margin-right: 10px;
	
	margin-left: 15px;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
clear:both;
}

#twitter_update_list li {
padding-bottom: 7px;
background-image: url(../images/listStar.png);
background-position: top 5px;
background-repeat: no-repeat;
padding-left:30px;
padding-top:3px;
width: 270px;
} 



.blogRule {
	background-image: url(../images/contact_form_rule.png);
	background-repeat: repeat-x;
	height: 10px;
background-position: center center;
	width: 100%;
}


#rss {
position: relative;
top:14px;

}
