/*
------------------------------------------------------------------------
	RESET
------------------------------------------------------------------------
*/

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,
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/*
------------------------------------------------------------------------
	GENERAL HTML
------------------------------------------------------------------------
*/

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

html {
	min-width: 984px;
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0px;
	color: #452d04;
	background: #f3d996 url(../images/scavengerback.gif);
	font: normal 13px/18px "Georgia", serif;
}

a {
	color: #804409;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

a:hover {
	color: #c6353c;
	text-decoration: underline;
}

img {
	border: 0;
	text-align: center;
	padding: 0;
	margin: 0;
}

h1, h2 {
	color: #c6353c;
	font-weight: bold;
	font-family: "Georgia", serif;
}

h3, h4, h5, h6 {
	color: #452d04;
	font-weight: bold;
	font-family: "Georgia", serif;
}


em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	padding: 0 0 18px 0;
	line-height: 14pt;
}

h1 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 16px;
	line-height:  32px;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 12px;
	line-height: 14pt;
	margin: 0;
	padding: 0;
}

ul {
	padding: 0 0 18px 0;
	line-height: 14pt;
}

form {
    margin: 0 0 40px 0;   
}

label {
	display: block;
	font-variant: small-caps;
	font-size: 12px;
}

hr {
	margin: 8px 0 16px 0;
	padding: 0;
	border: 0;
	border-bottom: 1px dotted #b52e38;
	height: 1px;
	background: #f3d996;
}



/*
------------------------------------------------------------------------
	ID
------------------------------------------------------------------------
*/

#page {
	margin: 0 auto 0 auto;
	width: 960px;
	min-height: 100%;
	text-align: left;
	background: url(../images/scavengermagback.gif) no-repeat;
}

#content {
	padding: 0;
	margin: 0;
	min-height: 700px;
}

#left_col {
	width: 500px;
	float: left;
	display: inline;
	text-align: left;
	margin: 40px 0 20px 0;
}

#right_col {
	width: 405px;
	float: right;
	display: inline;
	font: normal 11px/14px "Georgia", serif;
	text-align: left;
	margin: 60px 0 20px 55px;
}

#right_winners_col {
	width: 405px;
	float: right;
	display: inline;
	font: normal 11px/14px "Georgia", serif;
	text-align: left;
	margin: 120px 0 20px 55px;
}

#questions {
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

#questions ol.choices {
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 20px 0;
}

#questions ol.choices label,
#entrytypechoice label {
    font-variant: normal;
    display: inline;
}

#questions ol.choices label:hover,
#entrytypechoice label:hover {
    color: #b52e38;
    cursor: pointer;
}

#entrytypechoice {
    margin: 20px 0 20px 0;
    font-variant: small-caps;
}

#entrytypechoice label {
    font-variant: small-caps;
}

#q1 {
    background: url(../images/q1.gif) no-repeat;
    padding-left: 25px;
    margin-left: -25px;
}

#q2 {
    background: url(../images/q2.gif) no-repeat;
    padding-left: 25px;
    margin-left: -25px;
}

#q3 {
    background: url(../images/q3.gif) no-repeat;
    padding-left: 25px;
    margin-left: -25px;
}

#q4 {
    background: url(../images/q4.gif) no-repeat;
    padding-left: 25px;
    margin-left: -25px;
}

#q5 {
    background: url(../images/q5.gif) no-repeat;
    padding-left: 25px;
    margin-left: -25px;
}

#enterbutton {
    margin: 10px 0 20px 0;
}

#prizelist {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0  20px 0;
}

#prizelist li {
    margin: 0;
}

#prizelist strong {
    color: #422e28;
    font-size: 12px;
    font-weight: bold;
}

#prizelist em {
	font-variant: small-caps;
	font-style: normal;
}

#main_col {
	width: 500px;
	float: left;
	display: inline;
	text-align: left;
	margin: 40px 0 20px 0;
}

#contest_type {
	margin: 10px 0 20px 0;
}

#side_col {
	width: 272px;
	float: right;
	display: inline;
	font: normal 11px/14px "Georgia", serif;
	text-align: center;
	margin: 120px 0 20px 0;
}

#side_col h2 {
	margin: 80px 0 20px 0;
}

#goback { 
	text-align: center;
	margin: 40px 0 0 0;
}

#winnerslink {
    margin: 20px 0 0 0;
    font-size: 11px;
    text-align: center;
}


/*
------------------------------------------------------------------------
	CLASS
------------------------------------------------------------------------
*/


strong.required {
	color: #b52e38;
	font-size: 16px;
}

.typelabel {
	font: bold 9px/9px "Georgia", serif;
	padding: 2px;
	background: #dfc88b;
	color: #f6ecc2;
	font-style: normal;
	margin: 0 0 0 8px;
	font-variant: small-caps;
}

.button-submit {
    font: normal 14px/14px "Georgia", serif;
	display: block;
	margin: 16px 0 0 0;
	padding: 4px;
	background: #804409;
	color: #ffffff;
	border: 1px solid #4e2906;
	letter-spacing: 2px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
}

.button-submit:hover {
	background: #b52e38;
	border: 1px solid #4e2906;
}

.input-group {
	display: block;
	margin: 0 0 16px 0;
}

.input-group-item {
	margin: 0 8px 0 0;
}

.input-textfield {
	font: normal 13px/13px "Georgia", serif;
	padding: 4px;
	border: 1px solid #c0c246;
	margin: 0 0 8px 0;
	color: #999999;
}

.input-textfield:focus {
	border: 1px solid #b52e38;
	color: #452d04;
}

.input-long {
	width: 300px;
}

.input-short {
	width: 200px;
}

.input-mini {
	width: 30px;
}

.input-textarea {
	font: normal 13px/16px "Trebuchet MS", sans-serif;
	padding: 4px;
	border: 1px solid #c0c246;
	margin: 0 0 16px 0;
}

.hidden {
	position: absolute;
	left: -10000px;
}
	
.nowrap {
	white-space: nowrap;
}

.right {
	float: right;
	margin: 0 0 4px 4px;
	display: inline;
}

.left {
	float: left;
	margin: 0 4px 4px 0;
	display: inline;
}

.center {
	display: block;
	text-align: center;
}

.highlight {
	font-size: 13px;
	color: #804409;
	font-weight: bold;
}

.alert {
    color: #b52e38;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0;
}

.note {
	font-size: 12px;
	font-style: italic;
}

.clear:after {
  content: ".";
}

.clear:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: inline-block;
}

/* HACK for IE Mac \*/
.clear {display: block;}
/* END HACK */

/* HACK For IE6 and less */
* html .clear { height: 1px; }

/**
 * Set overflow: hidden on #main to make sure 
 * the content doesn't make it too wide and
 * cause it to wrap under #side. 
 */
* html #main { overflow: hidden; }

/**
 * Using height: 1px in combination with overflow: hidden 
 * would hide #main, so trigger hasLayout in IE6 using the 
 * zoom property instead of the height property.
 */
* html .clear { height: auto; zoom: 1; }
