/**
 * linda barker stylesheet
 * @author Peter Edwards <tec@e-2.org>
 */
html, body, div {
  margin:0;
  padding:0;
  border:0;
}
html {
  height:100%;
}
body {
  font-size:76%;
  font-family:verdana,arial,sans-serif;
  text-align:center;
  height:101%;
  background:#fff url(../images/bg/tranquil.gif) repeat-y center 0;
  color:#007eca;
}
h1 {
  font-size:1.5em;
  font-weight:bold;
  margin:0;
}
h2 {
  font-size:1.3em;
  line-height:1.3em;
  font-weight:bold;
}
h2 {
  font-size:1.2em;
  line-height:1.3em;
  font-weight:bold;
}
p {
  font-size:1.1em;
  line-height:1.6em;
}
a img {
  border:0;
}
a {
  color:#75b1e2;
  text-decoration:none;
}
a:hover, a:visited:hover {
  color:#007eca;
}
ul {
  list-style:none;
}
#container {
  position:relative;
  text-align:left;
  width:780px;
  margin:0 auto;
  padding:0;
  min-height:100%;
}
/* logo */
#logos {
  position:relative;
  width:780px;
  height:100px;
  /*background:transparent url(../images/logos/blue.gif) no-repeat 680px 10px;*/
}
#logos #lblogo {
  display:block;
  float:left;
  width:340px;
  height:100px;
}
#logos #lblogo img {
  margin:25px 0 0 25px;
}
#logos #rlblogo {
  display:block;
  float:right;
  width:110px;
  height:100px;
}
#logos #rlblogo img {
  margin:10px 10px 0 0;
}
/* navigation */
.navigation {
  clear:both;
  margin-top:10px;
  border-top:1px solid #007eca;
  text-align:center;
}
.navigation ul {
  margin:0;
  padding:0 1px;
}
.navigation ul li {
  display:inline;
  list-style-type:none;
  margin:0;
  padding:0;
}
.navigation ul li a {
  display:block;
  float:left;
  width:125px;
  margin:0;
  padding:5px 0;
}
.navigation li a.current, .navigation li.current_page_item a, .navigation li a:hover, .navigation li a:visited:hover {
  cursor:default;
  color:#007eca;
  background-color:#e6e6ff;
}
.cleaner {
  clear:both;
  height:1px;
  font-size:1px;
  margin:0;
  padding:0;
  background-color:transparent;
}
#content {
  clear:both;
  padding:20px;
  border-top:1px solid #007eca;
}
img {
  border:0;
}
img.alignright {
  float:right;
  margin:0 0 3em 1em;
}
img.alignleft {
  float:left;
  margin:0 1em 3em 0;
}
/* contacts page */
table.contacts {
  position:relative;
}
table.contacts td {
  vertical-align:top;
  padding:2px;
}
table.contacts tr.head td {
  border-left:1px solid #007eca;
}
table.contacts td.org p {
  font-style:italic;
}
table.contacts tr.head td.org {
  border-left:none;
}
table.contacts tr.contact td {
  border-top:1px solid #007eca;
  border-left:1px solid #007eca;
}
table.contacts tr.contact td.org {
  border-left:none;
}
table.contacts tr.contact:hover {
  color:#007eca;
  background-color:#e6e6ff;
}
table.contacts tr.contact td.org:hover {
  background:#e6e6ff url(../images/bg/heading.gif) no-repeat 3px 3px;
}
/* biog page */

/* photos page */
#post-7 .entry img.size-thumbnail {
  float:left;
  width:200px;
  padding:0;
  margin:0 20px 20px 20px;
}
