﻿/*This website is designed and copyrightes to Swade Designs by Linda*/
/*header styling*/
#header {									/* Header for all pages */
	background-color: #004b18;				/* header has a background colour green with white font, a width 1024 */
	color: #fff;							
	width: 1024px;							
	text-align: center;
	}
body {
	background-color: #fff5e8;				/*body background colour to distinguish it from the content "inner" colour */
	background-image: url(media/images/background.jpg);	/*background image with 75% opacity */
	background-repeat: no-repeat;			/*no repeat of image as it wouldn't line up and would look unprofessional */
	background-attachment:fixed;			/*non-scrolling background */
	font-family: Arial, san-serif;			/*Content will be displayed in Arial or San-serif fonts */
	line-height: 125%;						/*increase line height to make text more readable */
	color: #000;							/*font colour black */
	margin: 0 0 0 0; 						/*0 margins on all sides */
	padding: 0 0 0 0; 						/*0 padding on all sides */
	text-align: center; 					/*align text to center */
	}
h1{
	font-family: Georgia, serif;			/*Headings will be displayed in Georgia or Serif fonts*/
	color: #FFF;							/*h1 font colour white */
	z-index: 10;							
	line-height: 16px;						/*line height 16 pixels */
	text-align: center;						/*align text to center */
	padding-top: 40px;						/*padding above text */
	padding-bottom: 30px;					/*padding below text */
	margin:0px;								/*0 margins */
	font-weight: 300;						/*increase font weight sort of bold */
	}
/*outer fixed width section which will contain all images and content*/
#outer {									
	background-color: #fff;					/*to create the style & size of the fixed content area of the site */
	margin: 0 auto 0 auto; 
	min-width: 1024px;
	text-align: left; 
	width: 1024px;
	}
/*inner text area*/
#inner  {									/*to create the style and padding for the inner content area */
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;					/*keeps the text off the right side */
	padding-bottom: 0px;
	padding-left: 200px;					/*moves the text over to the right and out from under the menu navigation */
	}
/*navigation*/
#navigation {
	font: small/1.4 "lucida Grande", Tahoma, sans-serif;
	font-size: 92%;							/*font size 92% of standard*/
	}
#nav {										/*nav1 index styling only*/
	margin: 0;
	padding: 0;
	background: #960014;					/*burgundy background*/
	list-style-type: none;
	width: 180px;
	float: left; 							/*contain floated list items */
	}
#nav li {
	margin: 0;
	padding: 0;
	float: left; 							/*this corrects the IE whitespace bug*/
	width: 100%;
	}
#nav a {
	display: block;							/*to increase clickable area as a's default to inline */
	color: #fff;							/*white font*/
	text-decoration: none;
	padding: 0 15px;						/*text padding and a line height of 2.5*/
	line-height: 2.5; 
	border-bottom: 1px solid #fff; 			/*white border */
	}
#nav #nav con a {
	border: none;							/*removes the bottom border on the last navigation item*/
	}
#nav a:hover {
	background: #560007;					/*dark burgundy hover with white font*/
	}
#nav li.current a {
	background: #000;						/*this is the 'You are here cue' the background is black & font is white & bold*/
	color: #fff;
	font-weight: bold;
	}
/*Floating images styles*/
#spons img {								/*float images on sponsor page to left to wrap text */
	float: left;
	margin: 10px 10px 10px 10px;
	}
/*Table styles*/
#table {
	border:1px solid #999;					/*table border and style */
	border-collapse: collapse;
	font-family: Georgia, Times, serif;		/*table font */
	}
th {
	border: 1px solid #999;					/*table headings */
	text-transform: uppercase;
	text-align: center;
	}
td {
	border: 1px solid #999;					/*table data styles */
	font-size: 75%;
	height: 3em;
	padding-left: 20px;
	padding-right: 20px;
	}
/* Contact Us form styles*/	
form.contact {								/*removes any default padding */
	padding: 0;
	margin: 0;
	margin-top: -15px;
	}
form.contact fieldset {						/*puts a box around the form */
	border: 1px solid navy;
	padding: 10px;
	}
form.contact legend {						/*formats the legend */
	font-weight: bold;
	font-size: small;
	color: navy;
	padding: 5px;
	}
form.contact label{							/*formats the label names */
	font-weight: bold;
	font-size: small;
	line-height: 150%;
	}
form.contact label .fixedwidth{				/*formats the text boxes */
	display: block;
	width: 240px;
	float: left;
	}
/*calendar styles*/
#calendar th {
	border:1px solid #999;					/*calendar table border and style */
	font-size: 70%;
	text-transform: uppercase;
	}
#calendar td {
	border: 1px solid #999;					/*calendar table data styles */
	height: 5em;
	width: 10em;
	padding: 5px;
	vertical-align: top;
	}
#calendar .month {							/*calendar mont styles */
	font-family: Georgia, Helvetica;
	font-size:250%;
	line-height: 25px;
	font-style: italic;
	padding-bottom: 10px;
	text-align: center;
	}
#calendar .day {							/*calendar day styles */
	text-align: right;
	}
#calendar .notes {							/*calendar notes styles */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: right;
	padding-left: 20px;
	}
#calendar .event {							/*calendar events styles */
	background-color: #ece;
	}
#calendar .weekend {						/*calendar weekend styles */
	background-color: #f3f3f3;
	}
/*form style*/
#form {
	font-family: "Trebuchet MS", Verdana, sans-serif;	/*form font */
	border: none;							/*form styling */
	margin-left: 9em;
	margin-bottom: 2em;
	line-height: 1.4em;
	}
label {
	margin-right: 3em;						/*form label styling */
	text-align: right;
	}
/*bottom style*/
#bottom {									/*ndex page styling only*/
	clear: both;
	background-color: #004b18; 				/*changed colour of the background to forest green with white text*/
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	}
/*Bottom link styles*/
#bottom a:link 		{color: #fff} 					/*White for unvisited links */
#bottom a:visited 	{color: #ffff00} 				/*Yellow for visited links */ 
#bottom a:hover 	{color: #008000}			 	/*Green when mouse is over link */ 
#bottom a:active 	{color: #ff0000}		 		/*Red when link is clicked */
#footer {
	font-size: 75%;
}
