@import url(common.css);
@import url(banners.css);
@import url("/style/public/lightbox.css");
body {
   background: white;
   color: black;
   margin-top: 50px;
}

h1 {
   float: left;
   margin: 7px 0 12pt 4px;
   top: 0;
}

#tag {
   float: right;
   *float: none;
   text-align: right;
   margin: 3px;
   padding: 0;
   text-transform: uppercase;
   font-weight: normal;
   color: #959595;
   font-size: 14px;
   line-height: 12pt;
}

#nav {
   clear: right;
   float: right;
   padding: 0;
   margin: 12px 0 6px 0;
   list-style: none;
   font-size: 16px;
}

#nav li {
   display: block;
   float: left;
   margin: 7px 0.6em 1px 0.3em;
   padding-top: 3px;
   padding-bottom: 5px;
}

#nav li.active {
   border-bottom: 1px solid #ed145b;
   margin-bottom: 0;
   _margin-bottom: 1px;
}

#nav a {
   display: block;
   text-decoration: none;
   min-height: 1.8em;
}

#nav b {
   text-transform: lowercase;
   color: #959595;
   display: block;
}
#nav br { display: none; }

#nav em {
   font-style: normal;
   text-transform: uppercase;
   color: #ed145b;
   font-size: 10px;
   line-height: 10px;
   display: block;
}

#content {
   background: #ededed url(/i/bg.png) left bottom no-repeat;
   color: #3b3b3b;
   clear: both;
   padding: 10px 30px;
}
#page {
   min-height: 450px;
}

#clear { clear: both; }

#footer {
   clear: both;
   background: black;
   color: white;
   padding: 8px 30px;
   margin: 40px -30px 0;
}
#footer #location {
   float: right;
}

h1 a, #nav a { border: none !important; }

