﻿/*
CSS for bkaengineering site
*/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #e2edff;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background-color: navy;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  white-space: nowrap;
  background: navy url(gallery/mountains002.jpg) repeat-x
      left top;
}

li {
  font-size: small;
  list-style-type: circle;
}

h2 {
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

p {
  font-size: small;
  color: navy;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #bed8f3;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #bed8f3 url(gallery/tagline-fade.jpg) repeat-y
      right bottom;
}

h1,h2,h3 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
  font-weight: bold;
}

a:link {
  color: #1803ea;
}

a:visited {
  color: black;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}

.fun {
  color: #ff0d00;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em
}

blockquote.fun {
  font-style: italic;
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured
from the top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header {
  position: absolute;
}

#navigation, #bodycontent {
  top: 125px;
}

#bodycontent {
  left: 188px;
  padding-left: 10px;
  padding-right: 5px;
}

#header {
  width: 100%;
}

#navigation {
  width: 180px;
  height: 484px;
  background: url(gallery/nav_bg.jpg) no-repeat left top;
}

#header {
  border-top: 3px solid #7da5d8;
}

.feature {
  float: left;
  margin: 0px 5px 0px 0px;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.photocredit {
  font-weight: normal;
  color: gray;
}
.galleryphoto {
  padding-bottom: 20px;
  border-bottom: 1px solid navy;
  margin-bottom: 10px;
}

form.contact fieldset {
  border: 2px solid navy;
  padding: 10px;
}

form.contact legend {
  font-weight: bold;
  font-size: small;
  color: navy;
  padding: 5px;
}

form.contact {
  padding: 0;
  margin: 0;
  margin-top: -15px;
  margin-right: 15px;
}

form.contact label {
  font-weight: bold;
  font-size: small;
  color: blue;
  line-height: 150%;
}

form.contact label.fixedwidth {
  display: block;
  width: 240px;
  float: left;
}

form.contact .buttonarea input {
  background: navy;
  color: white;
  font-weight: bold;
  padding: 5px;
  border: 1px solid white;
  cursor: pointer;
}

form.contact .buttonarea {
  text-align: center;
  padding: 4px;
  background-color: #0066ff;
}

.breathroom {
  margin-bottom: 15px;
}

td {
  border: 1px solid black;
}

table.info {
  border-collapse: collapse;
}

table.info th, table.info td {
  padding: 4px;
  border: 1px solid #000066;
}

table.info th {
  font-size: x-small;
  text-align: left;
  background: #241374 url(gallery/mountains.jpg);
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.info td {
  font-size: small;
  background: #e2edff url(gallery/td.jpg) repeat-x top;
}

table.info caption {
  color: #000066;
  font-size: small;
  text-align: left;
  padding-bottom: 5px;
  font-weight: bold;
}

#insetright {
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border: 1px solid black;
}

#insetright p {
  width: 200px;
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
}

.photocredit1 {
  font-weight: normal;
  color: gray;
}

.photocredit2 {
  font-weight: normal;
  font-size: 80%;
  color: gray;
}

.post-body div, p {
  font-size: small;
  color: navy;
}

#search {
  position: absolute;
  top: 94px;
  left: 595px;
  font-size: x-small;
  font-weight: bold;
  white-space: nowrap;
}

#blogroll {
  position: absolute;
  top: 609px;
  left: 0px;
  width: 178px;
  border: 1px solid #006;
  font-size: x-small;
}

#blogroll h2 {
  font-size: x-small;
  background: #006;
  color: #fff;
  padding: 5px;
  margin: 0;
}

#blogroll div {
  padding: 5px;
}

#insetright2 {
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border: 1px solid black;
}

#insetright2 p {
  width: 295px;
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
}

#insetright3 {
  float: right;
  width: 250px;
}

#imageContainer {
  position: absolute;
}

#imageContainer {
  left: -210px;
  width:365px;
  height:274px;
  border-width: 10px;
  border-style: inset;
  border-color: #042078;
}

#imageContainer {
  position:relative;
  margin:auto;
}

#imageContainer img {
  display:none;
  position:absolute;
  top:0; left:0;
}

#stuff {
  float: right;
  width: 803px;
  height: 446px;
}

#stuff img{
  z-index: -1;
}

#moddate {
  position: absolute;
  top: 890px;
  left: 341px;
  width: 341px;
  height: 45px;
  margin: 0px;
  background-color: #bed8f3;
  border: 3px solid #7da5d8;
}

#moddate p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: 3.3em;
}