﻿/*
Michael's Site
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background: #CACACA;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: xx-large;
  background-color: #1C1817;
  color: #F1E6D4;
  padding-top: 1em;
  padding-bottom: .4em;
  padding-left: .4em;
  margin: 0;
}

h2 {
  color: black;
  font-size: 130%;
  font-weight: normal;
  padding-top: 10px;
}

li {
  font-size: small;
  list-style-type: none;
}

p {
  font-size: small;
  color: black;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  font-weight: bold;
  font-size: large;
  color: #F1E6D4;
  background-color: #1C1817;
  border-top: 1px solid #F1E6D4;
  border-bottom: 1px solid #F1E6D4;
  padding-top: .4em;
  padding-bottom: .4em;
  padding-left: .8em;
  margin: 0;
}



a {
  font-weight: bold;
}

a:link {
  color: #CF7524;
}

a:visited {
  color: #E5C39E;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: black;
}

a:active {
  color: #F1E6D4;
  background-color: #1C1817;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 670px;
  line-height: 1.4em;
  padding-bottom: 20px;
  border-bottom: 1px solid #313131;
  margin-bottom: 10px;
}

.fun p {
  color: #CA2718;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

.fun {
  color: #CA2718;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

#bodycontent a {
  text-decoration: none;
  color: black;
}

#bodycontent a:visited {
  color: black;
}

#bodycontent a:hover {
  color: white;
  background: black;
}

#bodycontentaud a:visited {
  color: black;
}

#bodycontentaud a:hover {
  color: white;
  background: black;
}

table.events {
  border-collapse: collapse;
}

table.events th, table.events td {
  padding: 4px;
  border: 1px solid #313131;
}

table.events th {
  font-size: x-small;
  text-align: left;
  background: #313131;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.events td {
  font-size: small;
}

table.events caption {
  color: black;
  font-size: small;
  text-align: left;
  padding-bottom: 5px;
  font-weight: bold;
}

form.contact fieldset {
  border: 2px solid #313131;
  padding: 10px;
}

form.contact legend {
  font-weight: bold;
  font-size: small;
  color: #313131;
  padding: 5px;
}

form.contact {
  padding: 0;
  margin: 0;
  margin-top: -15px;
}

form.contact label {
  font-weight: bold;
  font-size: small;
  color: #CF7524;
  line-height: 150%;
}

form.contact label.fixedwidth {
  display: block;
  width: 240px;
  float: left;
}

form.contact .buttonarea input {
  background: #1C1817;
  color: white;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #F1E6D4;
}

form.contact .buttonarea {
  text-align: center;
  padding: 4px;
  background-color: #313131;
}

#navigation h2 {
  color: #F1E6D4;
}

#navigation {
  width: 181px;
  height: 620px;
  background: #313131 url(5.jpg) no-repeat bottom;
}


#videonav  {
  width: 100%;
  background-color: #313131;
}

#videonav h2 {
  color: #F1E6D4;
}

#audionav  {
  width: 100%;
  background: #313131 ;
}

#audionav h2 {
  color: #F1E6D4;
}

#bodycontentaud {
  width: 400px;
}

h2, ul {
  margin-top: 15px;
}

ul {
  margin: 20px;
}

#header {
  border-top: 3px solid #313131;
}

img.feature {
  float: right;
  margin: 10px;
  margin-top: 25px;
  border: 2px solid #313131; 
}




/*
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, #bodycontentaud, #header, #videonav, #audionav, #quicktimealert2 {
  position: absolute;
}

#navigation {
  top: 104px
} 

#bodycontent {
  top: 104px;
}

#bodycontent {
  left: 200px;
}

#bodycontentaud {
  top: 104px;
}

#bodycontentaud {
  left: 200px;
}

#header {
  width: 100%;
}

#videonav {
  top: 104px;  
  left: 690px;
}

#audionav {
  top: 104px;  
  left: 600px;
}
