/*
 * fcm.css
 * styling to work with blueprint
 */

/* basic styling -- global body settings */
body, p, td, th, ul, li, select, option, a {
  color: #052C55;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* headlines */
h1, h2, h3, h4, h5, h6 {
  color: #00376E;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  /* line-height: 1.2; */
}

h1 { 
  font-size: 1.8em;
}

h2 {
  font-size: 1.6em;
}

h3 { 
  font-size: 1.4em;
}

h4 { 
  font-size: 1.3em;
}

h5 { 
  font-size: 1.2em;
}

h6 { 
  font-size: 1.15em;
}

p {
  margin-bottom: 0.6em;
}

p img {
  float: right;
  margin: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.invisible {
  display: none;
}

.padding-top {
  padding-top: 8px;
}

.padding-right {
  padding-right: 8px;
}

.padding-left {
  padding-left: 8px;
}

.padding-bottom {
  padding-bottom: 8px;
}

.align-top {
  vertical-align: top;
}

.text-right {
  text-align: right;
}

.no-print {
}

.print-only {
  display: none;
}

li.noMarker {
  list-style-type: none;
}

/* as opposed to roundedBoxBlue, fadeBoxYellow */
.noBox {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* margin-right: -8px; */
  margin-left: -8px;
}

/* blue backgrounds */
.roundedBoxBlue {
  position: relative;
  background-color: #e5ebf0;
  background-image: url(rounded_blue_bg.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100%;
  overflow: hidden;
}

.roundedBoxBlue .leftCorner {
	position: absolute;
	background-image: url(rounded_corner_left.gif);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	width: 5px;
	height: 5px;
}

.roundedBoxBlue .rightCorner {
	position: absolute;
	background-image: url(rounded_corner_right.gif);
	background-repeat: no-repeat;
	right: 0px;
	top: 0px;
	width: 5px;
	height: 5px;
}

/* yellow backgrounds */
.fadeBoxYellow {
	position: relative;
	background-color: #f8efe7;
	background-image: url(yellow_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%;
	overflow: hidden;
}

.fadeBoxYellow .topEdge {
	position: absolute;
	background-color: #edcaaa;
	width: 100%;
	height: 1px;
	top: 0px;
	left: 0px;
}

.fadeBoxYellow .leftEdge {
	position: absolute;
	background-color: #edcaaa;
	background-image: url(yellow_side.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	left: 0px;
	width: 1px;
	height: 5000px;
	bottom: 0px;
}

.fadeBoxYellow .rightEdge {
	position: absolute;
	background-color: #edcaaa;
	background-image: url(yellow_side.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	right: 0px;
	width: 1px;
	height: 5000px;
	bottom: 0px;
}

.noBox .boxed {
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 8px;
}

.roundedBoxBlue .boxed, .fadeBoxYellow .boxed {
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
  margin-left: 8px;
}


.blue-rule, .brown-rule {
  border-top: 1px;
  border-top-color: #CBD8E1;
  border-top-style: solid;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  height: 1px;
  padding: 0;
  margin: 0;
  font-size: 1px;
}

.blue-rule {
  border-top-color: #CBD8E1;
}
.brown-rule {
  border-top-color: #EEE4DB;
}


.container {
  border-left: 1px solid #99AFC3;
  border-right: 1px solid #99AFC3;
}

/* top image and search box */
#top {
    height: 83px;
    background-image: url(header_bg.gif);
    background-repeat: repeat-x;
    background-color: #003768;
  }

#top div.logo {
    float: left;
    width: 450px;
    height: 66px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#top div.search-box {
    float: right;
    width: 450px;
    padding-top: 52px;
    padding-left: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    margin: 0;
    text-align: right;
}

#top .search {
  padding: 0px;
}

#searchhead {
  margin: 0;
}

#top .search-button {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin: 0;
  vertical-align: bottom;
}

/* top navigation row */
#navtop {
  background-image: url(menu_bg.gif);
  background-position: 0px -31px;
  background-repeat: repeat-x;
  background-color: #003768;
}

#navtop ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#navtop li {
  height: 2.8em; /*31px;*/
  background-image: url(menu_bg.gif);
  background-position: 0px -31px;
  background-repeat: repeat-x;
  background-color: #003768;
  float: left;
}

#navtop li a {
  font-style: normal;
  font-weight: bold;
  height: 2.4em;
  line-height: 2.6em;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}

#navtop li a:hover, #navtop li a.active {        
  background-image: url(menu_bg.gif);
  background-position: 0px 0px;
  background-repeat: repeat-x;
}

.navspacer {
  font-size: 0.83em;
  vertical-align: middle; 
}

/* Head navigation submenu */
div.menu, div.menu a.mI, div.menu a.mI span.mIText, div.menu a.mI span.mIArrow {
  font-style: normal;
  font-weight: normal;
}

div.menu {
  background-color: #00376E;
  border: 1px solid #99AFC3;
  text-align: left;
  left: 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.mI, div.menu a.mICurrent {
  color: #FFFFFF;
  background-color: #00376E;
  cursor: pointer;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.mI:hover, div.menu a.mIHighlight, div.menu a.mICurrent, div.menu a.mI:hover span.mIText, div.menu a.mI:hover {
  color: #FFFFFF;
  background-color: #4D7396;
}

span.mIArrow {
  font-size: 0.58em;
  color: #FFFFFF;
}

div.menu a.mI span.mIText, div.menu a.mI span.mIArrow {
  color: #FFFFFF;
}

div.menu a.mI span.mIArrow {
  margin-right: -.75em;
}

#front-left .element, #front-right .element, #main .element {
  padding-top: 8px;
}

#front-left .element {
  padding-left: 8px;
}

#front-right .element {
  width: 463px;
}

.front-picture-attribution {
  font-size: 83%;
  line-height: 1em;
  float: right;
  margin-bottom: 5px;
}

#front-find-dropdown {
  vertical-align: bottom;
  padding-bottom: 10px;
  line-height: 1em;
}

#front-find-dropdown select {
  margin: 0;
  font-size: 100%;
  width: 180px;
}

#front-find-dropdown option {
  width: 160px;
  overflow: hidden;
  padding: 0;
}

#front-find-go-button {
  vertical-align: bottom;
  /* padding-top: 0px; */
}

.player {
  width: 463px;
  height: 48px;
}

/* the footer at the bottom of ALL pages */

div.linksfoot {
	color: #002D56;
    height: 20px;
    border-left: 0px; /* 1px solid #CCCCCC; */
	border-bottom: 1px solid #CCCCCC;
	border-right: 0px; /* 1px solid #CCCCCC; */
	border-top: 1px solid #CCCCCC;
	background-image: url(footer_bg.gif);
	background-color: #E6EBEF;
	background-repeat: repeat-x;
    margin: 0;
    padding-top: 4px;
    text-align: right;
}

a.linksheadfoot, a.linksheadfoot:link {
    color: #002D56;
    background-color: #E6EBEF;
    font-weight: normal;
    text-decoration: none;
    padding-top: 0;
    padding-right: 8px;
    padding-bottom: 0;
    padding-left: 8px; 
}

a.linksheadfoot:visited, a.linksheadfoot:hover, a.linksheadfoot:active {
    color: #002D56;
    background-color: #E6EBEF;
}

a.linksheadfoot:visited, a.linksheadfoot:active {
    text-decoration: none;
}

a.linksheadfoot:hover {
    text-decoration: underline;
}

.foot-icon {
  border: 0;
  vertical-align: text-bottom;
  padding-top: 0;
  padding-right: 8px;
  padding-bottom: 0;
  padding-left: 8px;
  margin: 0;
}

/* left-hand navigation */
#navleft-column {
  background-image: url(navleft_bg.gif);
  background-repeat: repeat-y;
}

#navleft {
  vertical-align: top;
  background-image: url(sidebar_bg.gif);
  background-repeat: repeat-x;
  background-color: #003768;
  color: #FFFFFF;
}
#navleft-body {
  padding: 8px;
}
ul.navleft, li.navleft, li.navleftactive,  p.navleft,
a.navleft, a.navleft:link, a.navleft:hover, a.navleft:active, a.navleft:visited,
a.navleftactive, a.navleftactive:hover, a.navleftactive:active, a.navleftactive:visited {
   color: #FFFFFF;
   list-style-type: none;
}
a.navleft, a.navleft:link, a.navleft:hover, a.navleft:active, a.navleft:visited,
a.navleftactive, a.navleftactive:hover, a.navleftactive:active, a.navleftactive:visited {
   text-decoration: none; 
}
a.navleft:hover, a.navleftactive:hover {
   text-decoration: underline; 
}

ul.navleft {
   margin: 0;
   padding-top: 4px;
   padding-right: 0px;
   padding-bottom: 4px;
   padding-left: 0px; 
}

li.navleft, li.navleftactive {
   margin: 0;
   padding-top: 4px;
   padding-right: 0px;
   padding-bottom: 4px;
   padding-left: 8px; 
}

li.navleftactive, a.navleftactive {
  font-weight: bold;
}

p.navleft {
  margin-bottom: 0;
}

.navmap {
  padding-left: 32px;
}

#navleft-dropdown select {
  margin: 0;
  font-size: 100%;
  width: 132px;
}

#navleft-dropdown option {
  width: 116px;
  overflow: hidden;
  padding: 0;
}

.navleft-go-button {
  vertical-align: bottom;
  padding-left: 100px;
}

.navleft-search-button {
  padding-top: 1px;
  padding-bottom: 8px;
  float: right;
}

h1.top {
  padding-top: 8px;
  padding-left: 8px;
}

img.inline {
  float: none;
  margin: 0px;
  display: inline;
}

.cathedral-left-bold {
  font-weight: bold;
}

.cathedral-right-box {
  padding-right: 8px;
}

#services {
  font-weight: bold;
  width: 100%;
}

#services td {
  font-weight: bold;
  vertical-align: top;
}

#services td.service-day {
  font-weight: bold;
  width: 100px;
}

#services td.service-details {
  font-weight: normal;
}

#cathedral-grants td {
  font-weight: bold;
  vertical-align: top;
}

#cathedral-grants td.grant-year{
  font-weight: bold;
  width: 100px;
}

#cathedral-grants td.grant-amount {
  font-weight: normal;
}


/* left-hand stalls */
#stalls-column {
  background-image: url(images/leftStalls2.jpg);
  background-repeat: no-repeat;
}

#stalls {
}

table.data {
  border-collapse: collapse;
  border: 0;
  width: 100%;
}

table.data th {
  background-color: #fff;
  vertical-align: top;
  padding: 8px;
  border: 0;
}

table.data td {
  vertical-align: top;
  padding: 8px;
  border: 0;
}

.odd, .row0 {
  background-color: #fff;
}

.even, .row1 {
}

table.data .total td {
  background-color: #e6ebef;
  border-top-color: #CBD8E1;
  border-top-style: solid;
  border-top: 1px;
  font-weight: bold;
}

#bigImage {
  display:block;
  padding-bottom:5px;
  border: #577FB2;
  width: 300px;  /* absolute max size of any image here */
  height: 227px;  
}

#thumbs {
	display:block;
}

#thumbs img {
	display:inline;
	padding-left:5px;
}

#thumbs img#firstThumb {
	padding-left:0px;
}

#thumbs a:hover, #thumbs a:active {
    background-color: #FFFFFF;
}


#tooltip {
	position: absolute;
	left: 10px;
	right: 10px;
	display: none;
	width: 150px;
	background-color: #FFFFFF;
	padding: 2px;
    z-index: 10;
}

#tooltip #inner {
	border: solid 1px #003768;
	padding: 1px;
}

#tooltipUpper {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(tooltip_bg.gif);
	background-color: #002242;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#tooltipLower {
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #003768;
	font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	display: none;
}



