/*
Theme Name: FitStyle
Description: A theme for the fitness website, modified from the ywcasaskatoon.com theme.
Version: 1.0
Author: Robert McLean
Tags: purple, custom header, fixed width

	This theme was designed and built by Robert McLean,
	whose blog you will find at http://www.mcleanconsulting.info/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


	body
	{
		font-size: 72.5%; /* Resets 1em to 10px */
		font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
		background-color:white;
		padding:0px;
		margin:0px;
	}

        #bc
        {
           width:1000px;
		   margin:0;
        }
	
	hr
	{
		width:100%;
		color:rgb(149, 110, 142);
		background-color:rgb(149, 110, 142);
	}
	
	h1
	{
		color:rgb(149, 110, 142);
		font-size:1.7em;
		
	}
	
	h2
	{
		color:rgb(149, 110, 142);
		font-size:1.5em;
	}
	
	h3
	{
		color:rgb(149, 110, 142);
		font-size:1.5em;
		text-decoration:none;
	}
	
	a:link
	{
		color:#009FC2;
	}
	
	a:visited
	{
		color:#956E8E;
	}
	
	a:hover
	{
		color:#956E8E;
	}
	
	a:active
	{
		color:#009FC2;
	}
	
	a.fLink
	{
		text-align:left;
		text-decoration:none;
		color:rgb(149, 110, 142);
	}
	
	a.fLink:hover
	{
		text-align:left;
		text-decoration:none;
		color:#009FC2;
	}
		
	#page
	{
		padding:10px;
		padding-left:0px;
	}
	
	.alignright
	{
		display:inline;
		float:right;
	}
	
	img
	{
		border-style:none;
	}
        
        #links
        {
                margin-left:5px;
        }
	
	/********************************************/
	/******* Start of the Header Styling ********/
	/********************************************/
	
		#header
		{
		}
	
	/********************************************/
	/******* Start of the footer Styling ********/
	/********************************************/

		#footp
		{
			color:#009FC3;
			font-size:12px;
			padding-bottom:10px;
			margin-top:-0.1em;
		}
		
		#footer
		{
			margin:auto;
			padding:10px;
		}
	
	/********************************************/
	/****** Start of the frontpage styling *****/
	/********************************************/
	
	#tbllinks
	{
        margin:auto;
		width:300px;
	}
	
		#fitpara
		{
				margin:0px;
				padding:0px;
		}
	
	#tblnews
		{
			font-size:1.1em;
		}
	
	#fitLinks
	{
		text-decoration:none;
	}
	
	#poolLinks
	{
		text-decoration:none;
	}
	
	#membersLinks
	{
		text-decoration:none;
	}
	
	#front
	{

		vertical-align:top;
	}
	
	#hours
	{
		font-style:oblique;
		color:#009FC2;
		font-weight:bolder;
		vertical-align:top;
		font-style:small-caps;
	}

	
	/********************************************/
	/******** Start of the page Styling *********/
	/********************************************/
		#page
		{
			padding-top:20px;
			padding-bottom:20px;
		}
		
		#pageTable
		{
			width:1000px;
			border-spacing:10px;
		}
		
		#tblsidebar
		{
			width:210px;
		}
		
		#tblcontent
		{
			width:600px;
			padding-left:10px;
		}
		
		#tblrightsidebar
		{
			margin-left:20px;
			padding-left:10px;
			width:250px
		}
		
		#newsSidebar
		{
			padding:5px;
		}
		
		#sidebar2
		{
			margin-right:auto;
			margin-left:-40px;
		}
		
		#menu
		{
			list-style:none;
			text-align:center;
			margin-right:auto;
			
		}
		
		#menu li
		{
			margin-top:0px;
			margin-bottom:0px;
			text-align:center;
			padding-top:0px;
			padding-bottom:0px;
		}
		
		#menu li a
		{
			display:block;
			width:180;
			text-decoration:none;
			border:thin solid #956E8E;
			color:white;
			text-align:center;
			font-size:large;
			background-color:rgb(149, 110, 142);
			margin-bottom:10px;
			padding-top:15px;
			padding-bottom:15px;
		}
		
		#menu li a:hover
		{
			display:block;
			width:180;
			text-decoration:none;
			border:thin solid #956E8E;
			color:#956E8E;
			text-align:center;
			font-size:large;
			background-color:white;
			margin-bottom:10px;
			padding-top:15px;
			padding-bottom:15px;
		}
		
		
	/********************************************/
	/******* Start of the sidebar Styling *******/
	/********************************************/	
		#sidebarLinks
		{
			list-style:none;
			text-align:center;
			margin-left:-30px;
		}
		
		#sidebarLinks li
		{
			background-color:rgb(149, 110, 142);
			margin-top:5px;
			margin-bottom:5px;
			padding-top:10px;
			padding-bottom:10px;
			text-align:center;
		}
		
		#sidebarLinks li a
		{
			text-decoration:none;
			color:white;
			font-size:Large;
			text-align:center;
		}
