/*************************************************************************
 * ADOBE CONFIDENTIAL
 * ___________________
 *
 *  Copyright (C) 2009-2010 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 **************************************************************************/
@CHARSET "ISO-8859-1";

#communityPod {
	width: 220px;
}

#caption {
	cursor: default;
	font-weight: 500;
	marigin: 0px;
	padding: 5px 0 0 6px;
	font-family: 'Myriad Pro';
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
}

#main {
	background-color: #382D2C;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, right top, from(#5E5F60),	to(#382D2C) );
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(left, #5E5F60, #382D2C);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient (GradientType=1,startColorstr = #5E5F60, endColorstr=#382D2C);
	/* For Internet Explorer 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#5E5F60, endColorstr=#382D2C)";
}

.feed {
	padding: 6px 14px 2px 8px;
	line-height:normal;
	font-size:12px;
}

.feedTitle {
	font-size: 12px;
	font-weight: 550;
	height: 20px;
	line-height: 20px;
	width: 180px;
	color: #434343;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis-word;
	text-overflow: ellipsis;
	text-align:left;
}

.tallFeedLink {
	font-size: 12px;
	max-height: 56px;
	overflow: hidden;
	cursor: pointer;
	color: #447099;
	width: 190px;
	text-align:left;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis-word;
	text-overflow: ellipsis;
}

.feedLink {
	font-size: 12px;
	max-height: 38px;
	overflow: hidden;
	cursor: pointer;
	color: #447099;
	width: 190px;
	text-align:left;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis-word;
	text-overflow: ellipsis;
}


.feedAuthor {
	padding: 0 4px 0 0;
	font-weight: Bold;
	font-size: 12px;
}

.feedDesc {
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis-word;
	text-overflow: ellipsis;
	font-weight: Regular;
	font-size: 12px;
}

.feedDate {
	font-weight: Regular;
	color: #717171;
	font-size: 10px;
	height: 15px;
	overflow: hidden;
	width: 190px;
	text-align:left;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis-word;
	text-overflow: ellipsis;
}

.feedImage {
	padding-right:4px;
	vertical-align:middle;
}
