@charset "utf-8";
/* CSS Document */

.page-bg {
	background: rgba(205, 205, 205, 0.9);
	border-bottom: solid 4px #FFFFFF;
	padding-top: 35px;
	padding-bottom: 40px;
}

.page-right {
	width: 285px;
	padding-left: 0px;
	border: none;
	padding-right: 0px;
}

.page-left {
	width: 600px;
}

.control-bar {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 8px;
	padding-bottom: 8px;
}

.pat-but {
	float: right;
}

/*
-----------------
side menu overide
-----------------

.side-nav-wrapper {
	width: 270px;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a {
	width: 250px;
}*/

/*
-----------------
SHOW BLOCK STYLES
-----------------
*/
#showblock div.item {
	display: block;
	position: relative;
	/*font-family: "Open Sans", Arial, sans-serif;*/
	font-size: 12px;
	padding: 10px 0 20px;
	border-bottom: 1px dotted #666;
	border-left: 8px solid #BABABA;
}

#showblock div.top-item {
	border-top: 1px dotted #999;
}

#showblock div.item:hover {
	background: rgba(252, 252, 252, 0.4);
	text-decoration: none;
	border-left: 8px solid #00568e;
	padding-left: 0;
}

.item div.img {
	font-size: 10px;
	height: 125px;
	width: 100%;
	/*float: left;
	margin-right: 18px;*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;

}

.soldout div.img-overlay {
	width: 100%;
	height: 125px;
	background-image: url(../../../images/framework/events/soldout_170.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
}

.cancelled div.img-overlay {
	width: 100%;
	height: 100%;
	background-image: url(../../../images/framework/events/cancelled_170.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
}

.info-block {
	padding-bottom: 20px;
	text-align: left;
}

.item div.date {
	text-transform: uppercase;
	line-height: 14px;
	color: #666;
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
}

.item div.date sup {
	text-transform: none;
	font-size: 9px;
	font-weight: bold;
	margin-left: 1px;
}

.item div.artist {
	font-size: 26px;
	color: #00568e;
	line-height: 28px;
	font-family: "fjalla One", Arial, sans-serif;
	text-transform: uppercase;
	text-align: left;
}

.item .SLN, .item .SLI, .item .SRN, .item .SRI, .item .SBN, .item .SBI {
	font-size: 13px;
	line-height: 14px;
}

.item .LLN, .item .LLI, .item .LRN, .item .LRI, .item .LBN, .item .LBI {
	font-size: 16px;
	line-height: 18px;
}

.item .SLN, .item .SLI, .item .LLN, .item .LLI {
	font-weight: 200
}

.item .SRN, .item .SRI, .item .LRN, .item .LRI {
	font-weight: 400
}

.item .SBN, .item .SBI, .item .LBN, .item .LBI {
	font-weight: 800
}

.item .SLI, .item .SRI, .item .SBI, .item .LLI, .item .LRI, .item .LBI {
	font-style: italic;
}

.item .SLN, .item .SRN, .item .SBN, .item .LLN, .item .LRN, .item .LBN {
	font-style: normal;
}

.item div.special, .item div.support {
	color: #666;
}

.item div.onsale {
	font-size: 13px;
	color: #333;
}

.item a:hover,
.item div.artist:hover,
.item div.special:hover,
.item div.support:hover {
	text-decoration: none;
}

.item div.optiontext {
	color: #900;
	margin-top: 8px;
}

.button_bar {
	clear: both;
	float: left;
	white-space: nowrap;
	/*padding-left: 188px;*/
}

.button_bar .but {
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	/*height: 20px;*/
	height: unset;
	padding: 5px 10px;
	width: 125px;
	color: #FFF;
	text-transform: uppercase;
	float: left;
	margin-right: 20px;
	border: 1px solid #999;
	border-radius: 3px;
}

.noshow div.img-overlay {
	width: 170px;
	height: 125px;
	background-color: rgba(252, 252, 252, 0.8);
}

.noshow div.date,
.noshow div.artist,
.noshow div.special_SR,
.noshow div.special_SI,
.noshow div.special_LR,
.noshow div.special_LI,
.noshow div.support_SR,
.noshow div.support_SI,
.noshow div.support_LR,
.noshow div.support_LI,
.noshow div.onsale {
	color: #999;
	text-decoration: line-through;
}

.noshow div.optiontext {
	font-size: 14px;
}

.noshow .info div {
	background-image: linear-gradient(left, rgb(89, 89, 89) 0%, rgb(199, 199, 199) 40%, rgb(199, 199, 199) 60%, rgb(89, 89, 89) 100%);
	background-image: -o-linear-gradient(left, rgb(89, 89, 89) 0%, rgb(199, 199, 199) 40%, rgb(199, 199, 199) 60%, rgb(89, 89, 89) 100%);
	background-image: -moz-linear-gradient(left, rgb(89, 89, 89) 0%, rgb(199, 199, 199) 40%, rgb(199, 199, 199) 60%, rgb(89, 89, 89) 100%);
	background-image: -webkit-linear-gradient(left, rgb(89, 89, 89) 0%, rgb(199, 199, 199) 40%, rgb(199, 199, 199) 60%, rgb(89, 89, 89) 100%);
	background-image: -ms-linear-gradient(left, rgb(89, 89, 89) 0%, rgb(199, 199, 199) 40%, rgb(199, 199, 199) 60%, rgb(89, 89, 89) 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, rgb(89, 89, 89)),
		color-stop(0.4, rgb(199, 199, 199)),
		color-stop(0.6, rgb(199, 199, 199)),
		color-stop(1, rgb(89, 89, 89))
	);
	text-shadow: 0 0 10px rgba(89, 89, 89, 1), 0 0 10px rgba(89, 89, 89, 1), 0 -1px 0 rgba(0, 0, 0, 0.2);
}
