/*
Structural
-----------------------------------------------------------------------
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, form, table, th, td {
margin:0; padding:0;
}

body {
font-size:62.5%;
line-height:1.4em;
font-weight:normal;
font-family:"helvetica","arial";
color:#000;
}

table {
font-size:100%;
}

caption {
font-size:1.4em;
font-weight:bold;
text-align:left;
}

#container {
margin:0 auto;
width:800px;
background-color:#fff;
background-image:url(http://www.leicesternut.org.uk/images/bg.png);
background-repeat:repeat-y;
background-position:50% 0;
}

#admin_container {
margin:0 auto;
width:800px;
background-color:#fff;
background-repeat:repeat-y;
background-position:50% 0;
}

#header {
width:100%;
background-image:url(http://www.leicesternut.org.uk/images/bg1.gif);
padding-bottom:6px;
}

#header img {
margin:6px 0 0 4px;
}

span.ctla {
color:#404040;
font-size:24px;
margin-left:20px;
}

#footer {
background:#fff;
clear:both;
padding:10px 0 20px 0;
}

#footer h2 {
color:#333;
}

#columns {
background:#fff;
overflow:auto;
}

.column {
background:#fff;
float:left;
padding:0 6px 20px 0;
width:344px;
}

#content {
float:left;
padding-top:12px;
padding-bottom:20px;
width:470px;
margin-right:6px;
}

#content2 {
width:800px;
background:#fff;
padding:20px 262px 0 0;
}

#sidebar {
margin-left:6px;
padding:6px 6px 20px 6px;
width:300px;
float:right;
}

#sidebar img {
margin-top:6px;
}

/*
Navigation
-----------------------------------------------------------------------
*/

#nav {
background:#c24641;
clear:left;
}

#nav ul {
list-style-type:none;
padding-bottom:3px;
}

#nav li {
display:inline;
font-size:1.5em;
border-left:1px solid #fdeef4;
}

#nav li:first-child {
border-left:0;
}

#nav li a {
color:#fdeef4;
font-weight:bold;
padding-left:0.5em;
padding-right:0.5em;
text-decoration:none;
}

#nav li a:hover {
color: #fcf;
}

#nav li#currentpage a {
color:#ccc;
}


/*
Elements
-----------------------------------------------------------------------
*/

a {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

blockquote, .inlinequote {
color:#033;
}

dt {
font-weight:bold;
}

form {
clear:both;
}

img {
border:0;
}

li, dd {
font-size:1.3em;
line-height:1.4em;
}

ol, ul {
padding-top:0.4em;
}

p, dt {
font-size:1.3em;
line-height:1.5em;
margin-top:0.4em;
}

p a {
color:#00f;
}

/*
Headings
-----------------------------------------------------------------------
*/

h1 {
clear:left;
color:#505050;
font-size:2em;
line-height:1.2em;
padding-top:6px;
padding-bottom:0.2em;
}

h2 {
clear:left;
color:#404040;
font-size:1.8em;
line-height:1.1em;
margin-top:14px;
margin-bottom:4px;
}

#sidebar h2 {
font-size:1.6em;
}

h3 {
clear:left;
color:#404040;
margin-top:0.3em;
font-size:1.6em;
line-height:1.1em;
padding:0.5em 0 0.2em 0;
}

h4 {
clear:left;
color:#808080;
margin-top:0.3em;
font-size:1.3em;
line-height:1.1em;
padding:0.3em 0 0.2em 0;
}

p.author, p span.author {
color:#808080;
line-height:1.1em;
margin-top:0;
padding-top:0;
}

#sidebar p {
font-size:1.2em;
line-height:1.2em;
}

h3 + h2 {
margin-top:0;
}

h4 {
clear:left;
font-size:1.4em;
line-height:1.1em;
margin-top:0.5em;
padding:0.2em 0;
}

.caps_heading {
color:#55AA8B;
font-family:'arial narrow',helvetica,arial,sans-serif;
font-size:1.6em;
line-height:1.5em;
text-transform:uppercase;
}

/*
Classes
-----------------------------------------------------------------------
*/

.date {
color:#6D7B8D;
font-weight:bold;
}

.date + h2 {
margin-top:0;
padding-top:3px;
}

.news_item {
margin-bottom:1.3em;
}

.searchitem {
margin-top:12px;
}

.searchitem h3 {
font-size:1.4em;
margin-top:0;
padding-top:3px;
}

.searchitem p {
margin-top:0;
padding-top:0;
}

img.nofloat {
clear:both;
float:none;
margin:6px 0;
}

img.rightfloat {
clear:right;
float:right;
margin:6px 0 6px 12px;
}

img.leftfloat {
clear:left;
float:left;
margin:6px 12px 6px 0;
}

.rightalign {
text-align:right;
}

.smallgreytext {
font-size:1em;
color:#666;
}

.irriphrase {
background:#ffc0cb;
color:#000;
padding:0.2em;
font-family:'comic sans ms', cursive;
font-size:1.6em;
}

/*
Id's
-----------------------------------------------------------------------
*/

.advert {
border:1px solid;
clear:both;
font-family:monospace;
margin:1.6em 0;
padding:8px;
}

#dictionary dt:first-letter {
font-size:1.4em;
font-weight:bold;
padding-right:0.1em;
}

/*
Lists
-----------------------------------------------------------------------
*/

ol ol, ul ol, ol ul, ul ul {
margin-left:2em;
}

ol ol li, ul ol li, ol ul li, ul ul li {
font-size:inherit;
}

.loweralpha {
list-style-type:lower-alpha;
}

.lowerroman {
list-style-type:lower-roman;
}

/*
Tables
-----------------------------------------------------------------------
*/

table {
border-collapse:collapse;
margin-top:1em;
width:100%;
}

td {
border:1px solid #033;
padding:2px 4px;
vertical-align:top;
font-size:1.3em;
line-height:1.5em;
text-align:left;
}

table#officers td {
border:none;
}

table#officers tr {
border-top:1px solid #033;
border-bottom:1px solid #033;
}

th {
padding:2px 4px;
text-align:left;
vertical-align:bottom;
font-weight:bold;
font-size:1.3em;
line-height:1.5em;
}

.meetings td {
background:#fafad2;
}

.thfill {
background:#eee8aa;
border:1px solid #033;
}

.narrowtable {
width:20em;
}

.pricetable th, .pricetable td {
text-align:right;
}

/*
Boxes
-----------------------------------------------------------------------
*/

.actionbox {
	background: #ff6;
	margin: 6px 0;
	padding: 3px;
}

.actionbox:before {
   content: "Action: ";
	 font-weight:bold;
   }

.box {
	margin: 0.4em 0;
	color: #033;
}

.colourtext {
	color: #036;
}

.thirtypc {
width:30%;
}

.featurebox {
	padding: 0.5em;
	border: 1px solid #033;
}

.narrowtextbox {
	background: #eee5de;
	color: #000;
	padding: 0.3em;
}

.ytpage {
margin:0;
padding:0.5em;
background:#fffaf0;
color:#2b3856;
}

.ytpage h3 {
padding:0.2em;
background:#eee8aa;
color:#333;
}

.bordered {
border:1px solid #000;
}

.filled {
background:#cdcdc1;
}

.caption {
clear:left;
font-size:1em;
color:#066;
margin-top:0.1em;
}

.greyspan {
color:#333;
font-weight:bold;
}

label {
display:block;
}

.midgrey {
color:#333;
}

.quote1 {
font-size:larger;
color:blue;
font-family:georgia,verdana;
}

.quote2 {
font-size:larger;
color:#633;
font-family:georgia,verdana;
}

.unbulleted {
list-style-type:none;
}

.unbulleted li {
line-height:1.3em;
margin-top:4px;
}

.red {
color:#f00;
}

.boldtext, .boldtext li {
font-weight:bold;
}

.italictext {
font-style:italic;
}

.clearme {
clear:both;
}

#news_search .date {
background:#e0e0e0;
padding:2px;
font-size:1.3em;
}

.displayrows-odd {
}

.displayrows-even {
background:#eee8aa;
}

/* menu for handbook */

ul#menu {
  width: 100px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#menu ul {
  margin: 0;
  padding: 0;
}

ul#menu li {
  list-style-type: none;
  font-size: 1.1em;
}

ul#menu li ul li {
padding-left:12px;
  font-size: 1em;
}

ul#menu ul li:before {
  content: "- ";
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}

ul.minutes li, ul.news li {
padding:3px 0;
margin:0;
font-size:1.1em;
list-style-type:none;
}

.list_disk {
list-style-position:inside;
 }

/*****************print*******************/

@media print {

#nav, #footer, #searchbox, #sidebar {
display:none;
}

.pagebrk {
page-break-before:always;
}

}