/* ====================

Title: Nonstop Canada Main
Last updated: 07/04/2008 by Mike

* Some ideas from Blueprint
* code.google.com/p/blueprintcss

==================== */


/* --------------------------
 @Reset - Based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
----------------------------- */

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, code,del, dfn, em, img, q, 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-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;} table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight:400; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } a img { border: none; }


/* --------------------------
 @Typography
----------------------------- */

body {
	color: #584b38;
	font-family: "lucida sans unicode", "lucida grande", "trebuchet ms", sans-serif;
	font-size: 75%;
	line-height: 1.5;
}

/* Headings */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { color: #b40707; font-size: 1.5em; line-height: 1; margin-bottom: 0.75em;}
h2 { color: #367c9c; font-size: 1.54em; margin-bottom: 0.5em; }
h3 { font-size: 1.25em; line-height: 1; margin-bottom: 1em; margin-top: 0.833em }
h4 { font-size: 1.2em; font-weight: bold; line-height: 1.25; margin-bottom: 1.25em; }

/* Text elements */

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }

ul, ol      { margin: 0 0 1.5em 1.5em; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

/* Default link styles */

a:link, 
a:visited {
	color: #910606;
	text-decoration: none;
}

p a:link, 
p a:visited {
	border-bottom: 1px solid #367c9c;
	color: #2f7697;
}

p.checkitout a:link,p.checkitout a:visited, p.checkitout a:hover, p.checkitout a:active, p.checkitout a:focus { border-bottom: 0 }

a:active, 
a:focus,
a:hover {
	color: #e22d2d;
	text-decoration: none;
}

p a:active, 
p a:focus,
p a:hover {
	border-bottom: 1px solid #18a2df;
}


/* Tables */

table   { margin-bottom: 1.4em; }
th      { font-weight: bold; }

/* Text Classes */

.new {
	color: #f37800;
	font-weight: bold
}


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

body {
	background: #f8f7f4 url('../images/bg_body.gif') repeat-x;
	padding: 9px 0 0;
}

div#wrapper_top { background: url('../images/bg_wrapper_top.gif') center top no-repeat; padding: 27px 7px 0px 7px } 

div#wrapper_bottom { background: url('../images/bg_wrapper_bottom.gif') center top no-repeat; height: 36px; margin: 0 auto; overflow: hidden; width: 983px; }

div#wrapper_inner { background: url('../images/bg_wrapper_inner.gif') center bottom no-repeat; padding: 0 20px 100px }

div#wrapper { background: url('../images/bg_wrapper_middle.gif') center top repeat-y; margin: 0 auto; overflow: hidden; width: 983px; }

.notice { background: #fbdc2e; margin: 0 0 5px; padding: 10px 0 0.5em 5px }

.notice h2 { line-height: normal; margin-bottom: 0.41333em }

.notice h2 img { display: block; padding: 7px 0 }

#wrapper_inner .notice p { color: #584b38; line-height: 1.75em; margin: 0 0 1em }


/* --------------------------
 @Identity
----------------------------- */

div#identity {
	margin-right: 5px;
	width: 250px;
}

img#logo {
	margin-bottom: 0px;
}


/* --------------------------
 @Navigation
----------------------------- */

.navigation {
	margin: 0 0 5px 4px;
}

.navigation li {
	background: url('../images/bg_navigation.gif') top left repeat-x;
	line-height: 1.8333em;
	list-style-type: none;
	padding: 0.75em 0 0.75em 1px;
}

	.navigation li.first {
		background: none;
	}

.navigation li a:link, .navigation li a:visited {
	background: url('../images/arrow_red.gif') center left no-repeat;
	color: #483a1d;
	font-weight: bold;
	padding: 0 0 0 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation li a:hover, .navigation li a:active, .navigation li a:focus {
	color: #725e34
}

/* --------------------------
 @Admin tools
----------------------------- */

#tools { margin: 0 auto; padding: 0.75em 0 0; text-align: right; width: 929px; }
#tools .pipe { color: #c3beac; margin: 0 5px; }
#tools .button { background: transparent; border: 0px solid #4d83aa; color: #2e7cb5; cursor: pointer; font-size: 12px; padding: 0; border-bottom-width: 1px; }
#tools .button:hover { color: #195987; }


/* --------------------------
 @Insiders guide
----------------------------- */

#insidersguide { margin-bottom: 5px; padding: 5px 5px 22px; position: relative; width: 495px; }

#insidersguide img.main { margin-bottom: 8px }

img#corner_insidersguide { height: 47px; position: absolute; right: 5px; top: 5px; width: 184px }

#insidersguide .content { background: url('../images/divider_green.gif') repeat-x }

#insidersguide h2 { background: url('../images/divider_green.gif') bottom left repeat-x; color: #3d8019; font-size: 1.25em; margin: 0; padding: 0.667em 0; position: relative; text-align: right; text-transform: uppercase }

#insidersguide h2 .back { left: 0px; position: absolute; top: 11px; }

#insidersguide h2 .more { margin: 0 0 0 5px; position: relative; top: 2px }

.insiders-guide #content_primary h2 { color: #327512 }

.insiders-guide .notice { background: #caf484; padding: 1.5em 1em 0.5em  }

.insiders-guide #content_primary .notice p { color: #448718; }

.insiders-guide p a:link,
.insiders-guide p a:visited { border-bottom-color: #75b53f; color: #3d8019; }

.insiders-guide p a:hover,
.insiders-guide p a:active,
 .insiders-guide p a:focus { border-bottom-color: #3d8019; }

h3#heading_insidersguide { background: url('../images/divider_darkgreen.gif') top left repeat-x; clear: both; margin: 20px 0 0; padding: 12px 0; }

.insiders-guide #wrapper ul.links { background: url('../images/divider_darkgreen.gif') top left repeat-x; margin: 0px 10px; }

.insiders-guide .links li { background: url('../images/divider_darkgreen.gif') bottom left repeat-x; padding: 12px 0; }

.insiders-guide .links a:link, .insiders-guide .links a:visited { color: #3d8019; }

.insiders-guide .links a:hover, .insiders-guide .links a:active, .insiders-guide .links a:focus { color: #bff657; }

.insiders-guide #content_primary .image-with-caption p { background: #c1f561 url('../images/bg_caption_green.gif') repeat-x; color: #3d8019; }


/* --------------------------
 @Promotions
----------------------------- */

#promotions { margin: 0; overflow: hidden; padding-bottom: 5px; }

#promotions .blue h3 { background: url('/images/divider_blue.gif') bottom left repeat-x; color: #18668a; font-size: 1em; font-weight: bold; margin: 0 0 0.667em; padding-bottom: 0.91667em; text-transform: uppercase; }

#promotions div.promotion { margin-bottom: 0; padding: 5px 0 0.5em 5px;}

#content .promotion p { line-height: 1.75em; }

.promotion p.last { background: url('/images/divider_blue.gif') bottom left repeat-x; padding-bottom: 1em }

img.promotion { margin: 0 0 12px; }

h2.favourites { margin: 0; padding: 5px 5px 10px; }

h2.favourites img { display: block; }

p.checkitout { margin: 0; padding-top: 8px; text-align: right; }

p.checkitout img { display: block; float: right; margin: 0; padding: 3px 0 }

.halfmain { width: 245px }


/* --------------------------
 @Corners
----------------------------- */

.corners { position: relative }

.tl, .tr, .bl, .br { background: url('/auto/corners/fff-12/all.png') no-repeat; height: 12px; position: absolute; width: 12px; }

.tl { background-position: top left; left: 0; top: 0; }

.tr { background-position: top right; right: 0; top: 0; }

.bl { background-position: bottom left; bottom: 0; left: 0; }

.br { background-position: bottom right; bottom: 0; right: 0; }

.green_tall { background: #a7df3c url('/images/gradient_green_tall.gif') repeat-x; }

.blue { background: #cde7f3 url('/images/gradient_blue_short.gif') repeat-x; }

.blue_tall { background: #cde7f3 url('/images/gradient_blue_tall.gif') repeat-x; }

.lighterblue { background: #ebf8ff url('/images/gradient_lighterblue_short.gif') repeat-x;}

.brown { background: #f6f5ee url('/images/gradient_brown_short.gif') repeat-x; }

.lighterbrown { background: #f8f7f4 url('/images/gradient_lighterbrown_short.gif') repeat-x; }


/* --------------------------
 @bottomlinks
----------------------------- */

#content_primary ul.links, #pagelead ul.links { background: url('../images/divider_blue.gif') top left repeat-x; line-height: normal; list-style-type: none; margin: 20px 10px 0; }

.links li { background: url('../images/divider_blue.gif') bottom left repeat-x; padding: 12px 0; }

.links a * { vertical-align: middle; }

.links a:link, .links a:visited { color: #18668a; font-weight: bold; text-decoration: none; text-transform: uppercase }

.links a:hover, .links a:active, .links a:focus { color: #07234f; }

.links .button { margin: -3px 5px 0 0; }


/* --------------------------
 @pagelead
----------------------------- */

#pagelead { margin-bottom: 5px; padding: 5px 5px 22px; width: 495px}

#pagelead img.main { display: block; margin-bottom: 12px; }

#pagelead .title { background: url('../images/divider_blue.gif') top left repeat-x; margin: 0 10px; padding: 12px 0 0 }

#pagelead h1 { background: url('../images/divider_blue.gif') bottom left repeat-x; color: #18668a; font-size: 1.5em; font-weight: bold; margin: 0; padding: 0 0 12px; position: relative; text-align: right; text-transform: uppercase; }

#pagelead h1 .back { left: 0px; position: absolute; top: 0px; }

#pagelead ul.links { background: none; margin-top: 0 }

#pagelead .links li { text-align: right; }

#pagelead .links .button { margin: -3px 0 0 5px; }


/* --------------------------
 @Captions
----------------------------- */

.image-with-caption { margin-bottom: 10px; width: 320px; }

.image-with-caption img { background: transparent; display: block; position: relative; z-index: 2}

#content_primary .image-with-caption p { background: #cbe6f3 url('../images/bg_caption_blue.gif') top left repeat-x; color: #18668a; font-size: 12px; font-weight: normal; line-height: 1.5em; margin: -12px 0 0 0; padding: 20px 16px 10px; text-align: center; }

.left {
	float: left;
	padding-right: 14px;
}

.right {
	float: right;
	padding-left: 14px;
}


/* --------------------------
 @content
----------------------------- */

#content { width: 505px; }

#content p { line-height: 2.333em; }

.home #content_primary h2 { background: url('../images/bg_h2_narrow.gif') no-repeat; margin: 0px; padding: 0.5em 10px 0.3em;}


/* --------------------------
 @content_primary
----------------------------- */

#content_primary p, #content_primary h3, #content_primary ul { margin-left: 10px; margin-right: 10px }

#content_primary h2 { background: url('../images/bg_h2.gif') no-repeat; clear: both; margin: 0px; padding: 0.5em 10px 0.3em;}

#content_primary p { line-height: 2.333em; }

#content_primary ul, #content_primary ol { line-height: 2.333em; margin-left: 25px; }


/* --------------------------
 @widgets
----------------------------- */

#widgets { margin: 0; width: 164px; }

.ad { clear: left; display: block; margin: 0 0 5px; }

#featuredresorts { background: url('/images/bg_featuredresorts.gif') no-repeat; height: 269px; padding-top: 42px; width: 164px }

#featuredresorts img { display: block; margin: 0 auto 22px; }


/* --------------------------
 @Times
----------------------------- */

#times { background: url('../images/bg_times.gif') no-repeat center 1px; margin: 5px 0 0; overflow: hidden; padding: 0 0 2px; }

p.timezone { float: left; font-family: verdana, sans-serif; font-size: 0.75em; margin: 0; padding: 2px 0; text-align: center; text-transform: uppercase; width: 50%; }

#times .bottom { padding-top: 3px; }

.timezone img { display: block; margin: 0 auto }

#times span.time { color: #b19e6e; display: block; font-family: arial, sans-serif; font-size: 1.667em; font-weight: bold; letter-spacing: 1px }


/* --------------------------
 @Weather
----------------------------- */

#weather { background: url('../images/bg_currentweather.gif') top left no-repeat; margin: 0 0 10px; overflow: hidden; padding-top: 10px; text-align: center }

#weather h3 { color: #18668a; font-size: 0.75em; font-weight: bold; margin: 3px 0 10px; text-align: center; text-transform: uppercase }

#weather h3 .more { font-weight: normal; text-transform: none }

#weather h3 a:link,#weather h3 a:visited { text-decoration: none; }

#weather h4, #weather p { color: #597ba6; font-size: 0.8333em; font-weight: normal; margin: 0}

#weather p { margin: 0 }

#weather #current, #weather #forecast { margin: 0 0 5px; width: 50% }

#weather #current img, #weather #forecast img { padding: 3px 0 2px; }


/* --------------------------
 @Weather Centre
----------------------------- */

.weather-centre ul#forecast { margin: 0; }

.weather-centre h3 { background: url('../images/bg_forecast_h3.gif') no-repeat; color: #367c9c; font-size: 1.54em; margin: 0; padding: 0.5em 0 0.667em; text-align: center; }

.weather-centre #forecast li { list-style-type: none; float: left; margin-left: 5px; width: 164px; }

.weather-centre #forecast li.first { margin-left: 0px; }

.weather-centre #forecast li img { display: block; margin: 0 auto 10px; }

.weather-centre #forecast p, .weather-centre #forecast h3 { margin-left: 0; margin-right: 0 }

.weather-centre #forecast p { font-size: 0.91667em; line-height: 1.6667; padding: 0 5px; text-align: center }

.weather-centre .webcam { float: left; margin-left: 10px; } 


/* --------------------------
 @Businesslistings
----------------------------- */

div#businesses { margin-top: 10px; }

div.business { overflow: hidden; margin-bottom: 10px; padding: 10px }

.business_logo { float: left }

.business div.content { margin: 0 0 0 164px; }

#content_primary .business .content h3, #content_primary .business .content p { margin-left: 0; margin-right: 0; }

.business h3 { background: url('../images/divider_brown.gif') repeat-x bottom left; color: #06688a; font-size: 1.5em; font-weight: bold; margin: 0.2em 0 0; padding: 0 0 0.75em; text-transform: uppercase; }

.business p { background: url('../images/divider_brown.gif') repeat-x bottom left; margin-bottom: 1.41667em; padding: 0.7em 0 0.7em }


/* --------------------------
 @Business
----------------------------- */

img.business-thumb { float: left; }

#business-details { margin-bottom: 10px; overflow: hidden; padding: 10px; }

#business-details a:link, #business-details a:visited { color: #2f7697; }

#business-details a:hover, #business-details a:active, #business-details a:focus { color: #2098cf; }

#business-details ul.vcard { background: url('../images/divider_blue.gif') repeat-x top left; list-style-type: none; margin: 0 0 0 169px }

#business-details .vcard li { background: url('../images/divider_blue.gif') repeat-x bottom left; padding: 10px 0 }

#business-details .vcard .fn { display: none; visibility: hidden; }

#business-details .vcard strong { color: #2f7697 }

#contact_business { margin-left: 10px; margin-right: 10px; padding-top: 12px; }
	
#contact_business label { cursor: pointer; display: block; font-weight: bold; margin: 0 0 1.5em; text-align: right;}

#contact_business label * { vertical-align: top }

#contact_business input, textarea { width: 570px; }

#contact_business input.text, #contact_business input.password {
	background: #fdfdf8;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #CCC;
	font-weight: normal;
	padding: 3px;
}

	#contact_business input.text:focus, #contact_business input.password:focus {
		background: #FFF
	}

#contact_business  textarea {
	background: #fdfdf8;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #CCC;
	font-size: 1em;
	height: 200px;
	line-height: 1.5em;
	padding: 3px;
}

	#contact_business textarea:focus {
		background: #FFF
	}

#contact_business #send-message { margin-left: 76px; width: auto; }


/* --------------------------
 @Adverts
----------------------------- */

#advert { background: url('../images/adframe_temp.gif') no-repeat; height: 218px; text-align: center; width: 250px }

#advert p.explanation { color: #cec3ad; font-size: 0.833em; letter-spacing: 2px; margin: 0; padding: 10px 0 4px; text-align: center; text-transform: uppercase; }

#advert img { background: url('../images/adframe_inner.gif') no-repeat; padding: 5px }


/* --------------------------
 @Siteinfo
----------------------------- */

#siteinfo {
	clear: both;
	overflow: hidden;
	padding: 10px 10px 0;
}

#siteinfo .pipe {
	color: #d3eec2;
	margin: 0 10px;
}

#siteinfo #partners { background: url('/images/bg_siteinfo-p.gif') repeat-y top left; float: right; margin-left: 10px; padding-left: 5px; width: 261px; }

#siteinfo .partner {
	display: block;
	float: left;
	margin-left: 5px;
}

#siteinfo p { float: right; font-size: 0.91667em; line-height: 1.8em; margin: 0.25em 0 0; text-align: right; }

#siteinfo p a:link, #siteinfo p a:visited { border: none; color: #910606; text-decoration: none; }

#siteinfo img#takemetothetop { left: 32px; position: relative; top: 1.8em; }


/* --------------------------
 @Classes (reusable)
----------------------------- */

.clear { clear: both; height: 1px; overflow: hidden;}

.container { margin: 0 auto; position: relative; width: 991px;}

.content { margin: 0 10px 0 10px }

.column {
	float: left;
	margin-right: 5px;
}

.fullwidth { width: 674px }

.last {
	margin-right: 0;
	margin-bottom: 0;
}


/* --------------------------
 @Forms
----------------------------- */

form.form {
	margin-bottom: 1.5em;
}

fieldset {
	border: 0;
}

	fieldset.hidelegend legend {
		display: none;
	}

	
.form label {
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 0 0 1.5em;
}

input,
textarea,
select {
	font-family: "lucida sans unicode", "lucida grande", "trebuchet ms", sans-serif;
}

.form input.text, .form input.password {
	background: #fdfdf8;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #CCC;
	display: block;
	font-weight: normal;
	margin: 0.2em 0 0 0;
	padding: 3px;
}

	.form input.text:focus, .form input.password:focus {
		background: #FFF
	}

.form textarea {
	background: #fdfdf8;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #CCC;
	display: block;
	font-size: 1em;
	height: 200px;
	line-height: 1.5em;
	margin: 0.2em 0 0 0;
	padding: 3px;
	width: 400px;
}

	.form textarea:focus {
		background: #FFF
	}

select {
	margin: 0.2em 0 0 0;
}

input.submit {
	font-size: 0.8em;
	font-weight: bold;
	padding: 4px 0;
}

.error, 
.success {
	background: #fbf3f3;
	border: 3px solid #c84040;
	color: #000;
	margin: 0 0 1.5em 0;
	padding: 1em;
}

.success {
	background: #fffbe2;
	border-color: #ffe222;
}

.error ol {
	margin: 0.5em 0 0;
}

.error li {
	margin: 0 0 0.4em 2.8em;
}

.required, 
label span.required {
	color: #A6010C;
}

.error h3, 
.success h3 {
	color: #222;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}



/* --------------------------
 @Paginator
----------------------------- */

.paginator { text-align: center;}

.paginator p.last { color: #9f9f9f }

.paginator a:link, .paginator a:visited { border: 1px solid #ddd; color: #666; padding: 0.22em 0.5em;}

.paginator a:hover, .paginator a:active, .paginator a:focus { background: #666; border: 1px solid #000; color: #fff; text-decoration: none; }

.paginator .current { background: none; color: #000; font-weight: bold; margin: 0 0.3em;}

.paginator .next { margin-left: 2em;}

.paginator .previous { margin-right: 2em;}

.paginator .inactive { color: #9f9f9f; padding: 0.28em 0.5em;}

.paginator p.total { color: #9f9f9f; padding-top: 1em; }

