@CHARSET "ISO-8859-1";

/* Base setup */
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	line-height: 1.2;
	color: #333333;
}

/* General styles */

.clear {
	display: block;
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

strong {
	font-weight: bold;
}

a {
	color: #0000ff;
	text-decoration: underline;
	font-weight: bold;
}

/* Header cap */
#header-cap {
	height: 10px;
	width: 940px;
	margin: 20px auto 0;
	background: url('../images/site/header-cap.gif') no-repeat top left;
	overflow: hidden;
}

/* Header */
#header {
	width: 880px;
	padding: 0 30px;
	margin: 0 auto;
	background: url('../images/site/body-bg.gif') repeat-y top left;
}

#header #mainlogo a {
	width: 283px;
	height: 43px;
	float: left;
	margin-top: 15px;
	display: block;
	background: url('../images/site/logo.gif') no-repeat top left;
}

#header #mainlogo a span {
	display: none;
}

#header #nav {
	float: right;
	height: 75px;
}

#header #nav ul li {
	float: left;
	border-left: 1px solid #dedede;
}

#header #nav ul li a {
	display: block;
	float: left;
	height: 75px;
	padding: 0 10px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}

#header #nav ul li.last {
	border-right: 1px solid #dedede;
}

#header #nav ul li a.current {
	background-color: #99cc00;
	color: #ffffff;
}

#header #nav ul li a:hover {
	background-color: #efefef;
	color: #333333;
	text-decoration: none;
}

#header #nav ul li a span {
	display: block;
	padding-top: 50px;
}

#header-border {
	height: 10px;
	background: url('../images/site/header-border.gif') repeat-x top left;
	overflow: hidden;
}

#header-border #header-shadow-left {
	height: 10px;
	width: 940px;
	margin: 0 auto;
	background: url('../images/site/header-shadow-left.gif') no-repeat top left;
}

#header-border #header-shadow-right {
	height: 10px;
	width: 10px;
	float: right;
	background: url('../images/site/header-shadow-right.gif') no-repeat top left;
}

/* Container */
#container {
	width: 880px;
	padding: 20px 30px;
	margin: 0 auto;
	background: url('../images/site/body-bg.gif') repeat-y top left;
}

/* Sidebar */
#sidebar {
	width: 280px;
	float: left;
	margin-left: 20px;
}

#sidebar .sidebar-box {
	padding-bottom: 10px;
	background: url('../images/site/menu-cap-bottom.gif') no-repeat bottom left;
	margin-bottom: 20px;
}

#sidebar .sidebar-box.filled {
	background-color: #dedede;
}

#sidebar .sidebar-box h2 {
	padding: 5px 10px;
	font-size: 1.2em;
	background: #dedede url('../images/site/menu-cap-top.gif') no-repeat top left;
}

#sidebar .sidebar-box ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dedede;
}

#sidebar .sidebar-box ul li a {
	display: block;
	padding: 3px 10px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	width: 260px;
	overflow: hidden;
}

#sidebar .sidebar-box ul li a:hover {
	background-color: #99cc00;
	color: #ffffff;
}

#sidebar .sidebar-box form#search-form {
	padding: 0 10px;
}

/* Amazon advert */
#amazon {
    width: 160px;
    margin: 0 auto;
}

/* Content */
#content {
	width: 580px;
	float: left;
}

#content h1 {
	font-size: 2em;
	padding-bottom: 0.2em;
	margin-bottom: 15px;
	border-bottom: 3px solid #dedede;
}

#content h2 {
	clear: both;
	font-size: 1.7em;
	padding-bottom: 0.2em;
	margin-bottom: 15px;
	border-bottom: 1px solid #dedede;
}

#content p {
	margin-bottom: 1em;
}

#content .inline-img {
	width: 258px;
	padding: 10px 10px 5px 10px;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	background: #e4e4e4;
}

#content .inline-img.floatright {
	margin-left: 20px;
}

#content .inline-img.floatleft {
	margin-right: 20px;
}

#content .inline-img img {
	margin-bottom: 5px;
}

#content .inline-img p {
	font-size: 0.75em;
	margin: 0;
}

#content .inline-img a {
	color: #333333;
	text-decoration: underline;
}

#content .inline-img a:hover {
	background-color: transparent;
	text-decoration: none;
}

/* Article preview boxes */
#content a.article-box {
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 15px;
	color: #333333;
	text-decoration: none;
	/* For IE */
	width: 550px;
	cursor: pointer;
}

#content a.article-box:hover {
	background-color: #efefef;
}

#content a.article-box img {
	float: left;
	margin-right: 20px;
}

#content a.article-box .article-box-heading {
	display: block;
	width: 372px;
	float: left;
	font-size: 1.3em;
	/* Clear normal h2 formatting */
	clear: none;
	border: none;
	padding: 0;
	margin-bottom: 0.5em;
	font-weight: bold;
}

#content a.article-box .article-box-description {
	display: block;
	width: 372px;
	float: left;
	margin: 0;
	padding: 0;
}

/* Page navigation */
#content ul.page-nav {
	background: #dedede url('../images/site/page-nav-cap.gif') no-repeat top left;
	padding: 0 15px;
	height: 25px;
	margin-bottom: 2px;
	overflow: hidden;
}

#content ul.page-nav li {
	height: 25px;
	width: 25px;
	display: block;
	float: left;
	text-align: center;
	line-height: 25px;
	border-left: 2px solid #ffffff;
	color: #ababab;
	font-weight: bold;
	overflow: hidden;
}

#content ul.page-nav li.last {
	border-right: 2px solid #ffffff;
}

#content ul.page-nav li a {
	height: 25px;
	width: 25px;
	display: block;
	float: left;
	color: #333333;
	text-decoration: none;
}

#content ul.page-nav li a:hover, #content ul.page-nav li.current a {
	background-color: #99cc00;
	color: #ffffff;
}

/* Meta footer */
#meta-footer {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 3px solid #dedede;
	clear: both;
}

#meta-footer .meta-box {
	width: 280px;
	margin: 0 20px 15px 0;
	float: left;
}

#meta-footer .meta-box.last {
	margin-right: 0;
}

#meta-footer .meta-box h3 {
	font-size: 1.2em;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

#meta-footer .meta-box ul {
	line-height: 1.2;
	list-style: disc inside;
}

#meta-footer .meta-box a.favicon {
	display: block;
	width: 130px;
	padding: 3px 5px;
	float: left;
}

#meta-footer .meta-box a.favicon img {
	margin-right: 5px;
	vertical-align: top;
}

#meta-footer .meta-box a.favicon:hover {
	background-color: #99cc00;
	color: #ffffff;
	text-decoration: none;
}

/* General forms */
em.required {
	color: #990000;
}

.text-input {
	width: 200px;
	padding: 2px;
	border: 1px solid #666666;
	background: #ffffff url('../images/site/text-input-bg.gif') repeat-x top left;
}

.textarea-input {
	width: 300px;
	padding: 2px;
	border: 1px solid #666666;
	background: #ffffff url('../images/site/text-input-bg.gif') repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* Contact form */
#content form#contact-form {
	margin-top: 15px;
}

#content form#contact-form label {
    width: 110px;
    float: left;
    margin-right: 20px;
    font-weight: bold;
}

/* Error boxes */
.error {
	border: 1px solid #990000;
	background-color: #ffaaaa;
	padding: 10px;
	margin-bottom: 15px;
}

.error ul {
	list-style: disc inside;
}

/* Footer */
#footer-cap {
	height: 10px;
	width: 940px;
	margin: 0 auto;
	background: url('../images/site/footer-cap.gif') no-repeat top left;
}

#footer {
	width: 920px;
	margin: 5px auto;
	padding-bottom: 10px;
	color: #ababab;
}

#footer a {
	color: #ababab;
	text-decoration: none;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
	background-color: transparent;
}

/* Adverts */
#ad-article-top {
    width: 336px;
    height: 280px;
    margin-bottom: 20px;
}