/* 
	Buck Brand Temp Page Main Stylesheet
	January 2008
	Atomic Crayon / karen@atomiccrayon.com / SMRT
*/


/* reset styles via myerweb.com */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* most background images won't repeat */

body * { background-repeat: no-repeat; }


/* Sections flagged with =
	GENERIC
	WRAPPER
	LOGO
	CONTENT
	NAVIGATION
	FOOTER
	PAGE SPECIFIC
		Home
		Varieties
	SIDF
*/


/* =GENERIC
----------------------------------------------------*/

html, body {
	height: 100%; /* to push footer to the bottom */	
}


body {
	background-image: url(../images/bk-body.jpg);
	background-repeat: repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 76%;
}

a:focus {
	border: dotted 1px #666;
}


/* =WRAPPER
----------------------------------------------------*/

#wrapper { /* ie6.css */
	min-height:100%; /* to push footer to the bottom */
	position: relative; /* to push footer to the bottom */
	background-image: url(../images/bk-wrapper.jpg);
	background-repeat: repeat-x;
}


#wrapper2 {
	width: 774px;
	margin: 0 auto;
	position: relative;
}


/* =LOGO
----------------------------------------------------*/

#logo { /*ie6.css */
	position: absolute;
	top:-8px;
	left:0;
	width: 96px;
	height: 156px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	z-index: 4;
}

#logo h1 a {
	margin-top: 8px;
	display: block;
	width: 96px;
	height: 154px;
	text-indent: -9999px;
}

#logo #print-logo {
	display: none;
}

#corner { /*ie6.css */
	position: absolute;
	top:0;
	right:0;
	height: 219px;
	width: 195px;
	background-image: url(../images/corner.png);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 1;
}


#corner a {
	display: block;
	height: 50px;
	width: 50px;
	margin: 100px 0 0 140px;
	text-indent: -9999px;
	position: relative;
}

a#skip:link, a#skip:visited, a#skip:hover {
	position: absolute;
	color: #000;
	background-color: #fff;
	display: block;
	text-decoration: underline;
	top: 10px;
	margin-top: -500px;
	left: 620px;
	overflow:hidden;
	width: 200px;
	height: 30px;
	text-align: center;
	z-index: 20; 
}

a#skip:active, a#skip:focus {
	margin-top: 0;
}


/* =CONTENT
----------------------------------------------------*/

#content {
	position: relative;
	width: 774px;
	padding-bottom: 145px; /* footer height - push footer to the bottom */
}

#content h2 {
	position: absolute;
	top: 0;
	left: 55px;
	background-image: url(../images/nav-bk-2.png);
	width: 664px;
	height: 173px;
	text-indent: -9999px;
}

#content p#organic {
	text-indent: -9999px;
}


#content #text-area { /* ie6.css */
	margin: 130px auto 0 auto;
	padding: 10px 0 24px 0;
	width: 588px;
	background-image: url(../images/content-bk.gif);
	background-repeat: repeat-y;
}


#content #text-area #text-area-top { /* ie6.css */
	width: 588px;
	height: 126px;
	margin: -20px 0 0 0;
	background-image: url(../images/content-top-bk.gif);
	z-index: 5;
}

#content #text-area-bottom {
	width: 588px;
	margin: 0 auto;
	height: 37px;
	background-image: url(../images/content-footer-bk.gif);
	background-position: bottom left;
	z-index: 5;
}

#content #text-area #text {
	width: 546px;
	margin: -90px auto -40px auto;
	z-index: 10;
}


#content #text-area #text h3 {
	width: 250px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 18px;
	text-indent: -9999px;
}


#content #text-area #text .hr { /* ie6.css */
	width: 546px;
	height: 20px;
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	margin: 2em 0;
}

#content #text-area #text .hr hr {
	display: none;
}

#content #text-area #text a {
	color: #783800;
}

#content #text-area #text p, #content #text-area #text li {
	line-height: 1.6;
}

#content #text-area #text p {
	margin: 0 0 1.4em 0;
}

#content #text-area #text ul li { /* ie6.css */
	margin: 0 0 .5em 1em;
	padding: 0 0 0 1em;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

#content #text-area #text ol li { /* ie6.css */
	margin: 0 0 1em 3em;
	padding: 0 0 0 1em;
	list-style-type: decimal;
}


#content #text-area #text strong {
	color: #783800;
	font-weight: bold;
}

/* =NAVIGATION
----------------------------------------------------*/

#content #navigation a { /* ie6.css and all other nav styles */
	display: block;
	position: absolute;
	z-index: 10;
	top: 100px;
	height: 50px;
	text-indent: -9999px;
}

#content #navigation a:focus, #content #navigation a:hover, #content #navigation a:active {
	background-image: url(../images/home-nav-over-2.png);
	background-repeat: no-repeat;
}

#content #navigation a#varieties-nav {
	left: 110px;
	width: 138px;
	left: 130px;
	width: 140px;
}

#content #navigation a#varieties-nav:focus, #content #navigation a#varieties-nav:hover, #content #navigation a#varieties-nav:active, #content #navigation a#varieties-nav {
	background-position: 5px -1px;
	background-position: -20px -1px;
}

#content #navigation a#story-nav {
	left: 265px;
	left: 304px;
	width: 135px;
}

#content #navigation a#story-nav:focus, #content #navigation a#story-nav:hover, #content #navigation a#story-nav:active {
	background-position: -150px -1px;
	background-position: -194px -1px;
}

/*
#content #navigation a#contest-nav {
	left: 420px;
	width: 63px;
}

#content #navigation a#contest-nav:focus, #content #navigation a#contest-nav:hover, #content #navigation a#contest-nav:active {
	background-position: -305px -1px;
}
*/

#content #navigation a#where-nav {
	left: 504px;
	left: 474px;
	width: 160px;
}

#content #navigation a#where-nav:focus, #content #navigation a#where-nav:hover, #content #navigation a#where-nav:active {
	background-position: -389px -1px;
	background-position: -364px -1px;
}


/* =FOOTER
----------------------------------------------------*/

#footer { /* push footer to bottom of page */
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 185px;   /* Height of the footer */
}

#footer-inside {
	width: 774px;
	height: 185px;
	margin: 0 auto;
	text-indent: -9999px;
	background-image: url(../images/footer-bk.png);
	background-position: bottom right;
	background-repeat: no-repeat;

}

#footer-wrap {
	position: relative;
	width: 774px;
	height: 185px;
}

#footer-inside a#top-link { /*ie6.css */
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 185px;
	width: 190px;
}


#footer-inside a#top-link:focus, #footer-inside a#top-link:hover, #footer-inside a#top-link:active { /* ie6.css */
	background-image: url(../images/footer-bk-over.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#footer-inside a#thrifty {
	position: absolute;
	top: 128px;
	left: 335px;
	display: block;
	height: 44px;
	width: 240px;
}

/* =PAGE SPECIFIC
----------------------------------------------------*/


/* =Home */

#page-home #logo { /*ie6.css */
	height: 203px;
	width: 129px;
	background-image: url(../images/logo-home.png);
}


#page-home #content {
	text-indent: -9999px;
}

#page-home #content h2 { /* ie6.css*/
	position: absolute;
	top: 0;
	left: 160px;
	width: 474px;
	height: 204px;
	background-image: url(../images/buck-brand.png);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 5;
}

#page-home #content p#organic { /* ie6.css */
	position: absolute;
	top: 50px;
	left: 0;
	width: 774px;
	height: 391px;
	background-image: url(../images/home-nav-2.png);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 2;									
}


#page-home #content #text-area, #page-home #content #text-area-bottom {
	display: none;
}

#page-home #content #navigation a { /* ie6.css and all other nav styles */
	display: block;
	position: absolute;
	z-index: 10;
	top: 352px;
	height: 50px;
}

#page-home #content #navigation a:focus, #page-home #content #navigation a:hover, #page-home #content #navigation a:active {
	background-image: url(../images/home-nav-over-2.png);
	background-repeat: no-repeat;
}

#page-home #content #navigation a#varieties-nav {
	left: 110px;
	left: 130px;
	width: 138px;
}

#page-home #content #navigation a#varieties-nav:focus, #page-home #content #navigation a#varieties-nav:hover, #page-home #content #navigation a#varieties-nav:active {
	background-position: 4px -1px;
	background-position: -20px 0px;
}}

#page-home #content #navigation a#story-nav {
	left: 265px;
	left: 305px;
	width: 135px;
}

#page-home #content #navigation a#story-nav:focus, #page-home #content #navigation a#story-nav:hover, #page-home #content #navigation a#story-nav:active {
	background-position: -151px -1px;
	background-position: -194px 0px;
}

/*
#page-home #content #navigation a#contest-nav {
	left: 420px;
	width: 63px;
}

#page-home #content #navigation a#contest-nav:focus, #page-home #content #navigation a#contest-nav:hover, #page-home #content #navigation a#contest-nav:active {
	background-position: -306px -1px;
}
*/

#page-home #content #navigation a#where-nav {
	left: 504px;
	left: 474px;
	width: 160px;
}

#page-home #content #navigation a#where-nav:focus, #page-home #content #navigation a#where-nav:hover, #page-home #content #navigation a#where-nav:active {
	background-position: -390px -1px;
	background-position: -364px 0px;
}


/* =Varieties */

#page-varieties #text h3 { /* ie6.css */
	background-image: url(../images/headline-varieties.png);
}

#page-varieties .fruit { /* ie6.css */
	position: relative;
	min-height: 140px;
}

#page-varieties .fruit h4 {
	font-size: 1.6em;
}

#page-varieties .fruit h4, #page-varieties .fruit ul {
	margin-left: 170px;
}

#page-varieties .fruit img {
	position: absolute;
	left: 0;
	top: 10px;
}


/* =Story */

#page-story #text h3 { /* ie6.css */
	background-image: url(../images/headline-story.png);
}

#page-story #text-area #text {
	padding-bottom: 1em;
}

#page-story #text-area #text img {
	float: right;
	margin: 1em 1em 2em 3em;
}

/* =Where */

#page-where #text h3 { /* ie6.css */
	background-image: url(../images/headline-where.png);
}

#page-where #text #map {
	border: solid 1px #cccaa8;
}


/* =Contest */

#page-contest #text h3 { /* ie6.css */
	background-image: url(../images/headline-contest.png);
}

#page-contest #text form {
	font-size: 1.3em;
}

#page-contest #text form label {
	font-weight: bold;
	margin: 1em 0;
}

#page-contest #text form label, #page-contest #text form .text-input {
	display: block;
}

#page-contest #text form .text-input {
	background-image: url(../images/input-bk.png);
	background-position: top right;
	width: 210px;
	height: 25px;
	padding:7px 10px 0 10px;
	border: 0;
	margin: .5em 0 1.5em 0;
}

#page-contest #text form #questions label {
	margin-left: 1em;
}

#page-contest #text form #questions label .number {
	margin-left: -1em;
}

#page-contest #text form #info label {
	position: relative;
	height: 32px;
}

#page-contest #text form #info label .text-input {
	position: absolute;
	top: 0;
	left: 250px;
	margin: 0;
}

#page-contest #text p#rules-toggle {
	text-align: right;
	margin-top: -30px;
	color: #783800;
}

#page-contest #text #rules {
	padding-top: 2em;
}

#page-contest #text .error {
	border: dotted 2px #f00;
	padding: 5px;
}

#page-contest #text .alert {
	color: #f00;
}

#page-contest #text #info label.error .text-input {
	top: 5px;
}

#page-contest #text #notice {
	font-size: 1.4em;
}

/* =Movie */

#page-movie, #page-movie #wrapper, #page-movie #text-area, #page-movie #text-area #text-area-top, #page-movie #text-area-bottom {
	background-image: none;
}

#page-movie #logo, #page-movie #corner, #page-movie #content h2, #page-movie #content #navigation, #page-movie #footer {
	display: none;
}

#page-movie, #page-movie #wrapper {
	background-color: transparent;
}

#page-movie #wrapper { /* ie6.css */
	width: 640px;
	margin: 0 auto;
	background-image: url(../images/lightbox-bk.png);
	background-repeat: no-repeat;
	background-position: top center;
	
}

#page-movie #flashcontent {
	width: 640px;
	height: 480px;
	position: absolute;
	top: 136px;
	left: 0;
}

/* =Radio */



/* =SIFR
----------------------------------------------------*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.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-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}


/* Header styling */

.sIFR-active .fruit h4 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;

  font-size: 18px;
}