/* reset defaults for browser consistancy */
*  {
   padding:0;
   margin:0;
}

/* add back defaults for some elements */
ul, ol {
   margin-left: 0; 
   padding-left: 30px;
}

p  {
   margin: 1em 0;
}

@font-face {
 font-family: "HoneyScript";
 src: url(/themes/layout05/HoneyScript-SemiBold.eot); /* EOT file for IE */
 /* IE chokces on local() and ignores this one */
 src: local("HoneyScript"), 
      url(/themes/layout05/HoneyScript-SemiBold.ttf)  format("truetype"); /* TTF file for CSS3 browsers */
}


body {
  color:#000000;
  font-family:sans-serif;
  font-size:8pt;
  text-align:center;
  background-color: #f6f6f6; 
}

#container {
  margin: 0 auto;
  width: 872px;
  text-align: left;
  position:relative;
}

#sidebar {
  color: #000000;
  margin-top: 10px;

  float: right;
  width: 250px;
/*  background-color: #F6F6F6; */
  background-image:url('/themes/layout05/sbbkg.gif');
  margin-right: 20px; 
  /* fix for IE margin bug */
  display: inline;
}


#sidebar a {
  text-decoration:none;
}

#nav-menu {
  font-size: 12pt;
  margin: 0 0 0 25px; 
  white-space:nowrap;
  padding:0px;
  text-decoration: none;
}

#nav-menu a {
/*  background-color: #F6F6F6; */
  color: #000000;
  padding: 0 2px 1px 15px;
  font-weight:bold; 
  text-align: left;
  margin: 4px 2px;
  display: block;
}


#update {
  padding:0 20px 0 40px;
  font-size: 8pt;
}

#update p {
  text-indent: -10px;
  margin-top: 0px;
  margin-bottom: 0px;
 }

#update a {
  text-decoration:underline;
}

#content {
  padding: 0px 15px;
  float: left; 
  width: 520px;
  text-align: justify;
  background-color: #FFFFFF; 
  border: 2px solid #E9E9E9;
  margin-top: 30px;
  margin-left: 30px; 
  /* fix for IE margin bug */
  display: inline;
}

#content h1 {
  text-align: left;
/*  text-transform: lowercase; */
  color:#000000;
  background-color:#FFFFFF;
  font-family: "HoneyScript", sans-serif;
  font-weight:bold; 
  font-size: 300%;
/*  padding: 1px 5px; */
  margin-bottom: 25px;
}


#footer {
  clear:both;
  height:10px;
}

#snav {
  margin-right: 75px;
  margin-left: 20px;
}

/*
#snav a {
  text-decoration:none;
}
*/

#snav dt {
  font-size:8pt;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 5px; 
  color:#000000;
}


#snav dt a {
  color:#000000;
  text-decoration:underline;
}

#snav dt a:hover {
  font-weight: bold;
}


#snav dd {
  font-size:8pt;
/*  margin-right: 75px; */
  margin-bottom: 15px; 
}


a {
  background:transparent;
  text-decoration:underline;
}
a:link{
  color:#000000;
}
a:visited{
  color:#000000;
}
a:hover{
  color:#ff5555;
}
a:active{
  color:#000000;
}

.gallery {
  text-align: center;
  margin: 0 auto;
  width: 540px;
}

.icon {
  display: inline; /* fix for IE float margin bug */
  height: 140px;
  float: left;
  width: 120px;
  margin: 2px 5px 2px 5px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

div.icon p { margin-top: 5px; }

.wallset {
  text-align: center;
  margin: 0 auto;
  width: 540px;
}

div.wallset td {
  padding:5px; 
  text-align: center; 
  vertical-align:top; 
  font-size: 11px; 
  font-weight: bold;
}

.wall {
  display: inline; /* fix for IE float margin bug */
  height: 160px;
  float: left;
  width: 160px;
  margin: 0;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

div.wall p { margin-top: 5px; }
div.wall img { border: 1px solid #000000; }


.thumb100 {
  display: inline; /* fix for IE float margin bug */
  float: left;
  width: 100px;
  margin: 0px 15px 20px 15px;
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
}

div.thumb100 img {
  border: 0;
}

.style8  {font-size: 8px;}
.style10 {font-size: 10px;}
.style11 {font-size: 11px;}
.style12 {font-size: 12px;}
.style13 {font-size: 13px;}
.style14 {font-size: 14px;}
.style15 {font-size: 15px;}
.style16 {font-size: 16px;}
.style17 {font-size: 17px;}
.style18 {font-size: 18px;}
.style20 {font-size: 20px;}
