/*Stylesheet by WBT Productions, adapted from mycross.css (by WBT Productions). 
	Styles the individual postcard page.*/
body {
  background-image: url(../graphics/europe2h.jpg); 
  background-repeat: no-repeat;
  background-color: #DD7;
  background-position: 50% 70%;
  /*background-position: center center;
  background-attachment: fixed;*/
  font-family: Americana, Georgia, serif;
}

img#postmark {
  position: absolute;
  top: 0px;
  right: 15%;/*100px;*/
  display: block;
}

img#hiddenlink {
  width: 80px; 
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  border: none;
  }
p.facebook{
  text-align: center;
  text-decoration: none;
  font-size: 90%;
  margin-bottom: 0;
  }
img#facebook {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-decoration: none;
  border: none;
  }

p.sessmess{
  text-align: center;
  margin-top: 0;
  padding-bottom: 1em;
  font-weight: bold;
  }

h2 {
  text-align: center; 
  font-family: Bernhard Modern Roman, Americana, Georgia, serif; 
  font-size: xx-large; 
  margin-top: 1em;
}

.topreturn img{
  border-width: 0;
  border-style: none;
  }

.copyright {
  font-style: italic; 
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: .7em;
}
.copyright a {
  text-decoration: none;
  color: #669;
  }

p.gohome {
  padding: 0;
  margin: 0;
  text-align: center;
  text-decoration: underline;
  }

h3 {
  font-style: italic; 
  font-weight: normal;
}

h4 {
    text-align: center;
    font-style: italic; 
    font-weight: normal;
  }

div#main {
  width: 63%;
  margin-left: auto; 
  margin-right: auto;
}
div#text p {
  text-indent: 2.3em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

p.salutation, p.signature{
  text-indent: 0em;
  margin-left: 60%;
}
p.salutation {  
    margin-top: .5em;
    margin-bottom: 0;
}

p.signature {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: 'CommercialScript BT','Brush Script MT', 'Wendy Medium', 'Kunstler Script', cursive;
  font-size: 1.3em;
  }

img.postcard {
  width: 600px; 
  height: 450px; 
  padding: 10px; 
  background: #FFF; 
  margin-left: auto; 
  margin-right: auto; 
  display: block;
}
  
span.title {
  text-decoration: underline;
}

hr#end {
  color: #333;
}

div#frame { /* "Background" of this is the matte.*/
  position: relative; 
  display: inline-block;/*was inline-block*/
  margin: 0; 
  margin-left: auto;
  margin-right: auto;
  padding: 0; 
  
}
img.photo {
  position: absolute; 
  /*width and height properties are defined inline, with explicit values. */
  /*Next five rules for centering the image on the matte. p.319.*/
  left: 0;
  right: 0; 
  top: 0;
  bottom: 0;
  padding: 10px;
  margin: auto; 
}

img.saran {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  margin: 0;
  padding: 0;
}


