

html, body {
height: 100%;
}


body {
position:relative;
background: #f6f0dd url('../images/bgbody.jpg') no-repeat fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover; 
background-size: cover;
margin:25px; 
color: #275231;
font-family: 'Book Antiqua',serif;
font-size: 11pt;
line-height: 20px;
}

#wrap {
background: transparent url('../images/bg.gif');
border: 1px solid #275231;
width: 950px;
margin: 0 auto 25px;
}

#header {
display: block;
position: relative;
height: 225px;
padding: 0px;
margin-bottom: 25px;
background: transparent url('../images/header.jpg') 0 0 no-repeat;
z-index: 5;
}

.logo {
position: relative;
padding: 0;
z-index: 999;
}

#main {
display: table;
clear: both;
z-index: 1;
}

#left {
float: left;
width: 195px;
}

.menu {
padding: 0;
}

.menu ul {
list-style: none;
margin: 0;
padding: 0px 20px 0px 20px;
}

.menu-main li {
display: block;
margin-bottom: 10px;
}

.menu-main a {
color: #aebba4 !important;
font-family: Arial,Verdana,Helvetica;
font-size: 11px;
font-weight: bold;
letter-spacing: 2pt;
text-transform: uppercase;
padding: 5px;
text-decoration: none;
}

.menu-main li a:hover, ul.menu-main li.active a {
color: #ebd99f !important;
}

.menu ul li ul {
margin-top: 5px;
}

.menu-main li li a {
text-transform: none;
letter-spacing: 1pt;
color: #aebba4 !important;
}

#content {
float: right;
background: #f6f0dd;
margin: 0px 25px 25px 0px;
padding: 60px 80px;
width: 570px;
min-height: 350px;
}

.item-page {
clear: both;
}

ul {
margin: 0;
padding: 0;
list-style: none;
}

a, a:visited {
color: #668669;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
color: #436d4c;
-webkit-transition : color 0.4s ease-in-out;
-moz-transition : color 0.4s ease-in-out;
-ms-transition : color 0.4s ease-in-out;
-o-transition : color 0.4s ease-in-out;
transition : color 0.4s ease-in-out;
}

h1 {
font-size: 110%;
font-weight: bold;
}

.sig {
padding-left: 400px;
padding-top: 10px;
padding-bottom: 20px;
}

.sig-small {
font-size: 85%;
}

.pull-right, .pagenavcounter {
display: none;
}

.pager {
float: right;
padding-top: 5px;
clear: both;
}

.pager li {
color: transparent;
}

.pager li a {
display: block !important;
}

.headerRow {
display: none;
}

.row {
padding: 20px 0;
}

.mp3browser div.row div:not(.separator), .mp3browser div.headerRow div:not(.separator) {
float: none !important;
}

.bottom {
border-top: 1px solid #ccc;
    clear: both;
    display: block;
    margin: 90px 0 0 !important;
    padding: 5px 0 0;
}