/*  
Theme Name: Summit
Description: Customized Theme
Author: Mellowtown
*/
@charset "UTF-8";

/* ----------  RESET  ------------ */

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,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
}
a img, :link img, :visited img { border: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }
ol, ul { list-style: none; margin: 0; padding: 0; }
a { outline-color: -moz-use-text-color; outline-style: none; outline-width: 0; }


:focus {
	outline: 0;
}


/* ----------  CLEARFIX  ------------ */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ----------  BASIC SETUP  ------------ */

body {
	background-image:url(images/pageBg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-color: #242017;
	font-family: Georgia;
	font-size: 13px;
}
body.home {
	background-image:url(images/homeBg.jpg);
}
body.page-id-11 {
	background-image:url(images/bookBg.jpg);
}
h1 {
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#d3d3d3;
	font-weight:normal;
	margin: 0 0 0 0;
}

h2 {
	font-size:22px;
	color:#8E2C2A;
	font-weight:normal;
	margin: 0 0 14px 0;
}

h3 {
	font-size:18px;
	color:#8E2C2A;
	font-weight:normal;
	margin: 0 0 5px 0;
}
h4 {
	font-size:18px;
	color:#604F40;
	font-weight:normal;
	margin: 0 0 5px 0;
}

a {
	color:#8E2C2A;
}


p {
	margin: 0 0 .75em 0;
}
strong {
	font-weight: bold;
}

#topRed {
	width:100%;
	height:8px;
	background-color:#5c1d1e;
	clear:both;
	position:absolute;
	top:0px;
	left:0px;
}

#content ul.disc li {
	list-style: disc outside;
	margin-left: 27px;
	padding-left: 1px;
	margin-bottom: 7px;
}
#content  ul.disc, #content  ol.numeric {
	padding-bottom: 15px;
}
#content ol.numeric li {
	list-style: decimal outside;
	margin-left: 27px;
	padding-left: 1px;
	margin-bottom: 7px;
}

.listthird {
	width: 200px;
	float: left;
}



/*---------- CONTAINER --------------*/

#wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}


/*---------- TopNav --------------*/

#header {
	background-image:url(images/headerBg.png);
	background-repeat:no-repeat;
	width: 853px;
	height: 176px;
	margin: 0 auto;
	z-index: 999;
	position: absolute;
	top: 10px;
	left: 75px;
}



a#ministryLink {
	background-image:url("images/ministryLink.png");
	background-repeat:no-repeat;
	bottom:57px;
	display:block;
	height:20px;
	position:absolute;
	right:44px;
	text-indent:-9999px;
	width:151px;
}

a#ministryLink:hover {
	background-position: 0 -20px;
}




.topNav {
	width: 251px;
	height: 22px;
	position: absolute;
	float:right;
	top: 58px;
	left: 254px;
}
.topNav li {
	display: inline;
}

.topNav li a:link, 
.topNav li a:visited {
	position: absolute;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	float:left;

}




.topNav .homeNav a:link, 
.topNav .homeNav a:visited {margin-left:0px; width: 52px; background: url(images/nav.png) no-repeat -0px -0px;}

.topNav .homeNav a:hover, 
.topNav .homeNav a:focus  {background: url(images/nav.png) no-repeat -0px -22px}


.topNav li.homeNav.currNav a  {background: url(images/nav.png) no-repeat -0px -22px;}
.topNav li.overviewNav.currNav a  {background: url(images/nav.png) no-repeat -54px -22px;}
.topNav li.accomodationsNav.currNav a  {background: url(images/nav.png) no-repeat -144px -22px;}
.topNav li.locationNav.currNav a  {background: url(images/nav.png) no-repeat -263px -22px;}
.topNav li.bookingNav.currNav a  {background: url(images/nav.png) no-repeat -415px -22px;}
.topNav li.contactNav.currNav a  {background: url(images/nav.png) no-repeat -494px -22px;}



.topNav .overviewNav a:link, 
.topNav .overviewNav a:visited {margin-left:54px; width: 96px;	background: url(images/nav.png) no-repeat -54px -0px;
}
.topNav .overviewNav a:hover, 
.topNav .overviewNav a:focus  {background: url(images/nav.png) no-repeat -54px -22px}

.topNav .accomodationsNav a:link, 
.topNav .accomodationsNav a:visited {margin-left:144px; width: 119px;	background: url(images/nav.png) no-repeat -144px -0px;
}
.topNav .accomodationsNav a:hover, 
.topNav .accomodationsNav a:focus  {background: url(images/nav.png) no-repeat -144px -22px}


.topNav .locationNav a:link, 
.topNav .locationNav a:visited {margin-left:263px; width: 152px;	background: url(images/nav.png) no-repeat -263px -0px;
}
.topNav .locationNav a:hover, 
.topNav .locationNav a:focus  {background: url(images/nav.png) no-repeat -263px -22px}

.topNav .bookingNav a:link, 
.topNav .bookingNav a:visited {margin-left:415px; width: 80px;	background: url(images/nav.png) no-repeat -415px -0px;
}
.topNav .bookingNav a:hover, 
.topNav .bookingNav a:focus  {background: url(images/nav.png) no-repeat -415px -22px}


.topNav .contactNav a:link, 
.topNav .contactNav a:visited {margin-left:494px; width: 67px;	background: url(images/nav.png) no-repeat -494px -0px;
}
.topNav .contactNav a:hover, 
.topNav .contactNav a:focus  {background: url(images/nav.png) no-repeat -494px -22px}


/*---------- IMAGE  --------------*/


#imageFrame {
	background-image:url(images/imageFrame.png);
	background-repeat:no-repeat;
	width:800px;
	height:278px;
	position:absolute;
	top: 131px;
	left: 101px;
	z-index: 500;
}

#slideshow_container {
	width:763px;
	height:235px;
	position:absolute;
	overflow: hidden;
	top: 153px;
	left: 121px;
	z-index: 200;
}

#headerText {
	position: absolute;
	top: 127px;
	left: 660px;
	width: 215px;
	height: 95px;
	z-index: 700;
}


/*---------- Bottom Boxes --------------*/

#bottomBoxWrap {
	width: 795px;
	height: 208px;
	margin: 0 0 0 100px;
}

#bottomBoxWrap .bottomBox {
	background-image:url(images/bottomBoxBg.png);
	background-repeat:no-repeat;
	width:255px;
	height:208px;
	float:left;
	margin-right:10px;
	position:relative;

}


.bottomBox1 {
	background-image:url(images/bottom-welcome.png);
	background-repeat:no-repeat;
	width:210px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	text-indent:-9999px;
	margin-top:25px;
	position:relative;
}

.pText {

	width:194px;
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#45423e;
	display:block;
	overflow:hidden;
	

}

a#learnMore {
	width: 207px;
	height: 27px;
	background-image:url(images/learnMore.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	display:block;
	position:absolute;
	bottom:24px;
	left:24px;
}

a#learnMore:hover {
	background-position: 0 -27px;
}



.bottomBox2 {
	background-image:url(images/bottom-request.png);
	background-repeat:no-repeat;
	width:208px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	text-indent:-9999px;
	margin-top:25px;
	position:relative;
}

.pText2 {
	width:194px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#45423e;
	display:block;
	margin-bottom:2px;
	

}
a#submit {
	background-image:url(images/next.png);
	background-repeat:no-repeat;
	width:69px;
	height:30px;
	position:absolute;
	bottom:18px;
	right:26px;
	display:block;
	text-indent:-9999px;
}

a#submit:hover {
background-position: 0 -30px;


}



.bottomBox3 {
	width:223px;
	height:172px;
	margin:18px 16px;
}




#mainContent {
	position: absolute;
	top: 420px;
	left: 7px;
}


/*---------- Staff Listing --------------*/


a.emaillink {
	float:left;
	height:19px;
	position:absolute;
	background: url(images/email.png) no-repeat;
	top:38px;
	width:50px;
	text-indent:-9999px;
}

a.emaillink:hover {
	background-position: 0 -19px;
}


.staffSubHeader	{
	padding-left:186px;
	padding-top:2px;
	
	
}


.stafflisting {
	float: left;
	width: 123px;
	height: 204px;
	margin-right: 6px;
	background: url(images/bg-staff.png) no-repeat;
	padding: 7px;
}
.stafflisting:last-child {
	margin-right: 0;
}
.staffpic {
	width: 123px;
	height: 129px;
	position: relative;
}
.staffpicframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 123px;
	height: 129px;
	background: url(images/bg-staffpic.png) no-repeat;
}
.staffpic img {
	position: absolute;
	top: 13px;
	left: 14px;
}
.staffInfo {
	padding-bottom: 5px;
	margin: 7px 0 5px 1px;
	background: url(images/bg-horizontaldark.png) repeat-x left bottom;
	font-size:11px;
	
}
.staffInfo .staffName {
	color: #8E2C2A;
	margin-bottom: 2px;
}

.staffButton {
	display: block;
	width: 105px;
	height: 15px;
	background: url(images/bg-redbutton.png) no-repeat;
	color: #fff;
	padding: 3px 0;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	border: 0 none;
	margin-top:10px;
	margin-left:10px;
}
button.staffButton {
	height: 21px;
	cursor: pointer;
}
.staffButton:hover {
	background-position: 0 -21px;
}
.jqmWindow .staffpic {
	float: left;
	margin-right: 20px;
	margin-bottom: 12px;
}
.jqmWindow .horizontalrule_indent {
	height: 2px;
	background: url(images/bg-horizontaldark.png) repeat-x left bottom;
	margin-bottom: 10px;
	margin-left: 144px;
}
.jqmWindow .horizontalrule {
	height: 2px;
	background: url(images/bg-horizontaldark.png) repeat-x left bottom;
	margin-bottom: 10px;
}
.overlaycontent {
	max-height: 300px;
	overflow: auto;
}



/* ----------  GALLERY  ------------ */
#overlay_phototour {
	width: 800px;
	height: 408px;
	margin-left: -400px;
}




/*---------- Bottom Content --------------*/



#bottomContent {
	width: 782px;
	background: url(images/bg-content.jpg) repeat-y;
	min-height: 320px;
	position: relative;
	left: 102px;
	z-index: 100;
}
#contentTop {
	width: 782px;
	height: 127px;
	background: url(images/bg-content1.jpg) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
}

#contentBottom {
	width: 782px;
	height: 127px;
	background: url(images/bg-content1.jpg) no-repeat left bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 102;
}
#content {
	width: 712px;
	height: 237px;
	position: absolute;
	overflow: auto;
	top: 41px;
	padding-right: 20px;
	margin: 25px 0 20px 33px;
	z-index: 103;
}
#content.fullcontent {
	top: 0;
	height: 267px;
}



#subnav {
	margin-bottom: 12px;
	background: url(images/bg-horizontal.gif) repeat-x left bottom;
	z-index: 104;
	position: absolute;
	top: 25px;
	left: 33px;
	width: 715px;
}
#subnav li {
	list-type: none;
	margin: 0;
	float: left;
}
#subnav li a {
	font-size: 16px;
	font-weight: normal;
	display: block;
	padding: 3px 11px;
	color: #604f40;
	background: url(images/bg-vertical.gif) repeat-y left top;
	margin-bottom: 6px;
	text-decoration: none;
}
#subnav li a:hover, #subnav li.current_page_item a {
	color: #8E2C2A;
	text-decoration: none;
}
#subnav li:first-child a {
	padding-left: 0;
	background: none;
}
#subnav li:last-child a {
	padding-right: 0;
}





/*---------- Accomodations Rooms --------------*/

#roomlist {
	left: 20px;
	position: absolute;
	top: 192px;
	width: 748px;
	z-index: 550;
}

#roomlist li {
	list-style: none;
	float: left;
	margin-left: 10px;
}
#roomlist li:last-child {
	margin-left: 0;
}
#roomlist li a {
	background-image: url(images/rooms-button.png);
	background-repeat: no-repeat;
	display: block;
	width: 239px;
	height: 111px;
	text-indent: -9999px;
}
#mainlodge { background-position: 0 0; }
#carriage { background-position: -246px 0; }
#poolside { background-position: -489px 0; }


/*---------- Accomodations Rooms Descriptions Popup --------------*/

.jqmWindow.roomdescriptions {
	width: 758px;
	height: 354px;
}
.jqmWindow.roomdescriptions .overlaycontent {
	width: 738px;
	height: 310px;
	background-color: #fefefd;
	padding: 10px;
}
.jqmWindow.roomdescriptions .imageleft {
	float: left;
	width: 438px;
	border: 1px solid #000;
}
.roomdescriptions .textright {
	float: right;
	width: 262px;
}
.roomdescriptions .horizontalrule {
	padding-top: 10px;
	clear: both;
	height: 2px;
	background: url(images/bg-horizontaldark.png) repeat-x left bottom;
	margin-bottom: 10px;
}


/*---------- FooterNav --------------*/

#footer {
	background-image:url(images/footerBg.png);
	background-repeat:no-repeat;
	width:795px;
	height:146px;
	margin: 10px 0 0 97px;
	
}

.footerText	{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#b2ada5;
	float:right;
	width:298px;
	padding-top:14px;
}

/* - - - - - - RESERVATION FORM - - - - - - - - - */

.formWrap {
	width:680px;
	height:550px;
	position:absolute;
	top:240px;
	left:30px;
	
}

.contactFormWrap {
	width:680px;
	height:550px;
	position:absolute;
	top:285px;
	left:30px;
}



/* ----------  FORMS  ------------ */
label {
	clear:both;
	float: left;
	margin-bottom: 2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#5C5D61;
}

input[type=text] {
	background: url(images/contactDropdown.png) no-repeat;
	border: 0;
	width: 198px;
	height: 26px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin:0px auto 8px 27px;
	color: #251f19;
	font-size: 15px;
}





textarea {
	clear: both;
	font-family: verdana;
	font-size: 14px;
	background-color: #000000;
	border: 1px solid #262626;
	padding: 2px;
	color: #CCC;
	float:left;
	width: 640px;

}


button {
	clear: both;
	margin-top: 10px;
}
.required {
	font-weight: bold;
	color: #589ABA;
}
.col-half {
	width: 320px;
}
.alignleft {
	float: left;
}

.clr {
	clear:both;
}
.height16 {
	height:16px;	
}
.height8 {
	height:8px;	
}

#map1 {
	display: block;
	width: 193px;
	height: 166px;
	float: left;
	margin-right: 15px;
	background: url(images/bg-vertical.gif) repeat-y right top;
}
#map {
	display: block;
	width: 167px;
	height: 166px;
	background: url(images/map.jpg) no-repeat;
	text-indent: -99999px;
}
#mapform {
	display: block;
	float: left;
	margin-left: 15px;
}
#mapform input {
	margin-left: 0;
}
#mapform button {
	margin-left: 96px;
	margin-top: 0;
	font-family: Georgia;
}




/* ----------  BOOKING PAGE  ------------ */


.jqmWindow.calendar {
	width: 750px;
	height: 400px;
}


#bottomContent.bookingheight {
	height: 980px;
}
#content.bookingcontent {
	overflow: visible;
}
.bookingcontent #colleft {
	width: 240px;
	float: left;
}
.bookingcontent #colright {
	width: 425px;
	float: right;
}
#calendarbox {
	background-color: #E4E0DD;
	border: 1px solid #E4E0DD;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	height: 300px;
	position:relative;
}

.viewCalendarText	{
	
	color:#900;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-top:18px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:100%;
	text-align:center;
}

#calendarBoxImage {
		background: url(images/calendarThumb.jpg) no-repeat;
		width:208px;
		height:203px;
		position:absolute;
		top:42px;
		left:15px;

	
}


a#viewCalendar {
	width: 120px;
	height: 23px;
	background-image:url(images/viewCalendar.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	display:block;
	position:absolute;
	bottom:24px;
	left:59px;
	cursor: pointer;

}

a#viewCalendar:hover {
	background-position: 0 -23px;
}




.bookingcontent h2 {
	padding-bottom: 4px;
	background: url(images/bg-horizontal.gif) repeat-x left bottom;
	margin-bottom: 10px;
}
#colright h2, #colright h4 {
	color: #597249;
}
#content.bookingcontent label {
	margin-top: 6px;
	text-align: right;
	width: 183px;
}
#content.bookingcontent input {
	margin: 0 0 1px 7px;
	padding: 2px 9px 2px 9px;
	width: 186px;
}
#content.bookingcontent textarea {
	background: url("images/bg-textarea.png") no-repeat 0 0;
	float: left;
	margin: 0 0 5px 7px;
	padding: 6px 9px;
	width: 186px;
	height: 115px;
	border: 0 none;
	clear: none;
	color: #251F19;
}
#submitbutton {
	width: 74px;
	height: 26px;
	background: url(images/submitbuttons.png) no-repeat;
	border: 0 none;
	margin-right: 11px;
	text-indent: -9999px;
	margin-left: 190px;
	cursor: pointer;
	float: left;
}
#resetbutton {
	width: 63px;
	height: 26px;
	background: url(images/submitbuttons.png) no-repeat -85px 0;
	border: 0 none;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
	clear: none;
}


/* ----------  CONTACT PAGE  ------------ */

#content.contactpage {
	overflow: hidden;
	height: 278px;
	margin-top: -16px;
}
#contactleft {
	width: 452px;
	float: left;
}
#contactright {
	width: 215px;
	float: right;
}
#contactright p {
	margin-bottom: 21px;
}

#gotogooglemaps {
	margin: 2px 2px 0 0;
	display: block;
	width: 156px;
	height: 26px;
	background: url(images/googlemap.gif) no-repeat;
	float: right;
	text-indent: -99999px;

}
#gotogooglemaps:hover {
	background-position: 0 -26px;
}
h3.dashunder {
	padding-bottom: 4px;
	background: url(images/bg-horizontal.gif) repeat-x left bottom;
	margin-bottom: 10px;
}






/* ----------  POPUP WINDOW OVERLAYS  ------------ */


.jqmClose {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 22px;
	height: 21px;
	display: block;
	background: url(images/X.png) no-repeat 0 0;
	text-indent: -99999px;
	z-index:9999;
}
.jqmClose:hover {
	background-position: 0 -21px;
}




/* ----------  JQM OVERLAY SETUP  ------------ */

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 9%;
    left: 50%;
    
    margin-left: -270px;
    width: 540px;
    
    background-color: #E4E0DD;
    color: #333;
    border: 1px solid black;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 12px;
}


.jqmWindow758 {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -379px;
    width: 758px;
    
    background-color: #E4E0DD;
    color: #333;
    border: 1px solid black;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 12px;
}



.jqmCalendarWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -375px;
    width: 750px;
    
    background-color: #E4E0DD;
    color: #333;
    border: 1px solid black;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
