/*

Skin Name: Kames Slider Theme

Skin URI: http://nivo.dev7studios.com

Skin Type: flexible

Description: The slider theme for GNF Site.

Version: 1.0

Author: Peter Johnstone

Author URI: SHINE

*/



.theme-kames #slider {
	/* margin:100px auto 0 auto; */
	width:1024px; /* Make sure your images are the same size */
	height:350px; /* Make sure your images are the same size */
}


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

.theme-kames .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-150px;
    margin-left:-40px; /* Tweak this to center bullets */
	display:none;
	
}
.theme-kames .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	background-image: url(images/bullets.png);
	background-repeat: no-repeat;
}
.theme-kames .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-kames .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	border:0;
	top: 85%;
	background-image: url(images/arrows.png);
	background-repeat: no-repeat;
}
.theme-kames a.nivo-nextNav {
	background-position:-30px 0;
	right:25px;
	bottom: 10px;
}
.theme-kames a.nivo-prevNav {
	left:25px;
	bottom: 10px;
}


.theme-kames .nivo-caption {
	position:absolute;
	left:20px;
	top:15px;
	color:#fff;
	opacity:0.9!important; /* Overridden by captionOpacity setting */
	width:350px;
	height: auto;
	z-index:8;
}

.theme-kames .nivo-caption h1 {
	font-family: 'SmudgerPlainRegular', Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size: 34px;
	line-height: 32px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: normal;
	background-color: #5D8336;
}

.theme-kames .nivo-caption h2{margin-top:20px;}

.theme-kames .nivo-caption p {
	font-family: 'CharadeJFRegular', Arial, sans-serif;
	font-size:18px;
	color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom:10px;
}

.theme-kames .nivo-caption a:link, .theme-kames .nivo-caption a:visited{
	font-family: 'CharadeJFRegular', Arial, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	display:inline !important;
	background-color: #FB2F73;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight:bold;
	float: right;
}

.theme-kames .nivo-caption a:hover, .theme-kames .nivo-caption a:active{
	color: #003724;
	text-decoration: none;
	padding: 5px;
}

.theme-kames .nivo-html-caption {
    display:none;
}

.theme-kames.controlnav-thumbs .nivoSlider {
    margin-bottom:100px; /* Tweak this to push content down */
}
.theme-kames.controlnav-thumbs .nivo-controlNav {
    position:absolute;
    left:0px;
    bottom:-80px; /* Tweak this to push thumbnails down */
    margin:0;
}
.theme-kames.controlnav-thumbs .nivo-controlNav a {
    display:inline;
    background:none;
    text-indent:0px;
    border:0;
    margin-right:10px;
    float:none;
}
.theme-kames.controlnav-thumbs .nivo-controlNav a.active img {
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-kames.controlnav-thumbs .nivo-controlNav img {
    display:inline;
    position:relative;
    margin-right:10px;
}
