@import url("http://fonts.googleapis.com/css?family=Raleway:300");
* {
    margin: 0px;
    padding:0px
}

body {
    background-color: #DECFB4;
    font-family: helvetica, arial, sans-serif;
    color: #666;
    margin-top:24px
}

.thumbnail img {
    -moz-box-shadow: 0px 0px 5px #f8f2d0;
    -webkit-box-shadow: 0px 0px 5px #f8f2d0;
    box-shadow: 0px 0px 5px #f8f2d0;
    margin:8px;
    min-width: 100px;
    min-height: 100px;
    object-fit: cover;
}
a.thumbnail {
    text-decoration: none;
}
a.thumbnail:link {
    opacity:0.75
}

a.thumbnail:hover {
    opacity:1
}

table .image form {
    width: 200px;
    height:300px
}

table .image form label {
    font-size:10pt
}

#index-menu {
    float: left;
    margin-left: 56px;
    list-style-type: none;
    font-size:1.3em
}

#index-menu a {
    display: block;
    padding-bottom: 6px;
    padding-bottom:8px
}

#index-menu a {
    color: #9E8E76;
    text-decoration: none;
    padding-left:28px
}

#index-menu a:hover {
    color: #897860;
    background: url("/dot.gif") no-repeat
}

#left-bar {
    float:left
}

#top-bar {
    margin-left:130px
}

#menu-bar {
    font-size: 1.3em;
    padding-top: 12px;
    padding-bottom:12px
}

#menu-bar ul {
    list-style-type:none
}

#menu-bar ul li {
    display:inline
}

#menu-bar ul a {
    color: #9E8E76;
    text-decoration: none;
    padding-left:28px
}

#menu-bar ul a:hover {
    color: #897860;
    background: url("/dot.gif") no-repeat
}

#main {
    margin: 1em;
    margin-left: 138px;
    width:960px
}

#main p {
    margin-bottom: 1em;
    line-height:1.3em
}

#main .album {
    float: left;
    width: 200px;
    height: 400px;
    text-align: center;
    margin:1em
}

#main .album h2 {
    margin:0.75em 0px
}

#main .album a {
    color:#777299;
}
#main .album a img {
    max-width: 200px;
    max-height: 200px;
}

#main .new-album {
    clear:both
}

#main form {
    text-align:left
}

#main form label {
    display:block
}

#main form label input[type=text] {
    width:180px
}

#index-image img {
    float: left;
    margin-left: 82px;
    margin-right:2em
}

#index-image .event-info {
    font-family: "Raleway", sans-serif;
    line-height:1.5em
}

#index-image .event-info h1, #index-image .event-info h2, #index-image .event-info h3 {
    line-height: 1.5em;
    color:#872227
}

#index-image .event-info p {
    padding-bottom:1.5em
}

#index-image .event-info address {
    font-style: normal
}

