/* Style sheet for Llandegfedd Sailing Club Web site

This sheet is to bring a coherent style right through the site. It should permit later changes to be made fairly painlessly to all sheets in one go. Covers backgrounds, headers, text colours, Titles, headings, links etc.

LAST UPDATED: 17 March 2007; 19:30 by Andy
Background made lighter
*/

/*Top level header for each Page  
Dark Blue, Verdana or Arial (Sans Serif), Big, Bold, Centered
*/

h1 {font-family: Arial, sans-serif;
font-size: 22px;
font-weight: bold;
margin-left: 5px;
color: #0000CC;
text-align: center;}

/* Secondary Headers for every page, keep the same corporate style as the top page header
*/

h2 {font-FAMILY: Arial, sans-serif;
font-size: 16px;
font-weight: bold;
margin-left: 5px;
color: navy;
text-align: center;}

/* Sub headers for each page, being major dividers, again, keep similar look and feel but now go over to Arial
*/

h3 {font-family:  Arial, Sans-Serif;
font-size: 14px;
font-weight: bold;
margin-left: 5px;
color: navy;
text-align: left;}

/* Lowest level of dividers we will use, as second headers on page. These will be nearer the text size that is in use.

*/

h4 {font-family: Arial, Sans-Serif;
font-size: 14px;
font-weight: normal;
color: blue;
margin-left: 5px;
text-align: left;}


/* Body Text to be as specified below
*/

body {font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: BLACK;
background-image: url(back_lt.jpg);
margin-left: 5px;
margin-right: 10px;
text-align: left;}


/* Paragraph Text to be as specified below - may change from unformatted general bits
*/
p {font-FAMILY: Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: black;
margin-left: 5px;
margin-right: 20px;
text-align: left;}


/* List style when within the P area.
*/

p.list {list-style: square; text-indent:30px;
font-size: 12px;
text-decoration: none;
color: Blue;}

p.ulist {list-style: square; text-indent:50px;
font-size: 14px;
text-decoration: none;
color: Blue;}

/* This style is purely for the intro top name-header.
*/
p.header {font-family: Arial, Garamond, sans-serif;
font-size: 28px;
font-weight: bold;
text-decoration: none;
color: white;
text-align: center;}

/* This style is purely for the introductory words on the splash page
*/
p {font-FAMILY: Verdana, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
text-decoration: none;
color: navy;
margin-left: 5px;
margin-right: 20px;
text-align: left;}



/* List style when within tables.
*/
td {font-FAMILY: Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: black;
text-align: left;}

p.tabhead {font-FAMILY: Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: Blue;
text-align: center;}

/* Notices Text to be as specified below - 
*/
p.notice {font-family: Arial, sans-serif;
font-size: 16px;
text-decoration: none;
color: #ff0000;
text-align: center;
background: none;}

/* Front Page Banner Text to be as specified below - 
*/
p.banner {font-family: Arial, sans-serif;
font-size: 16px;
text-decoration: none;
color: #0000cc;
text-align: left;
background: none;}


/* Definition of Link formats
*/

a.nav:link {color: Navy; font-family: Arial, sans-serif; text-decoration: none; font-weight: bold; font-size: 14px;}
a.nav:visited {color: navy; font-family: Arial, sans-serif;  font-weight: bold; font-size: 14px; }
a.nav:hover {color: red;   font-family: Arial, sans-serif; font-size: 14px; }

a.sub:link {color: black; font-FAMILY: Verdana, Arial, sans-serif; text-decoration: none; font-size: 12px;}
a.sub:visited {color: green;  font-FAMILY: Verdana, Arial, sans-serif;  font-size: 12px; }
a.sub:hover {color: red;  font-FAMILY: Verdana, Arial, sans-serif; font-weight: bold;  font-size: 12px;}

li {list-style: square; text-indent:10px;}
li.sub {list-style: square; text-indent:20px;}


