/* Basic HTML Element Style */
body 
{
	color: #000040;
/*	background-color: #0703BB;*/
	background-color: #E9E9DF;
	font: 1em/1.2 verdana, tahoma, arial, sans-serif;
	text-align: center;
	margin: 0em;
	padding: 0em;
}

h1 
{
	font: italic 30pt georgia, 'times new roman', serif;
	margin: 0 0 0 -5px;
}


h2 
{
	margin: 0;
	font: italic 18pt georgia, 'times new roman', serif;
}

#headerDate 
{
	text-align: right;
}

h3 {
	font: 18pt georgia, 'times new roman', sans-serif;
}
h4, h5 {
	font: italic normal 12pt verdana, tahoma, arial, sans-serif;
	margin: 0px;
}

/*Structural elements */
#shadowbox
{
	position: relative;
	background-image: url(images/rightshadow.png);
	background-color: #E9E9DF;  
	color: black;
	background-repeat: repeat-y;
	background-position: right;
	margin: 0;
	padding: 0;
}

#container 
{
	position: relative;
	color: #000040;
	
	background: #fec930 url(images/leftshadow.png) repeat-y left;
	margin-right: 26px;
	
	text-align: left;
	padding-left: 26px;
	/*background-color: #fec930;  sort of rich orange colour */
}

#banner
{
	background: #FEC93C url(images/header.jpg) no-repeat;
	color: #001;
	padding: 0 1em 1em 1em; 
	margin: 0;
	font-size: 12pt;
/*	border-bottom: 1px solid #000080;*/
}

#banner h1
{
	visibility: hidden;
/*	border: 1px solid black;*/
}

#banner h2
{
	margin-top: 10px;
/*	border: 1px solid black;*/
}

#nonBanner
{
	position: relative;
	margin: 0;
	padding: 0;
/*	border: 1px solid red;*/
/*	background-image: url(images/lamps.jpg);*/
}

#rightCol
{
	position: absolute;
	margin: 0;
	top: 30px;
	right: 0px !important;  /* IE hack (even 6 seems to push this outside its parent DIV */
	right: 25px;   /* IE only - = container margin + shadow image size */
	width: 380px;
	border-left: 1px solid black;
}


#mainMenu
{
	position: relative;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	font-weight: bold;
	border-top: 2px solid white;
	border-bottom: 1px solid black;
	font-size: 16px;
	height: 28px;  /* A-height + 8px A padding */
/*	border-bottom: 2px solid white; */

}

#mainMenu li
{
	float: left;
	margin: 0;
	padding: 0;
	height: 28px;
	border-right: 2px white solid;
}

.menuItem
{
	/*position: relative;
	margin-left: 1px;
	margin-top: 1px;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;*/
}

#mainMenu a 
{
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 0;
	/*height: 20px;*/
	padding: 4px 1em 5px 1em;
/*	background: url(images/bulbsm.jpg) no-repeat center left;*/
}

#mainMenu li a:link, #mainMenu li a:visited
{
	color: #003;
	background-color: #FEC93C;
	background: url(images/itembg.jpg);
}

#mainMenu li a:hover
{
	color: #ffff80;
	background-color: #E56117;
	background: url(images/itembghov.jpg);
	font-weight: bolder;
}

/* *********************************************************** */

#bodyText
{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 20px 100px 100px 100px;
	background-color: white;
	background-image: url(images/cloud.jpg);
	color: #008;
	border-right: 1px solid black;
/*	border-top: 1px solid black;*/
	font-family: Georgia, "Times New Roman", Times, serif;
}

#bodyText.narrowCol
{
	margin: 0 380px 0 0;
	padding: 10px;
}

#bodyText p
{
	margin: 0 0 5px 0;
	
}

#bodyText p:first-letter
{
/*	font-size: 200%;
	line-height: 100%;*/
}

#bodyText h1
{
	font-size: 200%;
	line-height: 1;
	padding: 10px 0 15px 0;
}
#bodyText h2
{
	font-size: 140%;
	line-height: 1;
	padding: 5px 0 5px 0;
	margin-top: 5px;
}

#bodyText a.blockLink
{
	display: block;
	text-align: right;
}

#bodyText a:hover
{
	color: red;
}

#bodyText img
{
	display: block;
}

.newsItem
{
	position: relative;
	border-top: dashed 2px silver;
	margin-top: 10px;
	clear: right;
	width: 100%;
/*	border: 1px black solid; */
}

/*
td.photoFrame a:link, td.photoFrame a:visited
{
	border: 2px solid blue;
	margin: 3px;
}

td.photoFrame a:hover
{
	border: 2px solid red;
	margin: 3px;
}
*/

.newsItem p
{
/*	text-align: justify;*/
	
}

.newsItem ul
{
	margin-left: 25px;
	padding-left: 0;
}

.newsItem img
{
	display: block;
	margin-bottom: 5px;
/*	border: none;  */
}

.clearer 
{
	clear: right; 
	line-height: 0; 
	height: 0;
	
/*	border: 1px solid red;*/
}

.newsPhoto
{
	top: 10px;
	position: relative;
	display: block;
	float: right;
	padding: 0 0 2px 0;
	margin-left: 5px;
	margin-bottom: 10px;
	background-color: #e8e8e8;
	font-size: 12px;
	font-style: italic;
	text-align: right;
}

/* *********************************************************** */

#footer
{
	background-color: black;
	color: white;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0 0 0 0; 
	
	font-size: 12px; 
}

#footer a
{
	display: inline;
	background-color: #000;
	color: yellow;
}

/* ************************************************************ */
/* The events list box */

#eventsList
{
	position: relative;
	margin: 0;
	padding: 0;
}

/* Title of the events list box */
#eventsList h1
{
	color: white;
	background-color: black;
	padding: 3px;
	font-size: 18pt;
	text-align: center;
	margin: 0;
}

#eventsList a:link
{
	text-decoration: none;
	color: #A52A2A;
}
#eventsList a:hover
{
	text-decoration: underline;
	color: #CD3939;
}
#eventsList a:visited
{
	text-decoration: underline;
	color: #A52A2A;
}

#eventsList ul
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style: none;
	top: 0;
	height: 500px;
	overflow: auto;
}

#eventsList li
{
	margin: 0 0 10px 0;
	padding: 0 0 5px 3px;
	border-bottom: 1px dashed gray;
	width: 95%;
}

/* Event Info */
#eventsList div
{
/*	border: solid 1px blue;*/
	margin: 1pt;
	padding: 0;
	font-weight: bold;
}
#eventsList div.eventTitle
{
	font-size: 14pt;
	font-weight: bold; 
}
#eventsList div.eventDate
{
	font-size: 10pt;
	font-style: italic;
}
#eventsList div.eventVenue
{
	font-size: 10pt;
	font-style: italic;
}
#eventsList div.eventInfo
{
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	margin-left: 30px;

}

/* ******************************************************************************* */


p.contactItem
{
	padding-left: 60px;
	text-indent: -60px;
	padding-bottom: 20px;
	
}

/* *********************************************************** */

#bodyText .entryForm a
{
	text-decoration: none;
}


#bodyText .entryForm img
{
	vertical-align: middle;
	display: inline;
	border: none;
	margin-top: 10px;
}

.entryForm a
{
	display: inline;
}
/*
img#abcd
{
	display: inline;
	border: none;
}*/


/* *********************************************************** */
/* Carnival Week Stuff */

.weekday
{
	background-color: #e0e0f0;
	margin-top: 20px;
	padding: 0;
}

.weekday h2
{
	padding: 5px;
	text-align: center;
	background-color: #000;
	color: #FEC93C;
}

.weekday ul
{
	margin-top: 0;
	margin-bottom: 0;
}

.weekday .event
{
	background-color: #d0d0e0;
	padding: 10px 10px 10px 20px;;	
	margin-bottom: 5px;
}

.weekday .event h3
{
	color: #000040;
	font-size: 120%;
	padding: 0;
	margin: 0 0 0 -10px;
}

.weekday .event .sponsor
{
	font-style: italic;
	text-align: right;
}
/* *********************************** */
table.resultTable
{
	margin-top: 10px;
/*	border: 1px black solid;*/
	padding: 0;
	table-layout: fixed;
	width: 100%;
}

.resultTable td
{
	background: #ddd;
	padding: 3px 3px 6px 3px;
	margin: 0;
	width: auto;
}

td.resultClass
{
	color: #FEC93C;
	background-color: #333;
	width: auto;
	font-size: 120%;
}

td.resultTrophy
{
	text-align: right;
	font-weight: bold;
	width: auto;
}

col.rankCol
{
	
	width: 10%;
}

#photoCollection
{
	position: relative;
	background-color: black;
	padding: 10px;
	margin: 10px;
}

#photoCollection img
{
	display: inline;
	border: 4px white solid;

}

#adverts
{
	position: relative;
	width: 100%;
/*	width: 468px;*/
/*	border: 1px solid red;*/
	margin: 3px 3px 3px 3px;
}

