* {
	margin: 0;
	padding: 0;
}

/* main content */

body {
	color: #000;
	font: 80% Arial, Times New Roman;
	
}

div#container {
	width: 1018px;
	margin: 0 auto;
	color: #000;
	background-color: #fff;
}

div#paper_top {
	width: 1018px;
	height: 287px;
	background: url(/_gfx/paper_top.jpg) top center no-repeat;
}

div#paper_top p {
	padding: 152px 0 0 74px;
	font: bold 80% Arial;
	letter-spacing: -0.03em;
	margin: 0;
}

div#paper_mid_repeat {
	width: 1018px;
	background: url(/_gfx/paper_mid_repeat.jpg) top center repeat-y;
}

div#paper_mid {
	width: 1018px;
	background: url(/_gfx/paper_mid.jpg) top center no-repeat;
}

div#content {
	margin: 0 0 0 71px;
	width: 833px;
	clear: left;
}

div#content div.leftcol,
div#register {
	margin-bottom: 30px;
	padding-right: 5px;
	float: left;
	width: 635px;
	background: url(/_gfx/vert_line.gif) top right repeat-y;
}

div.leftcol div.home_text {
	float: left;
	width: 295px;
	padding-top: -5px;
}

div.leftcol img.home {
	float: left;
	padding: 10px 10px 0 0;
}

div#content div.rightcol {
	float: left;
	width: 168px;
	padding-left: 5px;
}

div.quizcol {
	padding-bottom: 300px;
}

div#paper_bottom {
	clear: both;
	width: 1018px;
	height: 72px;
	background: url(/_gfx/paper_bottom.jpg) top center no-repeat;
}

div#paper_top h1 {
	display: none;
}


/* top nav */

ul#nav {
	list-style: none;
	margin: 0 0 0 45px;
	padding: 0 0 0 0;
	height: 25px;
	width: 833px;
	
}

ul#nav li {
	xmargin: 0 5px 0 20px;
	padding: 0 5px 0 10px;
	font-size: 100%;
	text-transform: lowercase;
	color: #000;
	float: left;
	display: block;
	height: 22px;
}

ul#nav li.home {
	padding-left: 20px;	
}

ul#nav li span {
	display: none;
}

ul#nav li a {
	display: block;
	height: 22px;
	background-repeat: no-repeat;
	background-position: top left;
}

ul#nav li.active, ul#nav li a:hover {
	background-position: bottom left;
}

ul#nav li a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

ul#nav li.home a {
	xmargin: 0 0 0 45px;
	width: 63px;
	background-image: url(/_gfx/nav/home.gif);
	border-right: 2px solid #014a7d;
	
	padding-right: 10px;
}

ul#nav li.take_quiz a {
	width: 128px;
	background-image: url(/_gfx/nav/play_the_quiz_top_nav.gif);
	border-right: 2px solid #014a7d;
	padding-right: 10px;
}

ul#nav li.your_results a {
	width: 123px;
	background-image: url(/_gfx/nav/Your-results.gif);
	border-right: 2px solid #014a7d;
	padding-right: 10px;
}

ul#nav li.compare_results a {
	width: 163px;
	background-image: url(/_gfx/nav/compare-results.gif);
	border-right: 2px solid #014a7d;
	padding-right: 10px;
}

ul#nav li.invite_friend a {
	width: 175px;
	background-image: url(/_gfx/nav/invite-your-friends.gif);
}

div#paper_mid img#global_views {
	margin-left: 71px;
	border-right: 1px solid #8b8b8b;
	vertical-align: middle;
}

div#paper_mid img#guardian_weekly {
	xborder-right: 1px solid #8b8b8b;
	vertical-align: middle;
}

span#date {
	font: Bold 120% "Times New Roman";
	xdisplay:inline;
	margin-left:5px;
	xpadding-bottom: 100px;
	xfont-weight: bold;
	color: #8b8b8b;
	xline-height: 40px;
}

/* right nav */

div.rightcol a span {
	display: none;
}

div.rightcol a {
	margin-top: 20px;
	display: block;
	width: 149px;
	background-repeat: no-repeat;
	background-position: top left;
}

div.rightcol a:hover {
	background-position: bottom left;
}

div.rightcol a#freecopy {
	margin-top: 20px;
	height: 41px;
	background-image: url(/_gfx/nav/free_copy.gif);
}

div.rightcol a#fourweektrial {
	height: 41px;
	background-image: url(/_gfx/nav/trial.gif);
}

div.rightcol a#keepmeupdated {
	height: 41px;
	background-image: url(/_gfx/nav/news_updates.gif);
}

div.rightcol a#guweekly {
	height: 100px;
	background-image: url(/_gfx/nav/gu_weekly.gif);
	width: 188px;
}

/* other nav */

a.takequiz {
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/_gfx/nav/play_the_quiz.gif);
	width: 149px;
	height: 20px;
	font-size: 0;
	margin: 0 0 -9px auto;
}

a.viewstats {
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/_gfx/nav/viewstats.gif);
	width: 265px;
	height: 20px;
	font-size: 0;
	margin: 0 0 5px 0;
}

a.takequiz span,
a.viewstats span {
	display: none;
}

a.takequiz:hover,
a.viewstats:hover {
	background-position: bottom left;
}

/* forms */


div#register form {
	width: 295px;
}

div#register form.fullwidth {
	width: 630px;
}

form#login {
	width: 180px;
}

form#login input {
	width: 180px;
}

div#compare form {
	margin-top: 20px;
}

form label {
	display: block;
	padding: 2px 0;
	color: #000;
	margin: 10px 0 5px 0;
	font-size: 110%;
}

form p,
form span {
	font-size: 100%;
}

form input {
	width: 200px;
}

form input.checkbox {
	width: auto;
}

form input.submit {
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/_gfx/nav/submit.gif);
	width: 87px;
	height: 20px;
	font-size: 0;
	margin: 0 2px -8px auto;
	padding: 0;
}

form input.submit:hover {
	background-position: bottom left;
}

form input.save {
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/_gfx/save.gif);
	width: 87px;
	height: 23px;
	font-size: 0;
	margin: 0 0 -8px auto;
	padding: 0;
}

form input.save:hover {
	background-position: bottom left;
}

form input.login {
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/_gfx/nav/login.gif);
	width: 48px;
	height: 20px;
	font-size: 0;
	margin: 0 0 -8px auto;
	padding: 0;
}

form input.login:hover {
	background-position: bottom left;
}


form#invite_friend fieldset,
div#compare fieldset {
	float: right;
	width: 350px;
	border: 0;
	margin: 0 5px 0 0;
	color: #000;
}

form#invite_friend fieldset {
	width: 450px;
}

form#invite_friend fieldset p,
div#compare fieldset p {
	margin: 10px 0;
}

div#compare fieldset h4 {
	clear: both;
	float: right;
	text-align: right;
	padding-right: 215px;
}

form#invite_friend fieldset p.error,
div#compare fieldset p.error {
	color: #000;
}

form#invite_friend fieldset label,
div#compare fieldset label {
	display: block;
	margin: 0 10px 10px 0;
	text-align: right;
}

form textarea {
	height: 100px;
	width: 200px;
}


form legend {
	display: none;
}

/* quiz */

div#stage {
	float: left;
	display: inline;
	background-color: #E8E5DC;
	width: auto;
	margin: 20px 30px 0 10px;
	padding: 0;
	font-size: 1px;
	width: 460px;
}

div#top {
	background-color: #E8E5DC;
}
div#bottom {
	background-color: #E8E5DC;
}
div#left {
	background-color: #E8E5DC;
}
div#right {
	background-color: #E8E5DC;
}
li {
}
img#nextImage {
	position: absolute;
	left: -9999px;
}

div#tempbr {
	clear: both;
	margin-bottom: 20px;
}

div#answers {
	margin-top: 20px;
	xmargin-left: 80px;
	width: 290px;
	background: url(/_gfx/dash.gif) top center repeat-x;
	float: left;
	display: inline;
}

div#answers p img {
	margin-right: 5px;
}

div#answers p {
	width: 290px;
	background: url(/_gfx/dash.gif) bottom center repeat-x;
	padding: 0 0 10px 0;
}

div#answers span {
	font-family: "Times New Roman";
	text-decoration: none;
	margin-bottom: 10px;
	font-size: 130%;
	font-weight: bold;
	cursor: pointer;
}

div#answers p#answer1 {
	margin-top: 10px;
}

div#register div.leftcol {
	margin-right: 2px;
	margin-left: 5px;
}

div#register div.leftcol,
div#register div.rightcol {
	float: left;
	width: 300px;
}

div#register ul {
	margin-left: 20px;
}

div#register ul li {
	margin-bottom: 5px;
}

div#quizcol {
	height: 400px;
	margin-bottom: 100px;
}

div#quizcol h1#header {
	float: left;
	width: 450px;
}

div#quizcol h1#counter {
	float: right;
	width: 350px;
	color: black;
	text-align: right;
	margin-right: 10px;
}

div#results h3 {
	font-size: 140%;
}

div#results div {
	display: inline;
	float: right;
	width: 240px;
	margin: 0 10px 20px 0;
}

div#results div a.readarticle span {
	display: none;
}


div#results div a.readarticle {
	display: block;
	width: 135px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/_gfx/nav/read_article.gif);
}

div#results div a.readarticle:hover {
	background-position: bottom left;
}

div#results img.story {
	float: left;
	margin: 0 0 20px;
}

div#results img {
	margin: 10px 0;
}

/* graphical links */

a#compare,
a#graph,
a#invite,
a#playagain {
	display: block;
	margin: 10px 0;
	background-repeat: no-repeat;
	background-position: top left;
	height: 23px;
}

a#compare:hover,
a#graph:hover,
a#invite:hover,
a#playagain:hover {
	background-position: bottom left;
}

a#compare span,
a#graph span,
a#invite span,
a#playagain span {
	display: none;
}

a#compare {
	background-image: url(/_gfx/compare_with_friends.gif);
	width: 236px;
}

a#graph {
	background-image: url(/_gfx/results_graph.gif);
	width: 161px;
}

a#invite {
	background-image: url(/_gfx/invite_your_friends.gif);
	width: 202px;
}

a#playagain {
	background-image: url(/_gfx/play_again.gif);
	width: 123px;
}

/* Compare results */

div#compare p.youremail {
	float: left;
}


/* basic formatting */


.hide {
	display: none;
}

.show {
	display: block;
}

br.clear {
	clear: both;
}

a {
	color: #426BB7;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}
img.first {
	margin-top: -5px;
}

strong {
	font-size: 110%;
}

table {
	border-collapse: collapse;
}

th, td {
	border: 1px solid #aaa;
	padding: 2px 5px;
}

.warn {
	font-weight: bold;
	color: #c00;
	clear: both;
}

h1 {
	font: Bold 260% "Times New Roman";
	line-height: normal;
	margin: 0 0 5px 0;
	padding: 0;
	letter-spacing: -0.05em;
}

h1.welcome {
	width: 550px;
	margin-bottom: 0;
}

h4 {
	font: bold 120% Arial;
}

p {
	margin: 10px 10px 10px 0;
	font-size: 1.1em;
}

ol.privacy, ul.privacy {
	margin-left: 80px;
}

span.notyou {
	margin: 20px 10px 0 0;
}

p.first {
	font-size: 140%;
	font-weight: bold;
}

span.correct {
	color: green;
	padding-left: 20px;
	background: url(/_gfx/tick.gif) top left no-repeat;
}

span.incorrect {
	color: red;
	padding-left: 20px;
	background: url(/_gfx/cross.gif) top left no-repeat;
}

span.rule {
	display: block;
	height: 3px;
	background: url(/_gfx/dash.gif) top center repeat-x;
}

span.rulelong {
	margin-top: 10px;
	width: 630px;
}

ul.results {
	margin:15px;
}

ul.results li {
	margin-top:5px;
}