﻿/*
CSS for SEKA Victoria site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e2edff;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  font-weight: bold;
  color: navy;
  padding-top: 15px;
}

.hed {
  font-size: x-large;
  background-color: navy;
  color: white;
  padding-top: 75px;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: navy url;
}

h2 {
  color: navy;
  font-size: large;
  font-weight: normal;
  padding-top: 15px;
}

h3 {
  color: black;
  font-size: small;
  font-weight: bold;
  padding-top: 15px;
}

li {
  font-size: small;
  list-style-type: none;
}

.style2 {
	list-style-type: square;
}

p {
  font-size: small;
  color: navy;
  text-align: justify;

}

blockquote {
  font-size: small;
  text-align: justify;

}

.style1 {
	text-align: right;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}

.extra {
  color: #339999;
  letter-spacing: 0.05em;
  background-color: navy;
  text-align: justify;
  border-top: 3px solid;
  border-bottom: 3px solid;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  padding-right: .8em;
  margin: 0;

}

.footnote {
  font-size: small;
  color: black;
  text-align: justify;
}
  
.extra-r {
  text-align: right;
}

.extra-c {
  text-align: center;
}

#quotation-box {
  color: #CAE4FF;
  letter-spacing: 0.05em;
  background-color: navy;
  text-align: justify;
  border-top: 3px solid;
  border-bottom: 3px solid;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  padding-right: .8em;
  margin: 0;

}

#navigation {
  width: 180px;
  height: 800px;
  background: #7da5d8 url(backgrounds/nav-bg.jpg) no-repeat;
}

h2, ul {
  margin-top: 15px;
}

#header {
  border-top: 3px solid #7da5d8;
}

img.feature {
  float: right;
  margin: 10px;
}

.illustration {
  margin-bottom: 20px;
  margin-top: 20px;
}

.illustration img {
  border: 15px solid white;
  margin-right: 10px;

}

.galleryphoto {
  padding-bottom: 10px;
  border-bottom: 1px solid navy;
  margin-bottom: 20px;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.galleryphoto p span {   
  font-weight: normal;   
  color: gray; 
}

.galleryphoto img {
  border: 15px solid white;
}

/*
This section deals with the position of items on the screen measured from the
top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header, #logo, #banner {
  position: absolute;
}

#navigation {
  top: 132px;
}

#bodycontent {
  left: 200px;
  top: 210px;
  padding-left: .8em;
  padding-right: .8em;

}

#header {
  width: 100%;
}
#logo {
  top: 140px;
  right: 10px;
}
#banner {
  top: 0px;
  right: 0px;
}
