/*

  Adopted Zen Photo Default 1.0 Style! Thanks...

*/

/* Basics
------------------------------ */
html {
  /* Moz */
  height: 100%;
}

/* Main Layout
------------------------------ */
body {
  background: #F5F5F3;
  margin: 0px;
  padding: 0px 0px 50px;
  text-align: center;
/*  border:0;
  overflow:visible;*/
}
#main {
  text-align: left;
  margin: 20px auto;
  width: 685px;
  font-size: 12px;
  background: #fff;
  padding: 20px 30px;/* 70px;*/
  border-top: 1px solid #E6E6DF;
  border-right: 1px solid #E6E6DF;
  border-bottom: 5px solid #E6E6DF;
  border-left: 1px solid #E6E6DF;
}
#credit {
  margin: 0 auto;
  width: 640px;
  font-size: 85%;
  color: #96967E;
  text-align: right;
  clear: both;
}
#credit a {
  text-decoration: none;
  color: #96967E;
  border-bottom: 1px dotted #96967E;
}
#credit a:hover {
  color: #BDBDAE;
  border-bottom: 1px solid #BDBDAE;
  text-decoration: none;
}
#menu {
  float: right;
  text-align: center;
  background: #fff;
  height: 100%;
  font-weight: bold;
/*   border: 1px solid #000000; */
}
#menu a:link, #menu a:visited, #menu a:hover {
  /*color: #8DB8CF;*/
  text-decoration: none;
}
#title {
  border-bottom: 1px solid #E6E6DF;
  padding-bottom: 14px;
  margin-bottom: 20px;
  /*min-height: 40px;
  _height: 40px;*/
}
#title h2 { 
  font-weight: bold; 
  font-size: 16px; 
  margin-top: 18px;
  width:400px;
/*   border: 1px solid #000000; */
}

/* Link Styles
------------------------------ */
a:link, a:active, a:visited { text-decoration: underline; color: #17A; }
a:hover, a:focus { text-decoration: underline; color: #6BD; }

/* Text Styles
------------------------------ */
body {
  font: normal 82%/200% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
  color: #5A5A4B;
}
h2 {
  font: 115% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #002E5B;
}
h2 a:link, h2 a:visited {
  color: #8DB8CF;
  text-decoration: none;
}
h2 span {
  color: #8DB8CF;
}
h2 a:hover {
  color: #94c2e5;
  text-decoration: none;
}
h3 {
  font: 110% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #002E5B;
}
h3 a:link, h3 a:visited { text-decoration: none; }
h3 a:hover { text-decoration: underline; }


/* Miscellaneous
------------------------------ */
hr {
  clear: both;
  height: 0;
  border: 0;
  border-top: 1px solid #E6E6DF;
  margin: 0 0 12px 0;
  padding: 0;
}
img {
  border: 0;
}

.blockquote {
  border-left: 1px dotted #96967E;
  margin-left: 5px;
  padding-left: 10px;
  color: #363630;
  font-style: italic;
}
.blockquote .cite {
  padding-top: 10px;
  float: right;
  font-style: normal;
}

.image {
  text-align:center;
}

.below {
  padding-top: 10px;
}

/* Blocks
------------------------------ */
.block {
  margin: 0 12px 8px 0;
  padding: 10px;
  float: left;
  border: 1px solid #E7F0F5;
  background: #F7F9FD;
  line-height: normal;
  /*line-height: 100%;*/
}
.block a img {  }

.block .image {
  float: left; 
  margin-right: 0px;
}
.block .image img {
  border: 1px solid #E7F0F5;
}
.block h3 {
  padding-bottom: 15px;
  margin: 0;
}
.block p {
  line-height: 12px;
  font-size: 11px;
  padding: 4px 0px 0px;
  margin: 0px;
}

.block .description_bottom {
  padding-top: 10px;
  padding-bottom: 20px;
  clear: left;
}

.block .description_right {
}

.description small {
  color: #8DB8CF;
}
