/**
* Widget styles
*
* Order: generic, related links, image gallery, video, product list
**/


/* Related links */
.widget-RelatedLinks h3.widget-title,
.widget-ArticleRelated h3.widget-title,
.widget-ArticleRelated h3 {
	padding: 32px 27px 10px;
	font-size: 2rem;
	font-family: 'DIN Next W01 Regular', Helmet, Freesans, sans-serif;
	font-weight: normal;
	color: #5c4965;
	margin: 0;
}

.widget-RelatedLinks ul,
.widget-ArticleRelated ul {
	margin: 0 0 15px 0;
	padding: 0;
}

.widget-RelatedLinks li,
.widget-ArticleRelated li {
	margin: 0 0 0 0;
	padding: 0;
	border-top: 1px #fff solid;
	display: block;
	vertical-align: bottom;
	font-size: 1.2rem;
}

.widget-RelatedLinks li:last-child,
.widget-ArticleRelated li:last-child {
	border-top: 1px #fff solid;
}

.widget-RelatedLinks li.on > a {
	background: url('../images/li_on.png') #c2d8f3 left top repeat-x;
	background: -moz-linear-gradient(top, #e5eef9 0%, #c2d8f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5eef9), color-stop(100%,#c2d8f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5eef9 0%,#c2d8f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5eef9 0%,#c2d8f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e5eef9 0%,#c2d8f3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e5eef9 0%,#c2d8f3 100%); /* W3C */
}

.widget-RelatedLinks li a,
.widget-ArticleRelated li a {
	padding: 14px 27px 14px 45px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #314368;
}

.widget-RelatedLinks li > a:hover,
.widget-ArticleRelated li > a:hover {
	background-color: #f7f9fd;
}

.widget-ArticleRelated li.on a {
	text-decoration: none;
	color: #251f59;
}

.widget-RelatedLinks li a:before {
	content: "\003E";
	color: #ef8214;
	margin: 0 0 0 -15px;
	padding: 0 8px 0 0;
}

/* Second level links */
.widget-RelatedLinks ul.depth2 {
	margin: 0;
	font-size: 1.1rem;
}

.widget-RelatedLinks li.depth2 {
	border-top: 1px solid #FFF;
}
.widget-RelatedLinks li.depth2 a {
	padding: 10px 27px 10px 62px;
}


/* BP 1 */
@media screen and (max-width: 1020px) {
	.widget-RelatedLinks li a,
	.widget-ArticleRelated li a {
		padding: 10px 20px 10px 35px;
	}
	.widget-RelatedLinks h3.widget-title,
	.widget-ArticleRelated h3.widget-title,
	.widget-ArticleRelated h3 {
		padding: 20px 21px 10px;
		font-size: 1.8rem;
	}
	.widget-RelatedLinks li.depth2 a {
		padding: 8px 20px 8px 50px;
		font-size: 1.1rem;
	}
}

/* BP 3 */
@media screen and (max-width: 600px) {
	.widget-RelatedLinks li a,
	.widget-ArticleRelated li a {
		padding: 8px 15px 8px 28px;
	}
	.widget-RelatedLinks h3.widget-title,
	.widget-ArticleRelated h3.widget-title,
	.widget-ArticleRelated h3 {
		font-size: 1.7rem;
		padding: 20px 13px 6px;
	}
	.widget-RelatedLinks li.depth2 a {
		padding: 6px 15px 6px 40px;
	}
}


/* Advertisements */

#column-side .advertisement {
	padding-left: 25px;
	margin: 10px 0;
}

/* Image gallery */
.widget-ImageGallery img {
	display: block;
}

.widget-ImageGallery div.image-wide {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

	.widget-ImageGallery div.image-wide p {
		text-align: center;
	}

.widget-ImageGallery div.image-tall {
	margin-bottom: 5px;
}

	.widget-ImageGallery div.image-tall img {
		display: inline;
		vertical-align: middle;
		margin-right: 5px;
	}

	.widget-ImageGallery div.image-tall span {
		vertical-align: middle;
	}

.widget-ImageGallery div.image-tall-compact {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* Articles */

.widget-ArticlesList {
	border: 0;
	background-color: transparent;
}

div.article {
	border-bottom:1px solid #CCCCCC;
	margin:10px 0;
	padding:10px 0;
}


/* Video */
.widget-Video div {
	margin: 0 auto;
	width: 400px;
}


/* Product list */
.widget-ProductList table {
	width: 100%;
}










/* event booking */
div.event-info-column-wrap {
	background-color: #72acef;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	border-left: 1px #cbcbcb solid;
	border-right: 1px #cbcbcb solid;
}

	.day-disabled div.event-info-column-wrap.day-hdr { background-color: #eee; }

div.event-info-column {
	float: left;
}

	div.event-info-column h4 {
		margin: 0;
		padding: 10px 15px;
		color: #fff;
	}

div.event-result {
	background: url('../images/bg_event_result.gif') transparent left bottom repeat-x;
	padding: 25px 0 0 25px;
	border-left: 1px #cbcbcb solid;
	border-right: 1px #cbcbcb solid;
	border-bottom: 1px #cbcbcb solid;
	position: relative;
	zoom: 1;
}

	div.event-result-radio {
		width: 10%;
		float: left;
	}

	div.event-result-text {
		width: 60%;
		float: left;
	}

	div.event-result-times {
		width: 30%;
		float: right;
	}

		div.event-result-times > p {
			width: 49%;
			float: left;
		}

div.event-info-btn {
	background: url('../images/bg_event_hide_btn.png') transparent right bottom no-repeat;
	width: 130px;
	height: 27px;
	position: absolute;
	right: 0;
	bottom: 0;
}

	div.event-info-btn a {
		background: url('../images/btn_more_info.gif') transparent 20px top no-repeat;
		padding: 8px 0 0 35px;
		display: block;
		text-decoration: none;
	}

	div.event-info-btn a:hover {
		text-decoration: underline;
		color: #EF8214;
	}

	div.event-info-btn a.on {
		background: url('../images/btn_more_info.gif') transparent 20px -29px no-repeat;
		padding: 8px 0 0 35px;
		display: block;
		text-decoration: none;
	}

.day-disabled div.event-result,
div.event-result-disabled {
	background: #F7F7F7;
	color: #CCC;
}

	.day-disabled div.event-result h4,
	.day-disabled div.event-result p,
	div.event-result-disabled h4,
	div.event-result-disabled p {
		color: #CCC;
	}

	.day-disabled div.event-result input,
	.day-disabled div.event-result .event-info-btn,
	div.event-result-disabled input,
	div.event-result-disabled .event-info-btn {
		visibility: hidden;
	}

div.message-box {
	background-color: #EAFBC4;
	border: 1px #35B311 solid;
	margin: 0 0 20px 0;
	padding: 10px 15px 5px 15px;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}

	div.message-box p { color: #397303; }



.widget-OliphantProjectFiles .expando-opener-heading {
	background-image: url(../images/deco_arw_orange.png);
	background-repeat: no-repeat;
	background-position: 0 -5px;
	padding: 0 0 0 10px;
}