/* -----------------------------------------------

 This is the default screen stylesheet.

----------------------------------------------- */

/* First, what we don't need to include
----------------------------------------------*/

.no-screen, .print-only, .aural-only {
	display: none;
}

.off-page {
	position: absolute;
	visibility: hidden;
}



html {
	text-align: center;
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	font-family: verdana, 'bitstream vera sans', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #111;
	color: #fff;
}

textarea {
    width: 50ex;
    height: 10em;
}

label {
	cursor: hand;
	cursor: pointer;
}


#body {
	margin: 15px auto;
	width: 767px;
}


/* The Page Header Area
------------------------------------------------*/

#header {
}

#header h2 {
	margin: 0;
	padding: 0;
	border: none;
}


/* The navigation menu
------------------------------------------------*/

#site-navigation {
	margin: 2px 0;
	padding: 0;
	background: #cca url('../images/backgrounds/menu_shade.png') repeat-x;
	/*background-color: #f6a300;*/
	/*background-color: #f8bc35;*/
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	/*font-family: 'courier 10 pitch', 'courier new', monospace;*/
	font-size: 14px;
	font-weight: bold;
}

#site-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#site-navigation ul li {
	list-style: none;
	display: inline;
	margin: 0;
}

#site-navigation li a:link, #site-navigation li a:visited {
	display: -moz-inline-box; /* Gecko kludge */
	display: inline-block;
	color: #222;
	text-decoration: none;
	padding: 2px 15px;
	background: inherit;
	border-style: solid;
	border-width: 0 1px 0 0;
	/*border-color: #aa7;*/
	border-color: #111;
}

#site-navigation li a:hover {
	background: #e8e8c8 url('../images/backgrounds/menu_shade.png') repeat-x;
	color: #222;
}

#site-navigation li a.active, #site-navigation li a:link.active, #site-navigation li a:visited.active, #site-navigation li a:hover.active {
	color: #f0f0ff;
	text-decoration: none;
	/*background: #404040 url('../images/backgrounds/menu_cursor.gif') bottom right no-repeat;*/
	background: #404040 url('../images/backgrounds/menu_shade.png') repeat-x;
}

/*#site-navigation li.active {
	background: #404040 url('../images/backgrounds/menu_shade.png') repeat-x;
}*/


/* The primary content area
------------------------------------------------*/

#content {
	padding: 10px 15px 15px 15px;
	font-size: 12px;
	background: #f0f0ff url('../images/backgrounds/menu_shade.png') repeat-x;
	color: #111;
}

/*h1, h2, h3, h4 {
	font-family: 'courier 10 pitch', 'courier new', monospace;
}*/

h1 {
	margin-top: 0;
	font-size: 20px;
	font-family: 'courier 10 pitch', 'courier new', monospace;
}

h2 {
	font-size: 18px;
	margin-bottom: 4px;
	border: 1px dotted #888;
	border-width: 0 0 1px 0;
}

h1, h2 {
	font-family: 'courier 10 pitch', 'courier new', monospace;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 12px;
}

h3, h4 {
	margin-bottom: 4px;
}

h3.inline, h4.inline {
	margin: 0;
	display: inline;
	font-family: sans-serif;
}

h1 span {
	padding-right: 10px;
	background: url('../images/backgrounds/heading_cursor.gif') bottom right no-repeat;
}

h2.top-margin {
	margin-top: 40px;
}

ul li {
	list-style-type: square;
}

ul li ul {
	margin-top: 5px;
	margin-bottom: 10px;
}

ul li ul li {
	list-style-type: circle;
}

img.cursor {
	position: relative; top: 2px;
}

p {
	margin-top: 0;
	margin-left: 15px;
	text-align: justify;
}

p.keep-left {
	margin-left: 0;
}

p.highlight, div.highlight {
	border: 1px solid #aaa;
	padding: 4px;
	/*font-style: italic;*/
}

dl dd {
	margin-bottom: 10px;
	margin-left: 10px;
}

dl dt {
	font-weight: bold;
}

a:link, a:visited {
	color: #00e;
	/*color: #e80;*/
}


/* Enable left and right columns in the content area
-------------------------------------------------------*/

#left-content {
	float: left;
	width: 450px;
	/*height: 100%;*/
	padding-right: 15px;
	border-right: 0px dotted #ccc;
}

#right-content {
	float: right;
	width: 255px;
	padding-left: 15px;
}

#right-content h2 {
	border: none;
}

#right-content p {
	margin-left: 0;
}


hr.clear {
	clear: both;
	background: transparent;
	margin: 0;
	padding: 0;
	height: 0;
	border: none;
}


/* Flash messages
------------------------------------------------*/

p.flash {
	background-color: #f0f0f0;
	color: #000;
	padding: 10px;
}

/* Error messages
------------------------------------------------*/

.error-explanation {
	color: #000;
	background-color: #f0f0f0;
	border: 2px solid #f00;
	padding: 0 10px 5px 10px;
}

.error-explanation h2 {
	margin-top: 0;
	margin-left: -10px;
	margin-right: -10px;
	color: #fff;
	background-color: #c00;
	padding: 5px 10px;
	font-size: inherit;
	font-weight: bold;
}

.error-explanation ul {
	list-style-type: square;
}

.field-with-errors {
}

span.field-with-errors, span.field-with-errors {
	padding: 2px;
	background-color: #f00;
	display: table;
}


/* Some form formatting
--------------------------------------------------*/

ol.table, ul.table {
	display: table;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
}

ol.table li, ul.table li {
	display: table-row;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

ol.table li label.td, ul.table li label.td {
	display: table-cell;
	padding: 2px 8px 2px 0;
}

ol.table li span.td, li.table li span.td {
	display: table-cell;
	padding: 2px;
}


ol.form-stack {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
}

ol.form-stack li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 10px;
}


fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

fieldset legend {
	padding-left: 0;
	margin-left: 0;
}


/* Article specific formatting
-----------------------------------------------*/

div.article {
	margin-bottom: 20px;
	border: 0px solid #ccc;
	text-align: justify;
}

div.article h3.date {
	margin: 0 0 1px 0;
	font-weight: normal;
	font-size: 11px;
	border-top: 1px dotted #ccc;
}

div.article h4.title {
	margin: 1px 0 10px 0;
	font-size: 14px;
	padding: 1px 0;
	border-bottom: 1px dotted #ccc;
}







#footer {
	margin-top: 2px;
	margin-bottom: 15px;
	background: #cca url('../images/backgrounds/menu_shade.png') repeat-x;
	/*background-color: #f8bc35;*/
	/*background-color: #a22;*/
	color: #111;
	/*background: #2a5161 url('../images/backgrounds/menu_shade.png') repeat-x;*/
	/*color: #f0f0ff;*/
}

#copyright {
	padding: 2px 15px;
	text-align: center;
	background: url('../images/backgrounds/bottom_corners.png') bottom no-repeat;
	font-family: 'courier 10 point', 'courier new', monospace;
	font-size: 12px;
}




/**
 * Logo colours
 *
 * Red: ff3300
 * Yellow: f8e235
 * Orange: f8bc35
 * Blue: 1a5d7c
 * Blue 2: 1a4161
 * Blue 3: 2a5161
 */


