﻿/* ######## HOME PAGE STYLES  ###########  */
#masthead	{
	position: relative;
	height:330px;
	z-index: 2;
	padding-bottom: 10px;
}

#masthead ul	{
	display: block;
	width: 200px;
	float:left;
	margin: 0;
	z-index: 3;
}

#mainbanner	{
	display: inline;
	float:right;
	padding:7px;
	width: 547px;
	height: 269px;
	overflow:hidden;
	background-image:url('/images/home/img_main_banner_frame.gif');
	}
	#mainbanner	 img{ 
		padding: 7px 0 10px 7px;  !Important}
	
.logo	{
	padding-bottom: 50px;
}

#home_bottom	{
	display: block;
	padding-bottom: 10px;
	width: 100%;
}

.stripe	{
	position: absolute;
	top: 155px;
	left: 0;
	height: 118px;
	width: 900px;
	z-index: 0;
}

#highlights	{
	min-height: 660px;
	width: 470px;
	background-color: #faf0d8;
	float: left;
	padding: 10px;


}

#highlights p	{
	font-size:.75em;
	letter-spacing: 90%;
	line-height:115%;
	margin: 0;
	padding:0;
	margin-bottom: 15px;
}

#highlights .left {
	float: left;
	width: 47%;
	height: 100%;
	margin-left: 0;
	border-right: 1px #E1CC97 solid;
	padding-right: 10px;
	text-align: left;
}

#highlights .right {
	padding-left: 10px;
	float: right;
	width: 47%;
	margin-right: 0;
	text-align: left;
}

#banner	{
	width: 236px;
	margin-right: 0;
	float: right;
}
#highlights .newshead	{
	font-weight: bold;
	font-size:1em;
	}

#highlights .subhead	{
	color: #644318;
	font-style: italic;
	padding-bottom:5px;
}

#highlights p.date {
	text-transform: uppercase;
	margin-bottom:2px;
	}

a.featurelist_link	{
	line-height:200%;
	font-style:italic;
	color: purple;
}

.authorthumb	{
	width: 60px;
	height: 60px;
	float: right;
	border: 1px solid black;
}


/*  Twitter Feed areas  */
 
#tweet ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

#tweet ul li { 
	font-size: .8em; 
	font-family: verdana, arial, sans-serif;
	letter-spacing: -0.333px; 
	margin-left: 5px;
	line-height: 1em;
	padding-top:5px;
}

#tweet ul li a {
	text-decoration: none;
	color: purple;
}


#tweet ul li a:hover {
	text-decoration:underline;
	}
#tweet .twitterTime	{
	display:block;
	margin-top: 5px;
}
