/*****************/
/* Main elements */
/*****************/

body {
    font-family: tahoma, 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 0.8em;
    background-image: url("http://www.darkisles.com/sitedesign/images/header-bg.jpg");
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

a {
    color: #6E8DFF;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #FFFFFF;
}

blockquote {
/*    background-color: #96A1CB;*/
/*    border: solid 1px white;*/
/*    color: #172348;*/
}

hr {
    background-color: #96AAFF;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
}

/**********/
/* Header */
/**********/

#logo {
    background-image: url("http://www.darkisles.com/sitedesign/images/darkisles_soundtracks.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-left: 20px;
    height: 184px;
    width: 462px;
    float: left;
}

/*************/
/* Main page */
/*************/

#main-content {
    border: solid 1px #a0a0a0;
    border-top: none;
    background-color: #090C4E;
}

#copyright {
    font-size: 0.85em;
    font-style: italic;
    text-align: center;
}

/**************/
/* Navigation */
/**************/

#navigation ul {
    background-color: black;
    border: solid 1px #a0a0a0;
}

#navigation ul li {
/*    text-transform: uppercase;*/
}

#navigation a {
    color: #6E8DFF;
    text-decoration: none;
    font-weight: bold;
}

#navigation a:hover {
    color: #FFFFFF;
}

#navigation a.selected {
    background-color: #090C4E;
    border-left: solid 1px #a0a0a0;
    border-right: solid 1px #a0a0a0;
    border-top: solid 1px #a0a0a0;
    border-bottom: solid 1px #090C4E;
}

/*****************/
/* Element style */
/*****************/

.post-info {
    font-size: 0.85em;
    font-style: italic;
}

div.post-header h2, .comments h2, .post h2,  .pagetitle, .wp h2, .soundtrack h2 {
    padding-left: 50px;
    padding-top: 8px;
    padding-bottom: auto;
    padding-right: auto;
    height: 36px;
    margin: 0px;
    color: #FFFFFF;
    font-size: 1.3em;
    background-image: url("http://www.darkisles.com/sitedesign/images/music-bar.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 1.5;
    clear: both;
}

div.gallery h2 {
    background: transparent;
    color: #6E8DFF;
    margin: 0px;
    padding: 0px;
    font-size: 1.3em;
}

div.post-header h2 a {
    color: #6E8DFF;
}

div.post-header h2 a:hover {
    color: #FFFFFF;
}

.post-image-right {
    border: solid 2px #6E8DFF;
}

.breadcrumb {
    font-size: 0.85em;
}

pre.pre-script {
    font-size: 1.2em;
}

.tablebordered {
    border: solid 1px #FFFFFF;
}

.tdbordered {
    border-bottom: solid 1px #FFFFFF;
}

.soundtrack-image
{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100px;
    left: 50%;
}

.soundtrack-info
{
    margin: 10px;
    text-align: center;
}

.column-box
{
    border: solid 1px #6E8DFF;
/*    padding: 10px; */
    background-color: #000000;
    font-size: 0.9em;
}

.column-box div#reviews, div.soundtrack-info, div#track-list, div#award-list, 
    div#details-list, div#liner-notes, div#track-info, div#notes-footer
{
    margin: 10px;
}

.col-left-soundtrack .column-box
{
    margin: 5px 5px 10px 0px;
}

.col-right-soundtrack .column-box
{
    margin: 5px 0px 10px 5px;
}

.column-box h2
{
    margin: 0px;
    padding: 5px;
    background-color: #393C8E;
    background-image: none;
    border-bottom: solid 1px #6E8DFF;
    height: auto;
}

.column-box h3
{
    margin-top: 0px;
}

.column-box hr
{
    height: 3px;
}

.table-header
{
    background-color: #393C8E;
}

.table-header-col
{
    border-bottom: solid 1px #6E8DFF;
}

#columns
{
    margin-top: 10px;
}

#poll
{
    width: 45%;
    float: right;
}

#ratings
{
    width: 45%;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}

#track-list
{
/*    margin-top: 5px;*/
}

#award-list
{
/*    margin-top: 5px;*/
}

#award-list li
{
    margin-bottom: 5px;
}

#award-list ul
{
    padding: 0px 5px 0px 15px;
}

.soundtrack-list ul
{
    padding: 0px 5px 0px 25px;
}

pre.lyrics {
    font-family: tahoma, 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.date-info {
    font-size: 0.85em;
    font-style: italic;
}
