body {
	background: url(/img/mainbg.jpg) repeat-x top;
	font-family: Verdana, Arial, Helvetica, "MS sans serif", sans-serif;
	font-size: 0.8em;
}

#header {
	position: relative;
}

#logo {
	position: absolute;
	left: -5px;
	top: -10px;
}

#title {
	margin-left: 90px;
	margin-bottom: -25px;
}

#header, #content, #footer {
	width: 790px;
	background: white;
}

#header {
	border: 1px solid #C6C6C6;
}

#content {
	border: 1px solid #C6C6C6;
	margin-top: 1em;
}

#footer {
	background: #A90000 url(/img/footer.jpg) repeat-x;
	text-align: center;
	line-height: 22px;
	color: white;
}

#footer a {
	color: white;
}

#left, #center, #center-right, #right {
	float: left;
	border: solid #C6C6C6;
	border-width: 0 1px;
}

#left {
	width: 170px;
	border-left-width: 0;
}

#center {
	width: 468px;
	margin: 0 -1px;
}

#center-right {
	width: 619px;
	margin-left: -1px;
}

#center-right, #right {
	border-right-width: 0;
}

#right {
	width: 150px;	
}

br {
	clear: both;
}

a {
	text-decoration: none;
	color: #3366CC;
}

a:hover, a.current {
	text-decoration: underline;
	color: #A70000;
}

a.more {
	background: url(/img/nav.jpg) repeat-x top;
	display: block;
	text-align: right;
	line-height: 22px;
	padding: 0 5px;
	clear: both;
}

ul.nav {
	list-style: none;
	padding: 0;
}

ul.nav li {
}

#header ul.nav {
	background: url(/img/nav.jpg) repeat-x top;
	border: solid #C6C6C6;
	border-width: 1px 0;
	line-height: 22px;
	padding-left: 90px;
}

#header ul.nav li {
	display: inline;
	padding: 0 5px;
}

#left ul.nav {
	background: url(/img/separator.jpg) repeat-x top;
	padding-top: 9px;
	margin-top: 2em;
}

#left ul.nav li {
	background: url(/img/nav.jpg) repeat-x top;
	border-bottom: 1px solid #C6C6C6;
}

#left ul.nav li a {
	color: black;
	font-weight: bold;
	display: block;
	padding: 2px 5px;
}

#left ul.nav li a:hover {
	color: #A70000;
}

#tagline {
	background: #A90000 url(/img/tagline.jpg) repeat-x top;
	padding: 0.25em 90px;
	color: white;
	clear: both;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #A70000;
}

.sidebar {
	font-size: 0.9em;
}

.sidebar h1 {
	background: url(/img/separator.jpg) repeat-x bottom;
	padding: 0 5px 9px 5px;
	font-size: 110%;
}

.section {
	margin: 0.5em;
	border: 1px solid #C6C6C6;
	padding: 0 5px;
}

.category100 {
	background-image: url(/img/icons/full/category_100.gif);
}
.category200 {
	background-image: url(/img/icons/full/category_200.gif);
}
.category300 {
	background-image: url(/img/icons/full/category_300.gif);
}
.category400 {
	background-image: url(/img/icons/full/category_400.gif);
}
.category500 {
	background-image: url(/img/icons/full/category_500.gif);
}
.category600 {
	background-image: url(/img/icons/full/category_600.gif);
}
.category700 {
	background-image: url(/img/icons/full/category_700.gif);
}
.category800 {
	background-image: url(/img/icons/full/category_800.gif);
}

.category100, .category200, .category300, .category400, .category500, .category600, .category700, .category800 {
	background-repeat: no-repeat;
	background-position: right bottom;
}

.category100 p, .category200 p, .category300 p, .category400 p, .category500 p, .category600 p, .category700 p, .category800 p {
	padding-right: 78px;
}

.sidebar a.more {
	border: solid #C6C6C6;
	border-width: 1px 0;
}

.section a.more {
	border: solid #C6C6C6;
	border-width: 1px 0 0 0;
	margin: 0 -5px;
}

#lang, #theme {
	list-style: none;
	text-align: right;
}

#lang li, #theme li {
	display: inline;
}

.category_icon {
	margin: 0.5em 0;
}

.category_icon img {
	margin: auto;
	width: 48px;
	display: block;
}

.category_icon p {
	text-align: center;
	font-size: 0.75em;
	margin: 0;
}

.section .category_icon {
	float: right;
}

.portrait {
	float: left;
	padding: 0.5em 0.5em 0.5em 0;
}

a img {
	border: none;
}

ol.question {
	padding: 0;
}

ol.question li {
	border: 1px solid #C6C6C6;
	list-style: none;
	padding: 1em 0.5em;
	margin: 0.5em;
}

#header form {
	float: right;
	margin: 0.5em;
}

#header form div {
	display: inline;
}

#header form .submit {
	position: relative;
	top: 4px;
}

#tabs {
	border-bottom: 1px solid #C6C6C6;
	margin: 0 -0.5em;
	list-style: none;
	padding: 0 0 5px 5px;
}

#tabs li {
	display: inline;
	background: url(/img/tab-left.gif) no-repeat top left;
	padding: 5px 0 5px 5px;
}

#tabs li a {
	text-decoration: none;
	background: url(/img/tab-right.gif) no-repeat top right;
	padding: 5px 5px 5px 0;
	margin-left: -1px;
}

#tabs li.current {
	position: relative;
	top: 1px;
}

#tabs li.current a {
	color: #A70000;
}

.person h1.title {
	background: #FFFFFF url(/img/separator.jpg) repeat-x bottom;
	padding: 0 5px 9px 5px;
	margin: 0 -5px;
}

.section h1 {
	font-size: 125%;
}

.person h1.title .subject {
	float: right;
}

.category100 .subject {
	color: #ABA000;
}

.category200 .subject {
	color: #ABA000;
}

.category300 .subject {
	color: #F7941D;
}

.category400 .subject {
	color: #5E2433;
}

.category500 .subject {
	color: #ABA000;
}

.category600 .subject {
	color: #00A650;
}

.category700 .subject {
	color: #ABA000;
}

.category800 .subject {
	color: #ABA000;
}

.person .name {
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 0;
} 

.question-meta .name, .answer-meta .name {
	font-weight: bold;
	text-transform: uppercase;
}

.sidebar ul {
	list-style: none;
	padding: 0;
}

.sidebar li {
	margin-bottom: 0.5em;
}

.sidebar p, .sidebar ul, .sidebar ol, .sidebar form {
	margin: 1em 0.5em;
}

.sidebar form label, .sidebar form input, .sidebar form select, .sidebar form textarea {
	float: none;
}

.sidebar form label {
	display: block;
	text-align: left;
	font-weight: bold;
	width: auto;
	padding: 0;
}

form.compact label, form.compact input, form.compact select, form.compact textarea, form.compact div {
	float: none;
	display: inline;
	margin: 5px;
	padding: 0;
	width: auto;
}

#Quiz {
	padding: 0 0.5em;
	width: auto;
	text-align: left;
}

#Quiz label, #Quiz input, #Quiz textarea {
	float: none;
}

#Quiz label {
	padding: 0 1em;
}

#Quiz .radio {
	padding: 0 0.5em;
}

.box {
	width: 280px;
	float: left;
	height: 200px;
	position: relative;
}

.box a.more {
	position: absolute;
	width: 280px;
	bottom: 0;
}

.quote {
	font-style: italic;
	color: #222222;
}

label, input, select, textarea {
	float: left;
	margin: 0;
	margin-bottom: 5px;
}

label {
	width: 75px;
	padding-right: 20px;
	text-align: right;
}

.submit input {
	float: none;
}

.submit {
	text-align: right;
}

div.input, div.submit {
	clear: both;
}

.firstletter {
	color: #A70000;
	font-weight: bold;
	font-size: 200%;
	float: left;
	padding-bottom: 0.5em;
}

.pagination .previous {
	float: left;
}

.pagination {
	text-align: center;
	padding: 0 10px;
}

.pagination .numbers {
	display: inline;
}

.pagination .next {
	float: right;
}