﻿/*
CSS for COMEDYZOO site
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: black;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

#header {
  padding-top: 10.43em;
  padding-bottom: .3em;
  padding-left: .4em;
  background: url(backgrounds/header.PNG) no-repeat;
}

li {
  font-size: small;
  list-style-type: none;
}

h1 {
  color: #b63f25;
  font-size: 200%;
  font-weight: bold;
  padding-top: 15px;
}
 
h2 {
  color: #b63f25;
  font-size: 130%;
  font-weight: bold;
  padding-top: 15px;
}

h3 {
  color: #00ff19;
  font-size: 100%;
  font-weight: bold;
  padding-top: 15px;
}

h4 {
  color: #a27e39;
  font-size: 80%;
  font-weight: bold;
  padding-top: 15px;
}

p {
  font-size: medium;
  color: #f1d282;
}


a {
  font-weight: bold;
}

a:link {
  color: Maroon;
}

a:visited {
  color: green;
}

a:hover {
  text-decoration: none;
  color: green;
  background-color: black;
}

a:active {
  color: black;
  background-color: green;
}

.fun {
  color: #8a2be2;
  font-family: Times, serif;
  letter-spacing: 0.05em;
}

.attentiongrab {
  width: 50%;
  font-weight: bold;
}

#navigation {
  width: 180px;
  height: 1800px;
  background: Orange;

}

h2, ul {
  margin-top: 15px;
}


 /*
this section deals with absolute positioning see page 146.later make nav smaller.
*/


#navigation, #bodycontent, #header {
  position: absolute;
}

#navigation, #bodycontent {
  top: 255px;
}

#bodycontent {
  left: 200px;
}

#header {
  width: 100%;
}

.feature {
  float: right;
  margin: 10px;
}

img {
  border: 15px Maroon;
}

.galleryphoto img {
  border: 15px Solid Maroon;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 327px;
  line-height: 1.4em;
}

.galleryphoto p span {
  font-weight: normal;
  color: #f4a460;
}

.galleryphoto {
  padding-bottom: 20px;
  border-bottom: 3px Solid Maroon;
  margin-bottom: 10px;
}

