@CHARSET "UTF-8";

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #fff;
	font-size: small;
	font-family: helvetica;
	line-height: 1.6em;
	padding: 10px;
}

a {
	color: #fa2;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

#header {
	background-color: #FFF;
	height: 100px;
	line-height: 100px;
	padding: 0px 20px;
	margin-bottom: 10px;
	border-top: 10px solid #05c;
	border-bottom: 10px solid #fa2;
	position: relative;
}

#header h1 {
	float: left;
	color: #05c;
	font-size: 4em;
}

#header h1 a {
	color: #333;
}

#powered_by {
	width: 300px;
	float: right;
	margin-top: 15px;
}

#footer {
	height: 50px;
	background-color: #FFF;
	margin: 10px 0;
	clear: both;
	border-bottom: 10px solid #05c;
}

#content {
	margin-bottom: 10px;
}

#home_left {
	float: left;
	width: 550px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#home_left a:hover {
	color: #FFF;
	background-color: #fa2;
}

#blurb {
	padding: 10px 0;
	margin: 0 20px;
	font-size: 1.2em;
	line-height: 1.6em;
	background-color: #FFF;
	margin-bottom: 10px;
	border-bottom: 2px dashed #fa2;
	padding-bottom: 20px;
}

#blurb p {
	
}

#blurb p:FIRST-CHILD :FIRST-LETTER {
	font-size: 3em;
	letter-spacing: 2px;
}

#colour_articles {
	line-height: 1.8em;
}

#colour_articles ul {
	list-style-type: none;
	background-color: #FFF;
	padding: 20px;
}

#colour_articles li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #05c;
}

#colour_articles h3 {
	color: #05c;
}

span.highlight {
	background-color: #05c;
	color: #FFF;
	padding: 2px;
}

#home_right {
	float: left;;
	margin-top: 10px;
	width: 400px;
}

#home_right_1 {
	width: 200px;
	float: left;
}

#colour_bar {
	padding-top: 10px;
	margin-bottom: 20px;
}

#colours {
	list-style-type: none;
}

#colours li {
	height: 50px;
	margin-bottom: 5px;
}

#colours li a {
	height: 100%;
	width: 100%;
	display: block;
}

#white {
	border: 1px solid black;
}

#topics a:hover {
	color: #FFF;
	background-color: #fa2;
}

#topics li {
	margin: 10px 0;
	clear: left;
	padding: 15px 0;
	line-height: 45px;
}

#topics img {
	float: left;
}

#topics h4 {
	float: left;
	margin-left: 10px;
	font-size: 1.2em;
}

#home_right_two {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	width: 180px;
}

#quote_puzzle h3 {
	color: #05c;
}

#quote_puzzle cite {
	display: block;
	clear: left;
}

#quotes {
	font-size: 0.9em;
}

#quotes li {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 2px dotted #fa2;
}

#quotes cite {
	clear: both;
	display: block;
	font-weight: bold;
	font-size: 0.8em;
}

#colour_block {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 2em;
	color: #fff;
}

#content h2.white {
	color: #000 !important;
	border: 1px solid #000;
}
