/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
	
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
font-family: 'EB Garamond', serif;
	background: white;
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0px, rgba(255,255,255,1) 110px, rgba(255,255,255,0.5) 560px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0px,rgba(255,255,255,1)), color-stop(110px,rgba(255,255,255,1)), color-stop(560px,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0px,rgba(255,255,255,1) 110px,rgba(255,255,255,0.5) 560px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0px,rgba(255,255,255,1) 110px,rgba(255,255,255,0.5) 560px); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0px,rgba(255,255,255,1) 110px,rgba(255,255,255,0.5) 560px); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0px,rgba(255,255,255,1) 110px,rgba(255,255,255,0.5) 560px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80ffffff',GradientType=1 ); /* IE6-8 */
	
	
    color: #444;
    height: 180px;
    padding-top: 20px;
	padding-left: 80px;
    position: absolute;
    right: 0px;
    top: 60px;
    width: 560px;
    z-index: 8;
}

.theme-default .nivo-caption h1{
	font-weight: bold;
	font-size: 1.8em;
	color: #158;
}

.theme-default .nivo-caption p{
	display: block;
	margin-bottom: 7px;
}

.theme-default .nivo-caption a {
	display: block;
	padding: 7px 30px;
    color:#fff;
	background-color: #158;
	text-decoration: none;
}
.theme-default .nivo-caption a:hover {

    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	background-color: #000;
	height: 111px;
	border-top: solid 1px white;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	position: relative;
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 0px;
	
	
	border-right: solid 1px #fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a:last-child {

	
	
	border-right: solid 1px #444;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 199px;
	height: 111px;
	
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled  a img{ 
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	margin-bottom: 0px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled  a.active img{ 
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
	
.theme-default .nivo-controlNav.nivo-thumbs-enabled  a.hover img{ 
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

h4{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	color: white;
	font-size: 2em;
	
	
	font-weight: normal;
	
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
	filter: dropshadow(color=#000000, offx=2, offy=2);
}

/* Using this style applied to a <hr> to fix a display issue where text will not apper unles it is preceded by a line break.
the stlying here is used to make the hr inviable but still achive a line break.
the problem is loacated in the nivio slider javascript at about line 150 where the control nav is being added. */
.fixit{
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}