/* list start */
.list {
	float: left;
	width: 905px;
	padding-bottom: 15px;
}

.list .headline {
	overflow: hidden;
	padding: 2px 0 2px 9px;
	min-height: 34px;
	border-bottom: 1px solid #ffffff;
	margin-top: 30px;
	text-align: center;
}

.list .empty {
	overflow: hidden;
	padding: 30px 0 2px 9px;
	min-height: 34px;
	border-bottom: 1px solid #ffffff;
	margin-top: 30px;
	text-align: center;
	font-size: 22px;
	color:#b3591c;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	font-weight:bold;
	line-height:20px;
	margin:0;
}

.list .pagination-top,
.list .pagination-bottom {
	padding: 2px 0 2px 9px;
	min-height: 34px;
	border-bottom: 1px solid #ffffff;
	background: url(../images/pagination.png) no-repeat center 0;
	margin: 0;
}

.list .pagination-top h3,
.list .pagination-bottom h3 {
	padding: 0;
	font-size: 14px;
	text-align: center;
	color: #acadac;
}

.list .pagination-top h3 a,
.list .pagination-bottom h3 a {
	color: #acadac;
	text-decoration: none;
}

.list .pagination-top h3 a:hover,
.list .pagination-bottom h3 a:hover {
	color: #1c94c4;
	text-decoration: none;
}

.list .pagination-bottom {
	margin-top: 10px;
}

* html .list .headline {
	height: 34px;
	overflow: visible;
}

.list .headline h3 {
	margin: 0;
	color: #4c4d4f;
	font-weight: normal;
	float: left;
	font-size: 1.5em;
	font-style: italic;
	line-height: 20px;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.list .headline h4 {
	margin: 0;
	color: #c2d73c;
	font-weight: bold;
	float: left;
	font-size: 2.5em;
	font-style: italic;
	line-height: 20px;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.list .headline a {
	float: left;
	color: #ffffff;
	margin: 8px 0 0 9px;
	padding-right: 28px;
	line-height: 1.66em;
	background: url(../images/list-headline-arrow.gif) no-repeat 100% 50%;
	text-decoration: none;
}

.list .headline a:hover {
	text-decoration: underline;
}

body .search {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: transparent url(../images/search-back.png) no-repeat scroll 590px 0;
}

body .search {
	padding: 0 5px 20px 20px;
	text-align: right;
}

body .search input.title {
	background-color:transparent;
}

body .search input.title {
	border:medium none;
	font-size:15px;
	height:22px;
	margin:0;
	padding-left:5px;
	padding-right:5px;
	width:255px;
}

body .search input.submit {
	background-color:transparent;
}

body .search input.submit {
	border:medium none;
	cursor:pointer;
	height:30px;
	margin:0;
	width:35px;
}

.list-item {
	overflow: hidden;
	height: 100%;
	background: url(../images/politico-72x83.jpg) no-repeat 10px 10px;
	margin-top: 5px;
	padding: 10px 10px 10px 95px;
	min-height: 85px;
	border:5px solid #ffffff;
}

.list-item .date {
	display: block;
	font-size: 12px;
	color: #c4c4c4;
}

.list-item .date a {
	font-size: 12px;
	color: #c4c4c4;
	text-decoration: none;
}

.list-item h4 {
	margin: 0;
	font-size: 2.0em;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	font-weight:bold;
	color: #58585a;
}

.list-item h4 a {
	color: #58585a;
	text-decoration: none;
}

.list-item p {
	margin: 0;
	padding: 10px 0;
	line-height: 1.0em;
	font-size: 14px;
	color: #58585a;
}

.list-item .link {
	float: right;
	font-size: 13px;
	color: #878787;
	margin-top: -17px;
	position: relative;
}