/* Post List by Period - Styles */

.posts-in-period,
.posts-with-new-photos {
    margin: 20px 0;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.posts-in-period h3,
.posts-with-new-photos h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
    font-size: 1.2em;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 5px;
}

.posts-in-period ul,
.posts-with-new-photos ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.posts-in-period li,
.posts-with-new-photos li {
    margin-bottom: 10px;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
}

.posts-in-period li a,
.posts-with-new-photos li a {
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
}

.posts-in-period li a:hover,
.posts-with-new-photos li a:hover {
    text-decoration: underline;
}

.posts-in-period li span,
.posts-with-new-photos li span {
    color: #666;
    font-size: 0.9em;
    font-style: italic;
}
