/* Custom CSS rules for Sticky! */

/* Article Headers */
.sticky-article-header {
	position:relative;
	width:100%;
	height:340px;
}
.sticky-article-photo {
	float:left;
	margin-right: 5px !important;
}

.sticky-press-photo {
	border: 0px;
	max-height: 320px;
	max-width: 480px;
	float: left;
}

.sticky-article-vitals {
	position:relative;
	padding:5px 10px 10px 10px;
	z-index: 10;
}

/* CSS For Both Concert and Album Reviews */
.sticky-review {
}

.sticky-review-band-title {
	border-bottom: 1px solid #AAAAAA;
	border-top: 3px solid #777777;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px !important;
	padding-top: 2px !important;
	margin-top: 15px !important;
}

.sticky-review-vitals {
	border: 0px;
	width: 100%;
}

/* we use these rules to hide review vitals from ja_news and ja_newsfp */

#ja-zinfp div.sticky-article-header, #jazin div.sticky-article-header,
#ja-zinfp div.sticky-album-header, #jazin div.sticky-album-header,
#ja-zinfp div.sticky-article-vitals, #jazin div.sticky-article-vitals,
#ja-zinfp table.sticky-review-vitals, #jazin table.sticky-review-vitals,
#jazin sticky-review.h2
{
	display: none !important;
}

.blog div.sticky-article-header, .blog div.sticky-album-header
{
	height: 130px !important;
}

.sticky-review-artist {
	font-size:14px;
	font-weight: bold;
	padding-top:30px;
	margin-top:30px;
}

.sticky-review-artist-sm {
	font-size:11px;
	font-weight: bold;
	padding-top:30px;
	margin-top:30px;
}

.sticky-review-album {
	font-size:14px;
	font-style:italic;
	font-weight: bold;
	padding-top:30px;
	margin-top:30px;
}

.sticky-review-info {
	font-size: 10px;
}

.sticky-review-credits {
	font-size: 12px;
}

.sticky-review-band_info {
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	background: #ebe8e3;
}

/* Ratings */
.sticky-rating-0_5 {
	background: url(/main/templates/ja_teline_iii/images/ratings/0.5-stickys.png) no-repeat;
	display:inline-block;
	width: 105px;
	height: 20px;
}
.sticky-rating-1_0 {
	background: url(/main/templates/ja_teline_iii/images/ratings/1.0-stickys.png) no-repeat;
	display:inline-block;
	width: 105px;
	height: 20px;
}
.sticky-rating-1_5 {
	background: url(/main/templates/ja_teline_iii/images/ratings/1.5-stickys.png) no-repeat;
	display:inline-block;
	width: 105px;
	height: 20px;
}
.sticky-rating-2_0 {
	background: url(/main/templates/ja_teline_iii/images/ratings/2.0-stickys.png) no-repeat;
	display:inline-block;
	width: 105px;
	height: 20px;
}
.sticky-rating-2_5 {
	background: url(/main/templates/ja_teline_iii/images/ratings/2.5-stickys.png) no-repeat;
	display:inline-block;
	width: 105px;
	height: 20px;
}
.sticky-rating-3_0 {
	background: url(/main/templates/ja_teline_iii/images/ratings/3.0-stickys.png) no-repeat;
	display:inline-block;
	width: 105px;
	height: 20px;
}
.sticky-rating-3_5 {
	background: url(/main/templates/ja_teline_iii/images/ratings/3.5-stickys.png) no-repeat;
	display:inline-block;
	width: 105px;
	height: 20px;
}
.sticky-rating-4_0 {
	background: url(/main/templates/ja_teline_iii/images/ratings/4.0-stickys.png) no-repeat;
	display:inline-block;
	width: 105px;
	height: 20px;
}
.sticky-rating-4_5 {
	background: url(/main/templates/ja_teline_iii/images/ratings/4.5-stickys.png) no-repeat;
	display:inline-block;
	width: 105px;
	height: 20px;
}
.sticky-rating-5_0 {
	background: url(/main/templates/ja_teline_iii/images/ratings/5.0-stickys.png) no-repeat;
	display:inline-block;
	width: 105px;
	height: 20px;
}

/* CSS Specific to Sticky Album Reviews */

.sticky-album-header {
	position:relative;
	width:100%;
	height:270px;
}

.sticky-album-cover {
	border: 0px;
	max-height: 250px;
	max-width: 250px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.sticky-album-score {
	border-style: solid;
	border-width: thin;
	padding: 5px;
	font-size: 10pt;
	background-color: #eaeaea;
}

/* Sticky Recommendations */
.sticky-concert-recommendation {
	background: #ebe8e3;
	font-size: 12px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 10px 10px 10px;
	text-align:center;
	width: 500px;
}

/* Sticky toolbar icon buttons */
.sticky-icon-megaitem {
	width: 24px;
	margin: 0px 0px 0px 4px !important;
	padding: 1px 1px 1px 1px !important;
}

.sticky-breadcrums-img {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

/* we need a little help getting midpage banners to appear side-by-side */
.banneritem_midpage { display: inline-block; }

.weblinks {
	margin: 20px 10px 0px 10px;
}

.weblinks table {
	width: 90%;
}

.weblinks table td {
	padding: 2px 5px 2px 5px;
}

.s5_mp3_player_wrap {
	text-align:center;
}

