/* CSS Document */
/*TYPOGRAPHY
----------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #1A1818;
	font-family: verdana, tahoma, sans-serif;
	font-size:62.5%;
	background: #FFFFFF url(../images/bg_body.gif) repeat-x;
}
#printHeader{
	display: none;
	}
/*This makes sure that the font size stays the same in nested elements*/
TH, TD, LI LI, LI P, TD P, BLOCKQUOTE P {
	font-size:1em
	}
/*This sets the font size at 11px [but still allows font scaling]*/
#faux{
	font-size: 1.1em;
	line-height: 1.4em;
	}
p	{
	padding:0px;
	margin:0 0 10px 0;
	}
h1, h2, h3, h4{
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #1A1818;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	
	}
h1 {
	font-size: 2.5em;
	line-height: 1.5em;
}
h2 {
	font-size:1.8em;
	line-height:1.1em;
	padding: 0 0 5px 0;
	margin: 5px 0 5px 0;
	font-weight: normal;
}

h3 {
	font-size:1.3em;
	line-height:1.1em;
	padding:0 0 5px 0;
	margin: 0px;
}
h4 {
	font-size:1.1em;
	line-height:1.1em;
	
	padding:0 0 5px 0;
	margin: 0px;
}
h6 {
	color: #a8e0ff;
	font-size: .9em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	}
A, A:active, A:visited   {
	color: #1A1818;
	text-decoration: none;
	font-weight: bold;
	
}
A:hover {
	color: #1A1818;
	text-decoration: underline;
}
#footer A, #footer A:active, #footer  A:visited   {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 8px;
	text-transform: uppercase;
}
#footer A:hover {
	color: #fff;
	text-decoration: underline;
}
input, select{
	font-size:10px;
	}
strong {
	font-weight: bold;
	}
ol{
	padding:0 0 0 10px;
	margin: 0 0 10px 20px;
	}
ul{
	padding:0px;
	margin: 0 0 10px 10px;
	}
li{
	margin: 0 0 3px 0;
	padding: 0px;
	}
ul li{
	list-style: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding: 0 0 0 12px;
	}
.top5{
	margin: 0 0 10px 0;
	}
.top5 li{
	padding: 1px 0 1px 15px;
	background-position: 4px 7px;
	}
.pageTitle2{ /*For Page titles with no subtitle [date etc] underneath*/
	padding: 0 0 10px 0;
	margin: 0;
	}
label, .fakeLabel{
	color: ##1A1818;
	font-weight: bold;
	}
input, select {
	color: #666;
	}
	
	
	
/*STRUCTURE
----------------------------------------------------*/
html, body{
	height: 100%;
	}
.wrapper {
	width: 870px;
	padding: 40px 45px 0 45px;
	margin: 0 auto;
	position: relative;
}
.wrapperHeader{
	width: 870px;
	height: 187px;
	padding: 0 45px;
	margin: 0 auto;
	position: relative;
	background: url(../images/bg_header.jpg) top left no-repeat;
}
#faux {
	z-index: 0;
	padding: 30px 0 40px 0;
	margin: 0px;
	background: #FFFFFF url(../images/bg_middle.jpg) repeat-x;
}

#fauxNew {
	z-index: 0;
	padding: 0px 0 0px 0;
	margin: 0px;
	background: #FFFFFF url(../images/giftGuide1/bg-new.jpg) repeat-x;
}

.content{margin:0 auto; background-color:#898989;}


#header {
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 187px;
}

.headerTop{
	position:absolute;
	top:0;
	right:0;
	}
#navbar{
	padding: 0;
	margin: 0px;
	}
#rightcolumn { 
 	display: inline;
 	margin: 0 0px 10px 0;
 	padding: 0 0 0 0;
 	width: 300px;
 	float: right;
}
#leftcolumn {
	float: left;
	width: 520px;
	display: inline;
	border: 1px solid #687178;
	padding: 3px 10px 10px 10px;
	background: #B6C9D8;
}

#singlecolumn{
	margin: 0 10px;
	padding: 10px;
	background-color: #FFF;
	}
#footer {
	clear: both;
	margin: 0px;
	padding-top: 5px;
	height: 17px;
	color: #FFFFFF;
	text-align: center;
	background: #4d758F url("../images/bg_footer2.gif") repeat-x;
}
.clear { clear: both; background: none; }
.promo, .newsImg {
	margin-bottom: 10px;
	}
#logo{
	position: absolute;
	left: 40px;
	top:0px;
	}



/*NAVIGATION
----------------------------------------------------*/

.navBar{margin:0 auto; background:url(../images/giftGuide/nav-bg.jpg) repeat-x; height:51px;}
.navBar ul{margin:0 auto!important;}


#navbar{
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 0;
	position: absolute;
	left: 45px;
	top: 187px;
	height: 51px;
	}
#nav {
	width: 870px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.4em;
	z-index: 5;
}

#nav a {
	font-weight: bold;
	color: #e4e4e4;
	text-decoration: none;
	display: block;
}
#nav a:hover {
	color: #fff;
	text-decoration: none;
}
#nav li li a {
	display: block;
	font-weight: normal;
	color: #fff;
	padding: 0.2em 10px;
	width: 10em;
	z-index: 10;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #D3DFE8;
	border-width: 0 5px;
	color: #fff;
	text-decoration: none;
	z-index: 10;
}

#nav li li:hover {
	background-color: #74A7C6;
	z-index: 10;
}

#nav li {
	float: left;
	/*width: 10em;*/
	padding:0;
	margin: 0;
	height: 25px;
	position: relative;
	background-image: none;
	z-index: 5;
}
#nav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	z-index: 10;

}
#nav li li{
	border-bottom: 1px solid #D3DFE8;
	margin: 0;
	padding: 0;
	background-color: #5E88A2;
	height: auto;
	z-index: 10;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	top: 50px;
	direction: ltr; /*This is here because IE is shithouse*/
	z-index: 10; 
}

/*HOMEPAGE
----------------------------------------------------*/
.hpModule {
 	margin: 7px 0 3px 0;
}

#hpMainItem{
	width: 266px;
	background-color: #FFFFFF;
	padding: 0;
	float: left;
	border: solid 1px #143938;
	color: #1A1818;
	}
#hpMainItem img{
	text-align: center;
	padding: 10px;
	}
#hpMainItem A, #hpMainItem A:active, #hpMainItem  A:visited   {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#hpMainItem A:hover {
	color: #fff;
	text-decoration: underline;
}
#leftcolumnHP {
	float: left;
	width: 570px;
	display: inline;
}
.hpMainImg{
	}
.hpMainTxt{
	padding: 10px;
	}
.hpMidCol{
	float:left;
	width: 246px;
	border: 1px solid #687178;
	padding: 3px 10px 10px 10px;
	margin-left: 10px;
	background: #B6C9D8;
	
	}
.hpItem{
	padding: 5px 0;
	margin: 0px;
	border-top: 1px dotted #000000;
	color: #fff;
	}
.loveYourLocal{
	margin-bottom: 20px;
	}
.featurePic{
	border: 1px solid #c4dae4;
	margin: 3px 0 7px 0;
	}
#miniStoreFinder{
	border: 1px solid #687178;
	padding: 8px 10px 10px 10px;
	background: #B6C9D8;
	}
#miniStoreFinder .name{
	width:166px;
	height: 11px;
	padding: 2px;
	}
#miniStoreFinder .cat {
	width: 225px;
	}
#miniStoreFinder .submit {
	margin:0px;
	padding:0px;
	}
#miniStoreFinder table {
	margin-bottom: 10px;
	}

/*SEARCH
----------------------------------------------------*/
#search{
	position: absolute;
	right: 45px;
	top: 10px;
	margin: 0;
	}
#search input.field{
	margin: 0;
	height: 14px;
	padding: 2px 2px 2px 19px;
	background-image: url(../images/search_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #333;
	border-right: none;
	color: #666;
	width: 105px;
	}
#search input.searchSubmit{
	margin:0;
	padding: 0;
	}
#searchResults{
}
.searchType{
	margin: 20px 0;
	padding-top: 7px;
	border-top: 1px solid #D7D7D7;
	}


/*NEWS
----------------------------------------------------*/
.photoBox {
	float: left;
	width: 100px;
}
.newsPod{
	position: relative;
	padding: 3px;
	margin: 0 0 5px;
	border: 1px solid #363636;
	}
.newsPod .thumb{
	float: left;
	border: 1px solid #363636;
	margin: 3px;
	}
.newsPod h2 a {
	font-weight: normal;
	}	
.newsPod h3 {
	margin: 3px 0 3px 0;
	padding: 0px;
	}
.newsPod .podText{
	float: left;
	width: 400px;
	margin-left: 5px;
	position:relative;
	z-index: 1;
	}
.newsPod .podText p {
	padding: 0px;
	margin: 0 0 3px 0;
	}
.date {
	margin: 0 0 3px 0;
	color: #71777D;
	font-size: .9em;
}
.paginate{
	padding: 5px;
	background-color: #363636;
	text-align:center;
	border: 1px solid #363636;
	}
#newsList{
	padding: 10px 0 0 0;
}

/*EVENTS
----------------------------------------------------*/
#eventsList{}
.eventHeader{
	background-color: #363636;
	color: #fff;
	/*font-size: 1.2em;*/
	padding:3px 5px;
	margin:10px 0 0px 0;
	font-weight: bold;
	}
.featEvent{
	padding: 3px;
	margin: 0 0 5px;
	border: 1px solid #363636;
	}
.featEvent .thumb {
	float: right;
	border: 1px solid #C4C4C4;
	}
.featEvent h3{
	margin: 3px 0 3px 0;
	padding: 0px;
	}
.featEvent h3 a, .podText h2 a {
	font-weight: normal;
	}
.featEvent .podText{
	float: left;
	width: 400px;
	margin-left: 3px;
	}

/*MST
----------------------------------------------------*/
.textBlock {
	width: 500px;
}
.MSTitem{
	padding: 8px 10px 0 10px;
	margin: 5px 0;
	}
.MSTpod{
	float: left;
	width: 45%;
	margin-right: 20px;
	}
.removeButt{
	float: right;
	}
.MSTheader{
	margin: 20px 0 0 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 0 0 5px 0;
	}
/*MISC
----------------------------------------------------*/
.featBox, .MSTitem{
	background-color: #ccd9e4;
}

.featBox {
	font-size: .9em;
	padding: 5px 10px 5px 10px;
	margin: 5px 0 10px 0;
}
.featBox p{
	margin: 0px;
	padding: 0px;
	}
.featBox h3, .SOsidebar h3{
	margin: 0 0 5px 0;
	padding: 0px;
	}
.featBox ul, .SOsidebar ul{
	padding:0 0 0 10px;
	margin: 0 0 10px 10px;
	}
.MSTbutt{
	padding-bottom:10px;
	}
.MSTbutt-sml{
	position: absolute;
	top: 3px;
	right: 3px !important;
	right: 13px; /*Hack for crappy IE6*/
	z-index: 2;
	}
.SOsidebar{
	background-color: #fff;
	margin-bottom: 10px;
	padding: 5px 5px 0 5px;
	border: 1px solid #cbc6c7;
	font-size: .9em;
	background-color: #fff;
	}
.SOsidebar a{
	color: #000;
	}
.SOsidebar h3 {
color: #000;
}
.interweb{
	float: right;
	width: 300px;
	}
#SOList{
	padding: 10px 0 0 0;
}
#SOList h4 {
	width: 230px;
	}
.letterButts{
	width:360px
	}
.letterButts img, .letterButts input{
	float: left;
	margin: 0 5px 5px 0;
	}
.SStype{
	margin-bottom: 20px;
	}
.tableHeader{
	background-color: #262324;
	color: #fff;
	font-weight: bold;
	}
.zebraStripe{
	background-color: #f8f0f5;
	}
.gallButt{
	margin-bottom: 10px;
	}
.storeOffer{
		border-top: 1px solid #d4ccc4;
		padding: 10px 0 0 0;
		margin-top: 5px;
		}
.sideImg,  .newsImg{
	border: 1px solid #ed171f;
	}
	
	
/* Lower01 styles - this overwrites style above for this specific template
Lower01 is for the Northland Exploreres section
 */
	
	/* background */
	 body.lower01 {
		background: #FFFFFF;
		}	
	.lower01 #faux {
		background: url(../images/bg_lower01.jpg) repeat-x;
		}	
	.lower01 #header {
		width: 100%;
		background: #191617 url(../images/bg_body.gif) repeat-x;
		}
		
	/* content */
	.lower01 #leftcolumn {
		border: 1px solid #687178;
		background: ##B6C9D8;
		}
	.lower01 #leftcolumn h1 {
		color: #febb00;
		}
	.lower01 #leftcolumn h2 {
		margin: 0;		
		color: #febb00;
		}
	.lower01 #leftcolumn p {
		font-size: 1.2em;
		line-height:1.3em;
		}							
	.lower01 .download {
		padding: 10px;
		background: url(../images/northland_explorers_logo_small.gif) right bottom no-repeat #00455f;
		}
	.lower01 .download ul li {
		font-size: 1.2em;
		line-height:1.3em;
		background: url(../images/star.gif) 0 5px no-repeat;
		}		
	
	/* footer */
	.lower01 #footer {
		background-color: #00658a;
		color: #FFFFFF;
		}	
	.lower01 #footer a, 
	.lower01 #footer a:active, 
	.lower01 #footer  a:visited   {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
		}
	.lower01 #footer a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		}	
/*--- Magazine Preview --*/
#twoColumns div.firstColumn, #twoColumns div.secondColumn {
color: #fff;
}
ul.sponsoredBy {
	margin: 0;
}
#twoColumns {
	margin-top: 10px;
	height: 200px;
	font-size: .9em;
}
#twoColumns ul {
	margin-left: 0;
}
#twoColumns .firstColumn {
	float: left;
	width: 260px;
	padding-right: 10px;
}
#twoColumns .secondColumn {
	width: 260px;
	padding-right: 10px;
	float: left;
}		
	
	
/* Refer a friend section */
#formArea {
	text-align: left;
	}
.referFriendForm {
	width: 100%;
 }
.referFriendForm input {
	border: 1px solid #ccc;
	width: 140px;
	}
.referFriendForm input:focus {
	background-color: #fff;
	}
.headerFriend {
	text-align: center;
	padding-right: 20px;
	}
.referaFriend {
	width: 600px;
	text-align: left;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	}
.referFriendForm th {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	}
.referFriendForm td {
	padding: 8px 20px 8px 0;
	border-bottom: 1px solid #dddddd;
	}
.referFriendForm input.btnRegister {
	text-align: center;
	margin: 0 auto;
	}
.submitBtnSection {
	 text-align: center;
		}
.fashionistaBox	{
	float: left; 
	width: 100%; 
	margin: 10px 0; 
	padding-bottom: 10px;
	border-bottom: 1px solid #E1E1E1; 
	display: inline; 
}
.fashionistaBox img	{
	float: right; 
	margin-left: 25px;
}

table.contactForms {			width: 90%; font-weight: bold; }
table.contactForms td {			height: 30px; }
table.contactForms h2 {			padding-top: 15px; }
table.contactForms .formField {	width: 100%; }
table.contactForms .commentBox {	width: 100%; }
td.firstColumn {				width: 180px; }
/* Brand Tube Testing */
.brandtube {
	margin: 0;
	height: 250px;
	width: 300px;
	position: relative;
}
.brandExpanded {
    width: 300px;
    height: 250px;
	position: absolute;
	left: -300px;
	top: 0px;		
    }  

/* Gift Card CSS to go across all CFSPM Sites */
.searchType li a.giftCard:link, .searchType li a.giftCard:visited, p.giftCardLegend a:link, p.giftCardLegend a:visited 
{
    background-image: url(../images/ico_giftcard.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 3px 30px 3px 0;
}
p.giftCardLegend a:link, p.giftCardLegend a:visited  {
	background-position: left center;
	padding: 3px 0 3px 30px;
	}
p.giftCardLegend {
	text-align: right;
	}

.giftCardAccepted a:link, .giftCardAccepted a:visited 
{
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity = 100);

}
.giftCardAccepted a:hover 
{
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity = 80);
    border: none;
    text-decoration: none;
}
.giftCardAccepted a img 
{
    border: none;
 }
 
 #noflash { margin: 0 auto; text-align:center;padding: 100px 0 0 0}
 #noflash p {font-size:16px}
