/* structural elements */
html, body {
  margin: 0;
  padding: 0;
}
#backlayer {
/*  background-color: #652c90; */
  background-image: url('images/BGpattern1.jpg');
  background-repeat: repeat;
  margin: 0;
  padding: 25px 4%;
  font: 80% Arial, sans-serif;
  color: #111111;
  text-align: center;
}
#container {
  width: 800px;
  margin: 0 auto;
  padding: 10px;
/*  background-color: #ffffff; */
  background-image: url('images/BGpattern2.jpg');
  background-repeat: repeat;
  border: double 5px #f77901;
  text-align: left;
}
#sidebar {
  width: 160px;
  margin: 100px 0 0 10px;
  padding: 0px 0px 0px 0px;
/*  border: solid thin #111111;*/
}
#content {
  width: 573px;
  margin: 54px 0 30px 0;
  padding: 10px 8px 10px 8px;
/*  border: solid thin #111111;*/
  text-align: center;
  float: right;
}
#footer {
}
#navigate {
  position: absolute; 
  bottom: 0px; 
  width: 150px;
  clear: both;
}
#date{
}


/* Headings H1-H6 */
h2#cal-title {}

/* Paragraph Styles */
#container p {
  border: none;
}
#content p {
  padding: 0px 10px 0px 10px;
  text-align: justify;
  font-family: arial, "lucida console", sans-serif;
  font-size: medium;
  font-weight: bold;
}
p.reviews {
  font-style: italic;
}
.contact#content p {
  padding: 10px 10px 10px 100px;
/*  border: solid thin #111111;*/
  text-align: left;
}
#content p.cal-item {
  text-align: center;
  font-weight: normal;
}
#content p.pix {
  margin: 10px 0 20px 0;
  border-bottom: double medium black;
  border-bottom: ridge medium black;
  font-weight: 600;
  text-align: center;
}
#content p.bio {
  line-height: 127%;
}
#date p {
  font-size: xx-small;
  text-align: right;
}
#copyright p {
  margin: 2px;
  font-size: 0.8em;
} 

/* Lists and Navigation */
#sidebar .sbar-item {
  margin: 5px 0px 5px 0px;
  border: none;
  border-bottom: solid thin #f77901;
}
#content ol {
  margin: 0 0 0 45px;
  padding: 0px 10px 0px 10px;
  text-align: justify;
  font-family: arial, "lucida console", sans-serif;
  font-size: medium;
  font-weight: normal;
}
ul.notes {
  margin: 0 0 0 20px;
  padding: 0px 10px 0px 10px;
  list-style-image: url('images/arrow.gif');
  text-align: justify;
  font-family: arial, "lucida console", sans-serif;
  font-size: medium;
  font-weight: normal;
}
li.notes {
  font-weight: bold;
}
div.notes {
  padding: 5px 0 10px 0;
  font-weight: normal;
}
ul.links {
  margin: 0 0 0 20px;
  padding: 0px 10px 0px 10px;
  list-style-image: url('images/arrow.gif');
  text-align: justify;
  font-family: arial, "lucida console", sans-serif;
  font-size: medium;
  font-weight: normal;
}
li.links {
  font-weight: bold;
}
div.links {
  padding: 5px 0 10px 0;
  font-weight: normal;
}

/* tweaks */
#thankyous {
  margin: 30px 150px 30px 160px;
  padding: 0 0 0 20px;
  border: groove thick #f77901; 
  clear: both;
}
#copyright {
  border-top: solid 1px #D0C6C6;
  border-bottom: solid 1px #D0C6C6;
  margin: 30px 30px 4em 30px; 
  clear: both;
}
#content span.cal-date {
  font-weight: bold;
}
#cd-thumb {
  width: 170px;
  height: 150px;
  margin: 20px 10px 10px 0px;
/*  border: thin solid black;*/
  float: left;
}
#content img.pix {
  border:10px ridge #f77901;
}
img.contact {
  vertical-align: middle;
}
img.bio {
  float:left;
/*  border: solid thin black;*/
}
#content a:link { /* an unvisited link */
  color: #0000ff; text-decoration: none;
}
#content a:visited { /* a visited link */
  color: #cc00cc; text-decoration: none;
}
#content a:hover { /* mouse over link */
  text-decoration: underline;
}

/*Copyright 2006 - 2007 Gypsy Meltdown*/