
/* --------------------------------------------------------------------
 Contents:
 
 ~Reset
 ~General
 ~Type
 ~Layout
 ~Buttons
 
 ~Header
	~Masthead
	~Site-title
	~Sightings
	
 ~Content
	~Sidebars	
		~Sign-in panel
		~Calendar panel
		~Join panel
		~Best Helper panel
	~Tweets
	~Social links
 ~Footer
 
 ~Forms
 ~Form Errors
 
 ~Pages
	~FAQ page
	~Prizes page
 
 Specific bits:

  -------------------------------------------------------------------- */

/* ~Reset
  -------------------------------------------------------------------- */


/* ~General
  -------------------------------------------------------------------- */

html, body
{
	margin: 0;
	background: #856241 url( '../images/backgrounds/wallpaper.jpg' ) center top repeat-y;
}

.clearer
{
	clear: both;
}

hr
{
	position: absolute;
	width: 0px;
	height: 0px;
	border: none;
	padding: 0px;
	margin: 0px;
	display: none;
}


/* ~Type
  -------------------------------------------------------------------- */

.article
{
	color: #6E6053; /* too light? */
	font-size: 1em; 
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5
{
	margin: 0 5px;
	color: #4e2d1d;
}

.article h1,
.article h2
{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 2.3em;
	line-height: 100%;
	text-transform: uppercase;
	padding: 0 0 .5em;
}

.article h3,
.article h4,
.article h5
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: .4em 0 .2em;
}

.article h3 { font-size: 1.4em }
.article h4 { font-size: 1.1em }
.article h5 { font-size: 1em }

.article p
{
	padding: 0 0 1em;
	line-height: 130%;
	margin: 0 5px;
}

.article a { color: #4e2d1d; }
.article a:hover { color: #4e2d1d; }
.article a:visited { color: #4e2d1d; }

.article ul,
.article ol,
.article dl
{
	padding: 0 0 1em;
	line-height: 130%;
	margin: 0 5px 0 2em;
}


/* ~Layout
  The arrangement of main page elements
  -------------------------------------------------------------------- */

.wrapper
{
	clear: both;
	width: 100%;
}

.section
{
	width: 950px;
	margin: 0 auto;
	position: relative;
}

/* Footer at bottom, plus screen resize */

html, body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	
	min-width: 960px;
}

#top
{
	height: auto !important;
	margin-bottom: -355px; /* roughly height of #footer-wrap x -1 */
	min-height: 100%;
}

#content-wrap
{
	padding-bottom: 350px; /* roughly height of #footer-wrap */
}

/* Three column in central content area */
/*     | 230 | 490 | 230 |  */

.main
{
	width: 490px;  
}

.aux
{
	width: 230px;
}

#content-column,
#left-sidebar,
#right-sidebar
{
	float: right;
}

/* ~Buttons
  -------------------------------------------------------------------- */

/* big red links */

.article .action-button,
.action-button,
.article .action-button:visited,
.action-button:visited
{
	display: block;
	width: 164px; /* 170px - 3px (border width) */
	height: 34px; /* 40px - 3px (border width) */
	background: transparent url( '../images/buttons/red-btn-bg-a.gif' ) 0 -3px repeat-x;
	padding: 0px;
	margin: 0px;
	border: #ce1d1d solid 3px;
	
	/*text-transform: uppercase;*/
	font-style: italic;
	text-decoration: none;
	color: #FFFFFF;
	
	line-height: 34px;
	text-align: center;
	font-size: 1.2em;
}

.article .action-button:hover,
.action-button:hover
{
	background-position: 0 -42px;
	border-color: #E01B1B;
	color: #FFFFFF;
}

.article .full-width-button,
.article .full-width-button:visited
{
	/*width: 360px;*/
	width: 98%;
	margin-top: 20px;
}

/* smaller brown links */

.article .small-action-button,
.article .small-action-button:visited
{
	display: block;
	color: #FFE4C7;
	background-color: #5C3019;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	padding: 5px 5px;
	text-align: center;
	width: 120px;
}

.article .small-action-button:hover
{
	color: #FFE4C7;
	background-color: #7B3E1E;
}



/* ~Header
  -------------------------------------------------------------------- */

#header-wrap
{
	background: transparent url( '../images/backgrounds/header.png' ) center top repeat-x;
	height: 49px;
}

#header
{
	height: 42px;
}

#skip-nav
{
	position: absolute;
	top: -1000px;
}

/* 	~Masthead */

#masthead
{
	display: block;
	overflow: visible;
	width: 303px;
	height: 360px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	
}

/* 	~Site-title */

#site-title
{
	display: block;
	text-indent: -10000px;
	outline: medium none;
	background: transparent url( '../images/wheres-roger.png' ) center top no-repeat;
	
	width: 303px;
	height: 360px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: -36px;
	top: 0px;
	z-index: 1005;
	
}

/* 	~Sightings */

#masthead ul
{
	margin: 0em;
}

#sightings,
#sightings li,
#sightings li img
{
	display: block;
	padding: 0;
	margin: 0;
}

#sightings
{
	width: 303px;
	height: 360px;
	padding: 0;
	margin: 0;
	overflow: visible;
}

#sightings li
{
	position: absolute;
	/*width: 150px;*/
	/*height: 100px;*/
	left: 60px;
	top: 164px;
	z-index: 1000;
}

#sightings li img
{
	width: 171px;
	height: 127px;
	background-color: #333;
}

/* Main Navigation */

#nav
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 490px; /* same as centre column */
		        
	margin-left: 258px; 
}

#nav li
{
	list-style: none;
	float: left;
	position: relative;
	top: 5px;
	
	padding: 0 3px 0 0;
}

#nav-home a,
#nav-about a,
#nav-enter a,
#nav-register a,
#nav-prizes a,
#nav-clues a,
#nav-products a,
#nav-rovers a
{
	display: block;
	padding: 0;
	margin: 0;
	background: transparent url( '../images/nav-sprite-alt.gif' ) no-repeat;
	text-indent: -10000px;
	outline: medium none;
	overflow: hidden;
	height: 25px;
	border: 1px solid transparent;
	
	/*background-color: gray;*/
}

#nav li.selected a,
#nav li a:hover
{
	background-color: #9c1818;
	border: 1px solid #be1d1d;
}

/*
#nav { margin-left: 274px }
#nav li { padding: 0 6px 0 0 }

#nav-home a 	{ width: 68px; 	background-position: 0px center }
#nav-about a 	{ width: 46px; 	background-position: -95px center }
#nav-enter a 	{ width: 75px; 	background-position: -171px center }
#nav-register a { width: 65px;  background-position: -273px center }
#nav-prizes a	{ width: 50px; 	background-position: -366px center }
#nav-clues a 	{ width: 45px; 	background-position: -444px center }
#nav-products a { width: 70px; 	background-position: -517px center }
*/

/* when 'Rewards' is added: */

#nav { margin-left: 258px }
#nav li { padding: 0 }

#nav-home a 	{ width: 24px; 	background-position: -2px center }
#nav-about a 	{ width: 46px; 	background-position: -95px center }
#nav-enter a 	{ width: 75px; 	background-position: -171px center }
#nav-register a { width: 65px;  background-position: -273px center }
#nav-prizes a	{ width: 50px; 	background-position: -366px center }
#nav-clues a 	{ width: 45px; 	background-position: -444px center }
#nav-products a { width: 70px; 	background-position: -517px center }
#nav-rovers a 	{ width: 117px; background-position: -615px center }



/* ~Content
  -------------------------------------------------------------------- */

#content-wrap
{
	
}

#content
{
	position: static;
}

#content .main
{
	
}

#content-column .pres-col-top
{
	height: 37px;
	background: transparent url( '../images/backgrounds/content-frame-top.png' ) left bottom no-repeat;
}

#content-column .pres-col-mid
{
	background: transparent url( '../images/backgrounds/content-frame-mid.png' ) left top repeat-y;
	min-height: 250px;
}

#content-column .pres-col-bottom
{
	height: 40px;
	background: transparent url( '../images/backgrounds/content-frame-bottom.png' ) left bottom no-repeat;
}

#content-column .section
{
	width: 416px; /* centre col width (490) - 2*border width( 40 ) */
	margin: 0 auto;
	left: -4px;
	padding: 15px 0;
}

#content-column .section .article
{
	padding: 0 15px;
}

#content-column .section .special
{
	background-color: #dac09d;
	color: #5c3019;
	padding: 10px 10px 5px;
}

#content-column .divided
{
	background: transparent url( '../images/backgrounds/content-frame-divider.jpg' ) 0 0 no-repeat;
	padding-top: 35px;
}

/*	~Sidebars */

#content .aux
{
	
}

#content .aux .section
{
	padding: 7px;
	margin: 0;
	width: auto;
}

#left-sidebar
{
	margin-top: 305px; /* roughly the height of the H1 */
}

#right-sidebar
{
	margin-top: -49px; /* the height of the nav div */
}



/*	~Sign-in panel */

#content .aux #sign-in-panel
{
	/*padding: 0;*/
	/*height: 80px;*/
	background: transparent url( '../images/backgrounds/login-bg-8.png' ) 0 0 no-repeat;
	
	height:auto;
	padding:0 0 20px;
}

#sign-in-panel .content
{
	margin: 0px;
	position: relative;
	left: 18px;
	top: 7px;
	width: 210px;
}

#sign-in-panel .content h4
{
	margin: 2px 0 0 1px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-bottom: .8em;
	font-weight: lighter;
}

#sign-in-panel .sign-out h4
{
	color: #ffffff;
	font-size: .9em;
}

#sign-in-panel .sign-in p.signin-error
{
	color: #ffffff;
	font-size: .8em;
	margin-right: 25px;
}

#sign-in-panel .sign-in h4,
#sign-in-panel .sign-out h4 strong
{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ffdb25;
	padding-right: 3px;
}

#sign-in-panel .sign-out h4 strong
{
	font-size: .9em;
}



#sign-in-panel .signin-section
{
	float: left;
	position: relative;
}

#sign-in-panel label
{
	position: absolute;
	line-height: 22px;
	margin-left: 3px;
	/*color: #DC7F84;*/
	color: #FFE0E3;
	font-size: 12px;
	/*display: none;*/
}

.signin-email,
.signin-password,
.signin-submit
{
	display: block;
	height: 22px;
	border: none;
	background-color: #8c1009;
	line-height: 17px;
	margin-right: 4px;
	font-size: 12px;
	text-indent: 5px;
	color: #fff;
	
	line-height: 22px;
}

.signin-email { width: 90px; }
.signin-password { width: 68px; }

.signin-submit
{
	display: block;
	margin: 0;
	width: 22px;
}

#sign-in-panel .sign-in a
{
	clear: left;
	display: block;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	padding-top: 8px;
	font-size: .75em;
	color: #FBA397;
	text-decoration: none;
	text-indent: 1px;
}

#sign-in-panel .sign-in a:hover
{
	text-decoration: underline;
}

.signout-update,
.signout-signout
{
	position: relative;
	display: block;
	height: 23px;
	border: none;
	background-color: #8c1009;
	line-height: 23px;
	margin-right: 4px;
	font-size: 12px;
	color: #fff;
}


.signout-update
{
	float: left;
	background: none;
}

.signout-update a
{
	color: #fef2f1;
}

.signout-update a:hover
{
	color: #fff;
}

.sign-out .signout-signout /*hmmm!*/
{
	text-transform: uppercase;
	float: right;
	text-indent: 5px;
	margin-right: 23px;
	/*padding-right: 24px !important;*/
	padding-right: 24px;
	background: #8c1009 url( '../images/buttons/sign-in-btn2.gif' ) right center no-repeat;
	text-decoration: none;
	color: #ffdb25;
	font-size: 11px;
	cursor: pointer;
}

.signout-signout:hover
{
	background-color: #9A1009;
}


/*	~Calendar panel */

#calendar-panel
{
	padding-top: 0px;
}

#calendar-panel,
#calendar-panel .content
{
	display: block;
	height: 225px;
}

#calendar-panel .content
{
	margin-top: 0px;
}

#calendar-panel .content
{
	background: transparent 0 0 no-repeat;
	width: 260px;
	position: absolute;
	top: 0px;
	left: -43px;
}

#calendar-panel .month-5 { background-image: url( '../images/backgrounds/calendar-may.png' ) }
#calendar-panel .month-6 { background-image: url( '../images/backgrounds/calendar-june.png' ) }
#calendar-panel .month-7 { background-image: url( '../images/backgrounds/calendar-july.png' ) }

#calendar-panel .content dt,
#calendar-panel .content dd
{
	text-indent: -10000px;
	outline: none;
	margin: 0;
	padding: 0;
}

/*	~Join panel */

#content .aux #join-panel
{
	padding-bottom: 0px;
}

#join-panel,
#join-panel .content
{
	height: 325px;
}

#join-panel .content
{
	background: transparent url( '../images/backgrounds/notepaper.png' ) 0 0 no-repeat;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 250px;
}

#join-panel .content h3
{
	display: block;
	width: 180px;
	height: 40px;
	background: transparent url( '../images/join-search-sprite.gif' ) 0 0 no-repeat;
	padding: 0;
	margin: 35px 0 0 21px;
	text-indent: -10000px;
	outline: none;
}

#join-panel .content ol
{
	width: 180px;
	padding: 0px;
	margin: 0 0 0 25px;
	color: #635847;
	/*font-size: 11px;*/
	font-size: 13px;
}

#join-panel .content ol li
{
	list-style: none;
	background: transparent url( '../images/join-search-sprite.gif' ) 0 0 no-repeat;
	padding: 0 0 10px 25px;
	line-height: 110%;
}
#join-panel .content ol li strong {
	color: #322a1e;
}

#join-panel .content ol li.first 	{ background-position: -153px -155px }
#join-panel .content ol li.second 	{ background-position: -79px -216px }
#join-panel .content ol li.third 	{ background-position: 0 -274px }

#join-panel .content .action-button
{
	margin: 10px 0 0 28px;
	text-transform: uppercase;
}

/* */

#join-panel .welcome h3
{
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#c62323;
	font-size: 15px;
	
	display: block;
	width: 180px;
	height: 60px;
	background: transparent url( '../images/join-search-sprite.gif' ) 0 -50px no-repeat;
	padding: 0;
	margin: 35px 0 0 21px;
	text-indent: -10000px;
	outline: none;
}

#join-panel .content h3.thankyou
{
	display: block;
	width: 185px;
	height: 48px;
	background: transparent url( '../images/thankyou.gif' ) 0 0 no-repeat;
	padding: 0;
	margin: 35px 0px 10px 17px;
	text-indent: -10000px;
	outline: none;
}

#join-panel .content p
{
	width: 165px;
	padding: 0px;
	margin: 0 0 8px 30px;
	color: #635847;
	font-size: 13px;
}

#join-panel .welcome p a,
#join-panel .welcome p a:visited
{
	color:#4E2D1D;
	text-decoration: none;
	font-size: 14px;
}

#join-panel .welcome p a:hover
{
	color:#4E2D1D;
	text-decoration: underline;
	
}



/*	~Best Helper panel */

#content .aux #best-helper-panel
{
	padding-top:0px;	
}

#best-helper-panel a
{
	display: block;
	width: 226px;
	height: 180px;
	padding: 0;
	margin: 0;
	text-indent: -10000px;
	background: transparent url( '../images/rovers-rewards.png' ) center top no-repeat;
	outline: none;
}




/*	~Tweets */

#content-column .section .tweets
{
	padding: 0 15px;
	
}

.tweets ul, .tweets ol, .tweets dl
{
	line-height: 100%;
}

#content-column .section .tweets h4
{
	margin-bottom: 4px;
}

#content-column .section .tweets .content
{
	/*overflow: hidden;*/
}

#content-column .section .tweets #twitter-wrap
{
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: block;
	height: 7.5em;
	height: 100px;
	position: relative;
	z-index: 90;
}


#content-column .section .tweets #twitter-feed
{
	margin: 0;
	padding: 0;
	border: 0 none;
	display: block;
	outline: none;
	position: absolute;
	top: 0px;
}

#content-column .section .tweets .content
{
	margin: 0;
	padding: 0;
	display: block;
	/*height: 7.5em;*/
}

.tweet,
.twittLI
{
	margin: 0;
	padding: 0;
	display: block;
	height: 7.5em;
	height: 100px;
}

/* tweet nav */

#content-column .section .tweets .tweet-nav
{
	margin: 0;
	padding: 0;
	position: relative;
	overflow: visible;
	z-index: 100;
}

.tweet-nav li,
.tweet-nav li a
{
	display: block;
	width: 19px;
	height: 20px;
}

.tweet-nav li
{
	outline: none;
	text-indent: -10000px;
	position: absolute;
	right: 0px;
	/*top: 4em;*/
	top: 53px;
}


.tweet-nav li a
{
	background: #5c3019 url( '../images/buttons/tweet-sprite.png' ) center 0 no-repeat;
	outline: none;
	text-indent: -10000px;
	position: relative;
}

.tweet-nav li a:hover
{
	background-color: #7B3E1E;
}

.tweet-nav .first a
{
	top: -23px;
	background-position: center 0;
}

.tweet-nav .last a
{
	background-position: center -20px;
}

.tweet-nav li.disabled a,
.tweet-nav li.disabled a:hover
{
	background-color: #DAC09D;
	cursor: default;
}

/* single tweet */

.tweet,
.twittLI
{
	
}

#content-column .section .tweets .tweet .special,
#content-column .section .tweets .twittLI .special
{
	padding: 0.8em;
	line-height: 1.2em;
	margin: 0 24px 0 1px;
	height: 4em;
	width: 339px;
}


.tweet cite,
.twittLI cite
{
	color: #ae8f73;
	font-size: 0.9em;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	text-indent: 2px;
	background: transparent url( '../images/buttons/tweet-sprite.png' ) 320px -45px no-repeat;
	width: 339px;
}

.tweet cite a,
.tweet cite a:visited,
.twittLI cite a,
.twittLI cite a:visited
{
	color: #ae8f73;
	text-decoration: none;
}

.tweet cite a:hover,
.twittLI cite a:hover
{
	color: #ae8f73;
	text-decoration: underline;
}



/*	~Social links */

#socialLinks
{
	background-color: #5c3019;
	padding: 0px;
	margin: 0px;
	height: 31px;
	margin: 0 15px;
}

#socialLinks,
#socialLinks a
{
	color: #ffe4c7;
}

#socialLinks dt,
#socialLinks dd,
#socialLinks dd a
{
	display: block;
	font-weight: normal;
	line-height: 31px;
	padding: 0;
	margin: 0;
}

#socialLinks dt
{
	float: left;
	font-style: italic;
	margin-left: 12px;
}

#socialLinks dd
{
	height: 31px;
	width: 110px;
	float: right;
	background: transparent url( '../images/buttons/social-links-sprite.gif' ) left top no-repeat;
}

#twitter-link a,
#facebook-link a
{
	height: 31px;
	width: 110px;
	display: block;
	background: transparent url( '../images/buttons/social-links-sprite.gif' ) center -62px no-repeat;
	outline: none;
	text-indent: -10000px;
}

#twitter-link a 	{ background-position: center -62px }
#twitter-link a:hover 	{ background-color: #7B3E1E;}

#facebook-link a	{ background-position: center -93px }
#facebook-link a:hover	{ background-color: #7B3E1E; }


/* ~Footer
  -------------------------------------------------------------------- */

#footer-wrap
{
	height: 355px; /* #dorothys-table height + #legal height */
	background: transparent url( '../images/backgrounds/footer-floor.gif' ) center bottom repeat-x;
}

#footer
{
	background: #cbb19b url( '../images/backgrounds/footer-legal.gif' ) center top repeat-x;
}

#dorothys-table
{
	height: 325px;
	/*width: 955px;*/
	background: transparent url( '../images/backgrounds/table-02.png' ) center bottom no-repeat;
}

/* footer navigation */

#legal
{
	display: block;
	padding: 0;
	height: 30px;
	text-align: center;
}

#legal li
{
	color: #86674d;
	list-style: none;
	display: inline;
	line-height: 30px;
	
	font-size: .85em;
	padding-right: 1px;
	
	position: relative;
}

#legal li a
{
	color: #86674d;
	padding: 0 0 0 5px;
	border-left: solid 1px #86674d;
	text-decoration: none;
}

#legal li a:hover
{
	text-decoration: underline;
}

#legal #schmackos
{
	padding-right: 100px;
}

#legal #schmackos a
{
	display: block;
	height: 58px;
	width: 98px;
	position: absolute;
	top: -36px;
	left: 0px;
	overflow: hidden;
	outline: none;
	text-indent: -10000px;
	position: absolute;
	border: none;
	background: transparent url( '../images/schmackos.png' ) 0 0 no-repeat;
}



/* ~Forms
  -------------------------------------------------------------------- */

.standard-form
{
	margin:0 5px 30px;
}

.standard-form fieldset
{
	margin: 0 0 .5em;
	padding: 0;
}

.standard-form legend
{
	text-indent: -10000px;
	height: 0px;
	font-size: 0px;
}

.standard-form ol
{
	margin: 0px;
}

.standard-form ol li
{
	list-style: none;
	clear: both;
	padding-top: 5px;
	min-height: 1.8em;
}

.standard-form .error
{
	background: transparent url( ../images/backgrounds/form-error.gif ) right 8px no-repeat;
}

.standard-form label
{
	
}

.standard-form input
{
	
}

.standard-form input[type=text],
.standard-form input[type=password],
.standard-form input[type=file],
.standard-form input.file
{
	/*height: 1.8em;*/
	padding: 4px 0 3px;
}

.standard-form input[type=text],
.standard-form input[type=password],
.standard-form input[type=file],
.standard-form input.file,
.standard-form textarea
{
	background-color: #23211a;
	color: #ffdb25;
	width: 205px;
	border: none;
	padding-left: 3px;
	padding-right: 3px;
}

.standard-form textarea
{
	padding-top: 3px;
	padding-bottom: 3px;
}

.standard-form input[type=text]:focus,
.standard-form input[type=password]:focus,
.standard-form input[type=file]:focus,
.standard-form input.file:focus,
.standard-form textarea:focus
{
	background-color: #3C382C;
}

.standard-form input[type=radio],
.standard-form input[type=checkbox]
{
	margin-right: 3px;
}

.standard-form input[type=submit]
{
	margin-top: 15px;
	text-transform: capitalize;
	line-height: normal;
}


.standard-form .labels,
.standard-form .inputs
{
	display: block;
	float: left;
	margin-bottom: 5px;
        
        position: relative;
}

.standard-form .inputs .inputs
{
	float: none;
}



.standard-form .labels
{
	width: 140px;
	color: #4E2D1D;
	font-weight: bold;
	font-size:.9em;
}

.standard-form .inputs
{
	
}

.standard-form .second-col
{
	position: relative;
        left: 140px;
}

.standard-form .radio-set
{
	width: 75px;
	display: block;
	float: left;
        
        position: relative;
}

.standard-form .checkbox-set input,
.standard-form .checkbox-set label
{
	display: block;
	float: left;
        
        position: relative;
}

.standard-form .checkbox-set label
{
	width: 190px;
	margin-left: 1px;
	position: relative;
	top: -1px;
}

.standard-form .xskey
{
	border-bottom: dotted 1px #6E6053;
}

.standard-form .req
{
	color: red;
}

.standard-form .note
{
	font-style: italic;
	margin-top: 3px;
}


/* ~Forms Errors
  -------------------------------------------------------------------- */

.form-errors
{
	padding: 0.5em 0 0 25px;
	background: url( ../images/backgrounds/form-alert.gif ) no-repeat scroll 6px 4px transparent;
}

.form-errors strong
{
	font-weight: bold;
	color: #b4251e;
}

.form-errors p
{
	padding-bottom: 0.5em;
}

/* JS error handling */

.inputs span.error
{
	display: block;
	font-style: italic;
	color: #b4251e;
	background: none;
}
.error span.error {
	display: block !important;
}

.checkbox-set span.error
{
	margin-left: 15px;
}

.form-errors ul.roversError {
    margin-bottom: 0; 
    padding-bottom: 1em;
}

/* ~Pages
  -------------------------------------------------------------------- */


/* 	~Home
  -------------------------------------------------------------------- */


/* 	~FAQs page
  -------------------------------------------------------------------- */

#page-faq
{
	
}

#page-faq .article .questions
{
	
}

#page-faq .article .questions li
{
	padding-bottom: 0.5em;
}

#page-faq .article .questions li a
{
	text-decoration: none;
}

#page-faq .article .questions li a:hover
{
	text-decoration: underline;
}

#page-faq .article .questions-and-answers
{
	margin:0;
}

#page-faq .article .questions-and-answers li
{
	list-style: none;
	clear: both;
	padding-top: 0.5em;
}

#page-faq .article .questions-and-answers li h4
{
	padding-bottom: 0.5em;
	font-size: 1.1em;
}

#page-faq .article .questions-and-answers li a.to-top
{
	display: block;
	float: right;
	font-size: 0.8em;
	margin: 0 5px;
	background: #e9dbb8 url( '../images/buttons/faq-sprite.gif' ) 5px 5px no-repeat;
	text-decoration: none;
	padding: 1px 4px 1px 20px;
}

#page-faq .article .questions-and-answers li a:hover
{
	text-decoration: underline;
	/*background-position: 5px 4px;*/
}

/* 	~Prizes page
  -------------------------------------------------------------------- */

#page-prizes #content-column .section .special
{
	padding: 6px 0;
	margin: 0 5px 12px;
}

#page-prizes .special img
{
	margin: 0 6px;
}

#page-prizes .special .content
{
	margin: 0;
	padding-bottom: 6px;
}

#page-prizes .special .content h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom: 0;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#page-prizes .special .content p
{
	line-height: 108%;
	margin: 0;
}

#page-prizes .major-prize img,
#page-prizes .major-prize .content
{
	margin: 0 auto;
	display: block;
	width: 364px;
}

#page-prizes .major-prize .content
{
	width: 355px;
}

#page-prizes .major-prize .content h4
{
	padding-top: 6px;
}

#page-prizes .minor-prize img,
#page-prizes .minor-prize .content
{
	float: left;
	position: relative;
}

#page-prizes .minor-prize .content
{
	width: 192px;
	margin: 0 6px;
}

/* 	~Terms page
  -------------------------------------------------------------------- */

.page-legal .article ol
{
	padding: 0.5em 5px;
}

.page-legal .article ol li
{
	padding-bottom:0.4em;
}

.page-legal .article ol ol li
{
	list-style: lower-roman;	
}


/* 	~Enter now / Register page
  -------------------------------------------------------------------- */

#page-enter .enter-steps
{
	padding: 0px;
	margin: 10px;
}

#page-enter .enter-steps li
{
	list-style: none;
	background: transparent url( '../images/join-search-sprite.gif' ) 0 0 no-repeat;
	padding: 0 0 10px 35px;
}

#page-enter .enter-steps li.first 	{ background-position: -153px -155px }
#page-enter .enter-steps li.second 	{ background-position: -79px -216px }
#page-enter .enter-steps li.third	{ background-position: 0 -274px }

/* AddThis widget styling overwriting
  -------------------------------------------------------------------- */

#content-column #share-panel
{
	padding: 0 0 5px;
	z-index: 150;
}

#content-column #share-panel.divided
{
	height: 18px;
}

#share-panel .content
{
	position: relative;
}

#share-panel .content .addthis_toolbox
{
	position: absolute;
	right: 16px;
	top: -5px;
	width: 65px;
}

#share-panel.divided .content .addthis_toolbox
{
	top: 19px;
}

#share-panel .content a
{
	color: #827161;
	text-decoration: none;
	font-size: 10px;
	line-height: 18px;
	text-transform: lowercase;
}

#share-panel .at300bs.at15t_expanded,
#share-panel .at300bs.at15t_compact
{
	background-image: url( '../images/buttons/addthis.png' );
	margin-right:4px;
}

#share-panel .addthis_default_style .addthis_separator,
#share-panel .addthis_default_style .at300b,
#share-panel .addthis_default_style .at300m,
#share-panel .addthis_default_style .at300bs
{
	float:right;
	padding:0 0px;
}

#share-panel .at300bs {
	height:24px;
	line-height:24px !important;
	width:34px;
}



/* PHASE 1 & 2 */
.phase1 #content-column .full-swf,
.phase2 #content-column .full-swf { width:402px; top:1px; padding: 0 }

/* GEE ADDITIONS */

#content-column .clues-form {
	margin: 10px 0 0 0;
	padding-bottom: 0 !important;
}
.clues-form input[type="submit"] {
	margin-top: 0;
	cursor: pointer;
}

.hidden {
	display: none;
}

.center {
    text-align: center;
}

.product-note,
.product-note a {
	font-size: 11px !important;
}

ol.roman li {
    list-style-type: lower-roman;
}
