#aboutOddcast { width: 674px; float: left; }
#sliderContainer { width: 674px; height: 330px; }
#technology, #work {
	float: left;
	width: 326px;
	height: 130px;
	margin-top: 10px;
	padding-top: 0px;
	border-right: 1px solid #D7D7D7;
	position: relative;
}
#work {
	margin-left: 20px;
	border-right: none;
}
#technology h3, #work h3 {
	margin: 0;
	font-weight: normal;
	font-size: 1.8em;
	letter-spacing: -.025px;
}
#technology p, #work p {
	margin: 6px 60px 0 0;
}

#technology .readMore , #work .readMore{
	position: absolute;
	bottom: 8px;
	right: 17px;
}

.readMore a {
	color: #FF4E00;
	font-style: italic;
	text-decoration: none;
	font-size: 1.3em;
}

#spotlight {
	width: 299px;
	height: 530px;
	float: right;
	background-color: #F5F5F5;
	position: relative;
}
#spotlight h2 {
	font-family: Arial, sans-serif;
	font-size: 2.3em;
	letter-spacing: -.050em;
	margin: 10px 0 0 10px;
	width: 200px;
	height: 28px;  
	 
}
#spotlight h3 {
	font-size: 1.2em;
	letter-spacing: .025em;
	line-height: 1em;
	font-weight: normal;
	color: #898989;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	padding: 3px 0;
	margin: 8px 10px 7px 10px;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}
#spotlight h4 {
	font-size: 1.8em;
	letter-spacing: -.025em;
	font-weight: normal;
	margin: 0 10px;
}
#spotlight p {
	font-size: 1.1em;
	letter-spacing: .017em;
	line-height: 1.3em;
	margin: 5px 15px 5px 10px;
}
#spotlight td { vertical-align: top; }
#spotlight td.thumb { vertical-align: middle; width: 73px; }
#spotlight p a { color: #FF4E00; }

#twitter {
	position: relative;
	bottom: 0;
}
#feed {
	padding: 10px 10px 0 10px;
	height: 240px;
	width: 279px;
	word-wrap: break-word;
	overflow: hidden;
	font-size: 1.1em;
	letter-spacing: .017em;
	line-height: 1.3em;
}
#feed .tweet {
	height: auto;
  padding-bottom:10px;
  clear:both;
}
#feed .tweet .author {
	font-weight: bold;
}
#feed .tweet .author a {
	color: #5E5E5E;
	text-decoration: none;
}
#feed .tweet .author a:hover {
	color: #FF4E00;
	text-decoration: underline;
}
#feed .profilePic {
	float: left;
	padding: 0 5px 5px 0;
}
#feed .tweet a {
	color: #FF4E00;
}

#twitter .readMore {
	text-align: right;
	padding: 10px 10px 8px 0;
}
	

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 10px;
	background-color: #e6e4e4;
}

#style-1::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
	background-color: #cccccc;
}
	