/* @override http://ad.fingermouse.org/include/adstyle.css */

/* @group Page Setup */
body {
	padding: 0;
	margin: 0;
	background: black;
	color: white;
	font-size: 1.0em;
	font-family: "ff-nuvo-web-pro-1","ff-nuvo-web-pro-2",Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#content {
	background: #0d4161 url(/images/2010/background_container.jpg) repeat-x left top;
}
#page-content {
	position: relative;
	float: right;
	width: 679px;
	padding: 10px;
}
#page-footer {
	clear: both;
	position: relative; 
	text-align: right;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #CC9900;
	margin: 10px 5px 5px 180px;
	border-top: 1px dashed #c90;
	padding: 10px;
	text-transform: uppercase;
}
/* @end */

/* @group Sidebar Navigation */
#sidebar {
	position: relative;
	float: left;
	width: 200px;
	padding: 162px 0 0 0;
	font-size: 0.9em;
}
#sidebar-graphic {
	position: absolute;
	top: -90px;
	left: 0;
	width: 200px;
	text-align: center;
}
#sidebar dl {
	margin: 0 0 15px 0;
}
#sidebar dt {
	font-size: 1.2em;
	margin-bottom: 5px;
}
#sidebar dd {
	margin: 1px 0;
}
#sidebar dt a {
	display: block;
	text-decoration: none;
	color: #003;
	padding: 0 5px 2px 5px;
}
#sidebar dd a {
	display: block;
	padding: 2px 10px;
	text-decoration: none;
}
#sidebar a:hover {
	background-color: white;
	background-image: none;
	color: black;
}
/* @end */

/* @group Header */
#header, 
#sidebar dt a {
	background: #c90 url(/images/2010/background_header.jpg) repeat-x left top;	
}
#header {
	position: relative;
	height: 70px;
	width: 860px;
	padding: 20px;
	text-align: right;
}
#header #site-title,
#header #site-title a {
	color: #003;
	text-decoration: none;
	font-size: 2.1em;
	font-family: "tenby-six-1","tenby-six-2",sans-serif;
	font-weight: normal;
	line-height: 1.3em;
}
/* @end */

/* @group Text Styles */
p {
	font-size: 0.95em;
	line-height: 1.3em;
	text-align: justify;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.3em;
}
h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}

/* @end */

/* @group Other Elements */
a {
	color: #fc0;
}
a:hover {
	color: #fff;
}
a.link {
	width: 160px;
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #fff;
}
a:hover.link {
	background-color: #c90;
}
a.linkHead {
	margin-top: 10px;
	display: block;
}
.justified {
	text-align: justify;
}
hr {
	border: none;
	border-top: 1px dashed #c90;
	width: 100%;
	height: 0;
}
.colouryellow {
	color: #c90;
	font-weight: bold;
}
.subtitle {
	font-size: 16px;
	font-weight: bold;
}
.centered {
	text-align: center;
}
.floatRight {
	margin: 0 0 10px 10px;
	float: right;
	clear: both;
}
table {
	border-collapse: collapse;
	border: none;
	width: 100%;
	margin: 10px 0;
}
td {
	font-size: 12px;
	padding: 5px;
}
.trap {
	display: none;
}
.quote {
	margin: 25px;
}
.quote-text {
	color: #c90;
}
.quote-source {
	font-weight: bold;
	font-size: 0.9em;
}
/* @end */
