 /*
Theme Name:TAN
Theme URI: http://www.creativedistortion.com/freetemp.html
Version: 1.0
Author: Norrash*/ 



html{height: 100%;}


body {
    
    min-width: 760px;
    background-color:#606060;
    background: #cdceae url('http://www.creativedistortion.com/images/tanbk.png') repeat-x; 
    padding: 0px;
    margin: 0px;
    font-size: 90%;
    color: #cde3d0;
    font-family: Arial,Helvetica,sans-serif;
    text-align:center;
 } 
 
 
#header {

    background:#7b6647 url('http://www.creativedistortion.com/images/womanhd.jpg') no-repeat;
    padding: 0px;
    width: 760px;
    height: 140px;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
     border-color: #945242;
    color:#71604c;
    }

#header h1{ 
   background-color: transparent;
   margin-top: 75px;
   margin-left:175px;
   color: #925543;
   }  

 

/******TOP NAVIGATION ****/
#links {

  padding: 9px 0px 3px 19px;
  width: 735px;
  text-align: right;
  font-size:.9em;
  height: 20px;
}

a:link {
    color: #f1c867;
    text-decoration: none;
    
}
a:visited {
    color: #b79059;
    text-decoration: none;
    
}
a:hover {
    color:#c8c8a6;
    background: #cc7629;
    text-decoration: none;
    cursor: e-resize;
     background-color:#905746;
}

/*****CONTENT******/
#main {
     width: 760px;
     background-color:#7b6647;
     margin-left: auto;
     margin-right: auto;
     margin-top: 0px;
     font-size:1.1em;
     font-family: Arial,Helvetica,Sans-Serif;
     color: #b38b4e;
     text-align: center;
     line-height: 1.7em;
     }

 p {
     padding: 10px;
     font-family: Arial,Helvetica,Sans-Serif;  
     font-size: 1.0em;
     color: #b38b4e;
     background-color:#7b6647;
}


h1{ 
   font-family: Arial,Helvetica,Sans-Serif;
   font-size: 1.2em;
   color:#000000;
   background-color:#7b6647;
    
}
 h3 {
   position: relative; 
    margin-left: auto;
    margin-right: auto;
    text-align : center ;
    font-size:1.3em;
    color:#a1a268;
}

 /***Footer**/ 
 #footer{
   background-color:#7b6647;
   padding: 5px;
   margin: 0;
   text-align:center;
   font-family: Arial,Helvetica,Sans-Serif;
   font-size: 0.9em;
   color:#b38b4e;
   border-top: 1px solid;
   border-left: 1px solid;
   border-right: 1px solid;
   border-bottom: 1px solid;
   border-color: #b58668;
}
 
 
/*the 'Horizontal Rule*/ 
.rule {
       border-top-width: 1px;
       border-top-style: dashed;
       border-color:#b38b4e;
       margin: 2%;}


 

#menu a, #menu a:visited {
  position:relative;
  text-decoration:none; 
  text-align:center; 
  background-color:#000000; 
  color:#ffffff; 
  display:inline; 
  width:5em; 
  border:2px solid ;
  border-color:#ddeeff #667788 #334455 #ccddee;
  padding:0.25em;
  margin:0.5em auto;
  }

#menu a:hover {
  top:2px;
  left:2px;
  color:#fff;
  border-color:#334455 #ccddee #ddeeff #667788;
  }


