/*
*  This file is used to group all the element specific styles to stop inline styles and tags being included
*
*  Usage: Please surround your styles with the path to your element. These styles should also be copied out into your theme style.
*  eg. 
*  ------------- START advbanners/iosslider -----------------
*  .advbanner{ }  
*  ------------- END advbanners/iosslider -----------------
*
*/

/* ------------- START headers/header-fixed-minimise ----------------- */
.navbar {
    margin-bottom: 0;
    padding: 5px;
}

/*.navbar-inner {
    border: none;
    background: none;
    box-shadow: none;
}*/
.logo {
	background:url(/art/bamlogo.png) no-repeat;
	background-size:100%;
	display:block;
	max-width:170px;
	height:82px;
	text-indent:-9999px;
}

@media (max-width: 767px) {
	.logo  {
		background-size:80%;
		height:72px;
	}
}

@media (max-width: 568px) {
	.logo {
		background-position:center;
		margin:0 auto;
	}
}
/* ------------- END headers/header-fixed-minimise ----------------- */

/* ------------- START articles/calendar ----------------- */
.calendar {
    float: right;
    margin-bottom: 10px;
}
.cal_header {
    text-align: center;
    margin-bottom: 4px;
}
.cal_header a {
    color: #666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 5px;
}
.cal_header a:hover {
    color: #666;
}
.cal_header span {
	font-size: 1.4em;
    line-height: 1.2em;
    padding: 0em 0 0.2em;
    color:#333;
    text-transform:uppercase;
}
.calendar-section a.prevbtn, .calendar-section a.nextbtn {
    display: block;
    float: left;
    background:none;
    color:#666;
    padding-top:.2em;
    margin-top:6px;
}
.calendar-section a.prevbtn:hover, .calendar-section a.nextbtn:hover {
	color:#666;
}
.calendar-section a.nextbtn {
    display: block;
    float: right;
    margin-right: 2%;
}
.cal {
    background: #333;
    color:#fff;
    float: left;
    padding: 0.7% 0 0.5%;
    text-align: center;
    margin-right: 1.2%;
    border-radius: 2px;
    -moz-border-radius: 2px;
    margin-top: 1.2%;
	width:13%;
	height:30px;
	line-height:30px;
    position:relative;
    
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.cal a{
    float:left;
    display:block;
    width:100%;
    height:30px;
    text-decoration:none;
}
.cal.active {
    background: #6699ff;
    color: #fff;
}
.cal.active a{
	color: #fff;
}
.cal.active:hover{
    background:#B2CCFF;
}
.cal_non_month_day {
    background: #eaeaea;
    color: #999;
}
.cal_day_header {
    background: #fff;
    color: #333;
    text-transform:uppercase;
}
.cal_today {
    background: #fff;
    color:#333;
}
.event-item {
	padding:15px 10px 0 10px;
}
.upcoming-events a .event-item{
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
	color:#333;
}
.upcoming-events a:hover{
    text-decoration:none;
}
.upcoming-events a:hover .event-item{
    background:#ccc;
}
/* ------------- END articles/calendar ----------------- */

/* ------------- START articles/category.view.dateboxes ----------------- */
.date-box{
	float:left;
	width:55px;
	margin:0 15px 15px 0;
	background-color:#6699ff;
	color:#fff;
	text-align:center;
	padding:10px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.date-box .day{font-size:1.7em;}
.date-box .month{text-transform:uppercase;}
.article-title{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0.2em;
}
.article-listing .date-box-container{
    float:left;
    display:block;
}
.article-listing-contents{
    display:block;
}
.article-listing.events .date-box-container{
    display:block;
    float:left;
}
.article-listing.events .article-listing-contents{
    display:block;
}
/* ------------- END articles/category.view.dateboxes ----------------- */

/* ------------- START advbanners/gallery ----------------- */
.gallery-images ul{
	margin:0;
	padding:0;
}
.gallery-images ul li{
	margin:0 10px 10px 0;
	padding:0;
	list-style:none;
	float:left;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
	opacity:0.75;
}
.gallery-images ul li:hover{
	opacity:1;
}
/* ------------- END advbanners/gallery ----------------- */

/* ------------- START advbanners/cycle2 ----------------- */
.cycle-slideshow{
    overflow:hidden;
    margin:0 auto;
    position:relative;
}
.cycle-slideshow .cycle-slide {
    width: 100%; 
    height: 100%;
    position:relative;
}
.cycle-slideshow .cycle-slide img{
    width:100%;
}
.cycle-slideshow .cycle-description{
    position:absolute;
    bottom: 0;
    right: 0;
    width:33%;
    height:auto;
    background:rgba(51, 51, 51, 0.51);
    color:#fff;
    line-height:40px;
    font-size:18px;
    overflow:hidden;
    padding: 20px;
}

.cycle-slideshow .banner-tagline {
    font-size: 22px;
}

.cycle-slideshow .next, .cycle-slideshow .prev {
	position:absolute;
	top:44%;
	font-size:3em;
	color:#fff;
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
    z-index:150;
}
.cycle-slideshow .next:hover, .cycle-slideshow .prev:hover {
	text-decoration:none;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.cycle-slideshow .next {
	right:1%;	
}
.cycle-slideshow .prev {
	left:1%;	
}
.cycle-slideshow .cycle-paging{
    z-index:150;
    position:absolute;
	bottom: 10px;
    right: 10px;;
}
/* ------------- END advbanners/cycle2 ----------------- */

/* ------------- START advbanners/single.random.banner-- */
.advbanners-single-random-banner {
    position: relative;
}

.single-random-banner-description {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
    font-size: 30px;
}
/* ------------- END advbanners/single.random.banner---- */
