.slideshow-window {
	z-index: 1;
}

div.slideshow-slide-caption {
	bottom: 15px;
	height: 25px;
}

.main-navigation li ul {
	z-index: 2;
}

div.slideshow-window {
	background-color: inherit;
	border: inherit;
}

.widget-area .widget {
	margin-bottom: 2.5rem;
	margin-top: 0rem;
}

.widget-area .widget h3 {
	margin-bottom: .7rem;
	font-size: .85rem;
	font-weight: 900;
	color: #000000;
}

.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
	font-size: .85rem;
	line-height: 1.7;
}

.widget-area .widget p {
	margin-bottom: 1.4rem;
}

.widget-area .textwidget ul {
	margin-bottom: 1.4rem;
}

.site-header {
	padding-top: 1.1rem;
}

@media screen and (min-width: 600px) {
	.site-content {
		float: left;
		width: 68%;
		font-size: 95%;
		margin-bottom: -7rem;
	}
	
	.widget-area {
		float: right;
		width: 24%;
	}
	
	.entry-meta {
	display: none;
	}
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	border-radius: none !important;
	box-shadow: none !important;
}

.entry-content a:visited,
.comment-content a:visited {
	color: #8d0505;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #a28505;
}

.widget-area .widget a {
	color: #8d0505;
}

.widget-area .widget a:hover {
	color: #a28505;
	text-decoration: underline;
}

.widget-area .widget a:visited {
	color: #8d0505;
	text-decoration: underline;
}

img.nohover {
	border: 0;
}

img.hover {
	border: 0;
	display: none;
}

a:hover img.hover {
	display: inline;
}

a:hover img.nohover {
	display: none;
}

@media only screen and (max-width: 599px) {
	#no-text-mobile {
		display: none;
	}
}

@media only screen and (min-width: 600px) {
	#only-text-mobile {
		display: none;
	}
}

.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 320px;
}

.googleCalendar {
	position: relative;
	height: 0;
	width: 90%;
	padding-bottom: 90%;
}

/*Added to center images in a container - for WP tiled images - use div id */
.MyContainer {
	margin: 0 auto;
	width: 80%;
}

/*remove catagory title from blog feed */

.site-info { display: none; }

/*move widget sidebar to bottom sooner*/

@media screen and (max-width: 770px) {
	.site-content {
		float: left;
		width: 100%;
		font-size: 95%;
	}
	
	.widget-area {
		float: right;
		width: 95%;
	}
	
}
body {
	background: url('https://ellisboat.com/wp/wp-content/uploads/2014/02/EllisWebsiteBG3.jpg') no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

