/*** BASICS ***/

body {
  font-family: "Calisto MT", Calisto, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
  /*font-family: Georgia, serif;*/
  line-height: 1.25em;
}

/* Colors:
   #d8001d - Episcopal Shield red
   #4278d3 - Episcopal Shield blue
   #7B1314 - darker red for larger patches (e.g. top bar)
   #FCFAD5 - eggshell for block backgrounds
   #999    - gray for parenthetical text and some rules
*/


/*** LAYOUT ***/

html { font-size:100%; } /* Fix IE's text resizing */

body {
  margin: 0;
  /* min-width + left & right margins of #header, #body, #footer */
  min-width: 48em;
}

#colorbar {
  width: 100%;
  height: 20px;
  background-color: #7B1314;
  border-bottom: 3px solid #999;
  text-align: right;
}

#header, #body, #footer {
  margin: 0 5em;
}

#header {
  margin-top: 5em;
  margin-bottom: 5em;
  height: 70px;
}

#shield {
  float: right;
}

.sidebar-left, .sidebar-right
{
	width: 9em;
	float: left;
	margin: 0 1em 0 0;
}

.sidebar-double {
  width: 19em;
}

.sidebar-right
{
	float: right;
	margin: 0 0 0 1em;
}

#content {
  margin: 0 10em;
}

/*#content, .sidebar-right {
#body {
  border: 1px solid #d8001d;
}*/

#body .double-left
{
	margin-left: 20em;
	margin-right: 0;
}

#body .double-right
{
	margin-right: 20em;
	margin-left: 0;
}

#body .no-left
{
	margin-left: 0;
}

#body .no-right
{
	margin-right: 0;
}

.two-col, .three-col {
  float: left;
  margin: 1em 0;
}
h1 + .two-col, h2 + .two-col, h1 + .three-col, h2 + .three-col {
  margin-top: 0;
}

.two-col div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.three-col div {
  float: left;
  width: 30.67%;
  margin-right: 4%;
}
.two-col .last-col, .three-col .last-col {
  margin-right: 0;
}

/* See http://www.positioniseverything.net/easyclearing.html */
.two-col:after, .three-col:after, #body:after, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.two-col, .three-col, #body, .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .two-col, * html .three-col, * html #body, * html .clearfix {height: 1%;}
.two-col, .three-col, #body, .clearfix {display: block;}
/* End hide from IE-mac */

#footer
{
	clear: both;
  margin-top: 2em;
  margin-bottom: 2em;
  border-top: 1px solid #7B1314;
  padding: 0.5em 0;
}


/*** SPECIFIC ELEMENT STYLES ***/

#colorbar a:link, #colorbar a:visited {
  color: #7B1314;
}
#colorbar a:focus, #colorbar a:hover {
  color: #d8001d;
}

#header {
  text-transform: lowercase;
}

#header a:link, #header a:visited, #header a:focus, #header a:hover, #header a:active {
  text-decoration: none;
  color: black;
}

#header h1 {
  font-variant: normal; /* to counteract h1{font-variant:small-caps;} below */
}

#header h2 {
  margin-bottom: 0;
}

#header #address {
  color: #999;
  text-transform: none;
  font-size: 0.83em;
  line-height: 1em;
}

#content {
  text-align: justify;
  background: url(images/celticcross.png) center 50px no-repeat;
  min-height: 250px;
}

#content p + p {
  text-indent: 3em;
}
#content p.new-section {
  text-indent: 0;
  margin-top: 1em;
}
#content p.quick-info + p {
  text-indent: 0;
}

#content p.quick-info {
  text-indent: 0;
  margin: 2em 0 2em 7em;
}
#content p.quick-info + p.quick-info {
  margin-top: -1.33em;
}

.block {
	border-top: 2px solid #7B1314;
	border-bottom: 2px solid #7B1314;
	background-color: #FCFAD5;
	margin-bottom: 1em;
	font-size: 0.9em;
	padding: 0 0.5em;
}

.block h1 {
  font-size: 1em;
  text-transform: uppercase;
  margin: 0.67em 0; /* Safari default, overrides h1 rule below */
}
.block h1:first-child {
  margin-top: 0.67em; /* Safari default, overrides h1:first-child rule below */
}

.block ul {
  list-style: none;
  margin: 0.67em 0;
  padding: 0;
}
.block li {
  margin-left: 1em;
  text-indent: -1em;
  display: block;
}

#footer {
  text-align: right;
}

#footer p {
  font-size: 0.83em;
  color: #d8001d;
}


/*** GENERAL TAG STYLES ***/

h1 {
  font-size: 1.5em;
  font-weight: normal;
  font-variant: small-caps;
  line-height: 1em;
  margin: 2em 0 0.67em; /* based on font-size, so 3em 0 1em at normal size */
}

h1, h2 {
  text-align: left;
}

#content > h1:first-child, #content > h2:first-child {
  margin-top: 0;
}

h2 {
  font-size: 1em;
  font-weight: normal;
  color: #d8001d;
  line-height: 1em;
  margin: 1.5em 0 0.5em;
  border-bottom: 1px solid #999;
}

h2.subtitle {
  margin-top: -1em;
  border: none;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0 0.5em;
  text-align: center;
}

p {
  margin: 0;
}

blockquote {
  margin: 1em 3em 1em 1.5em;
  border-left: 0.125em solid #999;
  padding-left: 1.375em;
  font-style: italic;
  color: #d8001d;
}

a:link, a:visited, a:focus, a:active {
  color: #d8001d;
  text-decoration: none;
}
a:hover {
  color: #4278d3;
  text-decoration: underline;
}

ol {
  list-style-type: lower-roman;
}

dt {
  font-weight: bold;
}
dd {
  margin-bottom: 0.5em;
}

dfn {
  font-style: normal;
  font-weight: normal;
}

img {
  border: none;
}

hr {
  border: none;
  color: #d8001d;
  background-color: #d8001d;
  height: 2px;
  width: 75%;
}

.dropcap {
  float: left;
  font-size: 4.4em;
  line-height: 0.8em;
  color: #d8001d;
  margin-right: 3px;
}

.run-in {
  font-weight: bold;
  display: inline-block;
  width: 6.75em;
  margin-left: -7em;
}

.paren {
  color: #999;
  font-weight: normal;
}

.ed-note {
  font-style: italic;
  color: #999;
}
