/* Galt Kiltie Band - www.kilties.cambridge.on.ca */

/* "/home.css" */
/* main style sheet for website */
/* CSS Level 1 */

body {  background: white; 
        font-family: arial, helvetica, sans-serif; 
        font-size: 10pt; font-style: normal; font-weight: normal; color: black;
        margin-top: 2px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; } 
a:link      { color: blue; font-style: normal; text-decoration: none;  }
a:visited   { color: blue; font-style: normal; text-decoration: none; }
a:active    { color: blue; font-style: normal; text-decoration: none; }
a:hover     { color: red; font-style: normal; text-decoration: none; }

p {font-family: arial,helvetica,sans-serif; color: black; font-size: 10pt; font-weight: normal; }
ul {font-family: arial,helvetica,sans-serif; color: black; font-size: 10pt; font-weight: normal; }
blockquote {font-family: arial,helvetica,sans-serif; color: black; font-size: 10pt; font-weight: normal; }

h1 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 16pt; text-align: left; margin-bottom: 0px; padding-bottom: 0px;}
h2 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 12pt; text-align: left; }
h3 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 10pt; text-align: left; }
h4 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 8pt; text-align: left; }

/* for breadcrumbs */
.pgCrumbs, .pgCrumbs a, .pgCrumbs a:link, .pgCrumbs a:visited, .pgCrumbs a:active
	{font-size: 9px; color: black; font-style: normal; font-weight: normal; text-align: left; }
.pgCrumbs a:hover
	{font-size: 9px; color: olive; font-style: normal; font-weight: normal; text-decoration: none; text-align: left; }


td {font-family: arial,helvetica,sans-serif; color: black; font-size: 10pt; font-weight: normal; }

/* used for index.html page */
.title1 {font-family: Times New Roman, Times, serif; color: black; font-size: 20pt; font-weight: bold; }

/* used for page layout with image */
.section1 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 12pt; text-align: left;}
.section2 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 10pt; text-align: left;}


/* footer text */
.footera {font-family: arial,helvetica,sans-serif; color: black; font-size: 8pt; font-weight: normal; }
.footera a, footera a:visited {font-family: arial,helvetica,sans-serif; color: blue; font-size: 8pt; font-weight: normal; }
.footera a:hover {font-family: arial,helvetica,sans-serif; color: red; font-size: 8pt; font-weight: normal; }


/* for news box */

fieldset.pgNewsBox {padding: 5px 5px 0px 5px; border-color: #e0e0e0; border-style: solid; }
legend.pgNewsTitle { font-size: 12px; font-weight: bold; }

ul.pgNewsList { padding: 0px 0px 0px 15px; margin: 0px 0px 0px 0px; text-indent: 0px; }
ul.pgNewsItem li { font-size: 12px;  }

li.pgNewsLink a, li.pgNewsLink a:link, li.pgNewsLink a:active, li.pgNewsLink a:visited
 { font-size: 12px; color: black; }
li.pgNewsLink a:hover { font-size: 12px; color: black; text-decoration: underline; }


.pgNewsMore, .pgNewsMore a, .pgNewsMore a:visited, .pgNewsMore a:active
	{font-size: 12px; font-style: italic; color: black; text-align: right; padding: 0px 0px 0px 10px; margin: 0px 0px 0px 0px;}
.pgNewsMore a:hover {font-size: 12px; font-style: italic; color: black; background-color: #fc0; text-decoration: underline; text-align: right; padding: 0px 0px 0px 10px; margin: 0px 0px 0px 0px;}




/* end of file */
