﻿/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

div.art-logo
{
  display: block;
  position: absolute;
  top: 59px;
  left: 20px;
  margin-left: 0px;
  width: 720px;
}

h1.art-logo-name
{
  display: block;
  text-align: left;
  font-family: "Lucida Calligraphy","Apple Chancery",Arial, Helvetica, Sans-Serif;
  font-size: 42px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
  color: #EFAF2E !important;
}

h2.art-logo-text
{
  display: block;
  text-align: left;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  color: #E2DFDA !important;
}

.art-hmenu a .t, .art-hmenu ul a, .art-hmenu a:link, .art-hmenu a:visited, .art-hmenu a:hover
{
  visibility: hidden;  
  font-weight: bold;
  font-size: 11px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

