html {
    font-size: 16px;
}

body{
font-family: "DejaVu Sans Mono", "Lucida Console", "Lucida Sans Typewriter", "Liberation Mono", "Andale Mono", monospace;

font-size: 1em;
background-color: #111111;
color: white;
padding-top: 5px;
}

a{
color: #C44A4A;
}

.a_release {
color: white;
text-decoration: none;
border-bottom: dotted 1px #C44A4A;
}
.a_release:hover {
border: none;
}

.a_song {
font-size: 0.75em;
text-decoration: none;
}

.title_date {
font-size: 0.75em;
font-style: italic;
color: #CCCCCC;
}

h1{
font-size: 1.125em;
font-weight: bold;
text-decoration: underline;
/*
text-align: center;
*/
}

.audio, .lyrics{
display: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #222;
padding: 10px;
margin: 5px 0px 5px;
}

.audio a {
font-size: 0.75em;
}


#content{
margin-left: auto;
margin-right: auto;
text-align: center;
width: 1000px;
/*
width: 100%;
*/
}

#content h1 {
text-decoration: none;
font-weight: normal;
text-transform: uppercase;
}

#navigation
{
/*
    float: left;
*/
    width: 100%;
}

#navigation ul
{
    margin: 0;
    padding: 0;
}

#navigation ul li
{
   list-style-type: none;
    display: inline;
    padding: 5px 5px;
}


#navigation ul li a {
    font-size: 1em;
}

#main{
text-align: left;
float: left;
width: 65%;
padding-left: 1%;
padding-right: 1%;
font-size: 0.875em;
/*
border: solid 1px #fff;
*/
}

#rc{
/*
text-align: left;
*/
float: left;
width: 30%;
padding-left: 1%;
padding-right: 1%;
/*
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #222222;
*/
/*
border: solid 1px #fff;
*/
}

#rc > div {
    clear: right;
    padding-bottom: 10px;
}

.rimage {
text-align: center;
padding: 10px;

}

/*

#info img{
    align: middle;
}
*/


#release_item {
list-style: none;
padding-left: 30px;
}

#release_item {
margin: 0;
}

#release_info {
    padding-left: 30px;
}


/*::selection {*/
/*background: #666; *//* Safari */
/*}*/

/*::-moz-selection {*/
/*background: #666; *//* Firefox */
/*}*/


.dtable {
    width: 100%;
}

.dtable td {
    vertical-align: top;
    padding: 3px 3px 15px 3px;
}

.dtable a {
    text-decoration: none;
}

.dtable a:hover {
    text-decoration: underline;
}

.dtable tfoot {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ccc;
}

.maxwidth {
    width: 100%;
}

.timg {
    text-align: left;
}

.qtyinput {
    background: #E3E3E3;
    border-color: #E3E3E3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    padding: 1px 1px 1px 1px;
    display: inline-block;
    font: inherit;
}

.nowrap {
    white-space: nowrap;
}

.genre a {
text-decoration: none;
font-size: 0.75em;
padding-left: 5px;
padding-right: 5px;
}

.genre a:hover {
text-decoration: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #111111;
background-color: #C44A4A;
}

.checkout dd {
    margin-left: 0px;
}

.checkout label {
font-weight: bold;
}

.checkout input, textarea {

    background: #E3E3E3;
    border-color: #E3E3E3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    width: 60ex;
    font: inherit;
    padding: 5px;
}

.error {
font-style: italic;
color: #FF3333;
}

.distronav {
text-align: right;
}

.distronav a {
    text-decoration: none;
}

.distronav a:hover {
    text-decoration: underline;
}

#lang {
position: absolute;
top: 0;
right: 0;
-webkit-border-radius: 0px 0px 0px 5px;
-moz-border-radius: 0px 0px 0px 5px;
border-radius: 0px 0px 0px 5px;
background-color: #2C2C2C;
}

#lang a {
padding: 0px 3px 0px 3px;
text-decoration: none;
font-size: 0.75em;
}

#lang a:hover {
text-decoration: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #111111;
background-color: #C44A4A;
}

div.clear {
    clear: both;
}

p.img_caption {
    display: block !important;
    position: relative !important;
}
p.img_caption img {
    position: absolute !important
}
p.img_caption span {
    background: #000;
    background: rgba(0,0,0,0.8);
    color: white !important;
    display: none;
    padding: 5px 10px !important;
    text-align: center;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
}
p.img_caption span big {
    font-weight: bold;
}

p.img_caption a {
    color: white !important;
}

p.img_caption a:hover {
    text-decoration: none;
}

.imgbox_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.imgbox {
	display: none;
	position: absolute;
	top: 15%;
	left: 25%;
	width: 50%;
	height: 70%;
	padding: 16px;
	z-index:1002;
	overflow: auto;

    /*border: 2px solid white;*/
}

.imgbox_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.imgbox_wrapper {
    vertical-align: middle;
    text-align: center;
    height: 100%;

    /*border: 2px solid #fff;*/
}

.imgbox img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    /*border: 2px solid #999;*/
}

.item-label {
    font-size: 0.75em;
}
