/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Adapted by Andrew Dyson for Stockport Council's JSNA website

See also IE7.css and IE6.css for tweaks to deal with the bugs / standards violations in those browsers

*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	font: normal 14px "Gill Sans MT", "Arial", "Helvetica", "Trebuchet MS", sans-serif;
	color: #000000;
}

h1, h2, h3 {
	color: #0072c6;
	font-family: "Helvetica", "Arial", "Trebuchet MS", sans-serif;
}

h1 {
}

h2 {
}

h3 {
/*	font-size: 1em;*/
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #0072c6;
}

td, th
{
	padding:5px;
	border: solid 1px black;
}

th
{
	color: #0072c6;
}

a:hover {
/*	text-decoration: none;*/
	color:#e63b2c;
}

img {
	border: 1px solid #0072c6;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 15px;
	background: #0072c6;
	text-transform: uppercase;
	font: bold .77em "Arial", "Helvetica", "Trebuchet MS", sans-serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* forms */
.formtable
{
	border:none;
	border-collapse:collapse;
}

.formtable td, .formtable th
{
	padding:2px;
	border:none;
}

.error
{
	color:red;
	font-weight:bold;
}

/* Post */

.post {
	clear: both;
	padding: 20px;
	border-bottom: 1px solid #0072c6;
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 20px;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}


/* page wrapper */

#wrapper {
	width:980px;
}

/* Header */

#header {
	height: 113px;
	background: url(images/header.png) no-repeat;
	background-position:left;
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -3px;
	font-size: 48px;
}

#header h2 {
	float: left;
	padding: 107px 0 0 7px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	background: url(images/columns.gif) repeat-y;
	border-top: 20px solid #0072c6;
}

#content {
	float: right;
	width: 778px;
	padding-right: 1px;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
}

/* Menu */
.menu {
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #d5e0f2;
	border-top: 1px solid #FFFFFF;
	width:200px; /* needed for IE6/7 only */
}

.menu a {
	font: normal 12px "Helvetica", "Arial", sans-serif;
	color: black;
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	margin: 0;
	width:170px; /* needed for IE6 only */
}

.menu a:hover {
	background: #e63b2c;
	color: #FFFFFF;
}

.menu li {
	position: relative;
}

/* pop-out menus */
.menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	border: 1px solid #0072c6;
}

.menu ul ul,
.menu ul li:hover ul ul {
	display: none;
}

.menu ul li:hover ul,
.menu ul ul li:hover ul {
	display: block;
}

/* Login */

#login {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

/* Updates */

#updates {
}

#updates ul {
}

#updates li {
	margin-bottom: 20px;
}

#updates h3 {
/*	font-size: .77em;*/
}

/* Footer */

#footer {
	height: 15px;
	padding: 5px 15px;
	background: #0072c6;
	font-size: .77em;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}

/* splitter */

.splitter {
}

.splitter ul {
}

.splitter li {
	margin-bottom: 20px;
}

.splitter h3 {
/*	font-size: .77em;*/
}
