


/* REMEMBER TO ADD ATTRIBUTES TO ALL AFFECTED TAGS WHEN YOU CHANGE ANY DEFAULT TAG VALUES!!! */


/* ## BODY TAGS ## */

/* Background image and style */
body {
      background-image: url(images/common/mauve.gif); 
      background-attachment: fixed; 
      }

/* Main table */
.main {
       width: 900px;
       margin: 15px auto 15px auto;
       background-image: url(images/common/linen.gif);
       } 

       
        
             
/* ## P TAGS ## */

/* Font style */
p {
   font-family: verdana, arial, helvetica, sans-serif; 
   color: #53453f;
   font-size: 11pt; 
   text-align: center;
   line-height: 1.4em;
   }
/* p line-spacing was -.02em */   
       
/* Use for large arial text */
.arial {
        font-family: arial, helvetica, sans-serif; 
        font-size: 12pt;
        font-weight: bold;
        }
         
/* Page titles */
.title {
        font-family: arial, helvetica, sans-serif;
        font-size: 18pt; 
        font-weight: bold;
        font-variant: small-caps;
        letter-spacing: 0em;
        word-spacing: 0em; 
        }

/* Sub titles of gallery and links - the purple ones */
.sub {
      font-family: arial, helvetica, sans-serif;
      color: #fffaeb;
      font-size: 14pt; 
      font-weight: bold;
      letter-spacing: 0em;
      word-spacing: 0em; 
      }

/* Use for gallery text with pics to the left - used in new wider website ver */      
.galleryleft {
   font-weight: bold;
   text-align: left;
   }   
   
/* Use for gallery text with pics to the right - used in new wider website ver */      
.galleryright {
   font-weight: bold;
   text-align: right;
   }      
      
      
/* ## A TAGS ## */

/* Links - default ones */
a:link {
        font-family: verdana, arial, helvetica, sans-serif; 
        color: #804141; 
        font-size: 11pt; 
        text-decoration: underline;
        }

a:visited {
           font-family: verdana, arial, helvetica, sans-serif; 
           color: #804141; 
           font-size: 11pt; 
           text-decoration: underline; 
           }
                            
a:hover {
         font-family: verdana, arial, helvetica, sans-serif; 
         color: #79655c; 
         font-size: 11pt; 
         text-decoration: underline; 
         }
             
/* Category links */
a.category:link {
                 font-family: arial, helvetica, sans-serif;
                 color: #53453f; 
                 font-size: 13pt;
                 font-weight: bold;
                 text-decoration: none; 
                 letter-spacing: 0em;
                 word-spacing: 0em;  
                 }

a.category:visited {
                    font-family: arial, helvetica, sans-serif;
                    color: #53453f; 
                    font-size: 13pt; 
                    font-weight: bold;
                    text-decoration: none; 
                    letter-spacing: 0em;
                    word-spacing: 0em;
                    }
                            
a.category:hover {
                  font-family: arial, helvetica, sans-serif;
                  color: #79655c; 
                  font-size: 13pt; 
                  font-weight: bold;
                  text-decoration: none; 
                  letter-spacing: 0em;
                  word-spacing: 0em; 
                  }                          
              
/* Back to top links */
a.back:link {
             font-family: arial, helvetica, sans-serif; 
             color: #804141; 
             font-size: 11pt; 
             font-weight: bold;
             text-decoration: none; 
             }

a.back:visited {
                font-family: arial, helvetica, sans-serif; 
                color: #804141; 
                font-size: 11pt;
                font-weight: bold;
                text-decoration: none;  
                }
                            
a.back:hover {
              font-family: arial, helvetica, sans-serif; 
              color: #79655c; 
              font-size: 11pt;
              font-weight: bold;
              text-decoration: none;   
              }
              
/* Changes blue image link borders to black ones! */
a img {
       border-color: #000000; 
       }
       
/* Makes any image links in this class borderless */       
a.title img {
             border: none;
             }



             
/* ## Navbar buttons ## */
div.menuBar,
div.menuBar a.menuButton,
div.menuBar a.current {
					   font-family: verdana, arial, helvetica, sans-serif;
					   font-size: 13px;
					   font-weight: bold;
					   }

div.menuBar {
  			 background-color: transparent;
			 padding: 6px 2px 6px 2px;
			 text-align: center;
			 }

div.menuBar a.menuButton {
						  padding: 6px 10px 6px 10px;
						  border-width: 1px;
						  border-color: #ffe #aaab9c #ccc #fff;
						  border-style: solid;
						  color: #f4efe1;
						  text-decoration: none;
						  background: #a0857a;
						  }		
						  
div.menuBar a.current {
					   padding: 6px 10px 6px 10px;
                       border-width: 1px;
                       border-color: #ffe #aaab9c #ccc #fff;
                       border-style: solid;
                       color: #a0857a;
                       text-decoration: none;
                       background: #f4efe1;
                       }		

div.menuBar a.menuButton:hover {
							    color: #a0857a;
								background: transparent;
								border-color: #aaab9c #fff #fff #ccc;
								}
								
div.menuBar a.current:hover {
						     color: #a0857a;
                             background: transparent;
                             border-color: #aaab9c #fff #fff #ccc;
                             }	
                          
/* ##End of navbar buttons */
