﻿/*Stylesheet by WBT Productions, adapted from mycross.css (by WBT Productions). 
	Styles the individual postcard page.*/
body {
  background-image: url(film-sidebar2.jpg); 
  background-repeat: no-repeat;
  background-color: #000;
  /*background-position: 50% 70%;*/
  background-position: top left;
  font-family: Americana, Georgia, serif;
  color: #FFF;
}

div#body {
  width: 80%;
  float: right;
  }

ul {
  text-align: center;
}
ul li{
  text-align: left;
}


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;
/*  background-color: black;*/
}

.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: none;
  }

h3 {
  font-style: italic; 
  font-weight: normal;
}

h4 {
    text-align: center;
    font-style: italic; 
    font-weight: normal;
  }

div#text p {
  text-indent: 2.3em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  background-color: #000;
}
div#text ul li{
  background-color: #000;
}

span.title {
  text-decoration: underline;
}

div#frame { 
  /*position: relative; */
  display: block;/*was inline-block*/
  margin: 0; 
  margin-left: auto;
  margin-right: auto;
  padding: 0; 
  background: #FFF;
  width: 425px;
  height: 350px;
}
#clip {
	margin-left: auto;
	margin-right: auto;
}

