@charset "utf-8";
/*-----------------------------------------------------------------------------
Main Style Sheet

date:      23 Sept 2010
author:    Lori Gray
email:     lori@prairiesuncreations.com
website:   http://www.sundreriverresort.com
-----------------------------------------------------------------------------*/

/* =General ------------------------------------------------------------------*/

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;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: inherit;
	outline: 0;
	font-weight: inherit;
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
}
body {
	background: #9ab2d7 url(../images/body_bkg.jpg) no-repeat fixed 50% 0;
	color: #175973;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	color: #175973;
	text-decoration: underline;
}
a:hover {
	color: #f9a41c;
	text-decoration: none;
}
/* miscellaneous styles ---------------------------------------*/
hr, .hide {
	display: none;
}
a img {
	border: none;
}
.fltrt {
	float: right;
	margin: 0 0 0 25px;
}
.fltlft { 
	float: left;
	padding-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* --- self-clear floats --- */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* ----- Positioning/Layout ---- */
#container {
	position: relative;
	width: 861px;
	margin: 10px auto;
}
#header {
	background: transparent url(../images/header_bkg2.png) no-repeat center top;
	height: 561px;
	position: relative;
}
/* ---- navigation ------- */
ul#nav {
	position: absolute;
	top: 445px;
	left: 2px;
	background: transparent url(../images/nav_bkg3.png) no-repeat left top;
	list-style: none;
	height: 75px;
	width: 793px;
	margin: 21px auto;
	padding-top: 20px;
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	background: transparent url(../images/nav_div.png) no-repeat right 10px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	text-decoration: none;
	padding: 20px 10px 15px 7px;
}
ul#nav li a:hover {
	color: #175973;
}
ul#nav li a#home {
	margin-left: 15px;
}
ul#nav li a#contact {
	background: none;
}
.chat-bubble-arrow {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 5px;
    display: inline-block;
    height: 0;
    left: 30px;
    margin-top: 5px;
    vertical-align: middle;
    width: 0;
}
/* Drop down general styles */
.dropit {
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-trigger { position: relative; }
.dropit .dropit-submenu {
    position: absolute;
    top: 100%;
    left: 0; /* dropdown left or right */
    z-index: 1000;
    display: none;
    min-width: 150px;
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-open .dropit-submenu { display: block; }
.menu ul {
	display: none;
	} /* Hide before plugin loads */
	.menu ul.dropit-submenu {
	background-color: #fff;
	border: 1px solid #cc8008;
	margin: 10px 0 0 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
ul#nav ul.dropit-submenu a {
	background: none;
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #7a868e;
	padding: 8px 18px;
}
ul#nav ul.dropit-submenu a:hover {
	background: #cc8008;
	color: #fff;
	text-decoration: none;
}
/* Drop down link styles */
.menu ul {
	display: none;
	} /* Hide before plugin loads */
	.menu ul.dropit-submenu {
	background-color: #fff;
	border: 1px solid #cc8008;
	margin: 10px 0 0 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
ul#nav ul.dropit-submenu a {
	background: none;
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #7a868e;
	padding: 8px 18px;
}
ul#nav ul.dropit-submenu a:hover {
	background: #cc8008;
	color: #fff;
	text-decoration: none;
}

/* active page styles -----------------------------------------*/
body.home #nav li a#home, body.amenities #nav li a#amenities, body.sites #nav li a#sites, body.plan #nav li a#plan, body.gallery #nav li a#gallery, body.location #nav li a#location, body.contact #nav li a#contact, body.faq #nav li a#faq, body.about #nav li a#about, body.sundre #nav li a#sundre, body.reviews #nav li a#reviews {
	color: #175973;
}
body.about .chat-bubble-arrow {
	border-color: #175973 transparent transparent;
}
/* ---- content styles ------- */
#content {
	width: 650px;
	background: transparent url(../images/content_bkg.png) repeat-y left top;
	margin-left: 20px;
	margin-bottom: 0;
	margin-top: -50px;
	padding: 40px 50px 0 50px;
	line-height: 1.3;
	font-size: .8em;
	overflow: hidden;
}
#content h2 {
	font-size: 1.3em;
	color: #CC8008;
	font-weight: bold;
	text-align: center;
}
#content p {
	margin: 1em;
}
#content li {
	margin-left: 50px;
}
#content table {
	margin-left: 12px;
	border-collapse: collapse;
	line-height: 1.5;
}
#content img {
	margin-bottom: 1em;
	-webkit-box-shadow: 2px 2px 4px #593e11;
	-moz-box-shadow: 2px 2px 4px #593e11;
	box-shadow: 2px 2px 4px #593e11;
}

/* -------- footer styles -------- */
#footer {
	background: transparent url(../images/content_bkg_bottom.png) no-repeat left bottom;
	height: 81px;
	width: 758px;
	margin-left: 20px;
	margin-top: -14px;
}
#footer p {
	font-size: .65em;
	padding-top: 50px;
}
/* ------- news styles -------- */
#news {
	width: 291px;
	height: 291px;
	margin-top: 17px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
}
#news p {
	padding: 0 25px 0 20px;
}
p span.left {
	float: left;
	margin-left: 60px;
}
p span.right {
	float: right;
	margin-right: 60px;
}
/* Tiny Carousel */
#slider1 { height: 291px; overflow:hidden; padding: 0 0 10px; position: relative;  }
#slider1 .viewport { float: left; width: 291px; height: 291px; overflow: hidden; position: relative; }
#slider1 .buttons {
    background: #cc8008;
    border-radius: 35px;
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
    z-index: 100;
    opacity: 0.75;
    /*display: none;*/
}
#slider1 .prev { left: 0; }
#slider1 .next {
    right: 0;
}
#slider1 .buttons:hover{
    color: #C01313;
    background: #fff;
}
#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 291px; left: 0 top: 0; }
#slider1 .overview li { float: left; margin: 0; padding: 1px; height: 291px; width: 291px;}
/*#slider1 .overview li.news {
	background: transparent url(../images/news_bkg.png) no-repeat 0 0;
	padding-top: 70px;
	font-size: 1.2em;
}
#slider1 .overview li.news2 {
	background: transparent url(../images/news2_bkg.png) no-repeat 0 0;
	padding: 0;
}
#slider1 .overview li.news a, #slider1 .overview li.news2 a, #slider1 .overview li.news3 a {
	display: block;
	height: 291px;
	text-decoration: none;
}
#slider1 .overview li.news3 img {  
	box-shadow: none;
}*/
#slider1 .overview li {
	padding-top: 90px;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
}
#slider1 .overview li.recentnews {
	background: transparent url(../images/news-slide.png) no-repeat 0 0;
}
#slider1 .overview li.booking {
	background: transparent url(../images/tour-slide.png) no-repeat 0 0;
}
#slider1 .overview li.rvshow {
	background: transparent url(../images/show-slide.png) no-repeat 0 0;
}
#slider1 .overview li a {
	display: block;
	height: 291px;
	text-decoration: none;
}

#fb {
    background: none repeat scroll 0 0 #fff;
    clear: both;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 291px;
}
#rev {
	margin: 40px 0 0;
}
#rev h2 {
	text-align: left;
}	
#rev li {
	margin: 0 20px;
}
#rev a {
	color: #cc8008;
}
#rev a:hover {
	color: #175973;
}
/* ------- gallery styles ------- */
/* --- most gallery styles are contained in the shadowbox.css file ----- */
.section {
	width: 700px;
	margin-left: -7px;
}
#content .section img {
	margin: 0 .5em .5em 0;
	-webkit-box-shadow: 2px 2px 4px #593e11;
	-moz-box-shadow: 2px 2px 4px #593e11;
	box-shadow: 2px 2px 4px #593e11;
}
/* ------ location map ----- */
body.location .group {
	width: 260px;
	float: right;
	margin: 0 0 0 1em;
}
body.location #content .group p {
	padding: 0;
	margin: 0;
	font-size: .8em;
	text-align: center;
}
/* table on contact page */
body.contact table {
	width: 85%;
}
body.contact td {
	padding: .5em 0;

}
#contactform label {
	float: left;
	width: 90px;
}
/* ------ FAQ page ---------- */
dt {
	font-weight: bold;
	color: #CC8008;
}
dd {
	padding: .8em 0 1.5em 0;
}
dd p:first-child {
	padding: 0;
	margin: 0 1em 0 1em !important;
}
#recaptcha_widget_div {
	margin-left: 15px;
}
/* ------ Reviews page ---------- */
.review img {
	max-width: 100%;
}
.review {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
	padding: 10px;
}
.review .auth {
	font-weight: bold;
	text-align: right;
}
#content p.sub {
	display: inline;
	margin: 0;
}