@charset "utf-8";
body  {
	font: 0.86em Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
p {
	margin-top: 0.4em;
	margin-bottom: 0em;
	text-indent: 0em;
	line-height: normal;
}

#container {
	width: 951px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/eye_bg-2008.gif) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #FFFFFF;
	padding: 10px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	height: 90px;
	margin: 0px;
	float: left;
	width: 810px;
} 
#header h1 {
	margin: 0;
	padding: 0;
/
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	color: #80A230;
	font-size: 1em;
}
#header #headerimg1 {
	float: left;
	height: 70px;
	margin: 15px 0px 0px 30px;
	padding: 0px;
}
#header #headertitle {
	float: left;
	height: 60px;
	margin: 15px 0px 15px 180px;
	padding: 0px;
}
/*url to be displayed on printed output only */
#header #headertitle #websiteurl{
	display:none;
}

#header #headerimg2 {
	float: right;
	height: 90px;
	padding: 0px;
	margin: 0px 40px 0px 0px;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 116px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #B8E745; 
	padding: 115px 10px 200px;
}
/* removed because we're now using the Spry menu
#sidebar1 #navMenu {
	font-size: 0.9em;
}
#sidebar1 #navMenu ul {
	margin-left: 0px;
	padding-left: 0px;

}
#sidebar1 #navMenu ul li {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #751AC8;
}
#sidebar1 #navMenu ul li:hover {
	background-image: url(../images/menu-pointer.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

#sidebar1 #navMenu ul li a {
	color: #751AC8;
	text-decoration: none;
	font-weight: normal;
}
#sidebar1 #navMenu ul li a:hover {
	color: #C91875;
	text-decoration: none;
	font-weight: normal;
	}
*/
#mainContent {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 5px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.9em;
	float: left;
	width: 785px;
} 
/* panels for home page */
#mainContent #homeLeft {
	float: left;
	width: 60%;
	margin-left: 20px;
}

#mainContent #homeLeft p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.2em;
	font-size: 1em;
	margin: 0px;
}
#mainContent #homeLeft p.intro {
	font-size: 1.0em;
	line-height: normal;
}
#mainContent #homeRight {
	float: right;
	width: 30%;
	padding: 20px 10px 10px;
	margin-top: 20px;
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #B8E745;
	border-bottom-color: #F2FFD2;
}
#mainContent #homeRight div.notice {
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	text-align: center;
	font-size: 0.9em;
}

#mainContent #homeRight p {
}


#mainContent div.mainGroup {
	clear: both;
	float: left;
	width: 98%;
	margin-bottom: 2em;
	padding: 0px;
}

#mainContent div.left60,
#mainContent div.left60season {
	float: left;
	width: 65%;
	margin: 0px;
	padding: 0px;
}
#mainContent div.left60  p,
#mainContent div.left60season p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#mainContent div.right40 {
	float: right;
	width: 30%;
	padding: 20px 0px 10px;
	margin-top: 20px;
	text-align: center;
}
#mainContent div.right40season {
	float: right;
	width: 30%;
	padding: 2px 0px 10px;
	margin-top: 0px;
	text-align: left;
}
/* left and right blocks evenly taking up 50% of the width */
#mainContent div.left50 {
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
}
#mainContent div.left50 p,
#mainContent div.right50 p  {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#mainContent div.right50 {
	float: right;
	width: 45%;
	padding: 0 0 0 2em;
	margin: 0;
	text-align: left;
}

#mainContent div.right p {
}
#mainContent p.ordernote {
	font-size: 0.9em;
	padding: 0 30px;
	font-style: italic;
	font-weight: bold;
}
#mainContent .mainGroup .right40 p.ordernote {
	font-size: 0.9em;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
#mainContent .mainGroup .right40 h4 {
	padding: 0;
	margin: 0;
}
#mainContent #leftGutter {
	float: left;
	width: 60px;
	text-align: center;
}
#mainContent #mainContentInner {
	float: left;
	width: 715px;
	margin-left: 10px;
}



#froggie {
	margin-top: 30px;
	text-align: left;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
}

#footer {
	padding: 20px 0 0;
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	font-size: 0.72em;
	color: #666666;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1, h2, h3 {
	color:#80A230
}
h4, h5, h6 { color:black; }
h1, h2 { margin-top: 0.5em; margin-bottom: 0.2em }
h3, h4 { margin-top: 0.2em; margin-bottom: 0.2em }
h5, h6 { margin-top: 1em }
h1, h2, h3, h4 { font-weight: bold }

h1 { font-size: 1.4em }
h2 { font-size: 1.2em }
h3 { font-size: 1.1em }
h4 { font-size: 0.9em }

#mainContent #homeLeft h2 {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.2em;
	font-size: 1em;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #751AC8;
}
/* a:link { color: #9C45E7 }*/
a:visited {
	color: #DD3DEF
}
a:active { color: crimson }	
a:hover {
	color: #DD3DEF;
	text-decoration: underline;
}	

a img, a img:hover { border: none;	text-decoration: underline; }


.cell-bot-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
}
.initial {text-indent: 0;}	/* Initial paras below headings, etc */
.desc1 {font-size: 88%;}	/* Category description for links */
.tinytext {
	font-size: 0.75em
}	/* General tiny text */
/* Next and Previous for show_books */
.pagenavtop {
	font-size: 1.0em;
	font-weight: bold;
	display: block;
	padding: 0.5em 0 0 0;
}
.pagenavbot {
	font-size: 1.0em;
	font-weight: bold;
	float: right;
	display: block;
	padding: 2em 0 2em 0;
}

p.YouWillNeed {
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0px 0px 0px 1em;
}
h3.YouWillNeed,
h4.YouWillNeed {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0.8em 0px 0px;
	padding: 0px;
	color: #000000;
	}

.cellthinborder {
	border: 1px solid #CCCCCC;
}
.season1 {	font-size: 125%;
	font-weight: bold;
	font-style: italic;
}
.season2 {	font-size: 90%;
	font-style: italic;
	font-weight: bold;
}
/*classes for season heading and links on home page */
.winter, .spring, .summer, .autumn {
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
}
h2 a.winter, 
h2 a.spring, 
h2 a.summer, 
h2 a.autumn {
	font-size: 1.1em;
}
.winter, a.winter:visited, a.winter:hover {
	color: #6699cc;
}
.spring, a.spring:visited, a.spring:hover {
	color: #008800;
}
.summer, a.summer:visited, a.summer:hover {
	color: #0000ff;
}
.autumn, a.autumn:visited, a.autumn:hover {
	color: #a52a2a;
}


/*location of Google API search results on the page */
#searchResults {
	float: left;
	width:500px;
}
/* suppress display of url in search results */
#searchResults .gs-webResult .gs-visibleUrl-short { display:none; }
#searchResults .gs-webResult .gs-visibleUrl-long { display:none; }

/* Change title color to red, use a rule like this: */
/*a.gs-title, a.gs-title * { color : red; } */
  
#searchResults .gs-webResult .gs-snippet {
	color: green;
}
#mainContentInner .mainGroup .gutter {
	float: left;
	width: 55px;
}
table.border1 {
	border: 1px solid #B8E745;
}

/* styles for show_books page */
#container #mainContent h4.bookti {
	color: #000000;
	font-size: 1.1em;
}
#container #mainContent .bookau {
	font-size: 0.85em;
}
#container #mainContent .bookpu {
	font-size: 0.8em;
	color: #999999;
}
#container #mainContent .bookco {
	font-size: 0.8em;
}
#container #mainContent .bookre {
	font-size: 0.85em;
	margin: 0.5em 0px 0px;
	padding: 0px;
	line-height: 1.2em;
}
#mainContent div.bookimage {
	float: left;
	width: 33%;
	margin: 0;
	text-align: left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
}
#mainContent div.bookdetail {
	float: left;
	width: 60%;
	padding: 0;
	margin: 0;
}
#mainContent div.bookleft50 {
	float: left;
	width: 48%;
	padding: 0;
	margin: 0;
}
#mainContent div.bookright50 {
	float: right;
	width: 48%;
	padding: 0 0 0 0em;
	margin: 0;
	text-align: left;
}
#mainContent div.bookblock {
	padding: 0;
	margin: 1em 0;
	text-align: left;
	clear: both;
	width: 100%;
}
#mainContent div.songblock {
	padding: 0;
	margin: 1em 0 2em;
	text-align: left;
	clear: both;
	width: 100%;
}

#container #mainContent h4.songti {
	color: #000000;
	font-size: 1.1em;
}
#container #mainContent .songau {
	font-size: 0.85em;
	font-weight: bold;
	color: #666666;
}
#container #mainContent .songrh {
	font-size: 0.9em;
	margin: 0.5em 0px 0px;
	padding: 0px;
	line-height: 1.2em;
}
#container  #mainContent  .songco {
	font-size: 0.75em;
	color: #666666;
	padding: 1em 80px 1em 10px;
}
#container #mainContent .songre {
	font-size: 0.8em;
	color: #999999;
}
#container #mainContent .songim {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


/* styles for active menu item to help understand the navigation */
.home #MenuBar1 #home a,
.reso #MenuBar1 #reso a,
.book #MenuBar1 #book a,
.acti #MenuBar1 #acti a,
.mcul #MenuBar1 #mcul a,
.fund #MenuBar1 #fund a,
.usco #MenuBar1 #usco a,
.cont #MenuBar1 #cont a,
.feed #MenuBar1 #feed a {
	background-image: url(../images/menu-pointer.gif);
	background-repeat: no-repeat;
	background-position: 0px center;

}

/*Oval buttons
 *Credits: Dynamic Drive CSS Library 
 *URL: http://www.dynamicdrive.com/style/  */
div.ovalbutton{
	background: transparent url('../images/oval-gray-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}

div.ovalbutton{	/*, a:visited.ovalbutton, a:active.ovalbutton{*/
	color: #494949; /*button text color*/
}

div.ovalbutton span{
	background: transparent url('../images/oval-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	cursor:pointer; 
}

div.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

div.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
.strikeout {
	text-decoration: line-through;
}

