/* The University of Adelaide
 * Local Site StyleSheet - 
 */
	
/* MSC
------------------------------------------------------ */

/* CSS Buttons */

.button {
	display: inline-block;
	position: relative;
	margin: 4px;
	padding: 7px 20px;
	text-align: center;
	text-decoration: none;
	font: bold 14px/25px Arial, sans-serif;
	border-bottom: none; /* OVERIDE */ !important;

	text-shadow: 1px 1px 1px rgba(255,255,255, .22);

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.button:hover {
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
}

.button:active {
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
}
/* remove underline from buttons */
.content a.button, .content a.button:link, .content a.button:visited, .detail-data-content a.button, .detail-data-content a.button:link, .detail-data-content a.button:visited, .content a.button:focus, .content a.button:hover, .content a.button:active, .detail-data-content a.button:focus, .detail-data-content a.button:hover, .detail-data-content a.button:active {
    border-bottom: medium none;
}

.button-black {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: -moz-linear-gradient(center top , #333333 0%, #040404 100%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}

.button-blue {
	color: #fff;
	background: #4391CA; /* Old browsers */
	background: -moz-linear-gradient(top,  #4391CA 0%, #044277 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4391CA), color-stop(100%,#044277)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4391CA 0%,#044277 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4391CA 0%,#044277 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4391CA 0%,#044277 100%); /* IE10+ */
	background: linear-gradient(top,  #4391CA 0%,#044277 100%); /* W3C */
}
a.button-blue:link, .detail-data-content a.button-blue:link, a.button-blue:visited, .detail-data-content a.button-blue:visited {
	color: #fff;
}
a.button-blue:hover, .detail-data-content a.button-blue:hover {
	color: #fff;
	background: #055498; /* Old browsers */
	background: -moz-linear-gradient(top,  #055498 0%, #055498 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#055498), color-stop(100%,#055498)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #055498 0%,#055498 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #055498 0%,#055498 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #055498 0%,#055498 100%); /* IE10+ */
	background: linear-gradient(top,  #055498 0%,#055498 100%); /* W3C */
}

/* Gray Color */
.button-gray {
	color: #555555;

	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #8a8a8a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* IE10+ */
	background: linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* W3C */
}

/* Gold Color */
.button-gold {
	color: #fff;
	background: #876300; /* Old browsers */
	background: -moz-linear-gradient(top,  #B48A07 0%, #876300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B48A07), color-stop(100%,#876300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #B48A07 0%,#876300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #B48A07 0%,#876300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #B48A07 0%,#876300 100%); /* IE10+ */
	background: linear-gradient(top,  #B48A07 0%,#876300 100%); /* W3C */
}
a.button-gold:link, .detail-data-content a.button-gold:link, a.button-gold:visited, .detail-data-content a.button-gold:visited {
	color: #fff;
}
a.button-gold:hover, .detail-data-content a.button-gold:hover {
	color: #fff;
	background: #B48A07; /* Old browsers */
	background: -moz-linear-gradient(top,  #B48A07 0%, #B48A07 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B48A07), color-stop(100%,#B48A07)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #B48A07 0%,#B48A07 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #B48A07 0%,#B48A07 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #B48A07 0%,#B48A07 100%); /* IE10+ */
	background: linear-gradient(top,  #B48A07 0%,#B48A07 100%); /* W3C */
}

/* Big Button Style */

.big {
	padding: 0 30px;
	padding-top: 10px;
	height: 45px;
	text-transform: uppercase;
	font: bold 20px/22px Arial, sans-serif;
}

.big span {
	display: block;
	text-transform: none;
	font: italic normal 12px/18px Georgia, sans-serif;
	text-shadow: 1px 1px 1px rgba(255,255,255, .12);
}

.highlight-pod {
  height: 170px;
  width:230px;
  background-color: #3398CC;
}

.highlight-text-bold {
  text-align:center;
  color: #FFFFFF;
  font-size: 84px;
  font-family: Georgia,Times,serif;
  padding-bottom: 0px;
}

.highlight-text {
  text-align:center;
  color: #FFFFFF;
  font-size: 18px;
  font-family: Georgia,Times,serif;
  padding-left: 5px;
  padding-right: 5px;
}


