/* This file derived from jaypond.org/pond.css, which is derived from a 
w3.org example. */

/* IE5 does not understand the ">" selector.  As of Jan 2007, ~3% of users 
still use IE5, so don't use it. */

body {
	font-size: 95%;
	background: #FBFF97;
	color: #00663A;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

/***********************************************/
/* The sections: header, leftBlock, mainBlock  */
/***********************************************/

.header {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	padding: 0;
	border-style: none;
	background: yellow;
	/*background: #68970e;*/
	color: black;
}

.leftBlock {
   float: left;
   width: 20%;
   margin: 0;
   min-width: 90px; /* slightly smaller than the image; keeps things from getting completely smashed */
   max-width: 13em;
}

.mainBlock {
   float: left;
   width: 77%;
   min-width: 200px;
   padding-top: .4em;
   margin-left: .5%;
   margin-right: .5%;
   padding-left: .5%;
   padding-right: .5%;
   border-left-style: solid;
   border-left-color: #68970e;
   border-left-width: thin;
}

/* override above rules for printing.  Don't want header, sidebar, padding or color on paper. */
@media print{
	.header {
		display: none;
	}

	.leftBlock {
		display: none;
	}

	.mainBlock {
		background: white;
		color: black;
   		width: 100%;
   		padding: 0;
   		margin: 0;
   		border-style: none;
	}

	div.meetings {
		width: inherit;
		padding: inherit;
		margin: inherit;
		background: inherit;
		float: none;
	}

	/* expand abbreviations when printed - Doesn't work in firefox */
	/*
	abbr:before {
		content: "(" attr(title) ")";
	}
	*/

	/* removes dotted "underline" */
	abbr {
		border-bottom: none;
	}

	/* for, e.g., links that are useless on paper. */
	.noprint {
		display: none;
	}

	a {
		text-decoration: none;
		color: inherit;
		background: inherit;
	}
}

@media screen{
	a:link, p.legal:hover a:link {
	   color: #008000;
	/*   text-decoration: none; */
	   background-color: inherit;
	}

	a:visited, p.legal:hover a:visited {
	   color: #00cc11;
	   background-color: inherit;
	}

	a:active p.legal:hover a:active {
	   color: #00FF00;
	   background-color: inherit;
	}

	div.meetings {
		width: 40%;
		padding: 0.15em;
		margin: 0.15em;
		background: #FFFF00;
		float: right;
	}
}


/**************************************************************/
/*             section-specific styles                        */
/**************************************************************/

.header span.foo {
	border: 0;
	margin: 0;
	padding: 0;
}

.header img {
	border: 0;
	margin: 0;
	padding: 0;
}

.header p {
	border: 0;
	margin: 0;
	padding: 0;
}

leftBlock img {
	border: 0;
	margin: 0;
	padding: 0;
}

.header p.image {
	margin: 0;
	padding: 0;
}

.header p.links {
	font-size: 85%;
	background: #e0dfdf; 
	color: #707f7f;
	padding: 1em;
	margin: 0em;
	border-top-style: solid;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #68970e;
}


.leftBlock h1 {
	font-size: large;
	padding-left: 0.1em;
	text-decoration: underline;
}

.leftBlock p {
	margin-top: 0em;
   	padding-left: 0.2em;
}

/* This makes reading a little easier and the footnotes more attractive */
.mainBlock p {
	line-height: 1.33em;
}

/**************************************************************/
/*                  General styles                            */
/**************************************************************/

div.meetings > hr {
	background-color: #f00;
}

div.meetings > h2 {
	font-size: 1.1em;
}

div.meetings > h3 {
	color: red;
	font-size: 1em;
}

div.meetings > h4 {
	font-size: 1em;
}

p.legal {
	color: gray;
	font-size: smaller;
	background-color: inherit;
}

p.legal:hover {
	color: black;
	background-color: inherit;
}

p.legal a:link {
	color: #8ea7f3;
	text-decoration: none;
	background-color: inherit;
}

p.legal a:visited {
	color: #d68dd6;
	background-color: inherit;
}

/* don't need p.legal a:active because if it is active, it is also hovered */

.invisible, .invisible a {
   display: none;
   background: #fff;
   color: #ffe;
}

hr {
	clear: left;
}

hr.partial {
	width: 67%;
}


.mainBlock h1 {
	font-size: 1.75em;
	margin-top: 0em;
	text-align: center;
}

h2 {
	font-size: 1.33em;
}

h2.minutes {
	font-size: 1.33em;
	text-align: center;
}

/* Being underlined makes them look a bit bigger, so compensate. */
h2 a {
	font-size: 97%;
}

h3 {
	font-size: 1.2em;
	font-style: italic;
}

h4 {
	font-size: 1.15em;
	text-decoration: underline;
	margin-bottom: 0;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1.05em;
}

img.sectionheader {
	float: left;
	margin-right: 0.5em;
}

p.caption {
	font-style: italic;
}

p.endfloat {
	font-size: 0.01em;
	clear: left;
	margin: 0em;
	padding: 0em;
	border: none;
}

img.button {
	border: none;
}


ul.clean {
	list-style-type: none;
}

ul.notsoindented {
	padding-left: 0em;
}

ul.clean li {
	padding-bottom: .25em;
}

ul.spaced li {
	padding-bottom: .3em;
}

ol.spaced li {
	padding-bottom: .3em;
}

ul.columns li{
	width: 17em; 
	padding-right: 0.5em; 
	float: left;
}

ul.totallyplain {
        padding-left: 0em;
	margin-left: 0em;
        list-style-type: none;
}

ul.totallyplain li {
        padding-left: 0em;
        margin-left: 0.2em;
}

blockquote {
	font-style: italic;
}

sup.ref {
	font-size: smaller;
}

span.explanatory {
	font-style: italic;
}

div.minutes {
	float: left;
	padding-left: 1em;
	padding-right: 1em;
}
