/*File: ex1.css
Created By: Seamus P. H. Leahy

This is the stylesheet for  example 1 for the Horizontal Menu Bar.
*/

#nav ul{
	padding : 0px;
	margin : 0;
	white-space : nowrap;
	background-color : #308AB6;
	color : White;
	padding-left: 15px;
	padding-right: 10px;
}
#nav ul li{
	display : inline;
}
#nav ul li a{

	background-color : #308AB6;
	color : White;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight : bolder;
	text-decoration : none;
}
#nav ul li a:hover{
	background-color : #ffffff;
	color : #308AB6;
	
	
}
harry {
background-image: url(../img/harry.gif);
position: fixed;
	
}
p {
	
font-size : 8pt;
font-weight : ;
font-family : arial, helvetica, sans-serif;
color : #ffffff;
padding-left: 10px;
padding-right: 10px;
	
}

ul {
	
font-size : 8pt;
font-weight : ;
font-family : arial, helvetica, sans-serif;
color : #ffffff;
padding-left: 10px;
padding-right: 10px;
	
}


	
}
H3 {
font-size : 11pt;
font-family : arial, helvetica, sans-serif;
color : #EDCD5E;
padding-left: 10px;
}

.subhead{
font-size : 10pt;
font-family : verdana, arial, helvetica, sans-serif;
color : #ffffff;
padding-left: 40%;
font-weight: bold;
padding: 2px;

}

.orangetxt{
font-size : 8pt;
font-family : arial, helvetica, sans-serif;
color : #EDCD5E;
font-weight: bold;
padding: 10px;

}

.whitetxt {
font-size : 7pt;
font-family : arial, helvetica, sans-serif;
color : #ffffff;
padding: 5px;

}

.smallhead{
font-size : 9pt;
font-family :arial, helvetica, sans-serif;
color : #EDCD5E;
padding-left: opx; 

padding: 10px;.
}



.smalltxt {
	
font-size : 7pt;
font-family : arial, helvetica, sans-serif;
color : #000000;
padding: 5px;



}
.festivelhead {
	
font-size : 7pt;
font-family : arial, helvetica, sans-serif;
color : #000000;
padding: 0px;



}

* Form elements */
input,textarea, select {
	color : #308AB6;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
	

}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #ffffff;
	border-color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-width : 1px;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #000000;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
