/*----Chatham Arch
(chathamarch.org)
Author: Shawn Jones
Date: August 2006
----*/
* { 
padding: 0; 
margin: 0 0 0;
}
body { font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 16px; background-color: #343434; background-image: url(../images/main_bg.jpg); background-repeat: repeat-x; background-attachment: scroll; }
a { text-decoration: none; }
a:link { text-decoration: none; }
img { border-style: none; border-width: 0; }
p { margin-top: 12px; margin-bottom: 12px; }
/*----Links--------*/
#navcontainer { width: 660px; float: right; margin-top: 160px; margin-right: 6px; padding: 0; }
#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}
#navlist li
{
display: inline;
list-style-type: none;
}
#navlist a { font-size: 12px; padding: 3px 10px; }
#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}
#navlist a:hover
{
color: #7ba305;
text-decoration: none;
}
ol { margin-left: 24px; }
ul { margin-left: 24px; }
/*----Header--------*/
#header { background-image: url(../images/header_bg.jpg); background-repeat: no-repeat; background-attachment: scroll; height: 177px; margin-left: 47px; }
#thumbs { text-align: center; position: absolute; float: left; margin: 16px 16px 36px 150px; padding: 0; }
#thumbs img {  }
#thumbs ul { margin: 0; padding: 0; list-style-type: none; display: block; }
#thumbs li { margin: 0; padding: 0 0px; display: inline; }
/*----Structure
--------*/
#container { background-image: url(../images/container_bg.jpg); background-repeat: repeat-y; background-attachment: scroll; width: 784px; \width: 804px; w\idth: 850px; margin: 18px auto 10px; }
#content { background-repeat: repeat-y; background-attachment: scroll; width: 600px; margin-left: 197px; padding: 5px 5px 5px 10px; }
/*----Sidebar--------*/
#sidebar { width: 150px; float: left; margin-top: 0; margin-right: 0; margin-bottom: 0; padding: 0; }

/*----Footer--------*/
#footer { color: #7f7f7f; background-color: #343434; padding: 16px 5px 5px; margin-top: 0; background-image: url(../images/footer_bg.jpg); background-repeat: no-repeat; background-attachment: scroll; text-align: right; width: 774px; clear: both; margin-left: 47px; }
.mast { float: left; }
/*---- Titles ----------------*/
h1 { color: #008000; font-size: 24px; font-family: "times new roman"; font-weight: normal; text-transform: uppercase; margin-top: 12px; margin-bottom: 12px; border-bottom: 1px solid #008000; }
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	line-height: 22px;
}

#sideNav { width: 150px; }
.mHead li { color: #b70d0d; font-weight: bold; }
#ditto_wrapper .ditto_title {
	font-size: 115%;
	width: 100%;
	border-bottom: 1px solid #9c0;
}

#ditto_wrapper .ditto_title .ditto_info {
	float: right;
	display: block;
	text-align: right;
	font-size: 75%;
	color: #555;
}

#ditto_wrapper .ditto_link {
	text-align: right;
	font-size: 75%;
}

#ditto_wrapper a, #ditto_wrapper a:visited, #ditto_wrapper a:hover {
	border: 0;
}

.ditto_paging {
	border-top: 1px solid #ccc;
	padding: 10px;
	font-size: 86%;
	color: #618100;
}

#ditto_pages #ditto_currentpage {
	border: 1px solid #618100;
	padding: 1px 5px 2px;
	margin-right: 1px;
	background-color: #9c0;
	color: #fff;
}

#ditto_pages .ditto_off {
	border: 1px solid #ccc;
	padding: 1px 5px 2px;
	margin-right: 1px;
	color: #ccc;
}

#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
	border: 1px solid #9c0;
	padding: 1px 5px 2px;
	margin-right: 1px;
	text-decoration: none !important;
	color: #618100;
}

#ditto_pages a:hover {
	background-color: #fff;
	color: #000;
	}

#ditto_archivelist ul {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0;
}

#ditto_archivelist ul ul {
	list-style-type: square;
	margin-left: 35px;
}

#ditto_archivelist .ditto_month {
	font-weight: bold;
}
/* ------------- Side menu -------------------*/
ul.makeMenu, ul.makeMenu ul { color: #fff; font-family: verdana; background-color: #295b28; width: 150px;                 /* sets the size of the menu blocks */
  padding-left: 0;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0; padding-top: 2px; padding-bottom: 2px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.makeMenu li { list-style-type: none;       /* removes the bullet points */
  margin: 0;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #fff; font-size: 11px; background-color: #295b28; padding-top: 2px; padding-bottom: 2px; padding-left: 4px;                 /* sets the default font colour to white */
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  background-color: #295b28; display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 2px;                    /* position slightly lower than the parent menu item */
  left: 150px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  background-color: #333;      /* gives the active menu items a yellow background */
  color: #fff;                 /* makes the active menu item text black */ 
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a { color: #fff; font-size: 11px; background-color: #295b28; display: block; width: 100%; text-decoration: none; padding: 2px 0 2px 0; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #7ba305; background-color: #333; }
ul.makeMenu li:hover > a { color: #7ba305; background-color: #333; text-decoration: none; } /* supports links in branch headings - must not be display: block; */
/******Yahoo Rss *************/
.rssChannelLink { color: #5da327; text-decoration: underline; margin-bottom: 12px; display: block; }
.rssChannelDesc { font-size: 14px; font-weight: bold; margin-bottom: 12px; display: none; }
.rssItemTitle a, .rssItemTitle a:link, .rssItemTitle a:visited { color: #285a27; font-weight: bold; text-decoration: underline; }
.rssItemTitle a:hover { color: #ff5f00; }
.rssItemDesc { margin-top: 0; margin-bottom: 12px; border-bottom: 1px solid #808080; }
.evenrow { }
.oddrow { color: #d5dbe1; }

.downloads{ position: relative; overflow: hidden; background-color:#fff; margin-top: 8px; margin-bottom: 8px; }
.file{
  margin-left: 5px;
  margin-bottom:8px;
}
.file span {
  font-size: 12px;
}
.file a {
  font-weight: bold;
}
.clear { clear: both; margin-top: 4px; }

