/* 
    Trout123 Style Sheet
    
    Author: Bruce Enever
    Date: 29 Jan 2012
    
*/


@font-face {
   font-family: 'NobileRegular';
   src: url('nobile-webfont.eot');
   src: local('?'), 
        url('nobile-webfont.woff') format('woff'), 
        url('nobile-webfont.ttf') format('truetype'), 
        url('nobile-webfont.svg#webfontsKo9tqe9') format('svg');
}

/* Body Styles */

body{
    background-color: white;
    font-family: NobileRegular, Verdana, Geneva, sans-serif;
    line-height: 1.4em
}

/* Heading Styles */

h1{
    background-color: rgb(125,186,240);
    color: white;
    font-size: 1.7em;
    letter-spacing: 0.4em;
    line-height: 1.8em;
    text-indent: 1em;
    text-align: center;
}

h2 {
    background-color: rgb(0,165,0);
    color: white;
    color: rgba(255,255,255,0.8);
    letter-spacing: 0.4em;
    line-height: 1.8em;
    text-indent: 1em;
    text-align: center;
}

/* Navigation List Styles*/

nav ul {
    background-color: rgb(125,186,240);
    line-height: 3.5em;
    list-style-type: none;
    padding-left: 0.5em
}


nav ul li:hover {
    background-color: rgb(83,142,213)
}

nav ul li:first-of-type {
    text-transform: uppercase;
}

nav ul li a {
    color: white;
    text-decoration: none;
}


/* Section Styles*/

section p.closing {
    color: rgb(0,165,0);
    text-align: right;
}


/*  footer styles */

footer address{
    background-color: rgb(0,165,0);
    color: white;
    color: rgba(255,255,255,0.8);
    font: normal small-caps 1.5em/4em Times New Roman, Times, Serif;
    text-align: center
}