/*
Theme Name: Dent
*/


body 
{
width: 800px;
padding: 0 0 0 0;
margin-left: auto;
margin-right: auto;
font-family: "dejaVu Sans",verdana,sans-serif;
background-color: #000000
}

#header {margin-top: 20px; margin-bottom: 20px; margin-left: 0px; margin-right: 0px; padding: 0 0 0 0; border: 0}

#searchdiv {margin: 1em 1em 0 0; padding: 0 0 0 0; float: right}

#slogan {color: #dfc7ae}

#maintext {float: left; width: 580px;  color: #000000; background-color: #ece1a7; height: 100%;}
.details {font-size: 75%}

#navbar {float: right; width: 200px; background-color: #ece1a7; margin: 0px 0px 0px 0px;}

#navbar h2 {margin-top: 0.25em; border: none; text-align: left}

#navbar li {list-style: none}

#navbar ul {margin: 0 0 0 1em}
p, blockquote, .details {margin: 1em}
blockquote {font-family: "dejaVu Serif",Times,serif; font-weight: lighter}
ul, ol {padding: 0; margin: 1em auto 1em 3em}
ul li {list-style-type: disc}
h2, h3, h4 {color: #000000; text-decoration: none;}
h2 {border-left: solid 0.5em #6e3d27; border-right: solid 0.5em #6e3d27; margin: 1em 0.5em 0.5em 0.5em; padding: 0 0.25em 0 0.25em; background-color: #6e3d27; text-align: left}
h2.searchhead {border: none}
a {color: #000000; text-decoration: none}

#maintext img {float: left; margin: 5px 5px 5px 5px}

#maintext .sparkline {float: none; margin: 5px 0px 0px 0px}
a:hover {background-color: #6e3d27; color: #000000}

#footer {clear: left; background-color: #c18955; margin-top: 1em; border-top: solid 1em #00000; font-size: 75%}

#footer a {color: #004; font-weight: bold}
label {display: block; margin: 0.5em auto 0.5em 1em; font-size: 75%}
input {margin-left: 1em; background-color: #ffe4c4; border: inset 2px #ffe4c4}
input:focus {background-color: #fcf4ae}
select {background-color: #ffe4c4; border: inset 2px #ffe4c4}

#searchsubmit {background-color: #c18955;border: outset 2px #ffe4c4}
textarea {margin-left: 1em; background-color: #ffe4c4; border: inset 2px #ffe4c4}
textarea:focus {background-color: #fcf4ae}

#submit {background-color: #cfb99f;border: outset 2px #cfb99f}
#license {margin: 1em; font-size: 75%; text-align: center}

/* Discography styles */

.clear_float
{
    clear: both
}

.discog_item
{
    margin-bottom: 15px;
    
    padding: 10px;
    
    background: #ece1a7;
}

.discog_title
{
    
    background: #6e3d27;

width: 100%;

height: 46px;

    float: left;
    
}

.discog_code
{
    float: right;
    
    font-weight: bolder;
}

.discog_image
{
    float: left;
    
    padding: 10px 10px 10px 0px;
}

.discog_image img {

	padding: 4px;

	border: 1px solid #333;

}

.discog_tracklist
{
    
    float: right;
	
}

.discog_tracklist ul li
{

	list-style-type: decimal;
	
}

.discog_tracklist a
{

	color: #bfbfbf;
	
}

.discog_downloadbox
{
	
	border: 1px solid #43392a;
	
	background: #74654c;

width: 100%;

height: 46px;
}

.discog_downloadicon
{
float: left;
background: url('images/snagit.png') no-repeat;
width: 110px;
height: 46px;
}
.discog_download
{
float: left;
}


/* for virtical alignment of discog download urls*/
#wrapper {
	width: 300px;
	height: 46px;
}
#fixed {
	float: right;
	width: 200px;
	height: 46px;
	display: block;
}
#wrapper>#floating { /*display:table for Mozilla & Opera*/
	display: table;
	position: static;
}
#floating { /*for IE*/
	width: 300px;
	height: 100%;
	position: relative;
}
#floating div { /*for IE*/
	position: absolute;
	top: 50%;
}
#floating>div { /*for Mozilla and Opera*/
	display: table-cell;
	vertical-align: middle;
	position: static;
}
#floating div div {
	position: relative;
	top: -50%;
}