/*
 *  Copyright 2010 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.feed-wrapper {
}

.feed-wrapper h3 {
}

.feed-wrapper h4 {
	margin: 0px !important;
	padding: 0px !important;;
}

.feed-wrapper h5 {
	margin: 0px !important;;
	padding: 0px !important;;
}

.feed-wrapper a.feed-link {
}

.feed-wrapper .feed-date {
	font-size: 0.9em;
	color: #404040;
}

.feed-wrapper .feed-image {
	float: right;
	margin-right: 10px;
}

.feed-wrapper .feed-entry-list {
	margin-top: 10px;
	padding-top:5px;
	border-top: 2px solid threedlightshadow;
	clear: right;
}

.feed-entry-list .feed-entry {
	margin-bottom: 15px;
	clear: both;
	overflow: auto;
}

.feed-entry-list .feed-entry .feed-entry-title {
}

.feed-entry-list .feed-entry .feed-entry-date {
	font-size: 0.9em;
	color: #404040;
}

.feed-entry-list .feed-entry .feed-entry-author {
}

.feed-entry-list .feed-entry .feed-entry-description {
	padding-top: 5px;
}

.feed-entry-list .feed-entry .feed-entry-enclosures {
	margin: 5px 15px 5px 15px;
}

.feed-entry-list .feed-entry .feed-entry-enclosures .enclosure {
}

.feed-entry-list .feed-entry .feed-entry-enclosures .enclosure.video {
	background-image: url('/plugins/syndication/resources/img/mimetype/video.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.feed-entry-list .feed-entry .feed-entry-enclosures .enclosure.audio {
	background-image: url('/plugins/syndication/resources/img/mimetype/audio.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.feed-entry-list .feed-entry .feed-entry-enclosures .enclosure.image {
	background-image: url('/plugins/syndication/resources/img/mimetype/image.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.feed-entry-list .feed-entry .feed-entry-enclosures .enclosure.unknown {
	background-image: url('/plugins/syndication/resources/img/mimetype/unknown.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.feed-entry-list .feed-entry .feed-entry-enclosures .enclosure a {
}

.feed-entry-list .feed-entry .feed-entry-enclosures .enclosure .length {
	color: #404040;
}

.feed-entry-list .feed-entry .feed-entry-author {
	color: #404040;
	font-style: italic;
	font-size: 0.9em;
	text-align: right;
}


