/* IE5 does not seem to understand the ">" selector.  Don't use it. */
/* Adapted from http://jaypond.org/pond.css, copyright 2006-2007 Matthew 
Strait, released under the CC ASA 2.5 
http://creativecommons.org/licenses/by-sa/2.5/ */

body {
        font-family: Georgia, Times New Roman, Times, serif;
	font-size: 95%;
	background: #D5E3F1;
	color: black;
	font-family: verdana, sans-serif;
	margin: 0;
	padding: 0;
}

/**************************************************************/
/* The sections: header, navBlock, mainBlock, eventBlock  */
/**************************************************************/

.header {
	margin: 0;
	padding: 0;
	border-bottom: solid;
	border-bottom-color: #336699;
	background: #D5E3F1;
	color: black;
	text-align: center;
}

.navBlock {
   background: #85AED7;
   float: left;
   width: 25%;
   padding-left: 0.2em;
   padding-top: 0.3em;
   min-width: 90px;
   border-right-style: solid;
   border-right-color: #336699;
   border-bottom-style: solid;
   border-bottom-color: #336699;
}

.mainBlock {
   background: #D5E3F1;
   float: left;
   width: 70%; 
   padding-left: 0.4em;
   min-width: 200px;
}

.eventBlock {
   float: left;
   width: 20%;
   min-width: 64px;
}

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

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

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

.eventBlock h2 {
	text-decoration: underline;
	font-size: inherit;
}

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

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

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

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

h1,h2,h3,h4,h5,h6 {
        font-family: Verdana, Geneva, Gill Sans, sans-serif;
}


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

.eventBlock p {
   	margin-top: 0.25em;
   	padding-left: 0.2em;
}

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

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

.navBlock p.issueslist {
	line-height: 1.6em;
   	margin-top: 0.25em;
}

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

.mainBlock h2.question {
	font-size: 1em;
	font-weight: bold;
}

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

a:link, p.legal:hover a:link {
   color: #0000FF;
   text-decoration: none;
   background-color: inherit;
}

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

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

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%;
}


h1 {
	font-size: 1.67em;
	margin-top: 0.16em;
}

h2 {
	font-size: 1.4em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.15em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1.05em;
}

img.bioheader {
	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.clean li {
	padding-left: 0em;
	margin-left: 0em;
}

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

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

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

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

blockquote {
	font-style: italic;
}

sup.ref {
	font-size: smaller;
}

span.explanatory {
	font-style: italic;
}

/* this is here for Kelly's list of parties and for no other reason
(although it's not a bad default for tables). */
table {
	border-collapse: collapse;
	border-style: solid; 
	border-width: 1px;
}

td {
        border-style: solid;
        border-left-width: 0px;
        border-bottom-width: 0px;
        border-right-width: 1px;
        border-top-width: 1px;
        padding: .1em;
        padding-left: .25em;
}

th {
        border-style: solid;
        border-left-width: 0px;
        border-bottom-width: 0px;
        border-right-width: 1px;
        border-top-width: 1px;
}

