/* This stylesheet is used to style the public view of the plugin. */

.amp-feed { list-style-type: none; margin: 0; padding: 0; background-color: #eee; display: block; width: 100% }
.amp-feed li.feed_story, li.feed_sponsor { list-style-type: none; display: block; width: 100%; margin: 0; padding: 0;}
.amp-feed li.feed_story { overflow: hidden;  }
.amp-feed li.feed_story div.amp-feed-image { display: table-cell; vertical-align: top; height: 100px }
.amp-feed li.feed_story div.amp-feed-story { display: table-cell; vertical-align: top;  }
.amp-feed li.feed_story div.amp-feed-image img { display: block; margin: 5px  }
p.amp-feed-title { font-size: 0.9em; margin: 0; padding: 0; height: 1.3em; font-weight: bold; display: block;  text-overflow: ellipsis; white-space: nowrap; overflow: hidden;  }
.amp-feed li.feed_story p.timestamp { font-size: 0.8em; margin: 0; padding: 0; margin-top: 2px; font-style: italic; }
.amp-feed li.feed_story div.description {  margin-top: 2px; font-size: 0.8em;  } 

.amp-feed .ui-tabs { position: relative; padding: .2em; zoom: 1; }
.amp-feed .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; border-left: solid 1px #444;   }
.amp-feed .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; background-color: #ddd;  }
.amp-feed .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; font-size: .9em;  }
.amp-feed .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; background-color: #fff }
.amp-feed .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.amp-feed .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; text-decoration: underline }
.amp-feed .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: .2em .2em 0 0; background: none; clear: both; }
.amp-feed .ui-tabs .ui-tabs-hide { display: none !important; }

.amp-feed-ticker {
	list-style-type: none; display: block; 
  overflow: hidden;
  margin: 0; padding: 0;
  width: 100%;
}

.amp-feed-ticker li {
	list-style-type: none; display: block;
	width: 100%;
	margin: 0; padding: 0;
	overflow: hidden;
  border-bottom: solid 1px #ccc;
  background: #eee;
}
  
div.amp_feed_item { display: table-cell; vertical-align: middle;  }

.amp-feed-ticker li.odd {
  background: #ddd;
}

.amp-feed-templates { display: none; }

.block-type-content .type-amp_feed {
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #efefef;
	padding-bottom: 30px;
}

.block-type-content .type-feed_posts {
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #efefef;
	padding-bottom: 30px;
}