*
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-serif;
}
body
{
	margin: 0.5em;
}
#header
{
	border-bottom: 2px solid black;
	margin-bottom: 1em;
}
#header *
{
	vertical-align: bottom;
}
#header h2
{
	line-height: 2em;
	margin-left: 1em;
	margin-right: 1em;
}
#header h1, #header h2
{
	display: inline;
}
#header #metadata
{
	line-height: 2.5em;
}
#header #metadata a
{
	margin-right: 0.9em;
}
#header #metadata iframe
{
	overflow: hidden;
	width: 47px;
	height: 29px;
	margin-left: 0.7em;
}
a img
{
	border-width: 0;
}
#account
{
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px 0.5em;
}
#account a
{
	margin-left: 1em;
}
#login
{
	background-image: url('/media/facebook.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 18px;
}
.quizlist
{
	margin: 0;
}
.quizlist li
{
	list-style-type: none;
	margin-bottom: 0.4em;
}
.quizlist p
{
	margin: 0 !important;
	font-size: small;
}
.quizlist small
{
	margin-left: 0 !important;
}
.quizlist a.quizname
{
	font-weight: bold;
}
.edit, .info, .delete
{
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 16px;
	margin-right: 0.5em;
}
.edit
{
	background-image: url('http://quizify.com/media/edit.png');
}
.info
{
	background-image: url('http://quizify.com/media/info.png');
}
.delete
{
	background-image: url('http://quizify.com/media/delete2.png');
}
#body
{
	margin: 0 2em;
}

/* buttons */
button
{
	background-image: url(); /* overrides default gradient background */
	padding: 0.5em;
	cursor: pointer;
}
button[disabled];
{
	cursor: inherit;
}
button.big
{
	font-weight: bold;
	font-size: large;
}
button.big:hover
{
	color: white;
}
button.pos
{
	color: green
}
button.pos:hover
{
	background-color: green;
}
button.neg
{
	color: red
}
button.neg:hover
{
	background-color: red;
}
button.big[disabled]:hover
{
	color: inherit;
}

textarea
{
	display: block;
}
#footer
{
	text-align: center;
	margin-top: 5em;
	padding-top: 1em;
	border-top: 2px solid black;
}
#footer, #footer a
{
	font-size: small;
	color: #777;
}

/* user and quiz pages */
#stats dt
{
	float: left;
	margin-right: 0.2em;
}
#stats dt:after
{
	content: ':';
}
