/* default.css
 * default stylesheet for the mtlawley.perthchurch.net web site
 */

html {
    margin:0pt;
    padding:0pt;
    background-color:rgb(155,175,249);
    color: black;
}
body {
  font-family: "Trebuchet MS", "Verdana", "Helvetica", "Arial",sans-serif;
  margin-left:0cm;
/*
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(/images/home-bg.png);
  background-position: 0cm 0cm;
*/
}

body>* {
    margin-left:1cm;
}
h1 {
  font-family: "Georgia", "Times New Roman", "Times", serif;
}
h1 {
  margin-top:2pt;
  text-align:center;
}
dt {
    margin-left:1cm;
  font-size: 115%;
  font-weight: bold;
  }

a:link { color: #408; text-decoration:underline; }
a:visited { color: #709; text-decoration:underline; }
a:active { color: #808; position:relative; left:-1pt;}
a:hover { color: #C60; text-decoration: underline;}

h1 a:visited {
  text-decoration:none;
}

.error {
 color: red;
 font-weight: bold;
}

p#slogan {
  font-weight: bold;
  text-align: center;
}
h1 + p#slogan {
  display: block;
  margin-top:-1.5em;
  margin-bottom:1.5em;
}

p#quote, p.quote {
  font-style: italic;
  text-align: center;
  margin:0em 5em;
}

p.caption {
  font-style: italic;
  font-size: smaller;
  clear: both;
  margin-top:0px;
  margin-right:0pt;
}

p.adminlink {
    font-size: smaller;
    text-align: right;
}

p.back {
  font-size: smaller;
/*
  margin-left:inherited;
*/
  margin-bottom:0pt;
}

p.back img {
 width: 21px;
 height: 21px;
 border-style: none;
 vertical-align:middle;
}

.rss {
    color: white;
    background-color: orange;
}

ul ul ul ul {
	font-size:90%;
}
@media print {
 .back { display:none; }
}

p.modified, p.stamp{
 text-align: right;
 font-size:smaller;
 font-style: italic;
 margin-right:2pt;
    margin-top: 0;
}
p.modified:before {
 content: "This page was last modified "
}
hr.modified {
    clear: both;
}
div#panelA {
    width:3.4cm;
    position: absolute;
    height: auto;
    top: 0em;
    right: auto;
    bottom: auto;
    left: 0;
    font-size:9pt;
    margin-left: 0cm;
    padding: 3px 0 3px 0.75cm;
    border-right: solid black 1px;
    background-color:rgb(155,175,249);
    color: black;
}
div#panelA li a:link { color: #FAF; text-decoration:none; }
div#panelA li a:visited { color: #FEF; text-decoration:none; }
div#panelA li a:active { color: #F8F; position:relative; left:-1pt;}
div#panelA li a:hover { color: #F90; background-color: #128; }
div#panelA li a:first-child {
    display: block;
    width: 100%;
    text-decoration: none; 
}
div#panelA li {
    border: solid white 1px;
    margin: 2px 0 2px 2px;
    padding: 2px;
    background-color:rgb(96,96,128);
/*    background-image: url(/images/gradient1.png);
*/    color:rgb(228,255,196);
    list-style-type: none;
    border-right: none;
}
div#panelA ul.outerlinks>li {
    border: solid white 1px;
    margin: 2px;
    padding: 2px;
    background-color:rgb(96,96,96);
    background-image: none;
    color:rgb(228,255,196);
    list-style-type: none;
}

div#panelA li.thispage {
    border: solid black 1px;
    margin: 2px -1px 2px 3px;
    padding: 2px;
    background-image: url(/images/stripe.png);
    color:black;
    list-style-type: none;
    border-right: none;
}
div#panelA li.thispage a:first-child {
    display: inline;
}
div#panelA h2 {
 font-size: 110%;
}
div#panelA ul {
  margin-left: 0;
  padding-left:0;
}

div#panelB {
    width:auto;
    position: absolute;
    height: auto;
    top: 0em;
    right: 0cm;
    bottom: auto;
    margin-left:0;
    left:4.15cm;
    background-image: url(/images/stripe.png);
    border-left: solid black 1px;
    padding-left: 1em;
    padding-right: 1em;
}

span#twh {
 font-family: "Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
font-weight: bolder;
}
div#comingEvents {
 width:3.2cm;
 position: absolute;
 height: auto;
 top: 1em;
 right: 0.1cm;
 bottom: auto;
 left: auto;
 font-size:70%;
 color: black;
  background-color: rgb(192,192,255);
 border: solid black 2px;
 padding: 0;
}
div#comingEvents p {
 margin: .5em;
 margin-left: 1.5em;
 text-indent: -1em;
}
div#comingEvents h2 {
 margin: 6pt;
 text-align: center;
  border-bottom: groove;
}
div#comingEvents strong {
 font-size: 120%;
}
div.extraInfo {
 right: 1em;
 width: 20em;
 left: auto;
  font-size:110%;
 position: absolute;
  z-index: 2;
 display: none;
}
div.extraInfoB {
 color: navy;
  background-color: yellow;
 border: solid gray 1px;
}
div.shadow {
 background: url(/images/50pc.png);
}
div.shadow div {
 position:relative;
 left:-6px;
 top: -6px;
}

@media print {
    .screenonly, div#panelA {
	display: none;
    }
    div#panelB {
	left: 0.8cm;
    }
}

.nb {
  font-size: smaller;
}

div#home {
    width:1cm;
    position: fixed;
    top:0;
    left:0;
    margin-left:0;
}
div#home img {
    border-width: 0;
}

@media screen {
h1 {
  color: #006;
}

h1 a:visited {
  color: #006;
}
h1 a:hover {
 color: #840;
}

.nb, .nbscreenonly {
  color: #446;
}

.printonly {
  display:none;
}

/*
 * end of media section 
 */
}

/* for the meetings page */
img#clock {
    position: absolute;
    top:1em;
    height: 70px;
    left: 1cm;
}
img#compass {
    position: absolute;
    top:1em;
    height: 70px;
    right: 0.2cm;
    left: auto;
}
img#exterior {
    width: 50%;
    float: right;
}

