/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Module: News' */
#content .rss a img {border: none;}

#news, #highlights {
  margin: 0 0 10px 0;  /* margin for the entire div surrounding the news list */
  padding: 0;
  color: #221e1f;
}



#contentnews {
  margin: 10px 0 10px 0;  /* margin for the entire div surrounding the news list */
  padding: 0;
  color: #333333;
}

div#content #contentnews h4 {margin-left: 0;}
div#content #contentnews p {margin-left: 0;}

div#news h2 {
   line-height: 2em;
   background: #fff;
}
#news .NewsSummary {
    padding: 0 0 5px 10px;
    margin: 5px 0 5px 0;
    border-bottom: 1px solid #FDFAF7;
}
#contenthighlights .NewsSummary {
    padding: 5px 0 0 0; /* padding for the news article summary */
    margin: 8px 0 0 0; /* margin to the bottom of the news article summary */
   border-top: #CCCCCC 1px solid;
}




.NewsSummary p {
   margin-bottom: 0;
}

.ContentNewsSummary {
    padding: 0 0 10px 0; /* padding for the news article summary */
    margin: 0 0 10px 0; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #999999;
    border-top: 2px solid #999999;
    border-right: 1px solid #999999;
}
div#maincontent #contentnews h3 {
  font-size: 11px; color: #777777; font-weight: bold;
}
.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
    line-height: 120%;
}

div#maincontent #contentnews  .ContentNewsSummaryLink {
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
padding: 5px 0;
}
div#maincontent #contentnews  .ContentNewsSummaryLink a, 
div#maincontent #contentnews  .ContentNewsSummaryLink a:link,
div#maincontent #contentnews  .ContentNewsSummaryLink a:active, 
div#maincontent #contentnews  .ContentNewsSummaryLink a:visited {
border-bottom: none;
font-weight: bold;
color: #67696D;
}

div#maincontent #contentnews  .ContentNewsSummaryLink a:hover {
border-bottom: none;
font-weight: bold;
color: #221E1F;
}



.ContentNewsSummaryContent {
   margin-top: 5px;
}
.ContentSummaryAuthorDate {
   color: #777777;
   font-size: 10px;
   font-weight: normal;
}
.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  padding-top: 2px;
 }

.NewsSummaryMorelink {
  padding-top: 2px;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
padding: 10px 0;
margin: 10px 0 10px 0;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

#home_news {
background: url(images/layout/home/news_divider.gif) repeat-y;
width:410px;
float:left;
margin-top:10px;
border:1px solid #EEEEEE;
}

#home_news .NewsSummary {
    padding: 0;
    margin: 5px 0 5px 0;

}

#content #home_news .NewsSummaryLink a, #content #home_news .NewsSummaryLink a:link, #content #home_news .NewsSummaryLink a:active, #content #home_news .NewsSummaryLink a:visited {
text-decoration: none;
background-color: inherit;
color: #67696d;
font-weight: bold;
border-bottom:none;
padding-right: 10px;
background: url(images/layout/miscellaneous/link_arrow.gif) right center no-repeat;
}

#content #home_news .NewsSummaryLink a:hover 
{
text-decoration: underline;
background-color: inherit;
color: #221e1f;
border-bottom:none;
}

#home_rss {margin:15px 0 0 0;padding:0;}
#content #home_rss a, #content #home_rss a:link, #content #home_rss a:active, #content #home_rss a:visited, #content #home_rss a:hover {border-bottom:none;}
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Navigation: Sidebar' */
/*** menu ***/

#menu_sidebar {
   margin: 0 0 10px 0;
   padding: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu_sidebar ul {
  margin: 0;
  padding: 0;
}

#menu_sidebar ul ul {
  background: none;
  margin: 0 3px 0 1px;
}
#menu_sidebar ul ul ul {
  margin: 0;
}

div#menu_sidebar li {
   list-style: none;
   display: block;

}

/** fix stupid ie bug with display:block; **/
* html #menu_sidebar li { height: 1%;} 
* html #menu_sidebar li a { height: 1%;} 
* html #menu_sidebar li hr { height: 1%; }
/** end fix **/

div#menu_sidebar ul a {
   margin: 0;
   padding:  2px 4px 4px 24px;
   text-align: left;
   text-decoration: none;
   display: block;
   color: #67696D;
   min-height:1em;
   font-weight: bold;
   font-size: 11px;
   line-height: 1.2;
   border-bottom: 1px solid #F7F7F7;
   background: url(images/layout/miscellaneous/menu_bullet.jpg) 6px 2px no-repeat;
}

div#menu_sidebar ul ul a {

}

div#menu_sidebar ul ul ul a {
   font-weight: normal;   
   padding: 2px 2px 4px 24px;
   background: url(images/layout/miscellaneous/submenu_bullet.jpg) 9px 2px no-repeat;
}
div#menu_sidebar a:hover {
   color:#ab252e;
}

div#menu_sidebar ul ul a:hover {
  text-decoration: none;
  background: url(images/layout/miscellaneous/menu_bullet_sel.jpg) 6px 2px no-repeat;
}

div#menu_sidebar ul ul ul a:hover {
  text-decoration: none;
  background: url(images/layout/miscellaneous/submenu_bullet_sel.jpg) 9px 2px no-repeat;
}

div#menu_sidebar ul ul li a.activeparent {
   color:#ab252e;
  background: url(images/layout/miscellaneous/menu_bullet_sel.jpg) 6px 2px no-repeat;
}

div#menu_sidebar ul ul ul li a.activeparent {
   color:#ab252e;
  background: url(images/layout/miscellaneous/submenu_bullet_sel.jpg) 9px 2px no-repeat;
}


div#menu_sidebar ul h3 {
  display: block; 
  text-align: left;
  padding: 2px 2px 4px 24px;
  margin: 0;                  
  font-size: 11px;
  color:  #B80C3C;/*#ab252e; */
  font-weight: bold;
  vertical-align: bottom;
  line-height: 1.2;
  background: url(images/layout/miscellaneous/menu_bullet_sel.jpg) 6px 2px no-repeat;
}

div#menu_sidebar ul ul h3 {
  font-size: 11px;
  text-transform: none;
border-bottom: 1px solid #FDFAF7;
}

div#menu_sidebar ul ul ul h3 {
    font-weight: normal;
    border-bottom: 1px solid #FDFAF7;
    padding: 2px 2px 4px 24px;
    background: url(images/layout/miscellaneous/submenu_bullet_sel.jpg) 9px 2px no-repeat;
}

div#menu_sidebar ul li a.section-title, div#menu_sidebar ul li h3.section-title {
  height: 29px;
  padding: 0;
  border-left: none;
  border-top: none;
  border-bottom: none;

}

div#menu_sidebar ul li a.section-title i, div#menu_sidebar ul li h3.section-title i {
   visibility: hidden;
}

div#menu_sidebar ul li a#worship-music {
   background: url(images/layout/sidebar/section-titles.gif) 0 0 no-repeat;
}
div#menu_sidebar ul li a#cathedral-life {
   background: url(images/layout/sidebar/section-titles.gif) 0 -30px no-repeat;
}
div#menu_sidebar ul li a#visits-events {
   background: url(images/layout/sidebar/section-titles.gif) 0 -60px no-repeat;
}
div#menu_sidebar ul li a#education-outreach {
   background: url(images/layout/sidebar/section-titles.gif) 0 -90px no-repeat;
}
div#menu_sidebar ul li a#history-conservation {
   background: url(images/layout/sidebar/section-titles.gif) 0 -120px no-repeat;
}
div#menu_sidebar ul li a#art-architecture {
   background: url(images/layout/sidebar/section-titles.gif) 0 -150px no-repeat;
}
div#menu_sidebar ul li a#how-you-can-help {
   background: url(images/layout/sidebar/section-titles.gif) 0 -180px no-repeat;
}
div#menu_sidebar ul li a#shop-bookings {
   background: url(images/layout/sidebar/section-titles.gif) 0 -210px no-repeat;
}
div#menu_sidebar ul li a#home{
   background: url(images/layout/sidebar/section-titles.gif) 0 -240px no-repeat;
}

div#menu_sidebar ul li h3#worship-music, 
div#menu_sidebar ul li #worship-music, 
div#menu_sidebar ul li a#worship-music:hover {
   background: url(images/layout/sidebar/section-titles.gif) -175px 0 no-repeat;
}
div#menu_sidebar ul li h3#cathedral-life,
div#menu_sidebar ul li #cathedral-life, 
div#menu_sidebar ul li a#cathedral-life:hover {
   background: url(images/layout/sidebar/section-titles.gif) -175px -30px no-repeat;
}
div#menu_sidebar ul li h3#visits-events,
div#menu_sidebar ul li #visits-events, 
div#menu_sidebar ul li a#visits-events:hover {
   background: url(images/layout/sidebar/section-titles.gif) -175px -60px no-repeat;
}
div#menu_sidebar ul li h3#education-outreach,
div#menu_sidebar ul li #education-outreach, 
div#menu_sidebar ul li a#education-outreach:hover {
   background: url(images/layout/sidebar/section-titles.gif) -175px -90px no-repeat;
}
div#menu_sidebar ul li h3#history-conservation,
div#menu_sidebar ul li #history-conservation, 
div#menu_sidebar ul li a#history-conservation:hover {
   background: url(images/layout/sidebar/section-titles.gif) -175px -120px no-repeat;
}
div#menu_sidebar ul li h3#art-architecture,
div#menu_sidebar ul li #art-architecture, 
div#menu_sidebar ul li a#art-architecture:hover {
   background: url(images/layout/sidebar/section-titles.gif) -175px -150px no-repeat;
}
div#menu_sidebar ul li h3#how-you-can-help,
div#menu_sidebar ul li #how-you-can-help, 
div#menu_sidebar ul li a#how-you-can-help:hover {
   background: url(images/layout/sidebar/section-titles.gif) -175px -180px no-repeat;
}
div#menu_sidebar ul li h3#shop-bookings,
div#menu_sidebar ul li #shop-bookings, 
div#menu_sidebar ul li a#shop-bookings:hover {
   background: url(images/layout/sidebar/section-titles.gif) -175px -210px no-repeat;
}
div#menu_sidebar ul li h3#home,
div#menu_sidebar ul li #home,
div#menu_sidebar ul li a#home:hover {
   background: url(images/layout/sidebar/section-titles.gif) -175px -240px no-repeat;
}
/* End of 'Navigation: Sidebar' */

/* Start of CMSMS style sheet 'Layout: Simple' */
div#maincontent {
float: right;
width: 610px;
}



div.float-divider {clear: both; display: block; }









/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

#boxout {   
border-top: 2px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
margin: 11px 0 11px 0;
padding: 0;
}

#boxout h3 {border-bottom: 1px solid #CCCCCC; color: #67696D; padding: 5px 0; font-size: 11px;}

#boxout .name { font-size: 11px; font-weight: bold; color: #777777; padding-bottom: 0.5em; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

#content #boxout p {margin-left: 0;}

#infopic {
padding: 10px 0 0 0;
}
#infopic2 {
padding: 10px 0 0 0;
border-top: 1px solid #CCCCCC;
}

#infopic .pic, #infopic2 .pic {
    float: right;
}
div#infopic .pic img, #infopic2 .pic img {
    border: 2px solid #CCCCCC;
    margin: 0;
    padding: 0;
}
#infopic .info, #infopic2 .info {
    float: left;
    width: 350px;
} 
#infopic .info2 {
    width: 560px;
}



div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */


.caption {font-size: 10px; color: #777777; text-align: center;}

div.banner_ticker {
margin-bottom: 8px;
}

div.banner_ticker .leadstr {font-weight: bold; color: #736669;}



div#content .banner_ticker a,
div#content .banner_ticker a:link,
div#content .banner_ticker a:active,
div#content .banner_ticker a:visited {
color: #948789;
border-bottom: none;
}

div#content .banner_ticker a:hover {
border-bottom: 1px solid #221e1f;
color: #221e1f;
}
/* End of 'Layout: Simple' */

/* Start of CMSMS style sheet 'Navigation: Image Menu - Content' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}


/* wrapper for the menu, with image and relative position so we can position the links absolutely */
div#menu_wrapper {
    margin: 0;
    padding: 0;
    position:absolute;
    left: 225px;
    top: 243px;
    background: transparent url(images/layout/content/menu/menu.gif) no-repeat;
    height: 40px;
    width: 590px;
}

div#menu {position: relative; }

div#menu a {
    position: absolute;
    height: 40px;
    text-decoration: none;
}

div#menu a i {
   visibility: hidden;
}

/* position all the links */
div#menu a#worship-music
{
    top: 0;
    left: 0;
    width: 53px;
}
div#menu a#cathedral-life
{
    top: 0;
    left: 60px;
    width: 66px;
}
div#menu a#visits-events
{
    top: 0;
    left: 134px;
    width: 46px;
}
div#menu a#education-outreach
{
    top: 0;
    left: 187px;
    width: 73px;
}
div#menu a#history-conservation
{
    top: 0;
    left: 269px;
    width: 87px;
}
div#menu a#art-architecture
{
    top: 0;
    left: 364px;
    width: 88px;
}
div#menu a#how-you-can-help
{
    top: 0;
    left: 458px;
    width: 57px;
}
div#menu a#shop-bookings
{
    top: 0;
    left: 522px;
    width: 68px;
}

/* now the hover and selected states */
div#menu a#worship-music:hover, div#menu a#worship-music.selected { 
    background: transparent url(images/layout/content/menu/menu_hov.gif) 0 0 no-repeat;
}


div#menu a#cathedral-life:hover, div#menu a#cathedral-life.selected
{
    background: transparent url(images/layout/content/menu/menu_hov.gif) 0 -40px no-repeat;
}
div#menu a#visits-events:hover, div#menu a#visits-events.selected
{
    background: transparent  url(images/layout/content/menu/menu_hov.gif) 0 -80px no-repeat;
}
div#menu a#education-outreach:hover, div#menu a#education-outreach.selected
{
    background: transparent  url(images/layout/content/menu/menu_hov.gif) 0 -120px no-repeat;
}
div#menu a#history-conservation:hover, div#menu a#history-conservation.selected
{
    background: transparent  url(images/layout/content/menu/menu_hov.gif) 0 -160px no-repeat;
}
div#menu a#art-architecture:hover, div#menu a#art-architecture.selected
{
    background: transparent  url(images/layout/content/menu/menu_hov.gif) 0 -200px no-repeat;
}
div#menu a#how-you-can-help:hover, div#menu a#how-you-can-help.selected
{
    background: transparent  url(images/layout/content/menu/menu_hov.gif) 0 -240px no-repeat;
}
div#menu a#shop-bookings:hover, div#menu a#shop-bookings.selected
{
    background: transparent  url(images/layout/content/menu/menu_hov.gif) 0 -280px no-repeat;
}




/* End of 'Navigation: Image Menu - Content' */

