/*  
Theme Name: Thomley Activity Centre Text Only
Theme URI: http://thomleyactivitycentre.org/
Description: Easy to read
Author: Simon Blackbourn
Author URI: http://lumpylemon.co.uk/

Black background, big yellow text

*/

body {
	margin: 2em;
	padding: 2em;
	text-align: left;
	background: #000;
	color: #ff0;
	font: x-large Arial, Verdana, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
	margin: 0;
	padding: 0;
	color: #fff;
}

h2 {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	color: #fff;
}

h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: #fff;
}

#slideshowcontainer {
	display: none;
}

#post #rotaquote {
	height: auto!important;
}

#post #rotaquote ul li {
	display: block!important;
	background: none!important;
	width: 100%!important;
	padding: 1em!important;
}

#post img {
	display: none;
}

td {
	padding: 0.5em;
}

#footer {
	font-size: 2em;
}

#footer #lumpy {
	font-size: 0.5em;
}

a:link {
	color: #0ff;
}

a:visited {
	color: #0cf;
}

a:hover {
	color: #0ff;
}

a:active {
	color: #0ff;
}

