/* Browser Reset
=============================================================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
border: 0;
margin: 0;
}
fieldset, img {
border: 0;
}
:focus {
outline: 0;
}
img.floatRight {
padding: .5em 0 .5em 1em;
float: right;
}
img.floatLeft {
float: left;
padding: .5em 1em .5em 0;
}
/* Fonts
=============================================================================================*/
body {
font-family: Verdana, Arial, "Helvetica Neue", sans-serif;
}
/* Basics
=============================================================================================*/
body {
font-size: 76%;
color: #333;
line-height: 1.2em;
background: #FFF url('../NEW-images/bg.gif') repeat-y left top;
}
a {
color: #C00;
font-weight: 700;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h2 a.bookmark, h3 a.bookmark {
color: green;
}
a img {
border: 0;
}
p {
margin: 0 0 1em 0;
}
ul {
list-style: disc;
padding: 0 0 0 7px;
margin: 0 0 1em 1em;
}
ol {
padding: 0 0 0 1em;
margin: 0 0 1em 1em;
}
li {
margin-bottom: .3em;
}
ul ul ul li {
margin-bottom: 0;
}
h1, h2, h3 {
font-family: Calibri, Arial, Helvetica, sans-serif;
font-weight: bold;
}
h1 {
font-size: 1.8em;
color: #333;
margin-bottom: 18px;
}
h2 {
font-size: 1.5em;
color: green;
margin-bottom: 12px;
}
h3 {
font-size: 1.2em;
color: green;
}
h5 {
font-size: 1em;
color: gray;
font-weight: normal;
}
hr {
border-width: 0;
margin: 1em 0 1em 0;
color: gray;
background-color: gray;
height: 1px;
clear: both;
}
blockquote {
margin-left: 2em;
}
input[type=image] {
	border:0;
	padding: 5px 0;
}
/* Core Layout
=============================================================================================*/
#wrap {
width: 970px;
}
#content {
float: right;
line-height: 1.5em;
width: 720px;
}
#header {
margin: 0;
padding: 30px 0;
position: relative;
width: 720px;
float: right;
}
#sidebar {
margin: 0;
padding: 0;
width: 200px;
float: left;
}
#footer {
border-top: 1px green solid;
color: gray;
font-size: 0.9em;
line-height: 1.6em;
margin: 50px auto 0 auto;
padding: 8px 0;
text-align: right;
width: 720px;
float: right;
}
.leftCol {
float: left;
width: 50%;
}
.rightCol {
float: right;
width: 49%;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.imagewrap {
	width: 445px;
	float: left;
	text-align: center;
}
.scroll {
	overflow: auto;
	background-color: #FFFFFF;
	margin-top: 18px;
}
.scroll ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.scroll li {
	width: 75px;
	list-style: none;
	text-align: center;
	display: inline;
}
.scroll li a {
	display: inline-block;
}
.formwrap {
	width: 265px;
	float: right;
}

/* Formatting
=============================================================================================*/
/*--- HOME PAGE ------------------------*/
.poem {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-size: 110%;
font-weight: bold;
color: green;
text-align: center;
line-height: 1.5em;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.elf-family {
	position: relative;
	text-align: center;
}
img.new-btn {
	position: absolute;
	left: 20px;
	top: 10px;
}
/*--- SEARCH RESULTS ------------------------*/
.pdgeven, .pdgodd {
width: 712px;
float: left;
padding: 4px;
line-height: 1.3em;
vertical-align: top;
}
.pdgeven {
background-color: #f4f4f4;
}
.searchItem {
margin-left: 120px;
}
.addBtn {
float: right;
text-align: right;
}
.options {
padding-left: 1em;
}
.price {
padding-right: 1em;
padding-left: 2em;
font-weight: bold;
}
.coming-soon {
	display: block;
	padding: 10px 10px 0;
	clear: right;
	color: #c00;
}
.coming-soon-link {
	color: green;
	text-decoration: underline;
}
.coming-soon-small {
	font-weight: normal;
	font-size: .8em;
}

/*--- BASKET ------------------------*/
table {
width: 100%;
border-width: 0;
border-spacing: 0;
border-collapse: collapse;
margin-bottom: 1em;
}
th, td {
padding: 3px;
vertical-align: top;
}
td {
	border-bottom: 1px solid #ccc;
}
table.checkout td {
	border-bottom: 0;
}
th {
text-align: center;
background-color: #0D8E46;
color: #FFF;
border-bottom: 10px #FFF solid;
}
#basket tr.subtotals td {
padding-bottom: 5px;
background-color: #F3F3F3;
border-top: 1px green solid;
vertical-align: middle;
}
#basket tr.totals td {
padding-bottom: 5px;
background-color: #F3F3F3;
border-bottom: 2px green solid;
vertical-align: middle;
}
/*--- CHECKOUT ------------------------*/
#checkout div {
padding: 0.25em 0;
clear: both;
}
div#summary, div#contact, div#source, div#billing, div#shipping {
margin: 0 0 30px;
padding: 0;
}
#summary h2, #checkout h2, #verify h2, #pdgcontact h2 {
padding: 1px 0 3px 0;
color: #FFF;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
text-align: center;
}
#pdgcontact h2 {
margin: 0;
background-color: #0D8E46;
}
#summary h2 {
margin: 0;
background-color: #CC0019;
}
#checkout h2, #verify h2 {
margin: 0 0 10px;
background-color: #0D8E46;
}
#summary th {
padding: 3px 5px;
background-color: #EBEBEB;
color: #333;
border-bottom: 2px #FFF solid;
}
#checkout label {
width: 215px;
float: left;
text-align: right;
position: relative;
}
#checkout label.inline {
float: none;
display: inline;
vertical-align: 2px;
}
label span.smaller {
line-height: 1.5em;
}
input.L {
width: 300px;
}
input.M {
width: 200px;
}
input.S {
width: 60px;
}
input.XS {
width: 20px;
}
#checkout .colLeft {
float: left;
width: 215px;
text-align: right;
position: relative;
clear: none;
}
#checkout .colRight {
width: 400px;
text-align: left;
margin-left: 225px;
clear: none;
}
.buttonRow {
margin: 20px 0 0 225px;
}
table#addresses {
margin-top: 30px;
}
table#addresses th {
border-bottom: 2px;
background-color: #FFF;
padding: 0;
}
#summary td {
padding: 3px 5px;
}
#summary tr.totals td {
padding-bottom: 5px;
border-bottom: none;
}
tr.subtotal td {
border-top: 1px green solid;
}
/*--- SHIP COMPARE ------------------------*/
table.pdgmain {
width: 310px;
position: relative;
line-height: 1em;
color : #999999;
}
td.pdgmain {
margin: 0;
border-style: none;
font-size: 80%;
}
td.UPS div {
position: relative;
}
td.UPS table.pdgmain {
position: absolute;
left: -645px;
top: -18px;
}
.pdgmain h5 {
padding: 0;
margin: 0;
font-size: 1em;
}
td {
text-align: left;
}
/*--- Sidebar and menu ------------------------*/
#sidebar ol {
border-width: 1px;
border-color: #FFFFFF;
list-style: none;
margin: 0;
padding: 0;
border-top-style: solid;
border-bottom-style: solid;
}
#sidebar ol ol {
border: 0;
}
#sidebar li {
line-height: 1.4em;
margin: 0;
}
#sidebar a.odd {
display: block;
padding: 3px 10px;
color: #FFF;
text-decoration: none;
background-color: #CC0019;
}
#sidebar a.even {
display: block;
padding: 3px 10px;
color: #0D8E46;
text-decoration: none;
background-color: #FFF;
}
#sidebar a:hover {
color: #FFF;
background-color: #0D8E46;
text-decoration: none;
}
#subnavlist li {
margin: 0;
}
#subnavlist a {
padding: 3px 10px 3px 20px;
}
#sidebar h2, #sidebar h3 {
border-style: none;
margin: 0;
display: none;
}
#sidebar a.indent {
	padding-left: 20px;
}
#emailSignup {
	margin-top: 22px;
	padding: 10px 3px;
	background-color: #CC0019;
	color: white;
	text-align: center;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
}
#emailSignup h4 {
	padding: 5px 0;
	font-size: 12px;
}
#emailSignup a {
	color: #FFF;
}
#emailSignup a:hover {
	background-color: transparent;
	text-decoration: underline;
}
input#ccEmail {
	width: 140px;
}
#social {
	padding-top: 80px;
}

/*--- Main content ------------------------*/
#content h3 {
margin: 8px 0;
}
/*--- Header ------------------------*/
#header p {
margin: 0;
}
#toplinks {
font-size: 0.9em;
padding: 5px 2px 2px 3px;
text-align: right;
position: absolute;
right: 0;
top: 0;
}
#freeItem {
	background-position: 10px 10px;
	float: right;
	width: 350px;
	height: 118px;
	border: 2px solid #FFFF00;
	background-image: url('../NEW-images/free-item.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#freeItem p {
	padding: 10px 10px 10px 118px;
	font-size: 10px;
	color: green;
}

/*--- Products ------------------------*/
img.prodPhoto {
vertical-align: top;
}
#product {
width: 265px;
display: block;
float: left;
}
#product {
margin: 0;
line-height: 1.2em;
}
#product h2 {
font-family: Verdana, Arial, "Helvetica Neue", sans-serif;
font-size: 16px;
color: #333;
line-height: 1.2em;
margin: 0 0 1em;
}
#product h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12pt;
color: #9E0100;
margin-bottom: 2em;
line-height: 18px;
}
#perItem {
	font-weight: bold;
}
.oldprice {
	font-weight: normal;
	color: #006600;
	text-decoration: line-through;
	text-transform: uppercase;
}
/*--- Forms ------------------------*/
span.instructions {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: red;
	font-family: Verdana, Geneva, Tahoma, sans-serif
}
.btn1 {
border: 1px solid #000;
padding: 2px 4px;
color: #fff;
font-weight: bold;
text-align: center;
background-color: #0D8E46;
cursor: pointer;
}
.btn2 {
border: 1px solid #999;
padding: 2px 4px;
color: #333;
font-weight: normal;
text-align: center;
background-color: #FFF;
cursor: pointer;
}
.btn3 {
border: 1px solid #999;
padding: 2px 4px;
color: #900;
font-weight: bold;
text-align: center;
background-color: #FFF;
cursor: pointer;
}
.btnred {
border: 1px solid #000;
padding: 2px 4px;
color: #fff;
font-weight: bold;
text-align: center;
background-color: #c00;
cursor: pointer;
}
.btn-remove {
border: 0;
color: #333;
font-size: 11px;
font-weight: normal;
text-align: center;
background-color: #FFF;
cursor: pointer;
padding: 0;
text-decoration: underline;
}
.btn-remove:hover {
color: #C00;
}
.recalc {
width: auto;
font-weight: bold;
}
.btn:hover {
border: 1px solid red;
}
.size150 {
width: 150px;
}
.sizeSmall {
padding: 1px 2px;
font-size: 10px;
font-weight: normal;
width: auto;
}
td.label {
text-align: right;
width: 215px;
}
td.input {
width: 485px;
}
input, select, textarea {
border: 1px solid #999;
}
.radio {
border: 0;
}
form p {
margin: 1em 0;
}
label {
/* display: block; */
vertical-align: bottom;
margin-right: 5px;
}
input#quantity {
width: 30px;
}
/*--- Login ---------------------*/
.login h2 {
	font-size: 1.8em;
}
/*--- Text Link Button ----------*/
a.button {
display: block;
width: 148px;
border: 1px solid #999;
padding: 2px 0;
color: #900;
text-align: center;
}
a.button:hover {
border: 1px solid red;
text-decoration: none;
}
/*--- Footer ------------------------*/
#footer p {
margin: 0;
padding: 0;
}
#footer a {
color: gray;
}
a.credit {
font-weight: normal;
}
a.credit:hover {
color: #000;
text-decoration: underline;
}
/*--- Shipping Note ------------------------*/
#shippingNote {
border-style: solid none;
border-color: green;
padding: 10px 158px 10px 10px;
background-image: url('../NEW-images/bg-watercolor1.jpg');
background-repeat: repeat;
position: relative;
border-top-width: 2px;
border-bottom-width: 1px;
margin-bottom: 2em;
}
#shippingNote .alert {
font-size: 1.3em;
margin: 0.5em 0 1em;
}
.cornerTR {
position: absolute;
top: 0;
right: 0;
}
/*--- VERIFY ------------------------*/
.specialNote {
border-style: solid none;
border-color: green;
padding: 0em;
background-image: url('../NEW-images/bg-watercolor1.jpg');
background-repeat: repeat;
border-top-width: 1px;
border-bottom-width: 2px;
margin-bottom: 2em;
position: relative;
}
.specialNote p {
background-image: url('../NEW-images/reindeer.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right bottom;
padding: 1em 40px 1em 110px;
margin: 0px;
text-align: left;
font-size: 95%;
}
.cornerBL {
position: absolute;
bottom: 0;
left: 0;
}
#progressBar {
	text-align: center;
	height: 26px; 
}
/*--- Shipping ------------------------*/
.pdgeven {
background-color: #F4F4F4;
}
.pdgodd {
background-color: #FFF;
}
.pdgmain {
/*	font-size: 10px;*/
	background-color: #F4F4F4;
}
/*--- Adventure Ideas ------------------------*/
ul#ideaList {
padding-left: 0;
margin-left: 0;
list-style: none;
}
#ideaList li {
border-bottom: 1px dotted green;
background-position: left 10px;
padding-left: 30px;
background-image: url('../NEW-images/flake.gif');
background-repeat: no-repeat;
padding-top: 10px;
padding-bottom: 10px;
}
#ideaList li li {
padding-left: 0;
margin-bottom: 5px;
list-style-type: disc;
background-image: none;
border-bottom-style: none;
padding-top: 3px;
padding-bottom: 0;
}
/*--- In The News ------------------------*/
#newsImages {
padding-left: 0;
margin-left: 0;
list-style: none;
}
#newsImages li {
	float: left;
	width: 200px;
	height: 260px;
	text-align: center;
}

/*--- Movies -----------------------------*/
#more-movies {
	width:600px;
	text-align:center;
}
#movies dt {
	background-position: left 10px;
	padding-left: 30px;
	background-image: url('../NEW-images/flake.gif');
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	color: green;
	font-weight: bold;
}
#movies dd {
	border-bottom: 1px dotted green;
	padding-left: 60px;
	padding-bottom: 10px;
}

/*--- Various classes --------------------*/
.alignLeft {
text-align: left;
}
.aligncenter {
text-align: center;
}
.alignRight {
text-align: right;
}
.note {
color: #060;
font-weight: normal;
font-style: italic;
font-size: .9em;
font-family: "Trebuchet MS";
padding: 0;
line-height: 1em;
}
.notice {
font-family: Tahoma;
font-size: 11px;
color: #C00;
line-height: 1.2em;
text-align: left;
}
p.notice {
text-align: center;
}
.special {
font-size: 14pt;
color: #C00;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
text-align: center;
line-height: 1.5em;
}
.smaller {
font-size: 80%;
}
.hide {
position: absolute;
overflow: hidden;
text-indent: -9999em;
}
p.section {
background-color: #0D8E46;
padding: 2px 5px 2px 50px;
color: #FFF;
margin-top: 2em;
}
.blue {
color: #0033CC;
}
.alert {
color: #060;
font-weight: bold;
font-style: italic;
padding: 0;
margin: 0;
line-height: 1em;
}
.red {
color: #C00;
}
.redalert {
color: #C00;
font-weight: bold;
}
.green {
color: green;
}
.cart-message {
padding: 0 50px;
color: #C00;
}
.cart-message span {
color: #000;
font-weight: bold;
}
dl.columns {
width: 500px;
}
.columns dt {
margin: 0px;
padding: .5em;
width: 150px;
float: left;
font-weight: bold;
clear: left;
border-top: 1px #C0C0C0 solid;
}
.columns dd {
margin: 0px;
padding: .5em;
float: left;
width: 324px;
border-top: 1px #C0C0C0 solid;
}
ul.bull {
list-style-type: disc;
}
.padBottom {
margin-bottom: 20em;
}
.spaceAbove {
margin-top: 2em;
}
.sparkles1 {
clear: both;
height: 100px;
background: transparent url('../NEW-images/sparkles-1.gif') no-repeat scroll center bottom;
}
.sparkles2 {
clear: both;
height: 100px;
background: transparent url('../NEW-images/sparkles-2.gif') no-repeat scroll center bottom;
}
.clear {
clear: both;
}
.gray {
color: gray;
}
.snn-notice {
	position: absolute;
	width: 351px;
	height: 99px;
	right: 0;
	top: 80px;
}
div.container {
	padding: 10px;
	border: 1px #DDD solid;
}
.round10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}
.round15 {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; 
}
/*--- SIFR STYLES -----------------------*/
.sIFR-flash {
visibility: visible !important;
margin: 0;
padding: 0;
}
.sIFR-replaced, .sIFR-ignore {
visibility: visible !important;
}
.sIFR-alternate {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
display: block;
overflow: hidden;
}
.sIFR-replaced div.sIFR-fixfocus {
margin: 0pt; 
padding: 0pt; 
overflow: auto; 
letter-spacing: 0px; 
float: none;
}
.sIFR-active h1 {
visibility: hidden;
font-family: Verdana;
/*line-height: 1em;*/
font-size: 36px;
}

/* ========================================================================================= PRINT STYLES */

@media print {
	#toplinks,
	#sidebar,
	.screenElement {
		display: none !important;
	}
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

