/*
 * default.css
 * Compsoc karma page
 *
 * Copyright (C) 2005 Timothy Retout <tim@retout.co.uk>
 *
 */


/* Remove margin and padding from elements by default. */

html,body,div,h1,h2,ul,li {
	margin: 0px;
	padding: 0px;
	font: 16pt serif;
}

/* Some inconsequential details. */

body {
	background: #003;
}

img {
	border: none;
}

.editor {
	font-style: italic;
}

h1 {
	color: #fff;
	font: 2em sans-serif;
	font-weight: bold;
	margin: 0.5em;
	opacity: .75;
	filter: alpha(opacity="75");
}

h2 {
	font: 5em sans-serif;
	font-weight: bold;
	color: #66f;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -15pt;
}


div {
	margin: 1em;
	padding: 0.5em;
	background: #fff;
	/*opacity: .50;
	filter: alpha(opacity="50");*/
	-moz-border-radius: 0.5em;
}

.score {
	padding: 0em;
	padding-top: 3em;
	/*border: 1px solid #ccc;*/
	position: relative;
	background: transparent;
}

/* Styles */

ul {
	padding: 1em;
	position: relative;
	background: #fff;
	/*opacity: .50;
	filter: alpha(opacity="50");*/
	-moz-border-radius: 0.5em;
	margin-left: 3em;
}

li {
	list-style-type: none;
	/*display: block;*/
	position: relative;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.score img {
	width: 2em;
	height: 2em;
	display: block;
}

.long {
	overflow: auto;
}
