/*
CSS for Precinct 224 Democrats site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e2edff;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h6 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  background-color: navy;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
}

h2 {
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

h3 {
  color: navy;
  font-size: 115%;
  font-weight: normal;
  padding-top: 15px;
}

h4 {
  color: navy;
  font-size: 90%;
  font-weight: normal;
  padding-top: 5px;
}

h6 {
  color: navy;
  font-size: xx-small;
  font-weight: normal;
}

li {
  font-size: small;
  color: navy;
  font-family: Verdana, Helvetica, Arial, sans-serif;
/*  list-style-type: none; */
}

p {
  font-size: small;
  color: navy;
}

.districts {
   width: 50%;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #bed8f3;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
}

a {
  font-weight: bold;
}

a:link {
  color: navy;
}

a:visited {
  color: black;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

#navigation {
  width: 220px;
  height: 720px;
  background-color: #7da5d8;
  padding-left:  0.8em;
  padding-right: 0.8em;
}

#navigation p {
  color: navy;
  font-weight: bold;
  font-size: medium;
}

#navigation li {
  font-size: small;
  list-style-type: square;
}

h2, ul {
  margin-top: 15px;
}

#header {
  border-top: 3px solid #7da5d8;
}

img.feature {
  float: right;
  margin: 10px;
}
img.map {
  float: left;
  margin: 20px;
}
/* Style for table */

table {
  border-collapse: collapse;
  border: 1px solid navy;
}

th {
  text-align: left;
  background: navy;
  color: white;
  padding: 0.2em;
}

td {
  border: 1px solid navy;
  padding: 0.2em;
}

table.results {
	border-collapse: collapse;
}

table.results th, table.results td {
	padding: 4px;
	border: 1px solid #000066;
}

table.results th {
	font-size: small;
	color: navy;
}

table.results td {
	font-size: small;
	color: navy;
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header {
  position: absolute;
}

#navigation, #bodycontent {
  top: 128px;
}

#bodycontent {
  left: 260px;
}

#header {
  width: 100%;
}

/*
This section deals with the Contact form.
*/

form.contact {
	border: 2px navy;
	background-color: #e2edff;
	padding: 10px;
	margin: 10px;
	margin-top: -15px;
	font-weight: bold;
   font-size: small;
   color: navy;
   line-height: 150%;
}

form.contact fieldset {
   border: 2px sold navy;
   padding: 10px;
}

form.contact label.fixedwidth {
   display: block;
   width: 240px;
   float: left;
}

form.contact .buttonarea input{
   background: navy;
   color: white;
   font-weight: bold;
   padding: 5px;
   border: 1px solid white;
}

form.contact .buttonarea {
   text-align: center;
   padding: 4px;
   }

input, select, textarea {
	border: 1px solid #000066;
	background-color: white;
	clear: both;
}

textarea {
  overflow: auto;
  padding: 5px;
}

input#submit {
  color: white;
  font-weight: bold;
}

legend {
   font-size: 14pt;
   font-weight: bold;
   color: navy;
}


