<!--
Colour palette

#d4cebe; Mushroom
#12480e; Dark green
#38901f; Light green
#ebffad; Green yellow
#960c09; Maroon
#ffc600; Gold yellow
#412823; Brown
#fffccc; Light yellow

-->

body,td,th {
	font-family: verdana;
	font-size: 10pt;
	color: #000; 
}

body
{
	-- background-image: url(images/background.png);
	background-color: #38901f;
	text-align: center;
	padding-top: 0px;	
	margin-top: 10px;
}

a:link {
	color: #960c09;
	text-decoration: none;
	font-family: verdana;
	font-size: 10pt;
}
a:visited {
	color: #960c09;
	text-decoration: none;
	font-family: verdana;
	font-size: 10pt;
}
a:hover {
	color: #960c09;
	text-decoration: underline;
	font-family: verdana;
	font-size: 10pt;
}
a:active {
	color: #960c09;
	text-decoration: none;
	font-family: verdana;
	font-size: 10pt;
}

h1
{
	margin-left: 10px;
	font-family: times new roman;
	font-size: 18pt;
	font-weight: bold;
}

h2
{
	margin-left: 10px;
	font-family: times new roman;
	font-size: 11pt;
	font-weight: bold;
}

p
{
	margin-left: 10px;
	font-family: verdana;
	font-size: 10pt;
}

ul
{
	margin: 5px;
	padding-left: 30px;
	list-style-image: url(/images/clover-icon-green-small.png);
}

li
{
	padding-left: 5px;
	margin: 2px;
	font-family: verdana;
	font-size: 10pt;
}

th
{
	font-weight: bold;
	color: #38901f; 
	font-family: verdana;
	font-size: 10pt;
}

#header
{
	background-color: #fff;
}

#content
{
	width: 800px;
	background-color: #fffccc;
	margin-left: auto ;
	margin-right: auto ;
	border-left: double 2px #38901f; 
	border-right: double 2px #38901f; 
}

#content
{
	text-align: left;
}

#breadcrumbs
{
	background-color: #12480e; 
	!padding: 5px;	
}

#breadcrumbs a:link {
	color: #ffc600; 
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

#breadcrumbs a:visited {
	color: #ffc600; 
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

#breadcrumbs a:hover {
	color: #ffc600; 
	text-decoration: underline;
	font-size: 10pt;
	font-weight: bold;
}

#breadcrumbs a:active {
	color: #ffc600; 
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

#breadcrumbs ul
{
	margin: 0;
	padding: 2px; 
}

#breadcrumbs li
{
	display: inline;
	color: #ffc600; 
	font-size: 10pt;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 10px;
	background-image: url(images/clover-icon-small.png); 
	background-repeat: no-repeat;
}

#menu
{
	width: 250px;
	float: left;
	background-color: #960c09; 
	margin: 10px;
	margin-top: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	z-index: 100;
}

#menu a:link {
	color: #ffc600;
	text-decoration: none;
	font-weight: bold;
}
#menu a:visited {
	color: #ffc600;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	color: #ffc600;
	text-decoration: underline;
	font-weight: bold;
}
#menu a:active {
	color: #ffc600;
	text-decoration: none;
	font-weight: bold;
}

#menu ul
{
	margin: 5px;
	padding: 20px;
	padding-left: 30px;
	border: solid 1px #ffc600; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	list-style-image: url(images/clover-icon-small.png);
}

#menu li
{
	padding-left: 5px;
	margin: 2px;
}

#submenu
{
	width: 220px;
	float: left;
	background-color: #ffc600;
	margin: 20px;
	margin-left: -80px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	z-index: 50;
}

#submenu a:link {
	color: #38901f; 
	text-decoration: none;
	font-weight: bold;
}
#submenu a:visited {
	color: #38901f; 
	text-decoration: none;
	font-weight: bold;
}
#submenu a:hover {
	color: #38901f; 
	text-decoration: underline;
	font-weight: bold;
}
#submenu a:active {
	color: #38901f; 
	text-decoration: none;
	font-weight: bold;
}

#submenu ul
{
	margin: 5px;
	padding: 20px;
	padding-left: 30px;
	border: solid 1px #38901f; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	list-style-image: url(images/clover-icon-green-small.png);
}

#submenu li
{
	padding-left: 5px;
	margin: 2px;
}


#footer
{
	text-align: center;
	border-top: solid 4px #960c09;
	background-color: #fffccc;
}

#footer p
{
	font-size: 8pt;
}

#footer ul
{
	padding: 10px;
}

#footer li
{
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}

#footer a:link {
	font-size: 8pt;
}

#footer a:visited {
	font-size: 8pt;
}
#footer a:hover {
	font-size: 8pt;
}
#footer a:active {
	font-size: 8pt;
}

.homepage-image-box
{
	background-image: url(images/celtic-club.jpg); 
	background-repeat: no-repeat;
	background-color: #fffccc;
	height: 165px;
	padding-left: 380px;
}

.float-left
{
	float: left;
	display: inline;
	padding-right:30px;
	padding-left: -10px;
	padding-top: -10px;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: 30px;
	margin-bottom: 20px;
}

.float-right
{
	float: right;
	display: inline;
	padding-left:30px;
	padding-right: -10px;
	padding-top: -10px;
	margin-top: -10px;
	margin-right: -10px;
	margin-left: 30px;
	margin-bottom: 20px;
}

.dark-content-box
{
	padding: 10px;
	margin: 0;
	background-color: #412823; 
}

.dark-content-box h1
{
	font-size: 22pt;
	color: #ffc600;
	font-family: segoe script;
}

.dark-content-box h2
{
	color: #ffc600;
}

.dark-content-box p
{
	color: #d4cebe; 
}

.dark-content-box th {
	padding: 10px;
}


.light-content-box
{
	margin: 0;
	padding: 10px;
	background-color: #fffccc;
}

.light-content-box h1
{
	color: #38901f;  

}

.light-content-box h2
{
	color: #38901f; 
}


.light-content-box td
{
	font-family: verdana;
	font-size: 10pt;
	color: #000; 
}

.small-box
{
	display: inline;
	float:left;
	padding: 5px;
	margin: 10px 5px 10px 5px;
	border: solid 1px #38901f; 
	width: 235px;
	!width: 250px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;	
	background-color: #fffccc;
}

.large-box
{
	display: inline;
	float:left;
	padding: 5px;
	margin: 10px 5px 10px 5px;
	border: solid 1px #38901f; 
	width: 750px;
	!width: 750px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;	
	background-color: #fffccc;
}

.rounded-corners
{
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.clear
{
	clear: both;
}


body#print-friendly
{
width: 800px;
	background-color: #fff;
}

body#print-friendly h1
{
	color: #38901f; 

}

body#print-friendly h2
{
	color: #38901f;
}

#site-map #submenu
{
	width: 500px;
	float: none;
	background-color: #fffccc;
	margin: 0px;
	z-index: 50;
}

#site-map #submenu a:link {
	color: #960c09;
	text-decoration: none;
	font-weight: normal;
}
#site-map #submenu a:visited {
	color: #960c09;
	text-decoration: none;
	font-weight: normal;
}
#site-map #submenu a:hover {
	color: #960c09;
	text-decoration: underline;
	font-weight: normal;
}
#site-map #submenu a:active {
	color: #960c09;
	text-decoration: none;
	font-weight: normal;
}

#site-map #submenu ul
{
	margin-left: 15px;
	padding-left: 15px;
	border: none; 
	list-style-image: url(images/clover-icon-green-small.png);
}

