/*  
Theme Name: BB
Theme URI: http://www.burnleyfcbooks.co.uk
Description: Designed for Burnley FC Books
Version: 2
Author: Liz Helliwell
Author URI: http://www.digitalis-designs.co.uk/
*/


body {
	font-size: 75%;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000033;
	background-color: #570E30;
	margin-top: 20px;
}
#wrapper {
	width: 100%;
}
#container {
	width: 850px;
	margin: auto;
}
#nav {
	height: 94px;
	padding-left: 27px;		font-size: 12px;
}#top {
	height: 64px;
	width: 850px;
	background: url(images/top.jpg) top left no-repeat;
}
#mid {
	width: 850px;
	background: url(images/middle.jpg) repeat-y;
}
#content {
	width: 640px;
	margin: 0 100px;
	padding-top: 10px;
	color: #000066;
}
#bot {
	clear: left;
	margin: 0;
	padding: 0;
	height: 88px;
	width: 850px;
	background: url(images/bottom.jpg) top left no-repeat;
	text-align: right;
}
#footer {
	height: 85px;
	width: 850px;
}

#content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#footer p {
	color: #40B8E9;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 1.1em;
	margin: 0 24px;
}

#text {
	margin-left: 300px;
}
.cover {
	padding-right: 20px;
}
.next {
	margin: 30px 65px 0 5px;
}
table {
	padding: 10px;
}

/* Additions */
.question {
	font-weight: normal;	
	padding: 6px 0;
	cursor: pointer;
	margin: 5px 0;
}
.answer {
	display: none;	/* This one should not be changed */
	color: #000066;
}

/* Links and hovers */
a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	background-color: #CCEBF9;
	text-decoration: none;
}
.question a {
	text-decoration: underline;
	color: #000066;
}
.question a:link, .question a:visited {
	text-decoration: underline;
	color: #000066;
}
.question a:hover {
	color: #000066;
	background-color: #CCEBF9;
	text-decoration: none;
}
#footer a {
	color: #40B8E9;
	text-decoration: none;
}
#footer a:hover {
	background-color: #570E30;
	text-decoration: underline;
}
