
body
{
  background: #000 repeat top left fixed;
  padding: 0px 0px 150px;
  margin: 0px;
  font-family: Helvetica, Tahoma, Verdana, Arial, Sans-serif;
  font-size: 14px;
}

#decoration
{
  position: fixed;
  background: transparent url(../images/Wordle.gif) no-repeat bottom right;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: -2;
}

a
{
  text-decoration: none;
  color: #2f55a2;
}

a:hover
{
  text-decoration: underline;
}

p
{
  text-indent: 30px;
  padding: 3px;
  margin: 0px;
  margin-bottom: 7px;
}

h1, h2, h3
{
  font-family: Georgia, Trebuchet MS, Tahoma;
}

h1
{
  color: #c42124;
  border-bottom: 1px solid #c42124;
  padding: 2px;
  font-size: 19px;
  margin: 0px;
}

h2
{
  color: #93a431;
  font-size: 16px;
  padding: 2px;
  margin: 0px;
  font-style: italic;
}

 h3
{
  color: #93a431;
  font-size: 15px;
  padding: 2px;
  margin: 0px;
}

.boxshadow
{
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .6);
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .6);
}

#page
{
  width: 896px;
  color: #333;
  padding-top: 20px;
  margin: auto;
}

#page #header
{
  background: transparent url(../images/yasheader.png) no-repeat right bottom;
  padding-top: 150px;
}

#page #body
{
  padding: 10px;
  min-height: 400px;

  background-color: #fff;
  
  border: 3px solid #8fbbef;
  
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#page #footer
{
  margin-top: 10px;
  background-color: #8fbbef;
  background-color: rgba(143, 187, 239, .8);
  padding: 14px;
  text-align: center;
  color: #000;
}

#page #footer a
{
  color: #000;
  font-weight: bold;
}

#navigation
{
  width: 200px;
  padding: 0px;
  padding-bottom: 6px;
  margin: -10px 10px 3px -10px;
  list-style-type: none;
  float: left;

  background-color: #d3dbf0;
  
  border-right: 1px solid #c42124;
  border-bottom: 1px solid #c42124;
  
  border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;

  border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
}

#navigation li
{
  padding-top: 3px;
}

#navigation li a
{
  padding: 8px 0px 11px 50px;
  width: 143px;
  color: #c42124;
  font-weight: bold;
  text-indent: -15px;
  display: block;
  background: #fff url(../images/watermarkshieldicon.png) no-repeat 3px 3px;
  background-color: #d3dbf0;
}

#navigation li a:hover
{
  background-image: url(../images/shieldicon.png);
  text-decoration: none;
}

#navigation li a.daya:hover
{
  background-image: url(../images/colordayaicon.gif);
  text-indent: 100px;
  color: #d3dbf0;
}

#main {
 margin: 0px;
}

a img
{
  border-width: 0px;
}

a.album {
 float: left;
 text-align: center;
 padding: 10px;
 height: 120px;
 width: 100px;
 overflow: hidden;
 margin: 3px;
 border: 1px solid #c42124;
 text-decoration: none;
}

a.album img {
 border-width: 0px;
}

a.hover {
 background-color: #8fbbef;
 border-color: #c42124;
}

a.album span {
 text-decoration: none;
 font-size: 12px;
 color: #130438;
 display: block;
}

a.album a:hover {
 color: #336;
}

a.new {
 background-image: url("../photos/img/newUp.gif");
 background-repeat: no-repeat;
 background-position: 50% 90%;
}

#container {
}

#photo {
 position: relative;
 text-align: center;
 display: block;
 max-width: 650px;
 overflow: scroll;
 border: 2px solid #c42124;
 padding: 0px;
}

#photo #captionShadow
{
  z-index: 5;
  background-color: #000;
  filter: alpha(opacity=60);
  opacity: .6;
  position: absolute;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #fff;
}

#photo #caption
{
  z-index: 10;
  font-size: 16px;
  padding: 7px;
  color: #fff;
  filter: alpha(opacity=80);
  opacity: .8;
  position: absolute;
}

img.photo {
}

#createdby {
 display: none;
 font-size: 8pt;
 text-align: center;
 padding: 0px 0px 0px 0px;
 margin: 0px;
 color: #58451a;
}

#createdby a
{
 color: #130438;
 text-decoration: none;
}

#createdby a:hover
{
  text-decoration: underline;
}

td
{
  padding: 3px 7px;
}
