.rss-whatsnew {
	float:right;
}

.newsComments {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.postComments {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

.clear {
	clear: both;
}
/* modify shared styles */
#mainContent {
	margin: 10px 0 20px 0;
	background: url(../img/dots_vertical.gif) 452px 0 repeat-y;
}

div.horLine {
	margin-bottom: 12px;
}

/* page specific */

/* header */
#upperBar {
	background-color: #cfe4c9;
}

#upperBar img.rssico {
	float: right;
	margin: 5px 10px 0 0;
}

/* content */

#whatsnewContainer p {
	margin-bottom: 12px;
}

/* slideshow */
#slideshow {
	height:330px;
	text-align: center;
}
#slideshow .artistMainImage {
	margin-bottom: 5px;
}
#slideshow .artistImageDiv {
	height: 310px;
	overflow: hidden;
}
#slideshow ul.pages {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	float: left;
}
#slideshow ul.pages li {
	display: inline;
	padding-right: 4px;
}
#slideshow .artistLink {
	float: right;
	background: url(../img/dots_vertical.gif) top left repeat-y;
	padding-left: 10px;
}
a.selecteditem {
	font-weight: bold;
}
a.arrow2 {
	background: url(../img/arrowright_grey.gif) center right no-repeat;
	padding-right: 15px;
	display: inline-block;
	text-decoration: none;
}

/* columns */
#leftColumn {
	float: left;
	width: 66%;
	margin-right: 12px;
}

#rightColumn {
	float: left;
	width: 31%;
	margin-left: 13px;
}

/* news */
#leftColumn .news {
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-width: 0 0 0.66px 0;
	border-style: solid;
	border-color: #eee;
	clear: left;
}
#leftColumn .newsFooter {
	padding-top: 10px;
}

#leftColumn .comments {
	margin-bottom: 10px;
}
#leftColumn .tags {
	margin-bottom: 7px;
}
#leftColumn .newsContentWrapper {
}
#leftColumn img.newsImg {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#leftColumn .newsDate {
	color: #7f7f7f;
	margin-bottom: 7px;
}
#leftColumn .newsText {
	margin-bottom: 10px;
}
#leftColumn .newsDetails {
	margin-bottom: 10px;
}

/* comments */
.comments {

}
.comment {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../img/dots_horizontal.gif) bottom left repeat-x;
}
.postComment textarea {
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}
.postComment input {
	width: 100%;
	padding: 5px 0;
}
.postComment .smallField {
	width: 100px;
}
.postComment .formField {
	margin: 10px 0;
}
.postComment .fieldErrMsg {
	color: red;
}
.showThankyou {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	color: green;
}

/* right column */
#rightColumn .news {
	padding-top: 10px;
	margin-top: 10px;
	background: url(../img/dots_horizontal.gif) top left repeat-x;
}
#rightColumn .newsImg {
	margin-bottom: 12px;
}
#rightColumn .newsContent {
	margin-bottom: 10px;
}
#rightColumn .newsFooter {
	padding-top: 10px;
}
#rightColumn .newsTitle {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 7px;
}


.bottomButtons {
	text-align: center;
	padding: 10px 0;
}

/* MOBILE */

.mobi #leftColumn {
	float: none;
	width: 100%;
	margin: 0;
	text-align: left;
}

.mobi #leftColumn .news {
	padding-bottom: 1px;
}

.mobi .bottomButtons {
	padding: 0;
}

.mobi #leftColumn .newsText img {
	max-width: 100%;
	height: auto;
}

.mobi #previewPopup {
	width: 300px !important;
}

.mobi_news_list h2{
	font-size: 1rem;
}

@media (max-width: 866px) {
	#leftColumn {
		width : 100%;
	}
}
