/*---------------------------------
			CONTENT CONTAINER
----------------------------------*/
.rss-llama-container {
	float: left;
	min-width: 480px;
	width: 99%;
}

.rss-llama-loading {
	position: fixed;
	text-align: center;
	padding: 10px 20px 5px 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 0);
	z-index: 99999;
	border: 1px solid;
	display: none;
	opacity: 0.6;
}

/*---------------------------------
			SIDEBAR
----------------------------------*/
.rss-llama-sidebar {
	float: left;
	width: 28%;
	text-align: left;
	padding-left: 10px;
}

.rss-llama-button-div {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	width: 90%;
}

.rss-llama-button {
	opacity: 0.8;
	text-align: center;
	margin-top: 10px;
	width: 90%;
}

.rss-llama-filterbox {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
	width: 90%;
}

.rss-llama-filter {
	resize: none;
	width: 100%;
	height: 100px;
}

.rss-llama-legend {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.rss-llama-legend a button {
	margin: 5px;
	padding: 5px;
	opacity: 0.7;
	text-align: center;
	vertical-align: middle;
}

.rss-llama-legend a button:hover {
	opacity: 1;
}

.rss-llama-easeinout,
.rss-llama-legend a button:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.rss-llama-li li {
	list-style-type: none;
}

.rss-llama-option {
	display: inline;
	margin-left: 5px;
}

.rss-llama-heading {
	padding: 5px 10px 5px 10px;
	margin-top: 1em;
	margin-bottom: 0.5em;
	border: 1px solid;
}

.rss-llama-link {
	word-wrap: break-word;
	padding: 5px 10px 5px 10px;
	line-height: 1.5em;
	opacity: 0.8;
}

.rss-llama-link:hover {
	text-decoration: underline;
}

/*---------------------------------
			BODY
----------------------------------*/
.rss-llama-output {
	float: right;
	width: 68%;
	text-align: left;
}

/* single */
.rss-llama-single-container,
.rss-llama-summary-container {
	float: left;
	width: 100%;
}

.rss-llama-single-header {
	width: 100%;
	margin-bottom: 10px;
}

.rss-llama-single {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border: 1px solid;
}

.rss-llama-single-title {
	display: block;	
	opacity: 1;
	padding: 5px 20px 5px 20px;
}

.rss-llama-single-title:hover {
	opacity: 0.8;
}

.rss-llama-single-date {
	text-align: right;
	font-size: 0.7em;
	padding-top: 5px;
	padding-right: 5px;
}

.rss-llama-single-content {
	word-wrap: break-word;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

/* summary */
.rss-llama-summary-container {
	border: 1px solid;
	margin-bottom: 10px;
}

.rss-llama-summary-title {
	display: block;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	opacity: 1;
}

.rss-llama-summary-title:hover {
	opacity: 0.8;
}

.rss-llama-excerpt {
	display: block;
	padding: 5px 10px 5px 10px;
}

.rss-llama-excerpt i {
	font-weight: bold;
}

.rss-llama-excerpt span {
	-webkit-opacity: 0.1;
	-moz-opacity: 0.1;
	opacity: 0.1;
	display: none;
}

.rss-llama-excerpt:hover span {
    position: fixed;
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	max-width: 75%;
	max-height: 30%;
    padding: 10px 20px 10px 20px;
	border: 1px solid;
    z-index: 99999;
	left: 12%;
	overflow: hidden;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

/*---------------------------------
			NAVIGATION
----------------------------------*/
.rss-llama-navcontainer {
	position: fixed;
	right: 0px;
	bottom: 25px;
	width: 60px;
    z-index: 99998;
}

.rss-llama-navdiv {
	display: inline-block;
	width: 60px;
	height: 60px;
}

.rss-llama-top,
.rss-llama-previous,
.rss-llama-next {
	opacity: 0.5;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.rss-llama-top:hover,
.rss-llama-previous:hover,
.rss-llama-next:hover,
.rss-llama-button:hover,
.rss-llama-link {
	opacity: 1;
	cursor: pointer;
}

/*---------------------------------
			BORDER
----------------------------------*/
.rss-llama-border-small {
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	border-radius: 0.3em;
}

.rss-llama-border-medium {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	border-radius: 0.5em;
}

.rss-llama-border-large {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em;
}

/*---------------------------------
			RESPONSIVE
----------------------------------*/
@media only screen
and (max-device-width: 480px) {
	.rss-llama-excerpt span {
		display: none !important;
	}

	.rss-llama-li li {
	margin-bottom: 1em;
	}
}