@charset "iso-8859-1";
body {
	font-family: 'Short Stack',cursive,Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	background: #984630 url('../images/background.jpg');
	color: #000000;
}
/*===============
indicates no border around any image 
============*/
body img {
	border: 0px;
	text-decoration: none;
}
.pageWrapper {
	max-width: 960px;
	margin: 10px auto 10px auto;
	padding: 0px;
	background: #ffffff url('../images/handmadepaper.jpg');
	box-shadow: 10px 10px 5px rgba(0,0,0,0.3);
}
.contentWrapper {
	width: 940px;
	margin:  10px auto 10px auto;
	padding: 10px;
	background: #ffffff url('../images/handmadepaper.jpg');
	}
/*===========
Site name
==================*/
#sitename {
	background-color: #f8faef;
	text-align: center;
	font-size: 2em;
	padding: 5px 0px;
	margin: 5px 0px;
	border-top: 2px solid #883620;
	border-bottom: 2px solid #883620;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
/*=======================
Banner
=========================*/
header {
	max-width: 960px;
	height: 180px;
	margin: auto;
	padding-top: 60px;
	background: #ffffff url('../images/seamlesstexture1_500.jpg') center center;
	font-family: 'Great Vibes',Verdana,Arial,Helvetica,sans-serif;
	
	}
header h1{
	font-size: 65px;
	text-shadow: 4px 4px 3px rgba(0,0,0,0.3);
	text-align: center;
	color: #000000;
	}
	
.tagline {
	display:none;
	}
	
/*============== 
top menu 
=============== */
/* not being used but could be added to xhtml */
#topmenu {
	background-color: #f8faef;
	text-align: center;
	font-size: 1em;
	padding: 5px 0px;
	margin: 5px 0px;
	border-top: 2px solid #883620;
	border-bottom: 2px solid #883620;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
/*=============
content area 
================*/
article {
	padding: 5px;
	margin-left: 240px;
	background: #ffffff url('../images/handmadepaper.jpg');
}
/*===========
content area list items
==============*/
article ul li {
	list-style-type: none;
	margin: 2px;
	padding: 2px;
}
article li li {
	list-style-type: none;
	padding: 2px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
nav {
	float: left;
	padding: 5px;
	font: 25px 'Great Vibes', Helvetica, sans-serif;
	color: #000000;
	text-shadow: 4px 4px 3px rgba(0,0,0,0.3);
	margin: 10px;
	border: 1px solid #CCCCCC;
	background-color: #f8faef;
	width: 200px;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
nav li {
	list-style: none;
	padding: 2px 0;
}
nav ul li a {
	display: block;
	color: #000000;
	padding: 4px;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #883620;
	margin-top: 2px;
}
nav a:hover {
	color: #ffffff;
	background-color: #F4D180;
	border: 1px solid;
	border: 1px solid #E7A200;
}
/* Possible new selectors left navigation submenu */
nav ul ul {
	padding-left: 5px;
}
nav ul ul li a {
	padding: 3px 0 3px 3px;
	font-size: 80%;
	font-weight: normal;
}
.heading {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	background: #883620;
	text-decoration: none;
	border: 1px solid #883620;
}
.leftnav .sidebox a:link {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
.leftnav .sidebox a:visited {
	background: #FFFFFF;
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}
.leftnav .sidebox a:hover {
	background: #F4D180;
	color: #C60029;
	font-weight: bold;
	text-decoration: underline;
}
.leftnav .sidebox a:active {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
/*=====================
 left-hand menu - colored box  
========================*/
.sidebox {
	border: #883620 2px solid;
	margin: 0px 5px 3px 5px;
	padding: 0px 3px 15px 3px;
	background: #f8faef;
	color: #000000;
	font-size: 85%;
}
/*========================
 left-hand menu - colored box  
========================== */
.sideboxheading {
	background: #883620;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	padding: 2px;
}
/*====================
all site links
======================*/
article a:link {
	
	display: block;
	color: #000000;
	padding: 4px;
	text-decoration: none;
	background-color: transparent;
/*	border: 1px solid #883620; */
	margin-top: 2px;
}
article a:visited {
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: none;
}
article a:hover {
	color: #ffffff;
	background-color: #F4D180;

}
article a:active {
	font-weight: bold;
	text-decoration : none;
	background: #BFDFE2;
	color: #000000;
}
/*===========
footer
==============*/
footer {
	clear: both;
	padding: 5px;
	border-top: 2px solid #000000;
	background: #ffffff url('../images/handmadepaper.jpg');
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: small;
	text-align: center;

}
footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*=============
images 
=============*/
.imglft {
	float: left;
	padding: 5px;
}
.imgrgt {
	float: right;
	padding: 5px;
}
.imgctr {
	display: block;
	margin: 0px auto;
}
article img {
	max-width: 680px;
	}
/*================
heading tags styles
===================*/
h1, h2, h3 {

  font: 400 130px/0.8 'Great Vibes', Helvetica, sans-serif;
  color: #000;
  text-shadow: 4px 4px 3px rgba(0,0,0,0.3); 
}
h1 {
	font-size: 150%;
	font-weight:bold
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;
}
/*================= 
horizontal lines 
================*/
hr {
	background-color: #441B10;
	border: 0px;
	color: #883620;
	height: 2px;
}
.ctr {
	text-align: center;
}

/*================
Tables
=================*/
article table{
	max-width: 680px;
	}
	
article th {
	font-family: 'Great Vibes', Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	text-shadow: 4px 4px 3px rgba(0,0,0,0.3);
	}
/*	
article img {
					width: 620px;
					margin: 5px 20px 20px 5px;
					}
*/					
td	{
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	}
/*
article td img {
		width: 110px;
	}
*/	
td a {
	display: block;
	width: 120px;
	color: #000000;
	padding: 4px;
	text-decoration: none;
	margin-top: 2px;
	}
td a:hover{
    color: #ffffff;
	background-color: #F4D180;
	}
	
.caption {

		font-style: italic;
		font-family: arial, san serif;
		color: #000000;

		}
#randomSampler a{
	text-docoration:none;
	
}