@font-face {
    font-family: 'EdwardianRegular';
    src: url('fonts/EdwardianRegular.eot');
    src: local('Edwardian Regular'), url('fonts/EdwardianRegular.woff') format('woff'), url('fonts/EdwardianRegular.ttf') format('truetype'), url('fonts/EdwardianRegular.svg#webfontMyhaOsxe') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
    background-color: #0c0504;
    margin: 0;
    padding: 0;
}

body {
    background: url(background.gif) repeat-x;
    color: #ffffff;
    font: 11px Verdana, sans-serif;
    height: 100%;
    padding: 25px;
}

a {
    color: #ffffff;
}

img {
    border: 0;
}

:focus {
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 10px 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

hr {
    border: none 0;
    border-top: 1px solid #783223;
    height: 1px;
}

p {
    margin: 0 0 10px 0;
}

#wrapper {
    background-color: #ffffff;
    /*border: 10px solid #783223;*/
    margin: 0 auto;
    padding: 10px;
    width: 800px;
}

#sidebar {
    color: #4b4b4b;
    float: right;
    width: 250px;
}

#sidebar a {
    color: #4b4b4b;
    text-decoration: none;
}

#sidebar #logo {
    background-color: #353535;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
}

#sidebar #logo a {
    color: #ffffff;
    font-family: EdwardianRegular;
    font-size: 50px;
}

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

#sidebar ul li {
    border-bottom: 1px solid #dbdbdb;
    font-weight: bold;
    padding: 5px 10px;
}

#sidebar ul li.glitter {
    background-color: #000000 !important;
    background-image: url(/themes/dragoerdans/sparkles.jpg);
}

#sidebar ul li.glitter a {
    color: #ffffff;
    font-family: EdwardianRegular;
    font-size: 30px;
}

#sidebar ul li ul li {
    border-bottom: none;
    font-weight: normal;
    padding: 0px 15px;
}

#title {
    background: #783223 url(headers/9.jpg) no-repeat;
    height: 180px;
    font-family: EdwardianRegular;
    font-size: 50px;
    padding: 10px 10px 10px 250px;
    width: 280px;
}

#content {
    background-color: #4b4b4b;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2em;
    min-height: 350px;
    padding: 20px;
    width: 500px;
}

#content .thumbnail img {
    border: 1px solid #ffffff;
}

#footer {
    width: 800px;
    margin: 0 auto;
    padding: 10px 10px 30px 10px;
    text-align: center;
}

#mrwebber img, #bjarnepape img, #danceforlife img {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    opacity: 0.25;
}

#mrwebber:hover img, #bjarnepape:hover img, #danceforlife:hover img {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

