/* This is a style sheet for Smyth Custom Knives */

/* color scheme:
    #000099 - navy
    #7F73E9 - purplish background
    #7F97AF - gray-ish blue 
    */

body  {font-size: 1em;
           color: #000099;
           text-align: left;                    
           font-family: verdana, arial, times, helvetica, sans-serif;
           background-color: #7F73E9;   /* purplish */
           } 
					 
div.heading {font-size: 24pt;
						 color: #1D0B96;
             text-align: center;}

span.bold  {font-weight: bold;}

/* style for sidenav */
span.sub   {font-size: .75em;
            font-weight: normal;
           }

a {text-decoration: none;}

a:link       {color: #000000;}
a:visited    {color: #0000ff;}
a:active     {color: #ff0000; background-color: #ffff00;}
a:hover      {color: #7F73E9; background-color: #ffffff; text-decoration: underline;}


/* next 3 style is for links page */
dd {color: #000099;
       font-family: times;
       font-size: .95em;
     }
 div.links  {font-weight: bolder;
         left-margin: 20px;        
      }
div.margins {margin-left: 20pt;
                    margin-right: 20pt;}

/* Small SCK logo in the corner that refreshes  */
p.logo {margin-bottom: -80px; text-decoration: none;}

 h1, h3 {color: #1D0B96;
         text-align: center;}
 h2 {color: #6633CC; 
     top-margin: -20px; 
		 bottom-margin: -10px;
		 text-align: center;}
 
table, td {align: center;
       background-color: #7F73E9; /* gray-ish blue */
       }  

/* style for knife info page  */
.geninfo {color: #333333; 
              text-align: center; 
              font-size: 1.3em; 
              font-family: Times;
              margin-left: 25px;
              margin-bottom: -5px; 
              top-margin: -5px;
             }

p.first-line {color: #333399;
                font-size: 1.3em;
                margin-left: 40px;
                }

/* All the other General Information paragraphs on links page */
.info2 {color: #000099;	 
        margin-left: 15px;
        width: 90%;
        }

/* info that is bordered on Main Index page and Contact page */
.box {size: 1.5em;
      text-align: center; 
      text-weight: 500;
      border: border-width: 10pt; 
      border-style: double; 
      border-color: #1D0B96;
      padding-bottom: 30px;
      padding-top: 30px;
      padding-right: 10px;
      padding-left: 10px;
      }

.showurl {font-size: .85em; color: #000000;}

.footer {text-align: center; font-size: 12px; color: #000000;}
.footer a:hover {background: #000099; color: #ffffff;}
.gray {text-align: center; font-size: 12px; color: #363636;}