/*------------------------------------------------------------------
 * This is the style sheet for the Wyoming Kendo website. At least it
 * is our first go at it while everyone decides on the look and feel.
 * 
 * Created on: Mon Jan 30 19:41:42 PST 2006
 * Created by: Jason Clark
 *
 * Copyright 2006 Scott Tullis. All Rights Reserved.
 *----------------------------------------------------------------*/


/*------------------------------------------------------------------
 * .navigation
 * The Navigation bar is our left most box in the layout and contains
 * all links to other sites and other portions of this site. We control
 * it so that it gives the same look and feel regardless of where it
 * is being viewed from.
 *----------------------------------------------------------------*/
.navigation {
	width: 25%
	height:100%;
	background-image:url('images/oak.jpg');
	background-repeat:repeat;
	size:20px;
	font-family:"Arial";
	color:#000000;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
}
.navigation ul li {
	list-style:none;
	text-decoration:none;
	font-family:'Helvetica';
	font-size:14;
	font-weight:bold;
	padding: 12px 1px 1px 1px;
	color:#FFFF00;
	margin-left:0;
	padding-left:0;
	text-align:left;
}
/*----------------------------------------------------------------*/

/*------------------------------------------------------------------
 * a
 * All links a hrefs anywhere on the site should all maintain the
 * same look and feel so that they are easily identifiable by the
 * users.
 *----------------------------------------------------------------*/
.navigation a:link {color:#FFFFFF;text-decoration:none;}
.navigation a:visited {color:#FFFFFF;text-decoration:none;}
.navigation a:active {color:#FFFFFF;text-decoration:none;}
.navigation a:link:hover {color:#FFFFCC;background:'#FFFFFF';}
.navigation a:visited:hover {color:#FFFFCC;background:'#FFFFFF';}
.navigation a:active:hover {color:#FFFFCC;background:'#FFFFFF';}
/*----------------------------------------------------------------*/
//a:link {color: '#ffff00';text-decoration:none;}
//a:visited {color: '#ffff00';text-decoration:none;}
//a:active {color: '#ffff00';text-decoration:none;}
//a:link:hover {color: '#ffff00';text-decoration:none;}
//a:visited:hover {color: '#ffff00';text-decoration:none;}
//a:active:hover {color: '#ffff00';text-decoration:none;}
/*------------------------------------------------------------------
 * .content
 * The content container is everything on the right side of our screen
 * and all the stuff being read in by the php script from other
 * areas such as a db or flatfile.
 *----------------------------------------------------------------*/
.content {
	size:15px;
	font-family:"Arial";
	color:#000000;
}
.content p {
	padding: 5px 5px 5px 5px;
	border: 1px solid #E8E8E8;
	color:#000000;
}
.content h1 {
	width:100%;
	font-size:16px;
	background-color:#E8E8E8;
	color:#000066;
	padding: 5px 5px 5px 5px;
	font-family:'Arial';
	font-weight:bold;
}
.content h2 {
	width:100%;
	font-size:14px;
	background-color:#E8E8E8;
	color:#000066;
	padding: 5px 5px 5px 5px;
	font-family:'Arial';
	margin-left:5;
	font-weight:bold;
}

.content h2 {
	width:100%;
	font-size:12px;
	background-color:#E8E8E8;
	color:#000066;
	padding: 5px 5px 5px 5px;
	font-family:'Arial';
	margin-left:5;
	font-weight:bold;
}
/*----------------------------------------------------------------*/

/*------------------------- EOF ----------------------------------*/
