 	/*Pages index,news,aims, map   */
	/*	programme, gallery-index	*/
	/*Body Attributes*/
	
	/*Centralise Page*/
html
{	margin:0;
	padding:0;
}
	/*Screen Background colour*/
body
{ 	background: url(../images/tripodBG.jpg);
	background-repeat: repeat;		
	font:100%/1.6em Arial, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}
/*---------------------------------------*/
	/*Web Page Container, Size, Background and colour*/
#container
{	
	position: relative;
	background: url(../images/webbackground-new.jpg);
	background-repeat: repeat-y;
	width: 750px;
	height:560px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border-width:5px;
	border-style:solid;
	border-color:#ff0000;
	text-align:center;

}
/*---------------------------------------*/
         /*header container   */
#header
{
	position:relative;
	top: 5px;
	width: 100%;
 }
/*---------------------------------------*/
         /*tripod image   */
#logo
{
	position: relative;
	width: 45px;
	float: left;
	padding-left: 5px;
}
/*---------------------------------------*/
	/*club name*/
h1
{
	float:left;
	padding-bottom: 4px;
	margin-top: 10px;
	width:680px;
	color: #f00;
	text-align: center;
}
/*---------------------------------------*/
	/*navigation*/
ul#nav
{
	position:relative;
	left: 0px;
float: left;
	padding-top: 5px;
	width:685px;
height: 50px;	
	list-style-type:none;
}
ul#nav a
{
	float: left;
	width: 58px;
	font-size: 10px;
	text-align: center;
	text-decoration:none;
	color:black;
	background-color:#c0c0c0;
	border-color: black;
 	border-width: 1px 1px 1px 0;
 	border-style: solid;
 	display: block;
 	padding: 1px;
}

ul#nav li.first a 
{
 	border-width: 1px;
}

ul#nav li 
{
	display: inline;
}
/*---------------------------------------*/
	/*navigation-hover*/
ul#nav a:hover	
{
	color:white;
	background-color:#2396ff;
}
/*	End Of Navigation                */ 
        
/*=======================================*/
	/*page content container*/
div#page_content
{
	position: absolute
	top: 100px;
 	left:5px;
	width: 750px;
	font-size: 12px;
	font-weight: normal;
}
/*---------------------------------------*/
p.page_name
{	
	clear:both;
	padding-top: 7px;
	color: blue;
	font-family: Helvetica;
	font-weight: bold;
	font-style: oblique;
	font-size: 28px;
	text-align: center;
}
div#maindate
{	
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:blue;
}
/*=======================================*/
p.welcome, p.enter
{
	color: blue;
	font-size: 24px;
	text-align: center;
}
/*---------------------------------------*/
	/*page text*/
div#para-02
{
	padding-top:10px;
	color: #000;
	font-size: 12px ;
	line-height: 110%;	
}

div#para-02 em
{
	font-style: oblique;
	color: #f00;
	text-decoration: none;
}

p.first:first-letter
{
	color: #00f;
	font-size:x-large;
	font-family: "lucida calligraphy";
	line-height: 110%; 
	
}

p.black
{	color: black;
	font-size: 14px;
	line-height: 100%;
}

div#mainclock
{	
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:blue;
}
img.map
{
	float:left;
	margin-right:2px;
}

div#ticktext
{
	position: absolute;
	top: 400px;
	whiteSpace: nowrap;
	visibility: hidden;
	font-size: 16pt;
	width: auto;
	margin-top:-30px;
	
	
}	
/*=======================================*/
/*	programme month select	*/

.redform
{
	text-align: center;
}	
	
.redselect, .redbutton
{
	font-size: 14px;
	color: red;
	border-style: solid; 
	border-color: #0000FF;
}

table.one
{
	width: 100%;
	table-layout: fixed;
	background: url(../images/webbackground-h.jpg);
	background-repeat: repeat-y;
	font-size: 14px;
		
}
tr.month
{
	color: red;
	font-weight:bold;
}

table tbody tr td em
{
	font-style: oblique;
	color:red;
}

table.two
{
	width: 100%;
	table-layout: fixed;
	background: url(../images/webbackground-h.jpg);
	background-repeat: repeat-y;
	font-size: 14px;
	
}
p.small
{
	color: black;
	font-size: 10px;
	text-align:center;
}
/*=======================================*/

/*         Gallery Menu                  */

div#gallery-menu dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
}
div#gallery-menu 
{
	position: relative; 
	top: 30px;
	left: 10px;
	z-index: 100;
	height: 100px; /* increase for additional years*/
	width: 100%; /* precision for Opera */
}
div#gallery-menu dl 
{
	float: left;
	width: 8em;
}
/*---------------------------------------*/
/*         Competition Titles*/

div#gallery-menu dt a, dt a:hover  
{
	cursor: pointer;
	text-align: center;
	background: #c0c0c0;
	border-color: black;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	padding: 5px 2px;
	margin: 1px;
}
div#gallery-menu dt a:hover 
{
	background: #2396ff;
	color: white;
}
/*---------------------------------------*/
/*           Competition Years*/
div#gallery-menu dd	  /* drop-down list of years */	 
{
	height: 120px;    /* enough for 8 year slots */
	display: none;
	border: 0 none;
}
div#gallery-menu li   
{
	line-height: 130%;  
	text-align: center;
	background: none;
}
div#gallery-menu li a, div#gallery-menu dt a   /*individual years*/
{
	color: #000;
	line-height: 130%;	
	text-decoration: none;
	display: block;
	border-width: 1px;
	border-color: black;
}
#gallery-menu li a:hover, #gallery-menu li a:focus, #gallery-menu dt a:hover, #gallery-menu dt a:focus 
{
	background: #2396ff;
	color: white;
}
/*==========================================*/

div#page_footer
{
	clear: both;
	width:750px;
	color: #000;
	text-align:center;	
	font-size: 10px;
	height: 100px;	
}

ul#footer
{
	position:relative;
	top: 20px;		/*increase as more years are added*/
	left: 45px;
	width: 700px;
}

ul#footer li
{
	float: left;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}
ul#footer li.centre
{
	margin-left: 5px;
	margin-right: 5px;
}
/*==========================================*/
/*		index page - enter button */

p.enter 
{	
	padding: 15px 0 20px 0;
	font-family: Helvetica;
	font-weight: bold;
	font-style: oblique;
}

p.enter a
{
	position: relative;
	top: 5px;
	left: -30px;
	text-align: center;
	text-decoration: none;
	color: red;
	background-color:#e0e0e0;
	border-color: red;
	border-width: 2px;
	border-style: solid;
	padding: 2px;
}

p.enter a:hover  	
{
	color:white;
	background-color:#2396ff;
}	
/*==========================================*/
/*	      odds and ends                */

h2, h4, h5
{	font-weight: bold;
	color: #f00;
	text-align: center;
}
p.red
{	color: red;
	font-family: Arial,Verdana,sans-serif;
	font-size: 16px;
	text-align: center;
	line-height: 110%;
}
p.redbold
{	
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:red;
	line-height: 110%;
}	
