/*
Project Stylesheet
Iain K. MacLeod (http://boostventilator.com)

CSS Tools: Reset CSS
http://meyerweb.com/eric/tools/css/reset/

YUI Reset CSS
http://developer.yahoo.com/yui/reset/

Colours
Red #A6382D

*/

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, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	overflow-y: scroll;
}

body {
	font-family: "colaborate-1","colaborate-2",sans-serif;
	font-size: 75%;
	line-height: 1em;
	background-color: #A6382D;
	color: white;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	font-style: normal;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { 
	border:0;
}

img {
	display: block;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 150%;
	font-weight: normal;
	font-style: normal;
}

p, li {
}

li {
	padding-top: 10px;
}

a {
	text-decoration: none;
	color: #A6382D;
}

a:link { 
	font-variant: normal;
	text-decoration: none;
}
	
a:visited { 
	text-decoration: none;
}
	
a:hover { 
}
	
a:active { 
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}

hr {
}

/* 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;
}

/* IE 7 http://www.actsofvolition.com/archive/2008/december/nerdtipbicubic */
img {
	-ms-interpolation-mode:bicubic;
}

div#block {
	background-image: url(../images/main.gif);
	color: #999999;
	width: 560px;
	height: 410px;
	margin-right: auto;
	margin-left: auto;
}
/*@media (max-width: 567px) {
div#block { width: 100%; }
}*/

div#home {
	width: 560px;
	height: 100px;
}

div#home img {
	width: 560px;
	height: 100px;
}

div#quiz, div#play {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	height: 265px;
	position: relative;
}

div#play h1, div#quiz h1 {
	text-align: center;
	font-size: 25px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	top: 110px;
	position: relative;
	font-weight: 500;
	font-style: normal;
}

h1.status {
	color: #A6382D;
	font-weight: normal;
	font-style: normal;
}

div#buttons h1 {
	top: -65px;
	font-weight: normal;
	font-style: normal;
}

div#block div#quiz h2 {
	text-align: center;
	position: relative;
	font-size: 20px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	top: 140px;
    font-weight: 300;
}

div#block div#quiz h3 {
	text-align: center;
	position: relative;
	font-size: 15px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	top: 160px;
}

div#block div#quiz div#buttons {
	position: relative;
	top: 175px;
	width: 480px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

div#buttons form {
	display: inline;
}


div#buttons span#or {
	display: inline;
	vertical-align: top;
	line-height: 25px;
	padding-right: 25px;
	padding-left: 25px;
}

div#scoreblock {
	height: 25px;
	width: 480px;
	position: relative;
	color: white;
	margin-left: 65px;
}

div#share {
	top: -50px;
	position: relative;
}

.twitter-share-button {
	margin-right: 20px;
	margin-bottom: 1px;
}