div#featured {
	float: left;
	width: 660px;
	height: 250px;
	margin-left: 15px;
	border-left: 1px solid #7d7d7d;
	border-right: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
	margin-top: 10px;
}
div#featured ul.ui-tabs-nav {
	display: block;
	list-style: none;
	background: #fff;
	position: relative;
	margin: 0 -1px 0 -1px;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #7d7d7d;
}
div#featured ul.ui-tabs-nav li {
	float: left;
	margin: 0 5px 3px 0;
}
div#featured ul.ui-tabs-nav li a{
	border-top: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	color: #999999;
	padding: 4px 6px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-radius-topleft: 2px;
	-webkit-border-radius-topright: 2px;
}
div#featured ul.ui-tabs-nav li.ui-tabs-selected {
	background: #fff;
	margin-top: 0;
}
div#featured ul.ui-tabs-nav li.ui-tabs-selected a{
	border-top: 1px solid #7d7d7d;
	border-left: 1px solid #7d7d7d;
	border-right: 1px solid #7d7d7d;
	color: #333;
	padding: 4px 6px 5px 6px;
	background: #fff;
}
div#featured ul.ui-tabs-nav li a:hover {
	border-top: 1px solid #7d7d7d;
	border-left: 1px solid #7d7d7d;
	border-right: 1px solid #7d7d7d;
	color: #333;
}
div#featured ul.ui-tabs-nav li a:hover {
	text-decoration: none;
}
div#featured div.ui-tabs-panel {
	clear: both;
}
.ui-tabs-hide {
	display: none;
}




div#best-of {
	width: 255px;
	margin: 15px 15px 15px 15px;
}



div#whats-new {
	width: 390px;
	margin: 15px 15px 15px 0;
}




div#contributors{
	width: 255px;
	margin: 11px 0 15px 0;
}
div#contributors ul {
	
}
div#contributors ul li {
	list-style:none;margin:0; list-style-image: url(images/arrow.jpg);margin-bottom: 5px;	
}








div.bottom {
	float: left;
	
}
div.bottom h3 {
	font-size:1.4em; color: #222; border-bottom: 1px solid #ccc; padding-bottom: 3px;margin:0 0 5px 0;
}




div.featured-post-content {
	height: 210px;
	padding: 10px;
	display: block;
}
div.featured-post-content a.more-link {
	color: #efefef;
	font-size: 1.1em;
	padding: 5px 6px;
	background: #a3a3a3;
	border: 1px solid #858585;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: right;
	margin-top: 5px;
}
div.featured-post-content a.more-link:hover{
	text-decoration: none;
	background: #8f8f8f;
}



div.featured-technology {
	background: url(images/featured/technology.jpg) no-repeat;
	background-position: 98% 100%;
}
div.featured-virtual-assistants {
	background: url(images/featured/virtual_assistants.jpg) no-repeat;
	background-position: 2% 100%;
}
div.featured-ask-legal-andrew {
	background: url(images/featured/ask_legal_andrew.jpg) no-repeat;
	background-position: 0 100%;
}
div.featured-organization {
	background: url(images/featured/organization.jpg) no-repeat;
	background-position: 0 100%;
}
div.featured-telecommuting {
	background: url(images/featured/telecommuting.jpg) no-repeat;
	background-position: 100% 100%;
}
div.featured-social-media {
	background: url(images/featured/social_media.jpg) no-repeat;
	background-position: 0% 100%;
}




div.whats-new-post-content h3.entry-title, div.best-of-post h4.entry-title {
	font-size: 1em;
	border: none;
	padding: 0;
	margin: 5px 0 0 0;
	font-weight: bold;
}
div.whats-new-post-content h3.entry-title a, div.best-of-post h4.entry-title a{
	color: #444;
}
div.whats-new-post, div.best-of-post {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
div.whats-new-post {
	padding-top: 5px;
}



div.whats-new-post-content a.more-link {
	color: #555;
	font-weight: bold;
}
div.whats-new-post-content a.more-link:hover {
	text-decoration: none;
	color: #111;
	
}
