/* /* CSS Main For 115 Club Website /* Author: Simon Walsh /* Date: 03/02/06 */  
body  { 	font-family : arial;
 	font-size: 10px; 	font-weight: bold; 	color: #000000; 	background-image: url('../images/gradient-bg.jpg');
	background-repeat: repeat-x;	margin: 2%; 	padding: 1%; }  
h1  { 	font-family: "Comic Sans MS"; font-size: xx-large; 	font-weight: bolder; 	text-decoration: underline; 	color: #FF0000; } a  { 	text-decoration:none; 	font-weight: bold; 	text-transform: capitalize; 	color: blue; } a:hover { 	font-weight: bolder; 	text-decoration: underline; 	color: #0000FF; } a.linkmenu { text-decoration:none; } a.titlemenu { text-decoration:underline; } 
h2,h3,h4 {font-family: "Comic Sans MS"; font-weight: bolder; color: #FF0000; }
table.main  { 	background-image: url('../images/gradient-fg.jpg'); background-repeat: repeat-x;	
	border: medium double #CCCCCC; } div.menu  { 	padding: 2px; 	float: left; } td.leftborder { 	border-left-style: solid; 	border-left-width: thin; 	border-left-color: #CCCCCC; 	padding-left: 20px; 	padding-right:20px; } ul { 	font-family: arial; 	color: #FF0000; 	list-style-position: outside; 	list-style-type: none; } img.right { 	border:none; 	float: right; } img.left { 	border:none; 	float:left;
}
#button {
	width: 100%;
	border-right: 0px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #000000;
	}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #FFFFCC;
		margin: 0;
		}
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #FFCC00;
		border-right: 10px solid #FFCC00;
		background-color: #FEFFF1;
		color: #CC0000;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #FFCC66;
		border-right: 10px solid #FFCC66;
		background-color: #FFCC00;
		color: #000000;
		}

.slidedoormenu{
list-style-type: none;
float: right;
margin: 0;
padding: 0;
width: 100%; /* width of menu (don't forget to add border with below!) */
border-left: 8px solid #ffa1a3; /* thick left border of menu */
}

.slidedoormenu li{
border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background-image: url('/images/vstrip.gif');
background-repeat: repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: bold 13px "Comic Sans MS";
display: block;
color: black;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: black;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}



