/*----------------------------------------------------------*/
/* Sharps Rifles of Austin Monk MAIN Cascading Style Sheet - main.css  */
/* Author: Steve Pettee, Glacier Web Creative */
/* www.GlacierWebCreative.com */
/*----------------------------------------------------------*/



/* General
------------------------------------------------------------*/
* {
    padding: 0; margin: 0;
    font-family: "Times New Roman";
    }
    
ul {
     list-style: none;
     }

div.spacer20 {
     width: 100%;
     height: 20px;
     }
     
body#main {
    position: relative;
    background: #f0ebeb;
    background: #bbada2;
    }
    
div#wrapper {
     position: relative;
     width: 1100px;
     background: #827366;    /*--- site background ---*/
     margin: 0 auto;
     margin-top: 0px;
     margin-bottom: 0px;
     }
    
    
    
    
/* Header
------------------------------------------------------------*/
div#header {
     position: relative;
     width: 1100px;
     margin: 0 auto;
     }
     
div#header img#main {
     display: block;
     padding: 0px 0 0 0px;
     margin: 0 auto;
     }
     
div#header div#title {
     font-family: "Times New Roman";
     margin: 40px 0 0 0;
     }

div#header div#title h2#title_story {
     margin: 0 0 0 720px;
     font-size: 30px;
     font-weight: 100;
     }
     
div#header div#title p#title_austin {
     margin: -7px 0 0 700px;
     font-family: "Times New Roman";
     font-weight: 200;
     font-size: 60px;
     }     
     
div#header div#title h2#title_life {
     margin: 0 0 0 750px;
     font-size: 30px;
     font-weight: 100;
     }     
     
div#header div#title h2#title_guns {
     margin: 0 0 0 795px;
     font-size: 30px;
     font-weight: 100;
     }     
     
div#header img#book_cover {
     position: absolute;
     top: 300px;
     left: 70px;
     }     
     
div#header img#austin_reloading {
     position: absolute;
     top: 170px;
     left: 350px;   
     }     
     
     
     



/* Navigation
------------------------------------------------------------*/     
div#navigation {
     position: relative;
     width: 1100px;
     margin: 0 auto;
     margin-top: 70px;
     }
     
div#navigation ul {
     position: relative;
     width: 900px;
     height: 42px;
     margin: 0 0 0 685px;
     padding: 0px 0px 0px 0px;
     }
     
div#navigation ul#second_ul {
     margin: 10px 0 0 490px;
     }
     
div#navigation ul li {
     float: left;
     padding: 0 25px 0 0;
     list-style: none;
     }
     
div#navigation ul li a {
     font: 20px "Verdana";
     text-align: center;
     text-decoration: underline;
     color: #dccdbb;    
     }
     
div#navigation ul li a:hover {
     font-weight: italic;
     color: black;
     }
     
div#navigation ul li a#current {
     font-style: italic;
     color: black;
     text-decoration: none;
     }      






/* Content
-------------------------------------------------------------*/     
div#content {
     position: relative;
     width: 1100px;
     margin: 0 0 40px 0;
     }  
    
div#content p {
     width: 750px;
     margin: 0px 0px 0px 180px;
     font-family:  "Times New Roman";
     font-size: 20px;
     font-style: italic;
     font-weight: 500;
     text-align: left;
     text-indent: 30px;
     color: #fbfaf8;
     }
     
div#content p#first_paragraph {
     padding: 50px 0px 0px 0px;
     }
     
div#content p#gun_story {
     width: 100%;
     text-align: center;
     margin: 0 0 15px 0;
     }
     
div#content img#mod74cal45 {
     display: block;
     margin: 0 0 25px 200px;
     }
     
     
div#content p#mod74cal45_desc {
     position: absolute;
     top: 335px;
     left: 200px;
     font: 16px "Verdana";
     color: black;
     font-weight: 800;
     }
     

div#content p#order_paragraph {
     padding: 30px 0px 0px 0px;
     text-align: center;
     text-indent: 0px;
     }     

div#content p#const_paragraph {
     padding: 30px 0px 0px 0px;
     text-align: center;
     text-indent: 0px;
     }     
     


/* Author Page
-------------------------------------------------------------*/      
div#content img#rocking_horse {
     display: block;
     margin: 20px 0 0 20px;
     float: right;
     }    

     
     

/* Pages Page
-------------------------------------------------------------*/     
div#content div#pages img {
     margin: 35px 0 0 125px;
     }
     
div#content div#pages a {
     display: block;
     margin: 7px 0 7px 140px;
     color: #fbfaf8;
     }
     
/* Order Page
-------------------------------------------------------------*/
div#content p#order_paragraph a {
     color: black;
     }

/* Contact Page
-------------------------------------------------------------*/ 
div#content p.contact_cat {
     margin: 8px 0 0 400px;
     } 
     
div#content p.contact_info {
     margin: 0 0 0 460px;
     text-indent: 0;
     }     
     
     

/* Latest News Page
-------------------------------------------------------------*/
div#content p#latest_news {
     width: 750px;
     margin: 60px 0px 0px 180px;
     text-align: center;
     
     }     
     
div#content img#three_rivers_bank {
     display: block;
     margin: 10px 0 0 350px;
     }        
     
div#contact p#phone {
     color: #2a1f19;
     text-decoration: none;
     }

div#contact p#email a {
     color: #2a1f19;
     }






/* Footer
-------------------------------------------------------------*/
div#footer {
    position: relative;
    clear: both;
    width: 1100px;
    margin: 0 auto;
    }   
    
div#footer img {
    display: block;
    }

div#footer p#copyright {
     width: 350px;
     position: absolute;
     left: 750px;
     top: 130px;
     font:  16px  "Georgia","Times New Roman";
     color: #2a1f19;
     font-weight: 700;
     text-align: left;
     }     
  

     
     
     
     
     
     
     
     
     
     
     