html {
    background-color: #6A342A;
}

body {
    font-family: verdana, sans-serif;
    font-size: 10pt;
    color: #fff;
}
a {
    color: #eeee99;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#wrapper {
    background: #ba8731 url(../images/background.gif);
}
#header {
}
#header .header {
    background: url(../images/header.jpg);
    height: 91px;
}
#header .shadow {
    background: url(../images/header-shadow.jpg);
    height: 8px;
}
.mod_navigation {
    padding: 11px;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.mod_navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mod_navigation li {
    padding: 2px 5px;
    display: inline;
}
.mod_navigation p {
    display: inline;
}
.mod_navigation .active {
    color: #f79321;
}
.mod_navigation a {
    color: #fff;
    text-decoration: none;
}
.mod_navigation a:hover {
    text-decoration: underline;
}
.mod_breadcrumb, #language {
    color: #000000;
    font-size: 8pt;
    font-family: arial, verdana, sans-serif;
    margin: 6px 0;
}
.mod_breadcrumb, #container {
    width: 680px;
    margin: auto;
}
.mod_article {
}
#main {
    min-height: 350px;
}
#language {
    text-align: right;
    float: right;
}
#introduction .image_container {
	margin: auto;
	text-align: center;
}
#right {
    padding-left: 20px;
}
#main p {
    margin-bottom: 15px;
}
#footer {
    margin-top: 15px;
    color: #f79321;
    font-size: 8pt;
    text-align: center;
    text-transform: lowercase;
/*    font-variant: small-caps; */
    background-color: #6a342a;
}
#footer .bd {
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
}
#footer .bd a {
    color: #fff;
}
.mod_navigation {
    background-color: #6a342a;
}
h2 {
    font-size: 11pt;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-bottom: 3px;
    color: #fff666;
}
h3 {
    clear: none;
    font-size: 9pt;
    font-weight: normal;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    color: #fff999;
}
li {
}
p {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: justify;
}
.ce_form label {
    font-weight: bold;
}
.ce_form .checkbox_container label {
    display: inline;
    font-weight: normal;
}
.mod_links .link {
    clear:both;
}
.mod_links .image {
    width: 130px;
    float: left;
}
.img_container {
    text-align: center !important;
    margin: auto !important;
}
.image_container img, #main img {
    background-color: #fff;
    padding: 2px;
    border: 1px solid #c2c5ca;
}
.mod_links .text {
}
.layout_full .info, .layout_latest .info {
    font-size: 8pt;
    padding: 3px 0;
    margin: 0;
}
.layout_full h2, .layout_latest h2 {
    margin: 0;
    padding: 0;
    font-size: 11pt;
}
.layout_simple .item {
    margin-bottom: 20px;
}

/* Catalog */
.list_search {
    margin-bottom: 10px;
}

/* Artists */

.artist_listing {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.listing .image_container {
    float: left;
    margin-right: 10px;
}

.listing, .album_listing {
    clear: both;
}


.listing .image_container, .album_listing .image_container {
    margin-bottom: 10px;
}

.album_listing .text_container {
    float: right;
    width: 500px;
}

#album-detail .text_container {
	width: 340px;
	float: left;
}

#album-detail .image_container {
	text-align: right;
}

#album-detail .image_container img {
    margin-bottom: 10px;
}

#album-detail .back {
	clear: both;
}

.artist {
    clear: both;
    padding-bottom: 10px;
}

.artist .image_container {
    float: left;
}

.artist .text_container {
    float: right;
    width: 500px;
}

.artist .flag {
    float: right;
}

.artist_listing .flag {
    width: 33px;
    height: 20px;
}

.flag {
    padding: 0 !important;
    border: none !important;
}

.artist .go_back {
    clear: both;
}

.album .image_container {
    float: right;
}
