/*
   IT 270 Final Project 

   Colorado Prairie Initiative Style Sheet
   Author: Conor Moore
   Date:   11/7/2015

*/


body {
   background: black url(prairiesky.png) fixed right top no-repeat;
   background-size: cover;
}

/* Header styles */

header h1 {
   font-size: 48px;
   color: black;
   font-weight: bold;
   text-shadow: white 5px 5px 10px;
   text-align: center;
   clear: right;
}

header h2 {
   font-size: 30px;
   color: rgb(212, 212, 211);
   font-weight: bold;
   text-shadow: red 0px 0px 10px;
   text-align: center;
}

h3 {
   text-align: center;
   color: red;
   font-weight: bold;
   font-size: 18px;
}

h4 {
   text-indent: 20px;
   color: black;
   font-weight: bold;
   font-size: 16px;
}

h5 {
   color: red;
   font-size: 12px;
}

/* Specialty text styles */

body em {
   color: red;
}

body a {
   color: rgb(115, 115, 115);
   text-decoration: none;
}

/* Navigation styles */

nav li {
   font-size: 18px;
   float: left;
   text-align: center;
   width: 200px;
   background-color: rgba(0, 0, 0, .7);
   color: rgb(212, 212, 212);
   border: 2px solid white;
   margin: auto;
}

/* Main article styles */

article.mainarticle {
   display: block;
   float: left;
   margin: 20px 100px;
}

/* Specialty section styles */

.toplevel {
   margin: auto;
   text-align: center;
}

section.smallarticle {
   display: block;
   width: 575px;
   float: left;
   margin: 10px 50px;
   border: 2px solid rgb(212, 212, 212);
   box-shadow: black 5px 5px 15px, black -5px -5px 15px;
   background-color: rgba(255, 255, 255, .5);
}

/* Quote style */

blockquote {
   font-style: italic;
   color: rgb(142, 35, 35);
}

/* List Styles */

ol li {
   list-style-type: none;
}

.news li {
   color: rgb(70, 130, 180);
   font-weight: 500;
   line-height: 48px;
   font-size: 18px;
}
   

/* Pawnee article style */

#pawnee2 {
   float: none;
   margin: 100px auto;
}

/* Style rules for paragraphs with images */

p>img {
   width: 322px;
   height: 215px;
   float: left;
}

p.withpic {
   float: left;
   clear: left;
}

footer {
   background-color: white;
   background-color: rgba(255,255,255,.5);
   font-weight: bold;
   font-variant: small-caps;
   text-align: center;    
   clear: left;
}

