﻿@import url("layout.css");

body {
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-size: 0.9em;
    background-color: #8DC1F6; 
    background-repeat: repeat;
    background-attachment: scroll;
    margin: 0;
    padding: 0;
}

#container {
    width: 700px;
    margin: 20px auto;
}

/* Masthead */
#masthead {
    text-align: center;
    width: 698px;
    border: 1px solid #2a4d69;
    background-color: #ffffff;
    padding: 10px;
}

#masthead h1 {
    color: #1b3b5f;
    margin-bottom: 5px;
}

#masthead h3 {
    color: #3d5a80;
    font-weight: normal;
}

/* Navigation */
#navigation {
    float: left;
    width: 148px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #2a4d69;
    background-color: #ffffff;
}

#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navigation li {
    border-bottom: 1px solid #eee;
}

#navigation a {
    color: #1b3b5f;
    text-decoration: none;
    display: block;
    padding: 8px;
}

#navigation a:hover {
    background-color: #3d5a80;
    color: #ffffff;
}

/* Content */
#content {
    float: left;
    width: 518px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #2a4d69;
    background-color: #ffffff;
}

#content h2 {
    color: #1b3b5f;
}

#content img {
    width: 100%;
    height: auto;
    border: 1px solid #3d5a80;
    margin-bottom: 10px;
}

/* Thumbnail Section */
.thumbnail-box {
    border: 1px solid #3d5a80;
    padding: 8px;
    margin-top: 15px;
    background-color: #f0f8ff;
}

.thumbnail-box img {
    width: 100%;
    height: auto;
    border: 1px solid #3d5a80;
}

/* Footer */
#footer {
    clear: both;
    width: 698px;
    text-align: center;
    border: 1px solid #2a4d69;
    background-color: #ffffff;
    padding: 10px 0;
}

#footer p {
    color: #555;
    margin: 5px 0;
}

#footer a {
    color: #1b3b5f;
    text-decoration: underline;
}

#footer a:hover {
    color: #3d5a80;
}

/* Keyword Highlighting */
.keyword {
    font-weight: bold;
    color: #b30000;
}
