/*  
Theme Name: Northland Ski
Theme URI: http://www.northlandski.com/
Description: WordPress theme for <a href="http://www.northlandski.com/">northlandski.com</a>.
Author: baga
Author URI: http://www.bagaweb.com/
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, select, button, p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif; 
}
a {
	outline: none;
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #666;
}
ul { 
	list-style: none;
}
.clearer {
	clear: both;
	height: 0;
	line-height: 0;
}
body {
	background: #dddcd4;
}
#header-wrapper {
	background: url(img/bg-header-wrapper.png) repeat-x;
}
#header {
	margin: 0 auto;
	width: 980px;
	height: 170px;
	background: url(img/bg-header.png);
}
#header.peak {
	background: url(img/bg-header-peak.png);
}
#title {
	float: left;
	width: 700px;
}
#lang {
	float: right;
	padding: 0 58px 0 0;
}
#header ul {
	padding: 15px 0 0 58px;
}
#header li {
	float: left;
	border-bottom: 1px solid #000;
}
#header li a {
	font-size: 0.9em;
	padding: 3px 0;
	margin: 0 7px;
	display: block;
	color: #111;
}
#header h1 {
	clear: both;
	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: -1px;
	word-spacing: -8px;
	padding: 40px 0 0 58px;
	line-height: 1.0em;
}
#header h1 strong {
	font-size: 1.5em;
	letter-spacing: -3px;
	word-spacing: -10px;
}
#header h3 {
	font-size: 1.45em;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 5px 0 0 58px;
}
#page-wrapper {
	width: 980px;
	margin: 0 auto;
	background: url(img/bg-page-wrapper.png) repeat-y;
}
#nav-wrapper {
	margin: 0 auto 20px auto;
	padding: 20px 0 0 0;
	width: 870px;
	height: 350px;
}
#nav {
	float: left;
	width: 178px;
	height: 342px;
	padding: 0;
	margin: 5px 0 0 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#nav ul {
}
#nav li {
}
#nav li a {
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	padding: 6px 20px 5px 0;
	display: block;
	color: #666;
	letter-spacing: -1px;
}
#nav li.current_page_item a {
	color: #000;
}
#nav li a:hover {
	color: #333;
}
#slideshow-wrapper {
	float: right;
	width: 666px;
	height: 354px;
	background: url(img/bg-slideshow-wrapper.png) no-repeat;
}
#slideshow {
	width: 652px;
	height: 340px;
	padding: 7px;
}
#slideshow .myGallery {
	border: 0;
}
#slideshow .jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 652px;
	margin: 0px;
	left: 0px;
	bottom: 25px;
	height: 50px;
	background: #000;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}
#slideshow .jdGallery .slideInfoZone h2 {
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 8px 25px;
	font-weight: bold;
	color: inherit;
}
#page-wrapper .ngg-galleryoverview {
	width: 880px;
	height: 62px;
	padding: 0 50px 20px 50px;
	margin: 0 0 20px 0;
	background: url(img/bg-thumbnails.png) no-repeat bottom;
}
#page-wrapper .ngg-galleryoverview .ngg-gallery-thumbnail-box {
	width: 74px;
	height: 62px;
	float: left;
	margin: 0 3px;
}
#page-wrapper .ngg-galleryoverview .ngg-gallery-thumbnail img {
	padding: 7px;
	border: 0;
	background: url(img/bg-thumb-wrapper.png) no-repeat;
}
.ngg-galleryoverview .ngg-navigation {
	display: none;
}
#content {
	width: 860px;
	padding: 0 60px;
	overflow: hidden;
}
#content h3 {
	font-size: 1.4em;
	padding: 20px 0;
}
#content p {
	clear: both;
	padding: 8px 0;
	color: #333;
	font-size: 1.0em;
    line-height: 1.4em;
	text-align: justify;
}
#content p a {
	text-decoration: underline;
}
#content #google-map {
    float: left;
	width: 860px; 
	height: 430px;
	border: 1px solid #000;
	margin: 15px 0 0 0;
}
#content #google-map p {
	padding: 3px 0;
	font-weight: bold;
}
table#pricelist {
	width: 100%;
	margin: 30px 0;
	background: #666;
    border-collapse: separate;
    *border-collapse: collapse; /* hack is needed for IE7 also */
    border-spacing:1px;
}
table#pricelist th, table#pricelist td {
	color: #333;
	font-size: 1.0em;
	text-align: center;
	padding: 5px 3px;
	background: #fff;
	*border: 1px solid #666;
}
table#pricelist th small {
	font-weight: normal;
}/*
#content .form-left, #content .form-right {
	float: left;
	width: 410px;
}
.wpcf7-form {
	margin: 70px 0 0 0;
}
#content .form-left {
	margin: 0 36px 0 0;
}
#content .form-center {
	text-align: center;
}
#content input, #content textarea {
	border: 1px solid #461f00;
	margin: 10px 0;
	color: #333;
	font-size: 1.0em;
}
#content input {
	width: 408px;
	height: 20px;
}
#content p.send input {
	background: url(img/bg-send.png) no-repeat;
	border: 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
	width: 220px;
	height: 60px;
}
#content textarea {
	width: 854px; 
	height: 80px;
	overflow: hidden;
}
#content label small {
	font-size: 0.7em;
}*/
#home-slideshow-wrapper {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 874px;
	height: 354px;
	background: url(img/bg-home-slideshow-wrapper.png) no-repeat 0 20px;
}
#home-slideshow {
	width: 860px;
	height: 340px;
	padding: 7px;
}
#home-slideshow .myGallery {
	border: 0;
}
#home-slideshow .jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 860px;
	margin: 0px;
	left: 0px;
	bottom: 32px;
	height: 50px;
	background: #000;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}
#home-slideshow .jdGallery .slideInfoZone h2 {
	padding: 0;
	font-size: 100%;
	margin: 0;
	margin: 3px 50px;
	font-weight: bold;
	color: inherit;
}
#home-content {
	width: 876px;
	padding: 20px 52px 0 52px;
	overflow: hidden;
}
#flash-box {
	float: left;
	width: 311px;
	height: 264px;
	background: url(img/bg-flash-box.png);
}
.flash {
	padding: 7px;
}
#info-box {
	float: right;
	width: 565px;
	height: 264px;
	background: url(img/bg-info-box.png);
}
#info-box h2 {
	padding: 20px 20px 5px 20px;
	font-size: 1.2em;
	color: #fff;
}
#info-box p {
	padding: 3px 20px;
	font-size: 0.75em;
	color: #fff;
}
#home-nav {
	margin: 0 auto;
	width: 780px;
}
a.home-nav-item {
	margin: 20px 0 0 0;
	float: left;
	width: 230px;
	padding: 10px 15px 0 15px;
}
a.home-nav-item strong {
	font-size: 1.4em;
	line-height: 0.8em;
	letter-spacing: -1px;
	color: #000;
	padding: 0 0 0 20px;
	background: url(img/bg-home-nav-item.png) no-repeat 0 8px;
}
a.home-nav-item:hover strong {
	color: #666;
}
a.home-nav-item small {
	font-size: 0.8em;
	color: #666;
	line-height: 0.8em;
}
a.home-nav-item:hover small {
	color: #000;
}
img.map {
	padding: 20px 0 0 0;
}
#footer-wrapper {
	clear: both;
	background: url(img/bg-footer-wrapper.png) repeat-x;
}
#footer {
	margin: 0 auto;
	width: 980px;
	height: 120px;
	background: url(img/bg-footer.png);
}
#credits {
	clear: both;
	width: 980px;
	margin: 0 auto;
}
#credits p {
	color: #000;
	font-size: 0.7em;
	font-family: Trebuchet MS, Verdana, Times New Roman, Times, serif; 
	text-align: center;
	padding: 90px 0 0 0;
}
#credits p a {
	text-transform: lowercase;
}
