﻿/*
	These styles are based on the RefineSlide Dark Theme.

	See:= http://alexdunphy.github.com/refineslide/

*/

/* ===[ Caption Text ]=== */
.rs-caption
{
	font-family: "Droid Sans", Trebuchet, Arial;
	font-size: 13px;
	line-height: 1.4;
}
.rs-caption h2
{
	color: #fff;
}
.rs-caption a
{
	color: #fff;
	text-decoration: underline;
}
.rs-caption a:hover
{
	text-decoration: none;
}
.rs-caption img
{
	border: none ! important;
	-moz-border-radius: 0 ! important;
	-webkit-border-radius: 0 ! important;
	border-radius: 0 ! important;
	-webkit-box-shadow: none ! important;
	-moz-box-shadow: none ! important;
	box-shadow: none ! important;
}



/* ===[ Main Slide Structure ]=== */
.rs-wrap
{
	margin: 23px auto;
	border: 9px rgba(0, 0, 0, 0.4) solid;
	border-radius: 11px;
	background-clip: padding-box ! important;
	-moz-background-clip: padding-box;
	width: 980px;
}
.rs-slide-bg 
{
	padding: 10px;
	background-color: #fff;
	border-bottom: 1px solid #5e6266 ! important;
	border-bottom: 1px solid rgba(255, 255, 255, .1) ! important;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15) inset;
}
.rs-slider
{
	padding: 0;
}
.rs-slider > li 
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.rs-slider > li img 
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
	box-shadow: 0 0 4px rgba(0, 0, 0, .5);
}



/* ===[ Captions ]=== */
.rs-caption 
{
	padding: 20px;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	border: 1px solid #000;
	background: url(Img/bg-banner-caption.png);
	background: rgba(0, 0, 0, .6);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, .7));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, .7));
	background: -o-linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, .7));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, .7));
	background: linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, .7));
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .12) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .12) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .12) inset;
}
.rs-caption p 
{
	color: #fff;
	margin-bottom: 0;
}
.rs-caption.rs-top-left 
{
	-moz-border-radius: 5px 0 5px 0;
	-webkit-border-radius: 5px 0 5px 0;
	border-radius: 5px 0 5px 0;
	border-top: none;
	border-left: none;
}
.rs-caption.rs-bottom-right 
{
	-moz-border-radius: 5px 0 5px 0;
	-webkit-border-radius: 5px 0 5px 0;
	border-radius: 5px 0 5px 0;
	border-bottom: none;
	border-right: none;
}
.rs-caption.rs-top-right 
{
	-moz-border-radius: 0 5px 0 5px;
	-webkit-border-radius: 0 5px 0 5px;
	border-radius: 0 5px 0 5px;
	border-top: none;
	border-right: none;
}
.rs-caption.rs-bottom-left 
{
	-moz-border-radius: 0 5px 0 5px;
	-webkit-border-radius: 0 5px 0 5px;
	border-radius: 0 5px 0 5px;
	border-bottom: none;
	border-left: none;
}
.rs-caption.rs-bottom 
{
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.rs-caption.rs-top 
{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-top: none;
	border-left: none;
	border-right: none;
}
.rs-caption.rs-left 
{
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	border-left: none;
	border-top: none;
	border-bottom: none;
}
.rs-caption.rs-right 
{
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-right: none;
	border-top: none;
	border-bottom: none;
}
