﻿
/*
**
** Global Cascading Style Sheet
** - Northern Experience Wildlife Tours
**
** $VER: newt.css 1.0 (17.02.2009)
**
** (C) 2008-2009 Daniel J. Allsopp
** All rights reserved
**
*/

/*
**
** Global Page Layout
**
*/

html
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url('../images/back_main.png');
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	color: #6c5735;
}

div#container-page
{
	margin: 0 auto;
	width: 912px;
	background-image: url('../images/back_content.png');
	text-align: justify;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div#container-header
{
	background-image: url('../images/back_main.png');
}

div#header
{
	height: 25px;
}

div#container-content
{
	padding-left: 92px;
	padding-right: 92px;
	padding-bottom: 240px;
}

div#body
{
	clear: both;
	margin-top: 24px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 18px;
}

div#pre-footer
{
	clear: both;
	height: 10px;
}

div#container-footer
{
	clear: both;
	width: 100%;
	background-image: url('../images/back_footer.png');
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 240px;
}

div#footer
{
	padding-top: 185px;
	padding-right: 100px;
	font-size: 7pt;
	color: #ffffff;
	line-height: 15px;
	text-align: right;
}

#footer a
{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; color: #d6a477; }

/*
**
** General Styles
**
*/

div#titles
{
	width: 700px;
	height: 38px;
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
}

div#newt
{
	float: left;
	font-family: Times New Roman, Times;
	font-size: 18pt;
	color: #6c5735;
}

div#date
{
	margin-top: 24px;
	float: right;
	color: #6c5735;
	text-align: right;
	font-size: 7pt;
}

div#success
{
	clear: both;
	color: #000000;
	background-color: #aaffaa;
	border: solid 1px #00ff00;
	text-align: center;
	padding: 8px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

div#error
{
	clear: both;
	color: #000000;
	background-color: #ffaaaa;
	border: solid 1px #ff0000;
	text-align: center;
	padding: 8px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

/*
**
** Standard Styles
**
*/

a { color: #6c5735; }
a:hover { color: #d6a477; }
img { border: none; }
form { margin: 0px; }

div.title { font-family: Times New Roman, Times; font-size: 14pt; padding-bottom: 10px; }

span.title { font-family: Times New Roman, Times; font-size: 14pt; }
span.subtitle { font-size: inherit; font-weight: bold; line-height: normal; }
span.small {font-size: 7pt; }

h1 
{
    font-family: Times New Roman, Times;
    font-size: 14pt;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-weight: normal;
}

h1.nopad { padding: 0px; }

h2 
{
    font-family: Verdana, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

/*
**
** Headline Boxes
**
*/

div.headlines
{
	width: 260px;
	height: auto;
	padding: 4px;
	margin-bottom: 10px;
	font-size: 7pt;
	border: solid 1px #a3937d;
	overflow: hidden;
}

.headlines div.headline-title,
.subscribeform div.headline-title
{
	width: 260px;
	height: 20px;
	text-align: center;
	color: #ffffff;
	font-size: 8pt;
	background-color: #6c5735;
	margin-bottom: 2px;
}

.headlines div.headlines-items
{
	width: 260px;
	text-align: left;
}

.headlines-items div.headlines-date
{
	width: 105px;
	height: 18px;
	line-height: 18px;
	margin-top: 2px;
	float: left;
}

.headlines-items div.headlines-info
{
	width: 150px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 2px;
	float: left;
}

.headlines-items div.headlines-category
{
	width: 230px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 2px;
	float: left;
}

.headlines-items div.headlines-count
{
	width: 25px;
	height: 18px;
	line-height: 18px;
	margin-top: 2px;
	text-align: center;
	float: left;
}

.headlines-info a { text-decoration: none; }
.headlines-info a:hover { text-decoration: underline; }

/*
**
** Home
**
*/
div#homeintro
{
	width: 380px;
	height: auto;
	float: left;
}

div#homeinfo
{
	width: 270px;
	height: auto;
	float: right;
}

td.link-image
{
	width: 26px;
}

div.call-to-action
{
	width: 260px;
	height: 70px;
	padding: 4px;
	
	font-family: Times New Roman, Times;
	font-size: 16pt;
	text-align: center;
	line-height: normal;
}

.call-to-action span.telephone
{
	font-size: 18pt;
}

div#greentourism
{
	width: 270px;
	height: 119px;
	margin-top: 10px;
	background-image: url('../images/logo_greentourism.png');
	background-position: center center;
	background-repeat: no-repeat;
}


div#ask
{
	font-family: Times New Roman, Times;
	font-size: 14pt;
	text-align: center;
	padding: 5px;
	border: solid 1px #a3937d;
	margin-bottom: 10px;
}

/*
**
** RSS
**
*/

div.rss
{
	clear: both;
	width: 270px;
	height: 16px;
	float: right;
}

div.subscribe
{
	clear: both;
	margin-bottom: 10px;
	width: 270px;
	height: 16px;
	float: right;
}

.rss img
{
	float: left;
	width: 16px;
	height: 16px;
}

.rss div#rsslink
{
	float: right;
	width: 250px;
	font-size: 7pt;
	height: inherit;
	line-height: 14px;
}

.subscribe img
{
	float: left;
	width: 31px;
	height: 31px;
}

.subscribe div#sublink
{
	text-align: left;
	margin-top: 2px;
	float: right;
	width: 230px;
	height: 31px;
	font-size: 8pt;
	height: inherit;
	line-height: normal;
}

#rsslink a,
#sublink a
{
	text-decoration: none;
}

div.subscribeform
{
	width: 350px;
	height: auto;
	font-size: 8pt;
}

td.submit
{
	text-align: right;
	font-size: 7pt;
	line-height: normal;
}

/*
**
** Forms
**
*/

input,
textarea
{
	width: 97%;
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	background-color: #ebeae9;
	border: solid 1px #6c5735;
	padding: 2px;
}

input.checkbox
{
	width: 20px;
	border: none;
	background-color: transparent;
}

input.subscribe
{
	width: 97%;
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	background-color: #ffffff;
	border: solid 1px #6c5735;
	padding: 2px;
}

/*
**
** Menu
**
*/

div#menu-bar
{
	width: 700px;
	height: 28px;
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 14px;

	font-size: 8pt;
	text-align: center;
	color: #ffffff;
	
	background-color: #6c5735;
}

/*
**
** Meet The Team
**
*/

div.teammember
{
	clear: both;
	width: inherit;
	padding-top: 10px;
	padding-bottom: 20px;
}

div.teammember div.photo
{
	float: left;
	width: 80px;
	height: 80px;
	padding: 1px;
	border: solid 1px #a3937d;
}

div.teammember div.details
{
	float: right;
	width: 590px;
	height: auto;
}

div.details div.name
{
	width: inherit;
	height: 16px;
	font-size: 8pt;
	font-weight: bold;
	line-height: normal;
}

div.details div.info
{
	width: inherit;
	height: auto;
}

/*
**
** Feedback
**
*/

table#commenttable
{
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
}

#commenttable td.title
{
	width: 25%;
	color: #6c5735;
	padding-top: 3px;
	vertical-align: top;
	font-weight: bold;
	height: 28px;
}

#commenttable td.data
{
	width: 75%;
}

/*
**
** Available Tours
**
*/

div.tourinfo
{
	width: inherit;
	height: 120px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

.tourinfo div.title
{
	width: inherit;
	height: 12px;
	font-family: Times New Roman, Times;
	font-size: 12pt;
}

.tourinfo div.image
{
	width: 180px;
	height: 120px;
	border: solid 1px #a3937d;
	float: left;
	padding: 1px;
}

.tourinfo div.info
{
	width: 490px;
	height: auto;
	float: right;
}

/*
**
** Shop Related
**
*/

div.buynow
{
	width: inherit;
	height: 18px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 3px;
	padding-left: 19px;
	background-image: url('../images/icon_buynow.png');
	background-position: left center;
	background-repeat: no-repeat;
}

/*
**
** Locations
**
*/

div#locationimage
{
	width: 280px;
	height: 180px;
	float: left;
	margin-top: 10px;
	border: solid 1px #a3937d;
	padding: 4px;
}

div#locationinfo
{
	width: 390px;
	height: 100px;
	float: right;
	margin-top: 10px;
}

/*
**
** Blog/News
**
*/

div#blogentry,
div#newsentry
{
	width: 380px;
	height: auto;
	min-height: 150px;
	float: left;
}

div#bloginfo,
div#newsinfo
{
	width: 270px;
	height: auto;
	float: right;
}

#blogentry div#blogtitle,
#newsentry div#newstitle
{
	font-family: Times New Roman;
	font-size: 14pt;
}

#blogentry div#blogdate,
#newsentry div#newsdate
{
	font-size: 7pt;
	padding-bottom: 4px;
	border-bottom: solid 1px #a3937d;
}

#blogentry div#blog,
#newsentry div#newsstory
{
	line-height: 20px;
	padding: 2px;
}

/*
**
** Calendar
**
*/

div#calendar
{
	width: 688px;
	height: 418px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#calendar div.daycolumn
{
	float: left;
	width: 80px;
	height: auto;
}

.daycolumn div.header
{
	width: 80px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
	background-color: #6c5735;
}

.daycolumn div.day
{
	width: 80px;
	height: 65px;
	border-left: solid 1px #6c5735;
	border-bottom: solid 1px #6c5735;
}

div.day div.date
{
	width: auto;
	height: 15px;
	margin-right: 5px;
	color: #d6a477;
	text-align: right;
}

div.day div.entry
{
	width: auto;
	height: 42px;
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 5px;
	color: #6c5735;
	text-align: center;
	font-size: 7pt;
	line-height: normal;
	overflow: hidden;
}

#calendar div.monthcolumn
{
	float: left;
	width: 126px;
	height: 417px;
	border-left: solid 1px #6c5735;
	border-right: solid 1px #6c5735;
	border-bottom: solid 1px #6c5735;
}

.monthcolumn div.header
{
	width: inherit;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
	background-color: #6c5735;
}

.monthcolumn div.months
{
	width: auto;
	margin-left: 25px;
	margin-top: 30px;
	font-size: 8pt;
	line-height: 22px;
}

div.months a
{
	text-decoration: none;
}

/*
**
** Gallery
**
*/

div#gallerycontent
{
	width: 380px;
	height: auto;
	float: left;
}

div#gallerytitle
{
	font-family: Times New Roman, Times;
	font-size: 14pt;
	margin-bottom: 15px;
}

#gallerycontent div.video
{
	width: inherit;
	height: 28px;
	margin-bottom: 10px;
}

.video div.logo
{
	width: 28px;
	height: inherit;
	float: left;
}

.video div.info
{
	width: auto;
	height: inherit;
	float: left;
	margin-left: 5px;
	line-height: normal;
}

#gallerycontent div.thumb
{
	width: 80px;
	height: 80px;
	float: left;
	border: solid 1px #a3937d;
	margin-right: 8px;
	margin-bottom: 10px;
	padding: 2px;
}

div.thumb img
{
	width: auto;
	height: 80px;
	border: none;
}

div#galleryinfo
{
	width: 270px;
	height: auto;
	float: right;
}

div#video
{
	width: 320px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#video div#title
{
	line-height: normal;
	text-align: left;
	margin-bottom: 10px;
}

/*
**
** Contact
**
*/

div#contactform
{
	width: 53%;
	height: auto;
	float: left;
}

table#contactus
{
	width: 100%;
	border-collapse: collapse;
}

#contactus td.title
{
	width: 45%;
	color: #6c5735;
	padding-top: 3px;
	vertical-align:text-bottom;
	font-weight: bold;
	font-size: 7pt;
	line-height: normal;
	text-align: left;
}

#contactus td.data
{
	width: 55%;
}

div#contactaddress
{
	width: 43%;
	height: auto;
	float: right;
	color: #6c5735;
}

#contactaddress span#title
{
	font-family: Times New Roman, Times;
	font-size: 14pt;
}

/*
**
** Signup
**
*/

div#signup
{
	margin-top: 10px;
	font-family: Times New Roman, Times;
	font-size: 14pt;
	text-align: center;
}

#signup a
{
	text-decoration: none;
}

/*
**
** New Additions - October 2009
**
*/

div.clear { clear: both; }

div#presentation
{
	width: 700px;
	height: 200px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
}

div#presentation div.slide
{
	position: absolute;
}

/*
**
** New Additions - Tours
**
*/

div.tour-title
{
	font-family: Times New Roman, Times;
	font-size: 14pt;
	color: #6c5735;
	padding-bottom: 10px;
}

div.tour-information
{

}

div.tour-description
{
	width: 390px;
	float: left;
}

div.tour-image
{
	width: 276px;
	height: 224px;
	float: right;
	padding: 1px;
	border: solid 1px #6c5735;
	margin-left: 14px;
	
	background-image: url('../images/back_noimage.png');
}

table.tour-detail
{
	width: 688px;
	margin: 10px 0px 20px 0px;
	border-collapse: collapse;
}

table.tour-detail tr.title
{
	height: 36px;
	background-color: #6c5735;
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
	line-height: normal;
	text-align: center;
}

table.tour-detail tr.entry
{
	height: 36px;
	line-height: normal;
	border-bottom: solid 1px #6c5735;
}

table.tour-detail tr.title td
{
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}

table.tour-detail td.info
{
	width: 60px;
	text-align: center;
}

table.tour-detail td.buy
{
	width: 40px;
	text-align: center;
}

/*
**
** New Additions - NEWT in the News
**
*/

table#nitn
{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table#nitn tr.break
{
	height: 16px;
}

table#nitn tr.nitn-title
{
	height: 32px;
	color: #ffffff;
	line-height: normal;
	background-color: #6c5735;
}

table#nitn div.title-left
{
	width: 450px;
	padding-left: 5px;
	float: left;
}

table#nitn div.title-right
{
	width: 200px;
	padding-right: 5px;
	text-align: right;
	float: right;
}

table#nitn tr.excerpt td
{
	height: 60px;
	padding-left: 5px;
	padding-right: 5px;

	background-color: #ebeae9;
}

/*
**
** New Additions - Links
**
*/

table#links
{
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

table#links tr.break
{
	height: 16px;
}

table#links tr.title
{
	height: 24px;
	color: #ffffff;
	line-height: normal;
	background-color: #6c5735;
}

table#links td.title-left
{
	width: 50%;
	padding-left: 5px;
	padding-bottom: 2px;
}

table#links td.title-right
{
	width: 50%;
	padding-right: 5px;
	text-align: right;
	padding-bottom: 2px;
}

table#links tr.info
{
	height: 90px;
	background-color: #ebeae9;
}

table#links div.link-image
{
	width: 150px;
	height: 78px;
	padding: 1px;
	float: left;
	border: solid 1px #6c5735;
	
	background-image: url('../images/back_noimage.png');
}

table#links div.description
{
	width: 512px;
	height: 82px;
	float: right;
	padding-right: 8px;
}

table#links td.title-right a { color: #ffffff; text-decoration: none; }
table#links td.title-right a:hover { color: #d6a477; text-decoration: underline; }

/*
**
** New Additions - Testimonials
**
*/

div.testimonial
{
	clear: both;
	width: 668px;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 10px;
	border-top: dotted 1px #6c5735;
	border-bottom: dotted 1px #6c5735;
	font-style: italic;
	background-color: #ebeae9;
}

div.testimonial span.name
{
	font-style: normal;
	font-weight: bold;
}

/*
**
** New Additions - Tour Holidays
**
*/

table#holidays
{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

table#holidays td
{
	width: 50%;
	height: 250px;
	padding: 6px;
	background-color: #ebeae9;
	vertical-align: top;
}

table#holidays div.holiday-title
{
	height: 24px;
	color: #ffffff;
	line-height: 22px;
	padding-left: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	background-color: #6c5735;
}

table#holidays div.holiday-image
{
	width: 150px;
	height: 100px;
	padding: 1px;
	margin-right: 6px;
	float: left;
	border: solid 1px #6c5735;
	
	background-image: url('../images/back_noimage.png');
}

/*
**
** New Additions - Security
**
*/

img.security
{
	width: 150px;
	height: 50px;
	padding: 1px;
	border: solid 1px #6c5735;
	margin-bottom: 2px;
}

input.security
{
	width: 148px;
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	background-color: #ebeae9;
	border: solid 1px #6c5735;
	padding: 2px;
}

/*
**
** New Additions 12/10 - Shop
**
*/

input.paypal
{
	width: auto !important;
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
}

table#shop-items
{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table#shop-items tr.break
{
	height: 16px;
}

table#shop-items tr.title
{
 	height: 25px;
	color: #ffffff;
	line-height: normal;
	background-color: #6c5735;
}

table#shop-items tr.title td
{
    padding: 0px 12px 0px 12px;
}

table#shop-items tr.title td a
{
    color: #ffffff;
    cursor: default;
}

table#shop-items tr.detail
{
    background-color: #ebeae9;
}

table#shop-items tr.detail td
{
    padding: 8px 12px 8px 12px;
}

table#shop-items tr.detail td.paypal
{
    width: 200px;
    border-left: dotted 1px #6c5735;
}

/*
**
** New Additions 8.9.2011 - Social Network Icons/Brochure Download
**
*/

div#social-brochure
{
    margin-bottom: 7px;
}

div#social-brochure div#social
{
    width: 32px;
    float: left;
}

div#social-brochure div#brochure
{
    width: 230px;
    float: right;
}

a.social
{
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -10000px;
    line-height: 32px;
    text-decoration: none;

    background-position: left top;
    background-repeat: no-repeat;
}

a.social:hover
{
    background-position: left bottom;
}

a#facebook
{
    background-image: url('../images/icon_facebook.png');
    margin-bottom: 2px;
}

a#twitter
{
    background-image: url('../images/icon_twitter.png');
}

div#social-brochure div#brochure
{
	line-height: 17px;
}

div#social-brochure div#brochure a
{
	display: block;
	width: 236px;
	height: 69px;

	background-image: url('../images/button_brochure.png');
}

div#social-brochure div#brochure div input.text
{
	float: left;
	width: 160px;
}

div#social-brochure div#brochure div input.button
{
	float: right;
	width: 56px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	
	background-color: #6C5735;
}
