/*
Skin Name:QPAA Slider Theme
Skin URI: http://www.theme-qpaa.com.au/
Description: Custom skin for QPAA
Version: 1.0
Author: Paul Gleave
Author URI: http://www.creativeperspective.com.au
Supports Thumbs: true
*/

@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);

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

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

.theme-qpaa .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-qpaa:hover .nivo-directionNav a { opacity: 1; }
.theme-qpaa a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-qpaa a.nivo-prevNav {
	left:15px;
}

.theme-qpaa .nivo-caption {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	background-image: url(QPAAcaptionBgd.png);
	background-repeat: repeat;
	width: 70%;
	margin-bottom: 5%;
	margin-left: 25%;
}
.theme-qpaa .nivo-caption h2 {
    font-family: sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	letter-spacing: 1px;
	color: #5fa9b1;
	line-height: 0.25em;
	padding-bottom: -5px;
}
.theme-qpaa .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-qpaa .nivo-caption a:hover {
    color:#fff;
}

.theme-qpaa .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-qpaa .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-qpaa .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/* media queries */

@media only screen and (min-width: 481px) {
	.theme-qpaa .nivo-caption {
	width: 55%;
	margin-left: 40%;
	margin-bottom: 4%;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 0.8em;
}
.theme-qpaa .nivo-caption h2 {
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 0.35em;
	padding-bottom: -5px;
}
	
}

@media only screen and (min-width: 769px) {
	
.theme-qpaa .nivo-caption {
	width: 35%;
	margin-bottom: 4%;
	margin-left: 60%;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 1em;
}
.theme-qpaa .nivo-caption h2 {
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 0.45em;
	padding-bottom: -5px;
}
	
}