/*	zFeeder style sheet
	works with the infojunkie theme
	author: LCX
*/
img{
	border: 0; /* makes sure linked images do not have a border */
}

.fold, .logo {
	float: left;
	margin: 0px;
	margin-right: 5px;
	padding: 1px;
	vertical-align: middle;
}

.channel {
	background: #dfe6ef;
	border: 1px solid #9cb3cd;
	padding: 0px;
	text-align: left;
}

.channel img {
	border: 0;
}

.feed {
	margin-bottom: 5px;
}

.feed a:link {
	color: #002080;
	text-decoration: none;
}

.feed a:visited {
	color: #663333;
	text-decoration: none;
}

.feed a:hover {
	color: #ee7a06;
	text-decoration: none;
}

.feed a:active {
	color: #606060;
	font-size: 100%;
	text-decoration: none;
}

.newstitle {
	background: #f4f4f4;
	border-left: 1px dashed #333333;
	border-top: 1px dashed #333333;
	margin: 1px 3px 1px 1px;
	padding: 2px 2px 2px 5px;
}

.newstitle,
.newstitle a:link,
.newstitle a:visited,
.newstitle a:active,
.newstitle a:hover {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.newsdesc {
	background: #ffffff;
	border-left: 1px dashed #333333;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 1px;
	padding: 15px;
}

.newsdesc a:hover{
	text-decoration: underline;
}

.newsdesc img{
	border: 0; /* makes sure linked images do not have a border */
	max-width: 180px;
	padding-left: 4px;
	padding-right: 8px;
}

.chanlink{
	font-family: Tahoma, Arial, Helvetica, MS sans serif; /*font-weight: bold;*/
}

/*
.chanlink a {
    font-size: 100%;
    font-weight: bold;
}
*/
.controls {
	float: right;
	height: 12px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: 0px;
	vertical-align: middle;
	width: auto;
}

.dateline {
	color: #333333;
	font: 10px Tahoma;
	text-align: right;
}

/* Open/Close style */
.newslist {
	display: none;
	padding-bottom: 3px;
}

.header {
	background: #ffffff;
	color: #333333;
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: 1px;
	padding-top: 1px;
	vertical-align: middle;
}

a:hover {
	background: transparent;
	color: #ff6600;
}

.header a {
	color: #c40000;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.header a:hover {
	color: #000000;
	text-decoration: underline;
}

.footer {
	background: #eeeeee;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 10px;
}