/**
*   Small Callout
*/
.call-small-wrap{
    width:300px;
    height:auto;
    display: inline-block;
    background-color: #FFFFFF;
    -webkit-box-shadow: -1px 1px 10px rgba(50, 50, 50, 0.7);
    -moz-box-shadow:    -1px 1px 10px rgba(50, 50, 50, 0.7);
    box-shadow:         -1px 1px 10px rgba(50, 50, 50, 0.7);
    float: right;
    text-align: center;
    padding:0 0 10px 0;
    margin: 5px 10px 15px 10px;
}
.call-small-wrap h2{
    width: 100%;
    background-color: #43B4C2;
    color: #FFF;
    margin:0;
}
.call-small-wrap p{
    padding:10px 10px;
    margin: 0;
}
.call-small-wrap a{
    color: #E73B23;
}
.call-small-wrap a:hover{

}

/**
*   Large Callout
*/
.call-large-wrap{
    width:300px;
    height:auto;
    display: inline-block;
    background-color: #FFFFFF;
    -webkit-box-shadow: -1px 1px 10px rgba(50, 50, 50, 0.7);
    -moz-box-shadow:    -1px 1px 10px rgba(50, 50, 50, 0.7);
    box-shadow:         -1px 1px 10px rgba(50, 50, 50, 0.7);
    float: right;
    text-align: center;
    padding:0 0 10px 0;
    margin: 5px 10px 15px 10px;
}
.call-large-wrap h2{
    width: 100%;
    background-color: #43B4C2;
    color: #FFF;
    margin:0;
}
.call-large-wrap img{
    width:90%;
    margin:5px 5% 0;
    display: block;
}
.call-large-wrap p{
    padding:10px 10px;
    margin: 0;
}
.call-large-wrap a{
    color: #E73B23;
}
.call-large-wrap a:hover{

}
/**
*   Water Taxi Timetable
*/
.watertaxi-wrap{
    width:300px;
    height:auto;
    display: inline-block;
    background-color: #FFFFFF;
    -webkit-box-shadow: -1px 1px 10px rgba(50, 50, 50, 0.7);
    -moz-box-shadow:    -1px 1px 10px rgba(50, 50, 50, 0.7);
    box-shadow:         -1px 1px 10px rgba(50, 50, 50, 0.7);
    float: right;
    text-align: center;
    padding:0 0 10px 0;
    margin: 5px 10px 15px 10px;
}
.watertaxi-wrap h2{
    width: 100%;
    background-color: #43B4C2;
    color: #FFF;
    margin:0;
}
.watertaxi-wrap table{
    width:300px;
    border:0;
}
.watertaxi-wrap p{
    padding:10px 10px;
    margin: 0;
}
.watertaxi-wrap a{
    color: #E73B23;
}
.watertaxi-wrap a:hover{

}

/**
*   Slideshow
*/
.slideshow-wrap {
    position: relative;
}
.slideshow-wrap ul{
    position: absolute;
    width: 100%;
    text-align: center;
    z-index:999;
    bottom: 25px;
    left:0px;
}
.slideshow-wrap li{
    display: inline-block;
    width:25px;
    height:25px;
}
.slideshow-wrap li a{
    width:10px;
    height:10px;
    background: transparent url('../imgs/slideshow_inactive_dot.png') no-repeat top left;
    color: transparent;
}
.slideshow-wrap li a.active{
    background: transparent url('../imgs/slideshow_active_dot.png') no-repeat top left;
}

/**
*   Weather App
*/
.weather-wrap{
    width:300px;
    height:auto;
    display: inline-block;
    background-color: #FFFFFF;
    -webkit-box-shadow: -1px 1px 10px rgba(50, 50, 50, 0.7);
    -moz-box-shadow:    -1px 1px 10px rgba(50, 50, 50, 0.7);
    box-shadow:         -1px 1px 10px rgba(50, 50, 50, 0.7);
    float: right;
    text-align: center;
    padding:0 0 10px 0;
    margin: 5px 5px 15px 5px;
    border-top:5px solid #008EA3;
}
.weather-wrap h2{
    color: #008EA3;
}
.wind-speed{
    position: relative;
    top: -36px;
    left: 0px;
    color: #008EA3;
    font-weight: bold;
    font-size: 14px;
}
.weather-wrap .weather-item{
    width:25%;
    height: 80px;
    float:left;
    text-align: center;
    position: relative;
}
.weather-wrap .weather-item .weather-item-label{
    width:100%;
    position: absolute;
    left:0px;
    bottom: 0px;
}
.weather-wrap .weather-item p{
    margin: 12px 0 0 0;
    color: #007285;
    font-weight: bold;
    font-size: 14px;
}
.weather-wrap .weather-item .tide_times{
    padding:6px 0 0 0;
}
.weather-wrap .weather-item .tide_times p{
    color: #007285;
    font-weight: bold;
    font-size: 14px;
    margin:0 0 0 0;
}

.fullpageweather{
    width:100%;
    height:auto;
    display: inline-block;
    background-color: #FFFFFF;
    -webkit-box-shadow: -1px 1px 10px rgba(50, 50, 50, 0.7);
    -moz-box-shadow:    -1px 1px 10px rgba(50, 50, 50, 0.7);
    box-shadow:         -1px 1px 10px rgba(50, 50, 50, 0.7);
    float: right;
    text-align: center;
    padding:0 0 10px 0;
    margin: 5px 0 15px 0;
    border-top:5px solid #008EA3;
}

.weatherSection{
    text-align: center;
    padding:10px 0;
	border-top:1px solid #008EA3;
}
.weatherSection ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.weatherSection li{
	margin: 0;
	padding: 0;
}
.weatherSection li:nth-child(even) {
	background: #F9F6F6;
}
.weatherSection em{
	font-style: normal;
	color: #0095A8;
}

.weatherSection:first-child {
	border-top:none;
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em)
{
	.weatherSection{
	    width:20%;
	    float: left;
		border-top:none;
	}
}

.fullpagetides{
    width:25%;
    height:auto;
    display: inline-block;
    background-color: #FFFFFF;
    -webkit-box-shadow: -1px 1px 10px rgba(50, 50, 50, 0.7);
    -moz-box-shadow:    -1px 1px 10px rgba(50, 50, 50, 0.7);
    box-shadow:         -1px 1px 10px rgba(50, 50, 50, 0.7);
    float: left;
    text-align: center;
    padding:10px 0;
    margin: 0;
    border-top:5px solid #008EA3;
}
.fullpagedavis{
    width:100%;
    height:auto;
    display: inline-block;
    background-color: #FFFFFF;
    -webkit-box-shadow: -1px 1px 10px rgba(50, 50, 50, 0.7);
    -moz-box-shadow:    -1px 1px 10px rgba(50, 50, 50, 0.7);
    box-shadow:         -1px 1px 10px rgba(50, 50, 50, 0.7);
    float: left;
    text-align: center;
    padding:10px 0;
    border-top:5px solid #008EA3;
}
.fallpagedavis div p{
    margin:0;
}

/**
*   Admin
*/
.admin-shortcode-help{
    padding: 5px 10px;
}