/****************************************************************************

	Index.php Specific
	
	This file holds styles specific to the Home page.
	
****************************************************************************/


/*** Twitter ***/

#twitter {
	margin-left: 2px;
	position: relative;
	color: #ddd;
	background: url(/images/twitter.jpg);
	width: 716px;
	height: 69px;
}

#twitter_div {
	position: relative;
	left: 55px;
	top: 6px;
	width: 645px;
	height: 36px;
	display: table;
	vertical-align: middle;
}

#twitter_div ul {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

#twitter_update_list li a {
	position: absolute;
	top: 28px;
	right: 15px;
	color: #fff;
} 

#twitter_update_list li a:hover { color:#ff0000; }

#twitter_update_list span a {
	position: static;
	top: 0;
	right: 0;
}

#twitterlink {
	display: block;
	position: absolute;
	top: 48px;
	right: 10px;
	height: 16px;
	width: 150px;
}

/*** Subheader Stuff ***/

#subheader {
	display: block;
	height: 36px;
	width: 721px;
	position: relative;
	margin: 3px 0 1px 0;
}

#subheader img {
	top: 0px;
	left: 1px;
	position: absolute;
}

#subheader a {
	display: block;
	height: 17px;
	width: 17px;
	position: absolute;
	top: 8px;
	right: 7px;
}

/* EOF */