/* first metropolitan united church, victoria bc  -- main style sheet
	updated: Monday, February 23, 2009 
	updated by r.a. paterson
*/

body {
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	background: url("/_images/bg_main.gif") repeat;
}
a:link, a:visited {
	text-decoration: none;
	color: #30c;
	background: transparent;
}
a:hover {
	color: #000;
	background-color: #ff0;
	text-decoration: none;
}
.ButtonTDSide {
	font-family: verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #060;
	text-align: center;
	border: 2px solid #000; 
}

.button {
	font-family: verdana, sans-serif;
	font-size: 14px;
	background-color: #060;
	text-align: center;
	border: 1px solid #000;
	color: #ffc;
}
.currentbutton {
	font-family: verdana, sans-serif;
	font-size: 14px;
	background-color: #060;
	text-align: center;
	border: 1px solid #000;
	color: #ffc;
	padding: 2px 0;
}


#printable {
	background-image: none;
}

p.q {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	font-family: verdana, sans-serif;
}

.tabla {
	background-image: url(../contact/_images/bg2.gif);
}
.maintable {
	background-color: #fefefe;
}
/* SIDEBAR {
	background-image: url("/_images/bg2.gif");
} */
td#sidebar {
	background-image: url("/_images/bg2.gif");
}
/* li {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
} */

h1 {
	font-family: arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
	color: #800040;
	background: transparent;
	text-align: center;
	margin: 0 0 10px 0;
}
span.spacer {
	padding: 0 0.15em;
} /* adds a tiny bit of space either side of the cross in between First and Met */ 

h2 {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #800040;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0 0 10px 0;
	font-family: arial, sans-serif;
}
h4 { 
	font-size: 10px;
	font-family: verdana, sans-serif;
	margin: 0 0 4px 0;
	padding: 0;
}
.clear {
	clear: both;
}

.vs1 { margin-top: 1em; }
em {
	font-style: italic;
}
i {
	font-weight: bold;
	color: #000000;
}
.Links {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}


#sightingshead {
 text-align: center;
}
#sightingshead h4 {
 margin-top: 5px;
}

/* new style rules added by R. Paterson, on or after 21 March 2006. */
	
/* first use of this rule found on links/index.php page */
p.right {
	margin: 0 0 1em 0;
	padding: 0 0 0 20em;  
	text-align: right;
	color: #933;
	background: transparent;
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 10px;
 }
 hr { 
 	padding: 0;
	margin: 10px 20px;
}
.red { 
 	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: verdana, sans-serif;
	color: #d13;
	font-weight: bold;
	}
.small, small { 
	font-size: 10px;
 }	

.current { 
	padding: 0;
	color: #ffc;
	font-weight: bold;
 }
 .currentbutton ul { 
 	margin: 0 10px;
	padding: 10px 0;
	color: #ffc;
	text-align: left;
	list-style: none;
}
 .currentbutton ul li { 
 	margin: 0 0 0 10px;
	padding: 0;
	color: #ffc;
	line-height: 1.3em;
} 
/* fix IE. Hide frm IE Mac \*/
*html .currentbutton ul li a {  height: 1%; }
/* end */

 a.sidelinks:link, a.sidelinks:visited { 
 	color: #ffc;
	background: transparent;
	margin: 0;
	padding: 0;
	display: block; 
  }
 
 a.sidelinks:hover {
	color: #000;
	background: #fc0;
	display: block;
}
a.noHover:hover { 
	background-color: transparent;
	display: inline;
 }
div.textLinks { 
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0 5px;
	border-top: 1px dotted #000;
 }
 p.footer { 
 	font-weight: bold;
	color: #900;
	background: transparent;
	margin: 0;
	padding: 0 0 8px 0;
  }
 .footer a { 
 	font-weight: normal;
  }
 td.copyright { 
 	font-size: 10px;
	color: #900;
	background: transparent;
	text-align: left;
	padding: 5px 10px;
  }
 td.mts { 
 	font-size: 10px;
	text-align: right;
	padding: 5px 10px;
	margin: 0;
	color: #900;
}
.mts a:link, .mts a:visited { 
	font-weight: bold;
	color: #900;
 }
.mts a:hover { 
	text-decoration: underline;
	background: none;
 }
td.counter { 
	background: #800000;
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding: 8px 12px;
 }
.counter a:link, .counter a:visited { 
	font-weight: bold;
	color: #fff;
 }
.counter a:hover { 
	text-decoration: underline;
	background: none;
 }
 
 /* floating images */
 .setLeft {
	display: inline;
	float: left;
	border: 0;
	margin: 0;
	padding: 4px 10px 12px 0;
}
.setRight {
 	display: inline;
	float: right;
	border: 0;
	padding: 4px 4px 12px 10px;
	margin: 0;
}

.inline	{
	display: inline;
	padding: 0 2px;
	border: none;
	margin: 0;
}
/* rules to include a caption beneath a photo, usually a portrait */
.captionLeft {
	float: left;
	border: 0;
	padding: 0;
	margin: 0 10px 5px 0;
	text-align: left;
	/* width: ; set width in the document */
	font: normal 10px/normal verdana, sans-serif;
}
.captionRight {
	float: right;
	border: 0;
	padding: 0;
	margin: 0 0 5px 10px;
	text-align: left;
	/* width: ; set width in the document */
	font: normal 10px/normal verdana, sans-serif;
}
.captionRight img, .captionLeft img {
	display: block;
	border: 1px;
	border-color: #778899;
	padding: 0 0 0.75em 0;
}
.captionBlock {
	display: block;
	margin: 0 auto 1.5em auto;
	padding: 0;
	text-align: center;
	font: normal 0.8333em/1.8em verdana, sans-serif;
}
.captionBlock img { display: block; border: 1px solid #ccc; padding: 0; margin: 0 auto 0.33em auto; }
/* list rules */
ul {
	padding: 0;
	margin: 0 0 1em 2em;
	list-style-position: outside;
	list-style-type: disc;
}

li {
	margin: 0;
	padding: 0;
}

/* table of contents ID tag (tc) List rules 
	first used on /epiphany/faq/  page
*/
#tc {
	margin: 1em 1em 1em 0;
	padding: 0;
	border: 0;
	font: bold 10px verdana, sans-serif;
}

#tc ul, #tc ol {
	margin: 0 0 1em 0;
	padding: 0 0 10px 10px;
	text-align: left;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dashed #999;
}
	
#tc ul li	{
	list-style: none;
	margin: 0;
	padding: 0;
}

#tc ol li	{
	margin: 0 0 0 2em;
	padding: 0;
	list-style: outside;
}
#tc ul ul {
	margin: 0 0 0 2em;
	padding: 0;
	text-align: left;
	border: 0;
}
#tc li li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#tc ul li, #tc ol li	{
	font: normal 10px/1.3 verdana, sans-serif;
}

/* end of table of contents rules */

p { 
	margin: 0 0 1em 0;
	padding: 0;
}
address { margin: 0 0 1em 12px; font-style: normal; }

dl { margin: 0 0 1em 0; }
dt { margin: 0; }
dd { margin: 0 20px; }
/* generic BORDERED table rules 
	change the border colours and dimensions in the individual document as required
*/
table.border {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.border th {
	margin: 0;
	padding: 4px 8px;
	text-align: left;
	line-height: normal;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
.border td {
	padding: 4px;
	line-height: normal;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
.border th img, .border td img {
	display: inline;
	padding: 0 10px 0 0;
	border: 0;
	float: left;
}

.dottedbox {
	background-color: #ff4;
	border: 1px dotted #060;
	color: #000;
	margin: 2em 3em;
	padding: 10px;
	text-align: left;
}
 /* form dotted box */
 form.mailBox {
	background-color: #dcdcdc;
	border: 1px dotted #060;
	color: #000;
	margin: 2em 3em;
	padding: 10px;
	text-align: left;
}
.mailBox h1 { 
	font-size: 16px;
}
.mailBox h2 { 
	font-size: 14px;
 }
.mailBox p { 
	margin: 0;
	padding: 0 0 4px 0; }
 
.rule { /* substitute for the HR tag : used as a class in a div tag */
	display: block; 
	border-bottom: 1px dotted #ccc;
 	margin: 0 0 1em 0;
	padding: 0;
}

/* style rules for Events page */
.eventtext {
	font-family: verdana, sans-serif;
}
	
.eventheading {
	font-weight: bold;
}
.date {
	font-weight: bold;
	text-decoration: underline;
}
.dailyEventName {
	font-weight: bold;
	font-style: italic;
}

.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}
.boldUnderlineCaps {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
/* end style rules for Events page */
/* ---------- new sidebar menu rules ---------- */
#sidebar {
	margin: 0;
	padding: 25px 0 0 0; 
	background: #fff url(../_images/bg2.gif) repeat;
	color: #000;
	vertical-align: top;
	width: 160px;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	font: normal bold 11px verdana, sans-serif;
	list-style: none;
}
/* fix IE padding bug.  Hide from IE Mac \*/
* html #sidebar ul { height: 1%; }
 /* end hide from IE-5Mac */
 
#sidebar ul li { margin: 0; padding: 0; }
#sidebar li a {
	display: block;
	color: #fff;
	background: #060;
	padding: 4px 2px 4px 4px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-weight: bolder;
	text-decoration: none;
	width: 130px;
}

#sidebar a.menuTop {
	border-top: 1px solid #000;
}
/* fix IE padding bug.  Hide from IE Mac \*/
* html #sidebar ul li a { height: 1%; }
 /* end hide from IE-5Mac */

#sidebar li a:hover {
	background: #ffc;
	color: #000;
}
#sidebar li li a {
	display: block;
	color: #000;
	background: #fc0;
}

#sidebar h2 {
	font-size: 110%;
	font-family: arial, verdana, sans-serif;
	margin: 10px 0 4px 0;
	padding: 0;
	text-align: center;
}

/* ~~~ highlight menu item ~~~ */
body#b-home a#m-home,
body#b-welcome a#m-welcome,
body#b-music a#m-music,
body#b-worship a#m-worship,
body#b-sacraments a#m-sacraments,
body#b-spiritual a#m-spiritual,
body#b-rainbow a#m-rainbow,
body#b-letting a#m-letting,
body#b-outreach a#m-outreach,
body#b-groups a#m-groups,
body#b-pastoral a#m-pastoral,
body#b-ucw a#m-ucw,
body#b-wellness a#m-wellness,
body#b-aboutUs a#m-aboutUs,
body#b-governance a#m-governance,
body#b-staff a#m-staff,
body#b-contact a#m-contact,
body#b-location a#m-location,
body#b-links a#m-links,
body#b-share a#m-share,
body#b-donate a#m-donate,
body#b-volunteer a#m-volunteer,
body#b-foundation a#m-foundation,
body#b-stewardship a#m-stewardship,
body#b-epiphany a#m-epiphany
 {
	background: #ffc;
	color: #000;
}
