/*=== Reset Styles
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}

====================*/

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:#0066CC; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066CC', endColorstr='#CFE6FF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0066CC), to(#CFE6FF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0066CC,  #CFE6FF); /* for firefox 3.6+ */
    width:600px;
    height:236px;
    margin:0 auto;
}

#slider {
	position:relative;
    width:580px;
    height:226px;
    margin-left:10px;
	margin-bottom:10px;
	background:url(http://sunnydayguide.com/js_sd/css/images/slider/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:2px;
	top:2px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(http://sunnydayguide.com/js_sd/css/images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:2px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:40px;
	height:42px;
	background:url(http://sunnydayguide.com/js_sd/css/images/slider/arrows.png) no-repeat;
	padding-bottom: 15px;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-40px 0;
	right:-7px;
	top: 35%;
}
a.nivo-prevNav {
	left:-7px;
	top: 35%;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:20px;
}
.nivo-caption a {
	color:#ffffff;
	/*font-family: Impact, Helvetica, Arial, sans-serif;
	font-size: 18px;*/
	text-transform:uppercase;
	text-decoration:none;
	/*below added after Clarks suggestion */
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bolder;
	font-size: 16px;
	line-height: 16px;
}
.nivo-caption a:hover { 
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

