/* ------------------------------ West Highland Way --- CSS --- Designed by Hotscot ------------------------------ */

/* ------------------------------ Body & Wrapper ------------------------------ */
body { 
	font-size:100%; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}


/* ------------------------------ Basic P styles ------------------------------ */
p, ul, li, h1, h2, h3, h4, h5, h6 { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}

p, span.form-text {
	font-size:80%;
}

p.crumbs {
	font-size:70%;
}

p.title {
	font-size:130%; 
}

/* ------------------------------ Basic List Styles ------------------------------ */
ol {
	font-size:80%;
}

ul {
	font-size:80%;
}
/*ul ul.sitemap-sub01 { font-size:100%; }
ul ul.sitemap-sub01 ul.sitemap-sub02 { font-size:100%; }*/

ul ul { font-size:100%; }
ul ul ul { font-size:100%; }
ul ul ul ul{ font-size:100%; }

/* ------------------------------ Header Tags - H1, H2, H3, H4, H5, H6 ------------------------------ */
h1 {
	font-size:130%; 
}
h2 {
	font-size:120%; 
}
h3 {
	font-size:100%; 
}
h4 {
	font-size:85%; 
}
h5 {
	font-size:80%; 
}
h6 {
	font-size:80%; 
}

/* ------------------------------ Search Styles ------------------------------ */

#search span.form-text{
	font-size:80%;
}

/* ------------------------------ Navigation Styles ------------------------------ */

#navigation ul.nav ul {
	font-size:100%; 
}

#navigation ul.nav ul li.subnav1 p {font-size:100%;}

#news p, #news a, #news a:hover { 
	font-size:80%;
 }
 
