/* v1.0 | 20080212 */

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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

html, body {
	background: #fff;
	font: normal 10pt Arial;
}
h1 {
	font-size: 26pt;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 18pt;
	margin: 0 0 5px 0;
	color: #f36523;
	letter-spacing: -0.05em;
}
h3 {
	color: #777;
	font-size: 12pt;
	letter-spacing: -0.05em;
}
a {
	color: #0e50a1;
	text-decoration: none;
}
a:hover {
	color: #f36523;
}
p {
	margin: 0 0 10px 0;
}
ul {
	padding: 0 0 5px 0;
}
li {
	margin: 0 0 5px 15px;
	color: #b7d0f0;
	list-style-type: square;
}
li.no_style {
	color: #000;
	list-style-type: none;
}
li span {
	color: #000;
}
.fine_print {
	font-size: 8pt;
	color: #999;
	padding: 30px 0 0 0;
}
.divider {
	padding-bottom: 5px;
	margin-bottom: 15px;
	background: url(images/divider.png) 0 100% repeat-x;
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.tupperware {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header {
	height: 70px;
	background: url(images/feature_top.png) 50% 0 no-repeat;
}
#header h2 {
	position: absolute;
	top: 20px;
	left: 0;
}
#header h2,
#header h2 a {
	display: block;
	width: 147px;
	height: 63px;
	text-indent: -10000px;
}
#header h2 a {
	background: url(images/logo.png) 0 0;
}
#header ul {
	position: absolute;
	top: 25px;
	right: 0;
	font-size: 12pt;
}
#header li {
	float: left;
	height: 20px;
	line-height: 20px;
	list-style-type: none;
	margin: 0;
}
#feature {
	background: url(images/feature.jpg) 50% 0 no-repeat #377ed5;
	height: 223px;
	padding: 20px 0;
	color: #fff;
	text-shadow: 1px 1px 0 #2c65aa;
}
#feature h1 {
	width: 382px;
	height: 75px;
	background: url(images/knowyourpoe.png) 0 0 no-repeat;
	text-indent: -100000px;
	margin: 0 0 5px 0;
}
#feature h2 {
	letter-spacing: 0;
	color: #fff;
}
#feature h2.announcing {
	color: #fff047;
}
#feature .tupperware {
	width: 560px;
	padding-right: 400px;
}
#winners {
	padding: 22px 0;
}
#winners h2 {
	margin: 0 0 2px 0;
}
.left {
	width: 270px;
	height: 185px;
	float: left;
	padding: 32px 10px 0 183px;
	margin: -17px 0 0 -16px;
	background: url(images/left.png) 0 0 no-repeat;
}
.right {
	width: 297px;
	height: 175px;
	padding: 15px 10px 10px 185px;
	position: relative;
	float: right;
	background: url(images/right.png) 0 0 no-repeat;
}
.right img {
	position: absolute;
	left: 15px;
	bottom: 0;
}
.left_col {
	width: 300px;
	float: left;
}
.right_col {
	width: 625px;
	float: right;
}
#essay_question {
	padding-bottom: 15px;
	font-size: 11pt;
}
#essay_question .inside {
	padding-left: 150px;
	width: 810px;
	height: 140px;
	background: url(images/q.png) 0 0 no-repeat;
}
.rounded_box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 1px 1px 0 #fff;
	-webkit-box-shadow: inset 1px 1px 0 #fff;
	box-shadow: inset 1px 1px 0 #fff;
	padding: 10px 15px;
	margin: 0 0 20px 0;
}
.rounded_box h2 {
	font-size: 16pt;
}
.orange_box {
	background: #fff4e5;
	border: 1px solid #fdd9b7;
}
.orange_box li {
	color: #fdd5bc;
}
.blue_box {
	background: -webkit-gradient(linear, left top, left bottom, from(#f2fafd), to(#ebf8fc));
	background: -moz-linear-gradient(-90deg,#f2fafd,#ebf8fc);
	border: 1px solid #d2eff8;
}
.judge {
	overflow: auto;
	padding: 0 0 10px 0;
}
.judge img {
	display: block;
	border: 4px solid #fff;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	float: left;
	margin: 0 15px 0 0;
}
.judge li {
	list-style-type: none;
	margin: 0;
}
#questions_comments {
	background: url(images/divider.png) 0 100% repeat-x;
	padding: 0 0 1px 0;
	margin-bottom: 15px;
}
#questions_comments .inside {
	height: 87px;
	background: url(images/questions.png) 0 0 no-repeat;
	padding: 0 0 0 97px;
	position: relative;
}
#questions_comments h3 {
	width: 390px;
	height: 25px;
	text-indent: -100000px;
	background: url(images/questions_text.png) 0 0 no-repeat;
	position: absolute;
	top: 31px;
}
#questions_comments h3 a {
	position: absolute;
	top: 0;
	right: 0;
	width: 162px;
	display: block;
	height: 25px;
}
#questions_comments h3 a:hover {
	background: url(images/questions_text.png) -228px -30px;
}
#footer {
	padding-bottom: 15px;
	text-align: center;
	font-size: 9pt;
}
#footer p {
	margin: 0 0 5px 0;
}
#lightbox {
	display: none;
}
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.83);
	z-index: 1000;
}
.close_rules {
	width: 28px;
	height: 28px;
	display: block;
	text-indent: -10000px;
	background: url(images/close.png) 0 0;
	position: absolute;
	top: -8px;
	right: -10px;
}
.close_rules:hover {
	background-position: 0 -28px;
}
#panel {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	-moz-box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
	border: 1px solid #d9d9d9;
	position: absolute;
	left: 50%;
	top: 100px;
	margin: 0 0 0 -400px;
	width: 800px;
	height: 450px;
	z-index: 10001;
}
#panel .inside {
	margin: 20px;
	padding: 0 10px 0 0;
	height: 410px;
	overflow: auto;
}
.print_poster {
	margin: 0 0 10px 0;
	width: 379px;
	height: 62px;
	display: block;
	text-indent: -100000px;
	background: url(images/print.png) 0 0;
}
.print_poster:hover {
	background-position: 0 -72px;
}