/*****
Patriot
Last update: 03-27-2013
*****/
/* This is the attribute tag for the precinct chair name. Be
careful of what is applied here. Generally a color attribute 
is all that is needed. */
a.hidden {
	color: #000000;
}
/* The website fixed divs are transparent, so whatever is specified
here for background images, colors, etc. will be rendered, unless 
superceded by the userheader and userbody divs below. */
body {
  background-color: #953636;
}
/* userheader is used to display any user theme with the body header,
which is the top "static" portion of all web pages prior to the content
portion of the web page (articles, events, etc.) The height and width
attributes of this div should not be specified absolutely, since the
userheader is contained in an absolutely defined div. */
div#userheader {
  background-color: #C7C5E3;
  height:99%;
  width: 99%;
  margin: 5px;
}
/* userbody is used to display any user theme with the body, or content
portion of the web page. The height and width attributes should not be
specified absolutely, since the userheader is contained in an absolutely
defined div. */
div#userbody {
  background-color: #FEE2E2;
  height:99%;
  width: 99%;
  margin: 5px;
  padding-bottom: 10px;
  overflow: hidden;
}
/* userstyle is used to display headers, which include articles, calendar
events and news/commentary headers. */
h2.userstyle {
	font-family: Arial, Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16pt;
  text-align: left;
  color: #AA7777;
}
/* The paragraph subtitle attribute is used to display the precinct chairs
party and title. */
p.subtitle {
	color: #000000;
	font-size: 16pt;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: bold;
	font-style: italic;
}
/* The paragraph title attribute is used to display the precinct chairs name. */
p.title {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 26pt;
	font-weight: bold;
	font-style: italic;
}
/* The span subtitle attribute is used to display the precinct location. */
span.subtitle {
	color: #000000; 
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
}
/* The span title attribute is used to display the precinct number. */
span.title {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 26pt;
	font-weight: bold;
	font-style: italic;
}