Code:
/* begin Page */
body, p
{
margin: 0.5em 0;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
text-align: justify;
}
body
{
margin: 0 auto;
padding: 0;
color: #454C43;
background-color: #5E5C43;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.art-postheader, .art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover,
.art-blockheader .t, .art-vmenublockheader .t, .art-logo-text, .art-logo-text a,
h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover
{
text-decoration: none;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
font-size: 28px;
text-align: left;
}
a,
.art-post li a
{
text-decoration: underline;
color: #8B7D46;
}
a:link,
.art-post li a:link
{
text-decoration: underline;
color: #8B7D46;
}
a:visited, a.visited,
.art-post li a:visited, .art-post li a.visited
{
color: #323630;
}
a:hover, a.hover,
.art-post li a:hover, .art-post li a.hover
{
text-decoration: none;
color: #B7951A;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
margin: 0.67em 0;
color: #4D544A;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
margin: 0.8em 0;
font-size: 22px;
color: #666F62;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
margin: 1em 0;
font-size: 18px;
color: #8B7D46;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
margin: 1.25em 0;
font-size: 16px;
color: #575F54;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
margin: 1.67em 0;
font-size: 14px;
color: #575F54;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
margin: 2.33em 0;
font-size: 14px;
color: #575F54;
}
h1 a, h1 a:link, h1 a:visited, h1 a:hover,
h2 a, h2 a:link, h2 a:visited, h2 a:hover,
h3 a, h3 a:link, h3 a:visited, h3 a:hover,
h4 a, h4 a:link, h4 a:visited, h4 a:hover,
h5 a, h5 a:link, h5 a:visited, h5 a:hover,
h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
margin:0;
}
#art-main
{
position: relative;
width: 100%;
left: 0;
top: 0;
cursor:default;
}
.cleared
{
float: none;
clear: both;
margin: 0;
padding: 0;
border: none;
font-size: 1px;
}
form
{
padding: 0 !important;
margin: 0 !important;
}
table.position
{
position: relative;
width: 100%;
table-layout: fixed;
}
/* end Page */
/* begin Box, Sheet */
.art-sheet
{
position: relative;
z-index: 0;
margin: 0 auto;
width: 996px;
min-width: 23px;
min-height: 23px;
}
.art-sheet-body
{
position: relative;
z-index: 1;
padding: 10px;
}
.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc,.art-sheet-cr, .art-sheet-cl
{
position: absolute;
z-index: -1;
}
.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl
{
width: 22px;
height: 22px;
background-image: url('images/sheet_s.png');
}
.art-sheet-tl
{
top: 0;
left: 0;
clip: rect(auto, 11px, 11px, auto);
}
.art-sheet-tr
{
top: 0;
right: 0;
clip: rect(auto, auto, 11px, 11px);
}
.art-sheet-bl
{
bottom: 0;
left: 0;
clip: rect(11px, 11px, auto, auto);
}
.art-sheet-br
{
bottom: 0;
right: 0;
clip: rect(11px, auto, auto, 11px);
}
.art-sheet-tc, .art-sheet-bc
{
left: 11px;
right: 11px;
height: 22px;
background-image: url('images/sheet_h.png');
}
.art-sheet-tc
{
top: 0;
clip: rect(auto, auto, 11px, auto);
}
.art-sheet-bc
{
bottom: 0;
clip: rect(11px, auto, auto, auto);
}
.art-sheet-cr, .art-sheet-cl
{
top: 11px;
bottom: 11px;
width: 22px;
background-image: url('images/sheet_v.png');
}
.art-sheet-cr
{
right: 0;
clip: rect(auto, auto, auto, 11px);
}
.art-sheet-cl
{
left: 0;
clip: rect(auto, 11px, auto, auto);
}
.art-sheet-cc
{
position: absolute;
z-index: -1;
top: 11px;
left: 11px;
right: 11px;
bottom: 11px;
background-color: #FFFECE;
}
.art-sheet
{
margin-top: 10px !important;
cursor:auto;
}
#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
min-width: 996px;
}
/* end Box, Sheet */
/* begin Header */
div.art-header
{
margin: 0 auto;
position: relative;
z-index: 0;
width: 976px;
height: 104px;
overflow: hidden;
}
div.art-header-jpeg
{
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 976px;
height: 104px;
background-image: url('images/header.jpg');
background-repeat: no-repeat;
background-position: center center;
}
/* end Header */
/* begin Menu */
/* menu structure */
.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
text-align: left;
text-decoration: none;
outline: none;
letter-spacing: normal;
word-spacing: normal;
}
.art-menu, .art-menu ul
{
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
display: block;
}
.art-menu li
{
margin: 0;
padding: 0;
border: 0;
display: block;
float: left;
position: relative;
z-index: 5;
background: none;
}
.art-menu li:hover
{
z-index: 10000;
white-space: normal;
}
.art-menu li li
{
float: none;
}
.art-menu ul
{
visibility: hidden;
position: absolute;
z-index: 10;
left: 0;
top: 0;
background: none;
}
.art-menu li:hover>ul
{
visibility: visible;
top: 100%;
}
.art-menu li li:hover>ul
{
top: 0;
left: 100%;
}
.art-menu:after, .art-menu ul:after
{
content: ".";
height: 0;
display: block;
visibility: hidden;
overflow: hidden;
clear: both;
}
.art-menu, .art-menu ul
{
min-height: 0;
}
.art-menu ul
{
background-image: url(images/spacer.gif);
padding: 10px 30px 30px 30px;
margin: -10px 0 0 -30px;
}
.art-menu ul ul
{
padding: 30px 30px 30px 10px;
margin: -30px 0 0 -10px;
}
div.art-nav-center
{
position: relative;
float: right;
right: 50%;
}
ul.art-menu
{
position: relative;
float: left;
left: 50%;
}
.firefox2 ul.art-menu
{
float: none;
}
/* menu structure */
.art-menu
{
padding: 12px 6px 0 6px;
}
.art-nav
{
position: relative;
height: 41px;
z-index: 100;
}
.art-nav .l, .art-nav .r
{
position: absolute;
z-index: -1;
top: 0;
height: 41px;
background-image: url('images/nav.png');
}
.art-nav .l
{
left: 0;
right: 0;
}
.art-nav .r
{
right: 0;
width: 976px;
clip: rect(auto, auto, auto, 976px);
}
/* end Menu */
/* begin MenuItem */
.art-menu a
{
position: relative;
display: block;
overflow: hidden;
height: 29px;
cursor: pointer;
text-decoration: none;
}
.art-menu ul li
{
margin:0;
clear: both;
}
.art-menu a .r, .art-menu a .l
{
position: absolute;
display: block;
top: 0;
z-index: -1;
height: 87px;
background-image: url('images/menuitem.png');
}
.art-menu a .l
{
left: 0;
right: 4px;
}
.art-menu a .r
{
width: 408px;
right: 0;
clip: rect(auto, auto, auto, 404px);
}
.art-menu a .t
{
margin-right: 10px;
margin-left: 10px;
color: #DDE0DC;
padding: 0 19px;
margin: 0 4px;
line-height: 29px;
text-align: center;
}
.art-menu a:hover .l, .art-menu a:hover .r
{
top: -29px;
}
.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
top: -29px;
}
.art-menu li:hover a .l, .art-menu li:hover a .r
{
top: -29px;
}
.art-menu a:hover .t
{
color: #3E443C;
}
.art-menu li:hover a .t
{
color: #3E443C;
}
.art-menu li:hover>a .t
{
color: #3E443C;
}
.art-menu a.active .l, .art-menu a.active .r
{
top: -58px;
}
.art-menu a.active .t
{
color: #111311;
}
/* end MenuItem */
Bookmarks