﻿body {
    background-image: url("../img/oldwood.jpg");
}
p{
    text-indent: 2em;
}
ul{
    list-style-type: none;
}
ul li{
    margin-bottom: 1em;
}
table{
    margin-top:1em;
    margin-bottom:1em;
}
th{
    padding-left:1em;
    padding-right: 1em;
}
td{
    text-align: center;
}
.bullet-list{
    list-style-image: url("../img/bulletholet.gif");
    font-size: 1.1em;
    line-height: 2em;
}
.bullet-list li{
    margin-bottom: .25em;
}
.bullet-list a{
    color:#000000;
}
.page-title{
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 2.5em;
    text-align: center;
}
.article{
    margin-left: auto;
    margin-right:auto;
    background: #FAF2DD;
    border: 1px solid black;
    padding: 1em;
    max-width: 950px;
    min-height: 600px;
    -webkit-box-shadow: 10px 20px 12px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 20px 12px 5px rgba(0,0,0,0.75);
    box-shadow: 10px 20px 12px 5px rgba(0,0,0,0.75);
}
.article-header{
    margin-bottom: 2em;
    text-align: center;
}
.thumbnail{
    width: 100px;
    height: 100px;
    margin: 1em;
    margin-top: 0px;
}
.thumbnail img {
    width: 100%;
    height: auto;
}
.danger{
    color:red;
    text-decoration: underline;
}
.gallery-link{
        display: block;
        float:left;
        width: 300px;
        max-width: 300px;
        min-height: 225px;
        margin-right:15px;
        margin-bottom:5px;
        color:black;
        text-decoration:none;
        cursor:default;
}
.gallery-link:hover{
        color:black;
        text-decoration:none;
        cursor:default;
}
.img-thumbnail{
    float:left;
    width: 100px;
    margin-right:10px;
    cursor:pointer;
}
