﻿/*
CSS for Cabinet Connection site
*/

body {
     font-family: Verdana, Helvetica, Arial, sans-serif;
     background-color: #f5deb3;
     line-height: 125%;
     padding: 0;
     margin: 0;
}

h1 {
     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
     font-size: x-large;
}

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

h2 {
      color: blue;
      font-size: medium;
      font-weight: normal;
}

p {
     font-size: medium;
     color: black;
}

#tagline p {
      font-style: italic;
      font-family: Georgia, Times, serif;
      background-color: #f5deb3;
      border-top: 3px solid #000000;
      border-bottom: 3px solid #000000;
      padding-top: .2em;
      padding-bottom: .2em;
      padding-left: .8em;
      margin: 0;
      background: #f5deb3 
}

em {
      text-transform: uppercase;
}

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

h1 {
       font-size: x-large;
       background-color: #f5deb3;
       color: black;
       padding-top: 3em;
       padding-bottom: .3em;
       padding-left: .4em;
       margin: 0;
       background: #f5deb3 url(backgrounds/cabtitle.jpg) repeat-y left; 
}

h2 {
       color: teal;
       font-size: 175%;
       font-weight: normal;
       padding-top: 15px;
}

h3 {
       color: teal;
       font-size: 145%;
       font-weight: normal;
       padding-top: 30px;
       text-decoration: underline;
}

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

a {
      font-weight: normal;
      font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
      color: black;
      text-decoration: ;
}

a:visited {
       color: teal;
       text-decoration: none;
}

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

a:active {
       color: teal;
       background-color: none;
       text-decoration: none;
}

.fun {
       color: #339999;
       font-family: Georgia, Times, serif;
       letter-spacing: 0.05em;
}

#navigation {
       width: 180px;
       height: 480px;
       background: #f5deb3; 
}

/*
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: 7.70em;
}

#bodycontent {
       left: 200px;
}

#header {
        width: 100%;
}
  
.feature {
       float: right;
       margin: 10px;
}

.feature2 {
       float: center;
       margin: 30px;
       border: 0;
}

.feature3 {
       float: left;
       border: 0;
       margin: 15px;
}

.feature4{
          float: left;
          margin: 20px;
}

.feature5{
           float: center;
           margin:85px;
           margin-top: 85px;
}

.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;
}