/* tab formatting */
.ui-tabs .ui-tabs-hide {
     display: none;
}
#tabs {
	height: 640px;
}
.tabNav {
	display: block;
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	background: none;
}
.tabNav li {
	list-style-type: none;
	padding: 5px 15px;
	margin: 0;
	border-right: 2px solid #9AAD89;
	float: left;
	width: 115px;
	text-align: center;
	background: none;
}
.tabNav li a {
	color: #767676;
	text-decoration: none;
	font-weight: bold;
}
.tabNav li.last {
	border-right: none;
}
.tabNav li a:hover,
.tabNav .ui-tabs-selected a {
	color: #4f6a37;
	text-decoration: none;
}
.tabNav .ui-tabs-selected a {
	
}


#Portfolio {
	margin: 15px auto;
	width: 100%;
}
#Portfolio ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Portfolio li {
	list-style-type: none;
	padding: 0;
	float: left;
	clear: none;
	margin: 0 13px 30px 0;
	width: 288px;
	height: 230px;
}
#Portfolio a {
	text-decoration: none;
}
#Portfolio a:hover {
	text-decoration: none;
}
#Portfolio a img {
	border: none;
	outline: none;
}
#Portfolio .portimg {
	border: 3px solid #72875F
}

.clear {
	clear: both;
}


/* homepage / widgets */
.WidgetHolder {
	width: 220px;
	margin: 0 ;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

.ClientSlide .WidgetHolder {
	width: 240px;
	height: 510px;
	margin: 0 10px;
	display: block;
	overflow: hidden;
	float: left;
}

.widget_content {
	border-left: 1px solid #9AAD89;
	border-top: 1px solid #9AAD89;
	background: url(/themes/dyndev/images/widget_bg.jpg) no-repeat top left;
	padding: 6px 0 0 6px;
	display: block;
	overflow-y: hidden;
	overflow-x: hidden;/**/
	float: left;
	font-size: 13px;
}
#home .widget_content,
.ClientSlide .widget_content {
	height: 436px;
	border-bottom: 1px solid #9AAD89;
}
.noline,
#home .noline {
	border-bottom: none;
}
.WidgetHolder a {
	text-decoration: none;
	color: #999898;
}
.ClientSlide h3 {
	padding-top: 15px;
	color: #C5CFBC;
	font-size: 30px;
}
.WidgetHolder h3 {
	font-size: 18px;
	border-bottom: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	display: block;
}
.WidgetHolder h4 {
	margin: 10px 0;
	padding: 0;
}
.WidgetHolder h5 {
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
	font-weight: normal;
}
#home .WidgetHolder h3,
.ClientSlide .WidgetHolder h3 {
	color: #C5CFBC;
	font-size: 30px;
	margin: 0px;
	display: block;
}
.WidgetHolder a.more {
	background: url(/themes/dyndev/images/see_more.png) no-repeat left 50% ;
	padding-left: 20px;
	font-size: 14px;
}
.WidgetHolder a.more:hover {
	color: #5aa51a;
}
.WidgetHolder a.read {
	background: url(/themes/dyndev/images/Arrow.gif) no-repeat right 1px ;
	padding-right: 20px;
	font-size: 14px;
}
.WidgetHolder a.read:hover {
	color: #5aa51a;
}


/* RSS widget */
.newswidget {
	width: 282px;
	border-bottom: 1px solid #9AAD89;
}
.newsList {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	width: 100%;
}
.newsList li {
	list-style-type: none;
	margin-bottom: 7px;
	border: 1px solid #767676;
	border-left: 8px solid #4f6a37;
	background: #EFEFEF;
	-webkit-box-shadow: 3px 3px 3px #333;
	-moz-box-shadow: 3px 3px 3px #333;
	padding: 6px 8px 6px 5px;
	color: #464646;
	display: block;
	width: 210px;
	overflow-y: hidden;
	overflow-x: hidden;
	font-size: 12px;
}
.newsList li {
	width: 230px;
}
.newsList li a {
		
	color:#464646;
	text-decoration: none;
}
.newsList li a:hover {
	text-decoration: underline;
}
li .small {
	font-size: .8em;
	color:#808080;
}
.newsList li p.small {
	font-size: .8em;
	color:#808080;
	margin: 4px 0;
	padding: 0;
}
.newsList .headline {
	text-decoration: none;
	color: #464646;
	display: block;
}
.newsList .twittername {
	text-decoration: none;
	color: #464646;
	font-weight: bold;
}
.newsList .tweet {
	margin-left: 60px;
}
