/* --- northernairlodge.com ------------
   main style sheet
   created by ideapark - spring 2008
------------------------------------- */



/* -------------------------------------
   Redefined HTML 
------------------------------------- */

*
{
	margin: 0;
}


a:link,
a:visited
{
	color: #5a7a8f;
}

a img
{
	border: 0;
}

body
{
	background-color: #eeeada;
	color: #747474;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


h2
{
	color: #646F3D;
	font-size: 1.2em;
	padding: .8em 0 .6em;
}

h3
{
	color: #646F3D;
	font-size: 1em;
	padding: .8em 0 .75em;
}

h4
{
	font-size: 1em;
	padding: 0 0 .75em;
}

h5
{
	font-size: 1em;
	padding: .8em 0 0;
}


li
{
	line-height: 1.3em;
	padding: .05em 0;
}


p
{
	line-height: 1.3em;
	padding: 0 0 .75em;
}


td,th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}


ul, ol
{
	padding: 0 0 .75em 1.5em;
}


/* -------------------------------------
   Structure
------------------------------------- */


#wrapper
{
	margin: 0 auto;
	position: relative;
	width: 730px;
	z-index: 100;
}


#logo
{
	padding: 14px 0 15px;
}

#logo a
{
	background: url(../_images/structure/logo.png) no-repeat;
	height: 0;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 75px 0 0;
	width: 197px;
}


#navigation
{
	border-bottom: 2px solid #78919e;
	float: right;
	overflow: auto;
	list-style-type: none;
	margin: -47px 0 0;
	padding: 0 0 14px;
	width: 480px;
}

#navigation li
{
	float: left;
}

#navigation a:link,
#navigation a:visited
{
	color: #646f3d;
	display: block;
	height: 0;
	font-family: Georgia, sans-serif;
	font-size: .9em;
	font-weight: bold;
	margin: 0 20px 0 0;
	overflow: hidden;
	padding: 10px 0 0;
	text-decoration: none;
	text-transform: uppercase;
}


#n_welcome a
{
	background: url(../_images/structure/n_welcome.png) no-repeat;
	width: 65px;
}

#n_cabins a
{
	background: url(../_images/structure/n_cabins.png) no-repeat;
	width: 86px;
}

#n_recreation a
{
	background: url(../_images/structure/n_recreation.png) no-repeat;
	width: 79px;
}

/* replaced with Local Info
#n_travel a
{
	background: url(../_images/structure/n_travel.png) no-repeat;
	width: 80px;
} */

#n_local a
{
	background: url(../_images/structure/n_local.png) no-repeat;
	width: 74px;
}

#n_contact a
{
	background: url(../_images/structure/n_contact.png) no-repeat;
}

#n_contact a:link,
#n_contact a:visited
{
	margin-right: 0;
	width: 76px;
}


#navigation a:hover,
#navigation a:active,
#navigation strong a,
#navigation b a
{
	color: #bd7021;
	background-position: 0 -10px;
}




#auxiliary
{
	float: left;
	padding: 0 0 35px;
	width: 250px;
}

.aux_photo
{
	height: 216px;
	overflow: hidden;
	padding: 5px 0 0;
	width: 211px;
}

.aux_photoFrame
{
	background: url(../_images/photos/_frame.png) no-repeat;
	height: 216px;
	position: absolute;
	width: 211px;
}

.aux_nav
{
	padding: 10px 0 0 10px;
}

.aux_nav li
{
	background: url(../_images/structure/arrow.png) 0 .5em no-repeat;
	font-weight: bold;
	list-style-type: none;
	padding: 5px 0 5px 20px;
}

.aux_nav strong a
{
	color: #bd7021;
}




#main
{
	float: left;
	padding: 0 0 35px;
	width: 480px;
}

#main.wide
{
	float: none;
	width: 730px;
}


#footer
{
	display: block;
	clear: both;
	list-style-type: none;
	text-align: center;
	padding: 1.3em 0;
}

#footer li
{
	display: inline;
	padding: 0 7px;
}

#footer li img {
	vertical-align: middle;
}

#footer #copy {
	display: block;
	line-height: 2.6;
}





/* -------------------------------------
   Individual Pages
------------------------------------- */

/* Home
  ----------------------------------- */

.home #navigation,
.home #footer
{
	border: none;
}

.home #main
{
	//background: url(../_images/structure/h_bg.png) no-repeat;
	height: 398px;
	margin: -13px 0 0;
	padding: 0;
	display: inline;
	width: 730px;
}


.h_nav
{
	position: absolute;
	z-index: 990;
	top: 350px;
	left: 280px;
}

.h_nav li
{
	float: left;
	list-style-type: none;
	height: 14px;
	margin-right: 7px;
	overflow: hidden;
	padding: 0;
	width: 14px;
}


.h_nav li:nth-child(2)
{
	margin-top: -1px;
}

.h_nav li:nth-child(3)
{
	margin-top: -2px;
}

.h_nav li:nth-child(4)
{
	margin-top: -3px;
}

.h_nav li:nth-child(5)
{
	margin-top: -4px;
}

.h_nav li:nth-child(6)
{
	margin-top: -5px;
}
.h_nav a {
margin: 0 5px;
padding: 0px 5px;
height: 14px;
color: #e6e6e6;
background: url('../_images/structure/dot-open.gif') no-repeat;
text-decoration: none }
.h_nav a.activeSlide {
margin: 0 5px;
padding: 0px 5px;
height: 14px;
color: #7c9e31;
background: url('../_images/structure/dot-closed.gif') no-repeat;
text-decoration: none }

/*.h_nav a:link, .h_nav a:visited {
	background-image: url('../_images/structure/dot-open.gif');
	background-repeat: no-repeat;
	padding: 14px 10px 14px 0;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	text-decoration: none;
	color: #000;
}

.h_nav a.activeSlide
{
	background-image: url('../_images/structure/dot-closed.gif');
	background-repeat: no-repeat;

}*/


#accommodations,
#location,
#privacy
{
	position: absolute;
	top: 0;
}


.h_photo
{
	left: 257px;
	position: absolute;
	top: 104px;
}


.h_title
{
	left: 277px;
	position: absolute;
	text-align: center;
	top: 418px;
	width: 426px;
	z-index: 950;
}


.h_content
{
	position: absolute;
	width: 237px;
	text-align: center;
	top: 160px;
}


.h_content p
{
	padding-top: 15px;
}

.h_content p a
{
	text-decoration: none;
}


.h_map
{
	position: absolute;
	left: 189px;
	top: 272px;
}


#h_availability
{
	left: 11px;
	position: absolute;
	top: 419px
}


/* Cabins
  ----------------------------------- */

.c_nav
{
	overflow: auto;
	padding: 15px 0 10px;
	width: 100%;
}

.c_nav li
{
	border-right: 1px solid #747474;
	list-style-type: none;
	margin-right: 10px;
	float: left;
	padding: 0 10px 0 0;
}

.c_nav li:last-child
{
	border-right: none;
}

.c_nav a.screens_selected
{
	font-weight: bold;
}


.c_cabin-row
{
	overflow: auto;
}

.c_cabin
{
	min-height: 100px;
	float: left;
	padding: 0 30px 20px 0;
	width: 210px;
}


dl.c_info
{
	overflow: auto;
	padding: 0 0 5px 0;
}

.c_info dt
{
	float: left;
	padding: 0 5px 0 0;
}

.c_info dt:after
{
	content: ':';
}

.c_info dd
{
	float: left;
	padding: 0 10px 0 0;
}


.c_photo
{
	padding: 0 0 10px;
}


dl.c_rates
{
	padding: 0 0 5px 0;
}

.c_rates dt
{
	font-weight: bold;
}

.c_rates dd
{
	padding: .2em 0 .5em;
}


/* Individual Cabin
  ----------------------------------- */

.c_mainImage
{
	padding: 0 0 10px;
}


.cabin dl.c_rates
{
	overflow: auto;
	padding: 10px 0 0;
	width: 100%;
}

.cabin .c_rates dt
{
	float: left;
	font-weight: bold;
	padding: .2em 0 .5em;
	width: 35%;
}

.cabin .c_rates dd
{
	float: left;
	padding: .2em 0 .5em;
	width: 65%;
}


.c_details
{
	padding: .5em 0 .5em;
}


.cabin .c_info dt
{
	font-weight: bold;
}

.cabin .c_info dt:after
{
	content: '';
}


.c_images
{
	padding: 10px 0 0;
}

.c_images a
{
	display: block;
	float: left;
	margin: 0 15px 15px 0;
}

/* - Left-side cabin nav - */

.aux_c_nav
{
	padding: 5px 0 0;
}

.aux_c_nav dt
{
	clear: left;
	display: block;
	float: left;
	height: 90px;
	width: 100px;
}

.aux_c_nav dd
{
	height: 60px;
	margin-left: 100px;
	padding: 30px 0 0 10px;
}

.aux_c_nav dd a
{
	background: url(../_images/structure/arrow.png) 0 .45em no-repeat;
	font-weight: bold;
	padding: 5px 0 5px 20px;
}


/* Recreation
  ----------------------------------- */

.f_photo
{
	float: left;
	padding: 5px 10px 5px 0;
}



/* Travel Info
  ----------------------------------- */
   
.t_mapThumb
{
}


.t_availability
{
	padding: 20px 0 0;
}

.t_temperature
{
	border-collapse: collapse;
	margin: 0 0 .75em;
}

.t_temperature th
{
	font-style: italic;
	font-weight: normal;
	padding: 0 1em .6em 0;
	text-align: left;
}

.t_temperature td
{
	padding: 0 1em .05em 0;
}



#t_mapBG
{
	background: url(../_images/travel/map-bg.png) no-repeat;
	height: 374px;
	margin: 0 0 0 -10px;
	position: relative;
	width: 490px;
}

#t_map
{
	height: 306px;
	left: 22px;
	position: absolute;
	top: 22px;
	width: 446px;
}


.t_resource
{
	border-top: 1px solid #78919e;
	padding: 6px 0;
	position: relative;
}

.t_hasImage
{
	min-height: 100px;
}

.t_resource.first
{
	border-top: none;
}

.t_photo
{
	background: url(../_images/travel/photo-bg.png) 0 5px no-repeat;
	clear: right;
	float: right;
	height: 93px;
	margin: 3px -5px 0 4px;
	padding: 6px 0 0 1px;
	width: 118px;
}

.t_info
{
	padding-left: 0;
}

.t_info li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}


#reservations_info
{
	margin: 10px auto 0;
	text-align: center;
	width: 620px;
}





/* -------------------------------------
   Miscellany
------------------------------------- */

.availability
{
	text-align: center;
	padding: 12px 0 5px;
}

.continue
{
	background: url(../_images/structure/arrow.png) 0 .45em no-repeat;
	font-weight: bold;
	list-style-type: none;
	padding: 5px 0 5px 20px;
}



/* Photo pop-up/overlay/what-have-you
  ----------------------------------- */
   
.overlay_outer
{
	display: table;
	height: 100%;
	position: fixed;
	overflow: hidden;
	top: 0;
	width: 100%;
	z-index: 800;
}

.overlay_inner
{
	#position: absolute;
	#top: 50%;
	display: table-cell;
/*	padding: 0 0 0 196px;*/
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.overlay_content 
{
	background: #7191A0;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	text-align: center;
	#top: -50%
}


.overlay_content p
{
	padding: 10px 0 0;
	position: relative;
}

.overlay_content a:link,
.overlay_content a:visited
{
	color: #FFF;
}

.overlay_content .prev
{
	background: url(../_images/structure/btn_arrow-left.png) no-repeat;
	display: block;
	float: left;
	height: 0;
	left: 10px;
	margin: 0 auto;
	overflow: hidden;
	padding: 16px 0 0;
	position: absolute;
	top: 10px;
	width: 16px;
}

.overlay_content .close
{
	background: url(../_images/structure/btn_arrow-close.png) no-repeat;
	display: block;
	height: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 16px 0 0;
	width: 16px;
}

.overlay_content .next
{
	background: url(../_images/structure/btn_arrow-right.png) no-repeat;
	display: block;
	float: right;
	height: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 16px 0 0;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 16px;
}



.overlay_t
{
	background: url(../_images/structure/shadow_t.png) repeat-x;
	height: 6px;
	left: 0;
	position: absolute;
	top: -6px;
	width: 100%;
}

.overlay_b
{
	background: url(../_images/structure/shadow_b.png) repeat-x;
	bottom: -10px;
	height: 10px;
	left: 0;
	position: absolute;
	width: 100%;
}

.overlay_l
{
	background: url(../_images/structure/shadow_l.png) repeat-y;
	height: 100%;
	left: -8px;
	position: absolute;
	top: 0;
	width: 8px;
}

.overlay_r
{
	background: url(../_images/structure/shadow_r.png) repeat-y;
	height: 100%;
	position: absolute;
	right: -8px;
	top: 0;
	width: 8px;
}

.overlay_tl
{
	background: url(../_images/structure/shadow_tl.png) no-repeat;
	height: 6px;
	left: -8px;
	position: absolute;
	top: -6px;
	width: 8px;
}

.overlay_tr
{
	background: url(../_images/structure/shadow_tr.png) right no-repeat;
	height: 6px;
	position: absolute;
	right: -8px;
	top: -6px;
	width: 8px;
}

.overlay_bl
{
	background: url(../_images/structure/shadow_bl.png) bottom left no-repeat;
	bottom: -10px;
	height: 10px;
	left: -8px;
	position: absolute;
	width: 8px;
}

.overlay_br
{
	background: url(../_images/structure/shadow_br.png) bottom right no-repeat;
	bottom: -10px;
	height: 10px;
	right: -8px;
	position: absolute;
	width: 8px;
}
