/* default page style */
body * {
   font-family: "Comic Sans MS", cursive, sans-serif;
   font-size: 100%;
   font-weight: inherit;
   line-height: 1.2em;

}

/* navigation styles */
nav ul {
    padding: 0;
    margin: 0;
    list-style: none;   
}

nav li {
    float: left;
}

nav a {
    float: left;
    color: #eee;
    margin: 0 5px;
    padding: 3px;
    text-decoration: none;
    border: 1px solid #DDDDDD;
    font: bold 14px Arial, Helvetica;   
    background-color: #32353A;
    background-image: linear-gradient(#648C94, #32353A);
    border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.8); 
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 3px 0 rgba(0, 0, 0, 0.7), 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5) inset; 
}

nav a:hover {
    background-color: #648C94;
    background-image: linear-gradient(#32353A, #648C94);
}

nav a:active {
    background: #648C94;
    position: relative;
    top: 2px;    
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset; 
}

nav span {
    display: inline-block;
    padding: 4px 15px;
    cursor: pointer;    
    background-color: #648C94;
    background-image: linear-gradient(#E1E5E5, #47595E);
}

nav a:hover span {   
    background-color: #648C94;
    background-image: linear-gradient(#47595E, #E1E5E5);
}

/* aside styles */
aside {
   border-top: 1px solid #F97744;
   font-size: 14px;
   background-color: black;
   border-bottom: 1px solid #F97744;
}

nav ul li a.current {
  color: black;
}

aside h2 {
  color: #F97744;
  font-size: 1em;
  font-weight: bold;
  margin-left: 10px;
}

aside ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}

aside ul li {
text-indent: 10px;
margin-bottom: 2px;
line-height: 1.5em;
}

aside ul li a {
  color: white;
}

aside ul li a:hover {
  color: red;
}

aside ul li a:visited {
  color: #6a9473;
}

aside ol {
  list-style: display;
}

#aboutaside ol li {
  color: white;
}

#spotlightaside {
  color: white;
  height: 790px;
  margin: 20px;
  padding-left: 10px;
}

#spotlightaside ul li {
  list-style: display;
  list-style-position: inside;
}

#spotlightaside h3 {
  font-weight: bold;
  color: #E1E5E5;
}

/* section styles */
#middle h1 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

#middle h2 {
  text-align: center;
  font-style: italic;
}

#middle img {
  margin-left: 100px;
  border: 5px solid blue;
  border-radius: 20px;
}

#middle p {
  text-align: justify;
}

#middle p.beforevid {
  margin-bottom: 20px;
}

#right {
  border-top: 1px solid #F97744;
  background-color: black;
  color: white;
  font-size: 14px;
  text-indent: 10px;
  border-bottom: 1px solid #F97744;
}

#right h2 {
  font-size: 1em;
  font-weight: bold;
  color: #F97744;
}

#gallerypage {
  width: 830px;
  height: 480px;
  padding-top: 10px;
  padding-left: 15px;
  margin-left: 100px;
  margin-bottom: 20px;
  background-color: black;

}

#gallerypage h1 {
  color: #F4F4F4;
  font-weight: bold;
  text-align: center;
}

div.shots {
  margin: 10px;
  border: 1px solid white;
  float: left;
 /* padding:3px 3px 3px 3px;*/
  width: 180px;
} 

div.shots:hover {
  border: 1px solid #F97744;
}

div.shots img {
  width: 100%;
  height: auto;
}

div.details {
  padding: 5px;
  text-align: left;
  background-color: black;
  color:white;
  font-size: 14px;
}

/* footer styles */
footer {
  border-top: 1px solid #F97744;
  background-color: black;
  color:white;
  padding-bottom: 10px;
  border-bottom: 1px solid #F97744;
}
