/* CSS for Newman's Own - General styles */

/* ===========================================
         GLOBAL RESETS
==============================================*/

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, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul { list-style: none; }
strong { font-weight: bold; }
em { font-style: italic; }

a { color: #1a5c2c; }
a:hover { color: #e67c00; }

.clear { clear: both; height: 0px; font-size: 0px; }

p {	margin-bottom: 1em; }

/* --- clearfix ---- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}

.clearfix {
    display: inline-block;
	}

html[xmlns] .clearfix {
    display: block;
	}

* html .clearfix {
    height: 1%;
	}


/* ===========================================
         MAIN LAYOUT
==============================================*/

body { 
	padding: 10px 20px 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 81.25%; /* 13px at default setting */
	line-height: 1.3em;
	color: #000;
	text-align: center;
	background: url(../images/bg-page.jpg);
	}

#container {
	width: 850px;
	margin: 0 auto;
	padding: 10px 0 30px;
	text-align: left;
	background-color: #fff;
	}


/* ===========================================
         HEADER
==============================================*/

#header {
	margin: auto 12px 11px 23px;
	height: 69px;
	}
	
#mainLogo {
	float: left;
	margin-top: 17px;
	}

#tag-summer {
	float: left;
	margin: 22px auto auto 39px;
	}
	
/* ----- CALLOUT ----- */

#callout {
	float: right;
	width: 272px;
	padding: 9px 0 7px;
	text-align: center;
	background: url(../images/bg-callout.jpg);
	border: 1px solid #f2efe4;
	}

#callout #hd-enter {
	margin: auto;
	}

#callout a {
	margin-right: 13px;
	}

#callout a.last {
	margin-right: 0;
	}


/* ===========================================
         SIDEBAR
==============================================*/

#sidebar {
	float: left;
	width: 200px;
	padding-bottom: 60px;
	}

#bottles {
	margin-left: 69px;
	}

/* ----- NAV ----- */

#nav {
	margin-bottom: 12px;
	}

#nav li {
	margin-bottom: 2px;
	}

#nav li a {
	display: block;
	width: 184px;
	height: 31px;
	background-position: top left;
	background-repeat: no-repeat;
	}

#nav a:hover, #nav .on a {
	background-position: bottom left;
	}

#nav-home a { background-image: url(../images/nav-home.gif); }
#nav-picnic a { background-image: url(../images/nav-picnicInThePark.gif); }
#nav-fiesta a { background-image: url(../images/nav-festiveFiesta.gif); }
#nav-dinner a { background-image: url(../images/nav-backyardDinnerParty.gif); }
#nav-sweeps a { background-image: url(../images/nav-sweepstakes.gif); }

#nav span {
	display: none;
	}


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

#content {
	float: left;
	width: 605px;
	margin-left: 32px;
	}

#content.textCol {
	width: 380px;
	}

#content h1 {
	margin-bottom: 25px;
	}

#content h2 {
	margin-bottom: 10px;
	}

#content h3 {
	font-weight: bold;
	}

#content ul {
	margin-bottom: 1.4em;
	}

.pageLink a {
	padding-right: 12px;
	background: url(../images/icon-linkArrow.png) right 50% no-repeat;
	font: bold 0.95em/1.3em Verdana, Arial, Helvetica, sans-serif;
	}

.bulletList {
	margin-left: 0;
	padding-left: 1em;
	_padding-left: 1.2em; /* Win/IE6 */
	list-style: disc;
	color: #377046;
	}
	*+html .bulletList { padding-left: 1.2em; /* Win/IE7 */ }

.bulletList span {
	color: #666;
	}

.footnote {
	width: 380px;
	font-size: 0.84em;
	line-height: 1.3em;
	margin-left: 0.7em;
	text-indent: -0.7em;
	_margin-left: 0; /* Win/IE6 */
	_text-indent: 0; /* Win/IE6 */
	}

/* ----- INTRO ----- */

#intro {
	margin-bottom: 12px;
	}

#splash {
	float: left;
	}

#introContent {
	float: left;
	width: 232px;
	margin-left: 23px;
	padding-top: 40px;
	}

#introContent h1 {
	margin-bottom: 8px;
	}

#introContent .pageLink {
	margin-bottom: 18px;
	}

#introContent .pageLink a {
	font-size: 0.9em;
	}

/* ----- TIPS AND TRICKS ----- */

#tips {
	margin-bottom: 24px;
	padding: 23px 9px 10px 25px;
	background-color: #f5f3e7;
	}

#menu {
	float: right;
	width: 133px;
	margin-top: -14px;
	padding: 18px 20px 40px 12px;
	background-color: #fff;
	border: 1px solid #edead9;
	}

#menu h2 {
	_margin-bottom: 16px; /* Win/IE6 */
	}

#menu .pageLink a {
	font-size: 0.7em;
	}

#tips ul {
	width: 350px;
	}

#tips li {
	margin-bottom: 0.6em;
	}

#tips li span {
	color: #000;
	}

#tips .pageLink {
	margin-top: 24px;
	}

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

#footer {
	width: 830px;
	margin: 0 auto;
	padding: 0.4em 10px;
	font-size: 0.9em;
	text-align: right;
	}


/* ===========================================
         OFFICIAL RULES
==============================================*/

#content.rulesCol {
	width: 525px;
	font-size: 0.95em;
	}

#content.rulesCol h2 {
	font-weight: bold;
	}

/* ===========================================
         SWEEPSTAKES FACTS
==============================================*/

#factsTable {
	width: 100%;
	margin-bottom: 2em;
	}

#factsTable td,
#factsTable th {
	padding: 0.4em 1em;
	}

#factsTable thead {
	background-color: #eae8cf;
	font-weight: bold;
	}

#factsTable tbody td {
	border-bottom: 1px solid #999;
	}

#factsTable tbody .prizeCol {
	border-left: 1px solid #999;
	}

#factsTable tbody .oddsCol {
	border-right: 1px solid #999;
	}
