/* Google Fonts */

@import url(https://fonts.googleapis.com/css?family=Fredericka+the+Great|Contrail+One);
body {
    margin: 0 auto;
    padding: 0;
    font: 76% Verdana, Tahoma, Arial, sans-serif;
    background: #211d1e url(images/body_deg.gif) repeat-x
}

#wrap {
    background: #000000;
    color: #ffffff;
    border: none;
    margin: 0 auto;
    width: 790px;
}

#header {
    clear: both;
    margin: 0px 0em 0px 0em;
    padding: 0;
    height: 200px;
    /*Let the image define the height */
    /*background-color: #000000;*/
    background-image: url('../images/header.jpg');
    background-size: 790px 200px;
    background-repeat: no-repeat;
    background-clip: none;
}

.l2 {
    position: absolute;
    left: 70px !important;
    top: 180px !important;
    color: rgba(255, 0, 0, 1) !important;
    /*text-shadow: 1px 1px rgba(255, 255, 255, .5) !important;*/
}

#header h3 {
    position: relative;
    left: 180px;
    top: 165px;
    font-family: 'Contrail One', cursive;
    text-shadow: 3px 3px rgba(9, 9, 9, .7);
    font-size: 20px;
    color: #ffffff;
    transfrom: rotate(-4deg);
}

#header p {
    width: 500px;
    float: right;
    text-align: center;
    color: #a0a0a0;
    margin: 0px 0px 0px 0px;
    font-size: 0.8em;
    line-height: 1.2em;
    height: 35px;
    opacity: 1;
}

#avmenu {
    clear: left;
    float: left;
    width: 160px;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 0.9em;
}

#avmenu ul {
    list-style: none;
    width: 150px;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.1em;
}

#avmenu li {
    margin-bottom: 4px;
}

#avmenu li a {
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    color: #fffff1;
    /*padding: 3px 0 0 3px;*/
    background: #67522c;
    border-left: 1px #846837 solid;
    display: block;
    text-shadow: 2px 2px #000;
    text-align: center;
}

#avmenu li a.currMenu {
    color: #999;
    border-left: 5px #47381e solid;
}

#olLeft {
    clear: left;
    float: left;
    width: 160px;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 0.9em;
}

#olLeft ul {
    list-style: none;
    width: 150px;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.1em;
}

#olLeft li {
    margin-bottom: 4px;
}

#olLeft li a {
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    color: #fffff1;
    /*padding: 3px 0 0 3px;
	 background: #67522c;
	 border-left: 1px #846837 solid;
	 display: block;
	 text-shadow: 2px 2px #000;*/
    text-align: center;
}

#olLeft li a.currMenu {
    color: #999;
    border-left: 5px #47381e solid;
}

.OwnerGallery {
    font-weight: bold;
    font-size: .8em;
    text-shadow: 2px 2px #000;
    padding: 4px;
    border-radius: 2px;
    background-color: #67522c;
    cursor: pointer;
    margin: 4px;
    color: #fffff1;
}

.dbl {
    height: 30px;
    font-size: smaller;
}

#avmenu li a:hover {
    background: #67522e;
    color: #fffff1;
    border-left: 4px #47381e solid;
}

#avmenu li a .attn {
    text-decoration: blink
}

.announce {
    margin: 10px 0 10px 0;
    padding: 10px;
    width: 130px;
    color: #a8a8a8;
    background-color: #000000;
    line-height: 1.3em;
}

#extras {
    float: right;
    width: 150px;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 0.9em;
    line-height: 1.5em;
}

#extras p {
    margin: 0 0 1.5em 0;
}

#content {
    margin: 0em 160px 20px 160px;
    padding: 10px 10px;
    line-height: 1.6em;
    text-align: left;
}

#content h2 {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
}

#content img {
    padding: 0px;
    display: inline;
}

#contactbutt {
    text-align: right;
}

#contButton {
    margin-top: 10px;
    color: #FFF;
    background-color: #67522c;
    border-color: #000;
    border-top-right-radius: 15px;
    border-top-left-radius: -15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: -15px;
    padding: 10px;
    padding-right: 20px;
    font-size: 2em;
    font-style: italic;
    font-family: 'Contrail One', cursive;
    width: 100%;
    border-style: outset;
    border-color: grey;
}

.fbtxt {
    color: #fff;
}

h3 {
    font-size: 12pt;
    margin: 0 0 10px 0;
}

a {
    text-decoration: none;
    color: #b6952a;
}

a:hover {
    text-decoration: underline;
    color: #b6952a;
}

#footer {
    clear: both;
    margin: 0 auto;
    padding: 0px 0px 10px 0px;
    width: 790px;
    text-align: center;
    color: #808080;
    font-size: 0.9em;
    /*height: 83px;*/
    /*background: #211d1e url(../images/pom_bas.png) no-repeat right;*/
    border: none;
    background-color: #000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#footer a {
    color: #808080;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.left {
    margin: 0px 7px 0px 5px;
    float: left;
}

.right {
    margin: 0px 7px 0px 5px;
    float: right;
}

.textright {
    text-align: right;
}

.center {
    text-align: center;
}

.small {
    font-size: 0.8em;
}

.smalltext {
    font-size: 10px;
    display: block;
}

.bold {
    font-weight: bold;
}

.hide {
    display: none;
}

#adminfooter {
    text-align: center;
}

#result {
    min-height: 400px;
}

#result1 {
    min-height: 350px;
    min-width: 350px;
}

.red {
    color: red
}

.blink {
    font-size: smaller;
    height: 30px;
}

.currMenu {
    color: #FC6 !important;
}

.standout {
    color: rgb(255,0,0);
    font-weight: bolder;
    font-size: 1.1em;
    font-style: italic;
    font-family: 'Contrail One', cursive;
    padding-right: 5px;
    transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    /* IE 9 */
    -moz-transform: rotate(-7deg);
    /* Firefox */
    -webkit-transform: rotate(-7deg);
    /* Safari and Chrome */
    -o-transform: rotate(-7deg);
    /* Opera */
    display: inline-block;
}

.showlg {
    color: rgb(255,0,0);
    font-weight: bolder;
    font-size: 1.5em;
    font-style: italic;
    font-family: 'Contrail One', cursive;
    text-align: center;
    padding: 20px;
}

.proprietary {
    font-size: 9px;
    font-weight: 100;
    float: inherit;
    margin: 0 auto;
    padding: 4px;
}

a.goog-te-menu-value > span {
    color: #FC6;
}

a.goog-te-menu-value {
    text-decoration: none
}

.goog-te-gadget-simple {
    border-radius: 5px;
    background-color: #000 !important
}

#google_translate_element {
    background: #000;
    float: right;
    z-index: 99;
}
