@charset "utf-8";
/* CSS Document */

body {
   padding: 0px;
   margin: 0px;
   font-size: 20px;
   min-height: 200vh;
   font-family: 'Cabin', sans-serif;
   color:#FFF;
   background-color:#000;
}



#content_container{
	padding: 5px;
	width: 960px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
	left: 15px;
	top: 0px;
	right: 15px;
	bottom: 0px;


	}

#slideshow-area, #slideshow-scroller {
	width: 500px;
	height: 500px;
	overflow: hidden;
	margin:0 auto;
	background-image: url(images/PIC_0711.jpg);

}

#slideshow-area {
  border: 2px solid #000;

}

#slideshow-holder {
  height: 500px;
}

#slideshow-previous, #slideshow-next {
	width: 50px;
	height: 50px;
	position: absolute;
	background:
    transparent
    url(images/lftarow.png)
    no-repeat 50% 50%;
	top: 225px;
	display: none;
	cursor: pointer;
	cursor: default;
	background-color: #FF9900;
}

#slideshow-next {
  display: block;
  background:
    transparent
    url(images/rtgarow.png)
    no-repeat 50% 50%;
  top: 225px;
  right: 0;
}

.navbar-nav mr-auto {

   font-size: 20px;
   min-height: 200vh;
   font-family: 'Cabin', sans-serif;


}

.slideshow-content {
  float: left;
}

.page_container {
	width:auto;
	margin-top: 20px;
	margin-right: 0px;
	/*margin-bottom: -20px;*/
	padding: 0px;
	bottom: -40px;
	float: right;

}
.gallery_credit a:link a:visited {
	width: 425px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 0px;
	float: left;


}
.gallery_credit a:hover, .gallery_credit a:active{
	color: #f8b449;
	font-weight: bold;

}


.gallery_type {
	text-align: right;
	float: center;
	width: 500px;
	margin-top: -10px;
	bottom: 80px;

}
.gallery_top {
	background-image: url(../images/images/page_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
.gallery_content {
	background-image: url(../images/images/page_tile.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;

}
.gallery_preview {

	margin: 0px;
	padding: 0px;
	float: left;
	height: 375px;
	width: 375px;
}
h1 {
	font-size: 1.75em;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 2px;
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.gallery_thumbnails a {
	display: block;
	padding: 0px;
	float: left;
	height: 75px;
	width: 75px;
	margin-top: 0px;
	margin-right: 23px;
	margin-bottom: 23px;
	margin-left: 0px;
	border: 1px solid #999;
}
.gallery_preload_area {
	display: none;
}
a.contactlink {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/images/link_email.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.gallery_contact {

	float: left;
	height: 60px;
	width: 477px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.gallery_thumbnails {

	padding: 0px;
	float: left;
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.gallery_caption {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 375px;
	color: #0F0;
}

.tribute {
    font-size: 12px;
    color: #fff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes tribute {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}
.gallery_bottom {
	background-image: url(../images/images/page_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
.gallery_thumbnails a:hover {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.gallery_thumbnails a.selected {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
a.zoom {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/images/link_zoom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.gallery_preview a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 375px;
	width: 375px;
	border: 1px solid #999;
}
.gallery_preview a:hover {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
/*body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color:#FFF;
	background-color:#000;
}*/
.clear_both {
	line-height: 1px;
	clear: both;
}
p {
	color: #0F0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}


#top_dog {
	width: 960px;
	padding: 15px;
	width: 960px;
	margin-top: 0px;
	margin-right: 125px;
	margin-bottom: 0px;
	margin-left: 125px;

}


#menuItem a:hover, #mainMenu a:active {
	color: #f8b449;         /* mustard color for text */
	font-weight: bold;        /* move image to show rollover */
}
##menuItem{



	}
