/*-------------------------- CSS Reset by Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	color: white;
	quotes: "" "";
}

/* css reset end */



/*-------------------------- main colours:
text 444

navy: 0C0050
blue pale: F0F4FF

green (titles) 555
mid green: B4D7BB
pale green: DFF2DC

link: 555
link visited: 555
errors: ffa

*/



/*-------------------------- main structure */

* {
}

body {
	color: #444;	
	background: #e0effa;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0 0 2em 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


.blue {
color: #0C0050;
}

.leadpara {
color: #0C0050;
font-weight: bold;
}

.imgright {
margin: 0 0 10px 10px;
float: right;
clear: right;
}

.imgleft {
margin: 0 10px 10px 0;
float: left;
}

p {
	margin-bottom: 1em;
}

p, blockquote, li, h3, h4 {
  text-align: left;
}

a, img {
	border: 0;
}

a, a:visited {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #555;
  text-decoration: underline;
}

blockquote {
  margin-left: 20px;
  margin-right: 0px;
}

h1, h2, h3, h4 {
  font-weight: normal;
  text-decoration:none;
  font-family: 'Lucida Grande Unicode',LucidaGrande,'Lucida Sans','Trebuchet MS', Sans-Serif;
  color: #900;
}

h1 {
  font-size: 2em;
  margin: 1em 0;
}

h2 {
  font-size: 1em;
  font-style: italic;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 .5em 0;
  color: #555;
}

h3 a:link, h3 a:visited {
  font-weight: normal;
  font-family: 'Lucida Grande Unicode',LucidaGrande,'Lucida Sans','Trebuchet MS', Sans-Serif;
  /* font-size: 1.5em; */
  color: #555;
}

h1 a, h2 a, h3 a {
  border: 0px;
}


/* standard css stuff */

.green {
color : #363;
}
.maroon {
color : #900;
}
.pink {
color : #c66;
}
.blue {
color : #069;
}
.small {
font-size : 0.7em;
}
.caption {
font-size : 0.7em;
font-style : italic;
}
.iright {
text-align : right;
}
.right {
float : right;
padding : 0 0 5px 10px;
}
.left {
float : left;
padding : 0 10px 5px 0;
}
.clear {
clear : both;
}
.block {
padding-left : 2em;
}
.divider {
border-top : 1px solid #555;
margin : 1.5em 0;
}
.underline {
border-bottom : 1px solid #fff;
} 


#btplink {
	position: absolute;
	width: 100px;
	height: 80px;
	right: 5px;
	top: 10px;
}


/* structural stuff */

#container {
  width: 950px;
  margin: 0 auto 0 auto;
  background: #fff;
  /* border: 1px solid #555; */
  padding: 10px;
}

#content {
  margin-left: 220px;
  margin-right: 20px;
  padding: 10px;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	color: #900;
}

#content a:hover img {
	background: #fff;
}

#footer {
  clear: both;
  margin: 5px auto 0 auto;
  text-align:center;
  font-size: 10px;
  background: #900;
  color: #fff;
  width: 950px;
  padding: 10px;
}

#footer a {
	color: #fff;
}

#copyright {
  clear: both;
  margin: 5px auto 0 auto;
  text-align: right;
  font-size: 9px;
  color:#999;
  width: 950px;
}

#accessibility {
  position: absolute;
  top: -10000px;
}

#logo {
}

#strap {
	background: #a6531d;
	color: #fff;
	padding: 6px 30px;
}



/*-------------------------- sidebar and menu */

p#crumbs {
	text-transform: lowercase;
}

#sidebar {
  float: left;
  width: 190px;
  margin: 30px 15px 0 0;
  padding: 20px 10px 10px 10px;
  background: #fff;
  min-height: 200px;
  text-transform: lowercase;
}

#sidebar, #sidebar a, #sidebara:visited {
  color: #900;
}

#sidebar p.menutitle {
	padding: 5px;
	background: #900;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
}

#sidebar li a {
	display: block;
	padding: 5px;
}

#sidebar .cms_page a {
	color: #5f5f5f;
}

.cms_currmenuc {
	background: #e5e5e5;
	color: #fff;
	padding: 0 0 3px 0;
}

#sidebar .cms_currmenuc {
	background: #900;
	color: #fff;
}

#sidebar .cms_currmenu {
	background: #ddd;
	color: #000;
}

#sidebar .cms_sub {
	margin-left: 1em;
}

#sidebar a:hover {
	background: #900;
	color: #fff;
	text-decoration: none;
}

#sidebar ul.subcats {
	margin-left: 10px;
}

#sidemenu #cats:last-child {
	background: #090;
}

/*-------------------------- top menu */

div#menu {
}

#menu ul {
	background: #900;
	list-style-type: none;
	padding: 10px 0 10px 20px;
	margin: 0;
}

#menu li {
	padding-bottom: 10px;
	display: inline;
	}

#menu a,  #menu a:visited {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  text-transform: lowercase;
}

#menu a:hover {
  color: #fff;
  text-decoration: underline;
}


#menu .cms_currmenuc {
	border: 1px solid #fff;
	background: #900;
	color: #fff;
	padding: 0 0 3px 0;
}

#menu .cms_currmenu a, .cms_currmenu a:visited {
	color: #fff;
}


/*-------------------------- newslist big */

#newslistbig div {
	margin-bottom: 2em;
}

#newslistbig .cms_newstitle {
	font-size: 1.2em;
	text-decoration: none;
	color: #a00;
}
#newslistbig .cms_newstitle:hover {
	background: #fff;
	text-decoration: underline;
}

#newslistbig .cms_newsextract {
	margin: .5em 0;
	padding: 0;
}
#newslistbig .cms_newsposted {
	font-style: italic;
	font-size: .9em;
	color: #999;
}


/*-------------------------- login */

#cms_login {
	margin: 20px auto;
	border: 1px solid  #afb296;
	padding: 15px;
	width: 290px;
	text-align: right;
	background: #f6f6f3;
}

#cms_login p {
	color: #868973;
}


/*-------------------------- site map */

div#sitemap a {
	font-size: 12px;
	text-decoration: none;
}

div#sitemap a:hover {
	background: #fff;
	text-decoration: underline;
}

#sitemap ul {
	margin-left: 2em;
}

div#sitemap li {
	list-style-type: none;
}
	
div#sitemap a.cms_cat {
	color: maroon;
}	

#sitemap .cms_topcat {
}

#sitemap .cms_cat {
	border-bottom: 1px solid #eee;
}

/*------------------------ events */

.event_message {
	margin: 1em 0;
	font-weight: bold;
}

form#events_chooser {
	display: inline;
}

table#events_table {
	width: 100%;
}


tr.events_title td {
	padding: 5px;
	background: #eee;
	font-weight: bold;
}

tr.events_title span {
	font-weight: normal;
	display: block;
}

tr.events_info td {
	padding: 5px 5px 15px 20px;
}


/*-------------------------- misc styles */


.cms_cat, .cms_cat a, .cms_topcat, .cms_topcat a {
	color: #999;;
	padding-top: 5px;
}

#buttons {
	margin-top: 50px;
	text-transform: none;
}

#buttons h3 {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #3f356f;
	padding: 5px;
}

#buttons p {
	background-color: #5e4ea4;
	color: white;
	border: 0px solid #900;
	padding: 5px;
}

#buttons a, #buttons a:visited {
	color: #fff;
}

#sidebar #maillist form, #sidebar #maillist p {
	font-size: 11px;
	color: #444;
	margin-bottom: 10px;
	text-align: right;
	text-transform:  none;
}

#sidebar #maillist form input, #sidebar #maillist form .button {
	font-size: 11px;
	color: #444;
}
