/* ---- css for westcornwall.org.uk ---*/

/* ----------- applies first to all ----------------- */
* {
padding: 0;
margin: 0;
border: 0;
}

body {
font-size: 62.5%;
}

/*---layout divs---*/
/*---wrapper goes round everything---*/
#wrapper {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; font-weight: normal; 
color: #000; background-color: #feb;
margin: 5px;
width: 100%;
}

/*---headline contains title and any logos---*/
#headline {
background-color: transparent;
width: 100%;
}

/*---left navigation container---*/
#navl {
float: left;
width: 15%;
margin-top: 3px; margin-left: 5px;
}

/*---right container for main text and images---*/
#outer {
float: right;
border: 0;
width: 82%;
margin-right: 5px;
}

/*---bottom block---*/
#bottom {
width: 100%;
border-top: 1px solid #c00;
}

/*---left insert (can have these in pairs as many as you want)---*/
.l {
float: left;
width: 48%; text-align: left;
margin: 0;
}

/*---right insert (can have these in pairs as many as you want)---*/
.r {
float: right;
width: 48%; text-align: left;
margin: 0;
}

/*---end of layout divs---*/

/*---style for paragraphs---*/
p {
font-size: 1.3em; color: #222;
line-height: 1.3em;
text-indent: 0;
margin: 4px;
}

/* --------standard image no border----------- */
img {
border: 0;
}

/*--- normal lists 2 levels ---*/
ul
{
list-style-type: disc;
margin-left: 3em;
}

ul ul {
list-style-type: circle;
margin-left: 1em;
}

li, td, th, caption {
font-size: 1.3em; line-height: 1.3em; text-decoration: none;
}

ul ul li {
font-size: 1em; line-height: 1.3em; text-decoration: none;
}

/* --------headings----------- */
h1, h2, h3, h4 {
font-weight: bold;
color: #363;
background-color: transparent;
}

h1, h2 {
text-align: center;
}

h1 {
font-size: 2em; line-height: 2.5em;
}

h2 {
font-size: 1.6em;  line-height: 1.8em;
}

h3 {
font-size: 1.5em; line-height: 1.4em; 
text-align: left;
}

h4 {
font-size: 1.2em; line-height: 1.4em; 
text-indent: 0;
margin-top: 2px; margin-bottom: 2px;
}

table {
width: 98%; border: 1px solid #000; caption-side: bottom; padding: 0.5em;
}

/* ---image floating left--- */
.imagel {
margin: 5px;
padding: 5px;
border: none;
float: left;
}

/* ---image floating right--- */
.imager {
margin: 5px;
padding: 5px;
border: none;
float: right;
}

/* ---image centred needs this div class around it--- */
.imagecentre {
margin: 5px;
width: 100%;
text-align: center;
}

/* ---to colour text dark green--- */
.green {
color: #363;
font-size: 1.3em;
}

/* ---to ensure tag contents go below any right and left elements above it such as inserts or left and right images--- */
.clearboth {
clear: both;
}

/* ---alternative divider to ensure next tag contents go below any right and left elements above it--- */
hr.zero {
clear: both;
height: 0;
}

/* ---to give inserts a colour and border--- */
.l p, .r p {
border: 1px solid #c00;
background-color: #fc9;
margin-bottom: 4px;
padding: 4px;
}

/* ---------- urls and navigation------------ */
a {
font-weight: bold;  text-decoration: none;
}

a:link {
color: #00f;
}

a:visited {
color: #f0f;
}

a:hover {
color: #f00;
}

/* ---------- to colour left navigation centre it and give it a border------------ */
#navl ul {
margin: 0px;
border: 1px solid #c00;
}

#navl ul li {
text-align: center;
list-style-type: none;
background-color: #fc9; font-weight: bold;
margin: 0px;
}


/* --------- printing main information only --------- */
@media print {
body {
font: small "Times New Roman", Times, serif;
color: #000; background-color: #fff;
}

a:link, a:visited {
font-weight: normal;
color: #000; background-color: #fff;
}

.nav1, .bottom {
display: none;
}
}

/*--- content last modified December 19 2008 ---*/