﻿
/*
CSS for shoshone furniture company site
*/
body {
    margin-left: 0px;
    margin-top: 260px;
    font-family: Gowdy Old Style;
    
    width: 100%;

    
}


#header {
    
    background: url(gallery1/bisonheader1.jpg) repeat-x top left;
    padding-top: 36px;
    padding-right: 0px;
    padding-left: 30px;
    padding-bottom: 50px;
    margin: 0px; 
    line-height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
  

}
   
   
 
#navigation {

    position: fixed;
    width: 100%;
    top: 86px;
    background: url(gallery1/navibkgrd6.gif) repeat-x top left;
    word-spacing: 2.5em;
    font-size: x-large;
    line-height: 50%;
    text-align: center;
   
    
        
}



#tagline {
    
    margin: 0px;
    font-style: normal;
    font-family: Georgia, Times, serif;
    font-size: medium;
    color: blue;
    letter-spacing: .04em;
    word-spacing: .1em;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
 
    text-align: center;
    line-height: 100%;
/*
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black; 
*/
}



#bodycontent {
     background-color: rgba(231,197,118,1);
     border: 8px ridge darkslategray;
     border-top-left-radius: 85px 65px;
     border-top-right-radius: 85px 65px;
     width: 830px;
     margin-left: auto; 
     margin-right: auto;  
     margin-bottom: 120px;
}
   
#bdyconbdr {
    position: absolute;   
    top: 120px;
    left: 0px;
    padding: 0px;
     
}

#floatP {
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 800px;
    line-height: 10%;
    padding: 0px; 
        
}
h1 {
    font-family: Goudy Old Style;
    font-size: 200%;
    line-height: 100%;
    color: black;
    font-weight: bold; 
    padding-top: 10px;
    padding-bottom: 20px;
 
/*

    border-top: 1px solid brown;
    border-right: 1px solid brown;
    border-bottom: 1px solid brown;
    border-left: 1px solid brown;
 
*/   

}

h2 {
    color: black;
    font-family: Gowdy Old Style;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 11px;
    margin-bottom: 15px;
    text-align: center;
    width: 500px;
    letter-spacing: .05em;
/*
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 400px;

  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
*/

}

h3 {
    color: black;
    font-family: Gowdy Old Style; 
    font-size: medium;
    font-weight: normal;
   
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    
    letter-spacing: .04em;
    word-spacing: .09em;
/*
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
*/
}

h4 {
    color: black;
    font-style: normal;
    font-family: Gowdy Old Style;
    
    font-size: small;
    letter-spacing: .02em;
    word-spacing: .04em;
    
    line-height: 90%;
    
/*   

    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    
*/   
 
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 330px;

}


h5 {
    font-family: Gowdy Old Style;
    font-size: x-small;
    line-height: 100%;
    
}
    
h6 {
    width: 100%; 
    font-size: small;
    color: black;      
    font-family: Gowdy Old Style;
    word-spacing: .09em;
    line-height: 100%;
    
}

p {
    font-style: normal;
    font-size: small;
    color: black;
    width: 100%;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
   
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    
       
    line-height: 150%;
    text-indent: 5%;
    
/* 
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
*/
}


ul {
    
    padding: 0;
    margin: 0;
    text-align: center;
    
}	
li {
    padding-top: 50px;
    font-size: small;
    list-style-type: none;
    line-height: 150%;
}
a {
  
  font-style: normal;
  font-size: medium;
  font-weight: bold;
  text-decoration: none;
  margin: 0px;
  line-height: 150%;
  padding: 0px;

}

a:link {
  color: blue;
}
a:visited {
  color: Red;
}
a:hover {
  color: aqua; 
}
a:active {
  color: yellow; 
}

.nudged {
  position: relative;
  top: 30px;
  color: white;
}

.strong {
  color: red;
  font-family: Georgia, Times, serif;
  letter-spacing: .15em;
  word-spacing: .3em;
  font-weight: bold;
  font-style: italic;
  padding-top: 50px;
  font-size: x-large;
}

.fun {
  color: navy;
  font-family: Georgia, Times, serif;
  letter-spacing: .15em;
  word-spacing: .3em;
  font-weight: bold;
  font-style: italic;
  padding-top: 50px;
  font-size: large;
}

.signature {
  font-weight: bold;
  font-style: italic;
  font-size: small;
  font-family: Goudy Old Style;
  /*border: 1px solid black;*/
  letter-spacing: .05em;
  word-spacing: .01em;
  padding-top: 30px;
  margin-bottom: 30px;
  margin-left: 45%;
  line-height: 180%;
}

.expand {
  line-height: 250%;
  color: silver;
}


.photocredit {
  font-family: Arial;
  font-size: small;
  border-top: 0px double silver;
  border-bottom: 0px double silver;
  border-left: 0px double silver;
  border-right: 0px double silver;
  font-weight: normal;
  color: black;
  text-align: left;
  margin-left: 0px;
  margin-right: 0px; 
  padding: 0px;
  
   
  
  
}
.rdcor2 {

    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 640px;
    
    
    
    
    padding-top: 3px;
    padding-right: 0px;  
    padding-bottom: 40px;
    padding-left: 0px;
    background: url(gallery/rdcorn800T.gif) no-repeat bottom right;
    
}
.rdcor2B { 

    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 640px; 
    padding-top: 7px;
    padding-right: 0px;  
    padding-bottom: 0px;
    padding-left: 0px;
    
    background: url(gallery/rdcorn800.gif) no-repeat bottom right;
    
}



.feature1 {

  float: left;
  clear: left;  
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  line-height: 100%;
/*
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
*/
  padding: 0px;
  background: url(gallery/rug-1.jpg) no-repeat;
  display: inline;

  border-top: 5px solid #330000;
  border-bottom: 5px solid #330000;
  border-left: 5px solid #330000;
  border-right: 5px solid #330000;
/*  
  border: #aa4411 solid 5px;
*/

}
   

.feature2 {
  float: right;
  clear: right; 
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  line-height: 100%;
/*
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
*/
  padding: 0px;
  background: url(gallery/rug-2.jpg) no-repeat;
  display: inline;
 
  border-top: 5px solid #330000;
  border-bottom: 5px solid #330000;
  border-left: 5px solid #330000;
  border-right: 5px solid #330000;

}

.feature3 {
  float: left;
  clear: left;
  margin-top:  0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  line-height: 80%;
  padding: 0px;
}

.feature4 {
  float: right;
  clear: both;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  line-height: 80%;
  padding: 0px;
 }

.feature5 {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  clear: both;
  line-height: 50%;
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
/*  
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
*/

}
