/* @group Sidebar */
.content .sidebar ul {
	width: 230px;
	margin: 0 0 30px 0;
}
.content .sidebar ul li {
	height: 32px;
	border-bottom: 1px dotted #646464;
}
.content .sidebar ul li.last {
	border: 0;
}
.content .sidebar ul li a {
	font: normal 14px/32px Arial;
	color: #646464;
}
.content .sidebar ul li a:hover,
.content .sidebar ul li.active a {
	color: #00c2f2;
}
.content .sidebar .sociable  {
	width: 230px;
	margin: 70px 0 50px 40px;
}
/* @end group */


/* @group News */

.content .news {
	float: left;
	width: 598px;
	min-height: 500px;
}
.content .news h1 {
	font: normal 26px/30px Arial;
	color: #141414;	
}
.content .news h1 a {
	text-decoration: none;
}
.content .news h1 a:hover {
	text-decoration: none;
}
.content .news h5 {
	font: normal 11px Arial;
	color: #949494;
}
.content .news h5 a {
	color: #646464;
	text-decoration: none;
}
.content .news h5 a:hover {
	color: #646464;
	text-decoration: underline;
}
.content .news p,
.content .news ul {
	font: normal 13px/18px Arial;
	color: #646464;
	height: 100%;
	overflow: hidden;
	margin: 13px 0;
}
.content .news p img {
	/* margin: 20px 0; */
	margin: 8px 0 8px 0;
}
.content .news ul li {
	float: left;
	margin: 20px 23px 13px 0;
}
.content .news ul li.last {
	margin-right: 0;
}
.content .news a {
	color: #646464;
	text-decoration: underline;
}
.content .news a:hover {
	color: #949494;
}
.content .news a.arrow {
	margin: 20px 0 0;
}
.content .news .entry {
	margin: 0 0 50px 0;
}

.content .news .entry > .prevnext {
	margin: 0;	
}
.content .news .entry a{
	margin: 0;	
}
.content .news .entry ul li {
	float: left;
	padding: 0 7px;	
}
/* @end group */

/* @start search */

#searchform {
	float: left;
	margin: 0 0 20px 20px;		
	background: transparent url(../img/search/searchform.jpg) left top no-repeat;
	display: block;
	width: 230px;
	height: 22px;	
}

#searchform input {
	display: block;
	float: left;
}

#searchform .isearch {
	background: none;
	border: none;
	color: #666;
	font-size: 93%;
	margin: 4px 0 0 30px;
	width: 190px;
}

#searchform .ibutton {
	background: none;
	border: none;
	cursor: pointer;
	margin-top: -16px;
	width: 28px;
}

/* start feed */
#feed {
	float: right;
	margin: 0 0 20px 20px;		
	background: transparent url(../img/search/rssfeedicon.jpg) left top no-repeat;
}

#feed p {
	color: #646464;
	font-size: 100%;
	margin: -3px 0 0 20px;
}

#feed a {
	color: #646464;
}

#feed a:hover {
	color: #949494;
}