body {
	background: #fbfbde url(../images/elements/header-background.png) repeat-x;
	margin: 8px;
	padding: 0;
	width:expression(documentElement.clientWidth > 1198? "1198px":(documentElement.clientWidth < 700? "698px": "auto" ));
	min-width: 700px;
	max-width: 1200px;
	color: #31210A;
	font-family: georgia, serif;
	font-size: 84%;
}

body#splash {
	width:expression(documentElement.clientWidth : "auto" ));
	max-width: none;
}

a:link    { color: #3B4D84; }
a:visited { color: #3B4D84; }
a:hover   { color: #1C2A5E; }
a:active  { color: #000000; }


/* Navbar */

.swat-nav-bar {
	font-family: sans-serif;
	font-size: 80%;
	color: #91916e;
	margin: 0 0 1em 0;
}

.swat-nav-bar a:link     { color: #91916e; }
.swat-nav-bar a:visited  { color: #91916e; }
.swat-nav-bar a:hover    { color: #1c2a5e; }
.swat-nav-bar a:active   { color: #000000; }


/* Main Content */

#main-content p {
	line-height: 1.5;
}

body.with-secondary-menu #body-content {
	float: right;
	width: 76%;
}
* html body.with-secondary-menu #body-content { width: 73%; }

#body-content {
	padding: 0 2% 30px 3%;
	margin: 0;
	min-height: 45em;
}
/* IE hack */
* html #body-content { height: 45em;}


/* Notification box */

#main-content div.notification {
	border: 1px solid #ddddcc;
	padding: 1px;
	margin: 0 0 0.5em 0;
}

#main-content div.notification h4 {
	margin: 0;
	padding: 10px 15px;
	background-color: #f4f4dd;
	background-image: none;
	color: #5c5141;
	font-size: 140%;
	font-weight: normal;
}

#main-content div.notification p {
	margin: 10px 15px;
}

#main-content div.notification ul {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Header */

/* Logo/Title */

h1#logo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 185px;
	height: 98px;
	background: url(../images/elements/logo.png) no-repeat top right; /* align right for IE5 */
	text-indent: -3000em;
}

/* christmas version */
/*

h1#logo {
	width: 214px;
	background: url(../images/elements/logo-holly.png) no-repeat top right;
}

body {
	background: #fbfbde url(../images/elements/header-background-holly.png) repeat-x;
}

*/
/* end christmas version */

h1#logo a {
	display: block;
	height: 138px;
	white-space: nowrap; /* keeps text from showing in Opera */
	text-decoration: none;
}

/* Locale Switcher */

div#locale_switcher {
	position: absolute;
	top: 75px;
	left: 0;
	width: 175px;
	padding: 0 11px;
	text-align: center;
	color: #D6CDAB;
	font-family: sans-serif;
	font-size: 80%;
}

div#locale_switcher span {
	font-weight: bold;
	padding: 0 0 0 20px;
	color: #FFFFEE;
	background-position: 0 2px;
	background-repeat: no-repeat;
}

div#locale_switcher span#locale_en_CA {
	background-image: url(../images/elements/regions/CA/flag.png);
}

div#locale_switcher span#locale_en_US {
	background-image: url(../images/elements/regions/US/flag.png);
}

div#locale_switcher a:link,
div#locale_switcher a:visited {
	color: #D6CDAB;
}

/* Top Links */

#top_links {
	float: right;
	margin: 0;
	padding: 0 8px 0 0;
}

#top_links li {
	float: left;
	margin: 0;
	list-style: none;
	color: #fafad6;
	text-align: center;
	font-family: sans-serif;
	font-size: 80%;
}

#top_links li a {
	float: left;
	display: block;
	padding: 7px 5px;
	min-height: 20px;
}

#top_links .facebook a,
#top_links .newsletter-signup a {
	padding: 0 5px 0 0;
}

#top_links .facebook img,
#top_links .newsletter-signup img {
	border: none;
}

/* IE hack */
* html #top_links li a { height: 20px;}

#top_links li a:link    { color: #FFFFEE; }
#top_links li a:visited { color: #FFFFEE; }
#top_links li a:hover   { color: #d6cdab; }
#top_links li a:active  { color: #b7a583; }

#top_links li a#cart_link {
	background: url(../images/elements/cart.png) right 4px no-repeat;
	padding-right: 26px;
	text-decoration: none;
	text-align: center;
}

#top_links li a#cart_link span {
	font-weight: bold;
	text-decoration: underline;
}

/* articles / sub articles */
.sub-articles {
	margin-left: 1em;
}

.sub-articles dt,
.sub-articles dd {
	margin: 0;
	padding: 0;
}

.sub-articles dt {
	margin: 1em 0 .25em 0;
}

.sub-articles dd {
	margin-left: .5em;
}

.sunlite {
	width: 155px;
	text-align: center;
    clear: both;
}

.sunlite span {
	display: block;
	font-size: 85%;
}

.recipe-right {
	background: #ffffee url(../images/articles/learn/reference/recipes/book-back.png) left top no-repeat;
	float: right;
	width: 210px;
	text-align: center;
	padding-left: 50px;
	padding-top: 5px;
	clear: both;
	font-weight: bold;
	line-height: 1.5;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}

/* Feedback Survey */
.store-feedback-panel-title {
	margin-bottom: 1em;
	background: #f2e7ad;
	border: 1px solid #bfa747;
}

a.store-feedback-panel-title {
	color: #4f4418;
}

a.store-feedback-panel-title:hover {
	background: #efe7c2;
	border-color: #bfae6b;
}

#feedback_content p {
	margin-top: 0;
}

