/*

		stylesheet designed by Jessamyn West
		Rutland Free Library

		color scheme:

		#6C172F - maroon
		#AB6372 - light maroon
		#FFF4E1 - very light yellow
		#FAEAC0 - light yellow
		#EECA55 - dark yellow
		#fff - white
		#000 - black
		#808080 - grey
		#222 - light grey
*/

body {
	voice-family: "\"}\"";
	voice-family: inherit;
    	font-family : "Verdana", geneva, sans-serif;
    	margin : 0px 0px 0px 0px;
	font-size: 14px;
    	background-color :  #fff;
}

p {
	font-size: smaller;
	line-height: 140%;	
}

a:link {
	color: #6C172F;
	text-decoration: none;
	font-weight:bold;
	padding-bottom: 2px;
}

a:visited {
	color: #AB6372;
	font-weight:bold;
}

h1 { 	margin-top: 4px;
	margin-bottom: 12px;
	font-size: 22px;
	color: #6C172F;	
}

h2 {
	padding:2px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: larger;
	background-color:#FFF4E1;
	text-align: center;
	margin-bottom: 8px;
}

h3 { 
	font-size: 16px;
	color: #6C172F;	
	font-weight: bold;
	margin-bottom: 4px;
}

h4 { 
	font-size: 16px;
	color: #000;	
}

img {
	border:none;
	text-decoration: none;
}

.img {
	border:none;
	text-decoration: none;
}

img.side {
	padding-left: 10px;
}

dt {
	padding-top: 8px;
	padding-bottom: 4px;
}

dl {
	font-size: smaller;
	line-height: 110%;
}

table {	
	border-collapse:collapse; 
	margin-left: auto;
	 margin-right: auto;
}

ul {	 
	list-style-type: circle;		
	line-height: 140%;		
}

ol {	 
	line-height: 140%;			
}

ul ul  {	
	list-style-image: url(images/dot.gif);
	padding-top: 3px;
	padding-bottom: 3px;
}

li {
	font-size: smaller;
}

li li {
	font-size:100%; 
}

/*
		a few made up spans
*/

.small
{
	font-size: smaller;
	font-weight: bold;
	line-height: 110%;
	padding-bottom: 10px;
}

.cal {
	font-size: smaller;
	padding: 6px;
	border:1px solid #FAEAC0;
}

.tablecal {
	padding: 6px;
	border:1px solid #FAEAC0;
}

.indent {
	margin-left: 2em; padding-left: 2em;
}

.center {
	text-align : center;
}

.altcenter {
	text-align : left;
}


.yellow {
	color:#808080;
}

.u {
	text-decoration: underline;
}

.nobulls {
	 list-style-type: none;
	margin-left: 0; 
	padding-left: 0;
}

/*
		this is just that little box on the lefthand side
*/

.left {
	background-color: #FAEAC0;
	padding: 10px;	
	border : 1px solid #000;
}

.left a:hover{
	color: #FAEAC0;
	background: #6C172F;
}

/* 
		bless you mark pilgrim 
		http://diveintoaccessibility.org/day_11_skipping_over_navigation_links.html
*/

.skipperoonie {
	display:none;
}

/*
		not sure how I feel about all this, but these are my form elements
*/

label {
	font-weight:bold;
	font-size: medium;
}

input { 
	border: 1px solid #000;
	background:#fff;
	font-family : "Verdana", geneva, sans-serif;
}

textarea {
	border: 1px solid #000;
	background:#fff;
	font-family : "Verdana", geneva, sans-serif;
}

/*
		big old div IDs
*/

#logo {
    	background-color : #fff;
    	border-bottom : 1px solid #000;
     	margin-bottom:5px;
    	text-align : center;
    	color:#000;
}

#head {
    	background-color: #FAEAC0;
    	height : 75px;
    	border-bottom : 1px solid black;
	text-align : center;
	font-size: 11px;
	line-height: 100%;
	color: #000;
}

#head a {
	color: #6C172F;
}

#head a:hover {
	color: #FAEAC0;
	background: #6C172F;
} 

#head a:visited {
	text-decoration: none;
}

#head a.img:hover {
	background-color: transparent;
}

#leftNav {position: absolute;
	left: 15px;
	top: 100px;
	width: 180px;
                font-size: smaller;
	line-height: 140%;
	text-align:center;
	z-index: 2;
}

#leftNav a {
	text-decoration: none;
	border-bottom : none;
	color: #6C172F;
}

#leftNav a:visited {
	text-decoration: none;
	border-bottom : none;
}

#leftNav a:hover {
	color: #FAEAC0;
	background: #6C172F;
} 

#leftNav a.img:hover {
	background-color: #fff;
}

#main {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 98%;
	line-height: 150%;
	z-index:1;
	background-color : #fff;
}

/*

mainsimple ID is ONLY used in the simple start page at simplestart.html

*/

#mainsimple {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	top: 20px;
	width: 50%;
	line-height: 160%;
	background-color : #fff;
	border: 1px solid #6C172F;
	padding:30px;
	text-align:center;	
}

#mainsimple a {
	text-decoration: none;
	border: none;
	underline: none;
}

#mainsimple a:hover {
	background: #FAEAC0;
}

#mainsimple #buttons a {
	text-decoration: none;
	border : 1px solid #808080;
	padding:5px;
	margin:2px;
}

#mainsimple #buttons  a:hover {
	background: #FAEAC0;
	border : 1px solid #000;
}

#mainsimple p {
	font-size: smaller;
	line-height: 100%;	
}

#main a {
	text-decoration: underline;
}

#main a:hover {
	background: #FAEAC0;
}

#main a:visited {
	text-decoration: none;
	border-bottom : 1px solid;
}

#main div.padding {
	margin-left: 230px;
	margin-right: 25px;
}

#main #photos {
    	float : right;
    	width : 100px;
	padding: 15px;
	padding-left: 25px;
	text-align:center;
	font-size: smaller;
	background-color :  #fff;
	color: #808080;
	line-height: 140%;
}

#main #photos a {
	text-decoration: none;
	border-bottom: none;
}

#main #photos a:visited {
	color:#6C172F;
}

#main #photos a.img:hover  {
	background-color: transparent;
}

#main #right {
    	float : right;
    	width : 42%;
	padding: 3px;
	margin: 3px;
}

#main #left {
    	float : left;
    	width : 42%;
	padding: 3px;
	margin: 3px;
}

#footer {
	text-align: center;
	margin: 50px 10px 25px 30px;
	font-size: 10px;
	line-height: 12px;
	color:#808080;
	padding-top: 8px;
   	border-top : 1px solid #FAEAC0;
	clear: both;
}

#footer a {
	text-decoration: none;
	border-bottom: none;
}

#footer a:visited {
	text-decoration: none;
	border-bottom: none;
	color:#6C172F;
}