html, body {
    height: 100%;
    color: black;
    font-size: 1.1em;
    line-height: 1.2;
    font-family: Calibri, Tahoma, 'Lucida Grande CE', lucida, sans-serif;
}

body {
    background-image: url('../images/background.png');
    background-repeat: repeat;
    margin: 0;
    box-sizing: border-box;
}

a {
    color: gainsboro;
    text-decoration: none;
}

a:visited {
    color: white;
}

a:focus {
    color: darkgray;
}

a:hover {
    color: darkgray;
}

#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}

div.flash {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

div.flash.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

div.flash.info {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

div.flash.error {
    background: #FBE3E4;
    color: #8A1F11;
    border-color: #FBC2C4;
}


a[href^="error:"] {
    background: red;
    color: white;
}

form th, form td {
    vertical-align: top;
    font-weight: normal;
}

form th {
    text-align: right;
}

form .required label {
    font-weight: bold;
}

form .error {
    color: #D00;
    font-weight: bold;
}

html.js .jshidden {
    display: none;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    min-height: 100%;
}

.menu {
    background-color: rgba(143,80,24,0.81);
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: rgba(0,0,0,0.9) 0px 0px 24px;
    float: left;
    max-width: 300px;
}

.menu ul {
    list-style-type: none;
}

.menu ul li:hover {

}

.menu ul li {
    color: gainsboro;
}

.menu ul li:focus {
    color: darkgray;
    list-style-type: disc;
}

.menu ul li:hover {
    color: darkgray;
    list-style-type: disc;
}

.right_column {
    max-width: 765px;
    float: right;
    margin-left: 25px;
    margin-right: 10px;
    min-height: 100%;
    display: block;
}

.header {
    background-image: url('../images/header.png');
    height: 150px;
}

.content { 
    background-color: rgba(143,80,24,0.81);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: rgba(0,0,0,0.9) 0px 0px 24px 0px;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0.1em;
    padding-bottom: 1em;
    height: 100%;
    min-width: 680px;
}

.content p {
    margin-bottom: 0;
    -webkit-margin-after: 0;
}

.gb_entry .author {
    display: inline-block;
    width: 50%;
}

.gb_entry .date {
    display: inline-block;
    width: 49%;
    text-align: right;
}

.link_entry .link_img {
	width: 150px;
	float: left;
	margin-right: 10px;
}

.link_entry img {
    max-height: 150px;
    max-width: 150px;
}

div.container hr  {
    display: block;
    clear: both;
    visibility: hidden;
    margin: 0;
    height: 0px;
    border-width: 0px;
}

div.content hr {
    clear: both; 
    float: none; 
    width: 100%; 
    height: 1px;
    margin: .4em 0;
    border: none; 
    background: #ddd;
    background-image: -webkit-gradient( 
        linear, 
        left bottom, 
        right bottom, 
        color-stop(0, rgb(139, 138, 138)), 
        color-stop(0.5, rgb(73, 71, 71)), 
        color-stop(1, rgb(139, 138, 138)) );
    background-image: -moz-linear-gradient(
        left center,
        rgb(139, 138, 138) 0%,
        rgb(73, 71, 71) 50%,
        rgb(139, 138, 138) 100%
        );
    visibility: visible;
}


div.content hr.clear {
    clear: both;
    height: 0px;
    visibility: hidden;
}

.pictures p {
    float: left;
    line-height: 150px;
    text-align: center;
    width: 30%;
    border: #cccccc thin solid;
    margin: 5px;
}

.pictures img { 
    height: auto;
    width: auto;
    vertical-align: middle;
    max-width: 145px;
    max-height: 145px;
}
