/*-----------------------------
	quotes llama  - widget
-----------------------------*/
.quotes-llama-widget-random {

	padding: 5px;
	display: inline-block;

}

.quotes-llama-widget-random img {

	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 5px 6px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 3px 5px 6px 0px rgba(0,0,0,0.45);
	box-shadow: 3px 5px 6px 0px rgba(0,0,0,0.45);

}

.quotes-llama-widget-author {

	display: block;
	text-align: right;
	font-style: italic;

}

.quotes-llama-widget-author cite {

	font-size: .8em;

}

.quotes-llama-widget-next {

	display: block;
	text-align: left;
	font-size: .7em;
	cursor: pointer;

}

.quotes-llama-widget-quote {

	position: relative;
	padding: 5px;

}

.quotes-llama-widget-countdown {
	position: absolute;
	right: 0px;
	top: -7px;
	font-size: 0.8em;
	opacity: 0.6;

}

/*-----------------------------
	quotes llama  - gallery
-----------------------------*/
.quotes-llama-gallery-countdown {

	float: right;
	top: 3px;
	right: 5px;

}

.quotes-llama-gallery {

	position:relative;
	top: 10px;
	left: 0px;
	width: 100%;
	min-width: 400px;
	height: 80%;
	min-height: 600px;
	display: block;

}

.quotes-llama-gallery-rotate {

	position:absolute;
	top: 10px;
	left: 1%;
	width: 95%;
	min-width: 400px;
	height: 40%;

}

.quotes-llama-gallery-quotebox {

	position: absolute;
	padding: 5px;
	max-width: 60%;
	z-index: 99999;
	cursor: pointer;

}

.quotes-llama-gallery-reenable {

	cursor: pointer;

}

.quotes-llama-gallery-quote {

	overflow: hidden;

}

.quotes-llama-gallery-quote img,
.quotes-llama-page-quote img  {

	width: 150px;
	height: 150px;
	margin-right: 15px;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.75);

}

/*-----------------------------
	quotes llama  - page
-----------------------------*/
.quotes-llama-page-container {

	float: left;
	min-width: 480px;
	width: 99%;

}

.quotes-llama-page-sidebarleft {

	float: left;
	width: 28%;
	text-align: left;
	padding-left: 10px;
	min-height: 1px;

}

.quotes-llama-page-sidebarleft li {

	list-style-type: none;

}

.quotes-llama-page-title {

	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;

}

.quotes-llama-page-letter {

	border: #000000 1px solid;
	padding: 5px 10px 5px 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}

.quotes-llama-page-link {

	text-decoration: none;
	word-wrap: break-word;

}

.quotes-llama-page-link:hover {

	text-decoration: underline;

}

.quotes-llama-page-quote {

	float: right;
	width: 68%;
	min-width: 280px;
	text-align: left;
	min-height: 1px;

}

.quotes-llama-page-alpha {

	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: middle;

}

.quotes-llama-page-alpha button {

	margin: 5px;
	padding: 5px;
	opacity: 0.7;
	text-align: center;
	vertical-align: middle;

}

.quotes-llama-page-quotes-form {

	float: none;
	min-width: 300px;
	padding: 5px 10px 5px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;

}

.quotes-llama-page-quotesearch {

	width: calc(100% - 100px) !important;

}

.quotes-llama-page-author {

	float: left;
	padding: 0 10px 25px 10px;
	width: 99%;
}

.quotes-llama-page-source {

	float: right;
	text-align: right;
	padding: 0 10px 5px 20px;

}

.quotes-llama-page-authorback {

	padding: 3px;

}

.quotes-llama-inline {

	display: inline-block;

}

.quotes-llama-quote-author-back {

	text-decoration:none;

}

/*--------------------------------------
	quotes llama  - random/static quote
--------------------------------------*/

a.quotes-llama-widget-morelink,
a.quotes-llama-page-morelink,
a.quotes-llama-static-morelink,
a.quotes-llama-gallery-morelink,
a.quotes-llama-auto-refresh-morelink,
a.quotes-llama-widget-next-morelink {

	font-size: 1.1em;
	cursor: pointer;
	text-decoration: none;

}

.quotes-llama-widget-morecontent span{

	display: none;

}