/*****************/
/* 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 {
    border-top: solid 1px #96AAFF;
    border-bottom: solid 1px #96AAFF;
/*    background-color: #96A1CB;*/
/*    border: solid 1px white;*/
    color: #B6CAFF;
}

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.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: white;
}

#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, .recipes h2 {
    padding-left: 50px;
    padding-top: 8px;
    padding-bottom: auto;
    padding-right: auto;
    min-height: 36px;
    margin: 0px;
    color: #96AAFF;
    font-size: 1.3em;
    background-image: url("http://www.darkisles.com/sitedesign/images/sun-bar.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 1.5;
    clear: both;
}

div.gallery h2 {
    background: transparent;
    color: #96AAFF;
    margin: 0px;
    padding: 0px;
    font-size: 1.3em;
}

div.post-header h2 a {
    color: #96AAFF;
}

div.post-header h2 a:hover {
    color: white;
}

.post h3 a {
    text-decoration: none;
}

.post-image-right, .post-image-center, .post-image-left {
    border: solid 2px #96AAFF;
}

.breadcrumb {
    font-size: 0.85em;
/*    font-style: italic;*/
}

.small {
    font-size: 0.85em;
}

pre.pre-script {
    font-size: 1.2em;
}

.tablebordered {
    border: solid 1px #96AAFF;
}

.tdbordered {
    border-bottom: solid 1px #96AAFF;
}

.date-info {
    font-size: 0.85em;
    font-style: italic;
}