html, body {
    background: #78685e;
    height: 100%;
    min-height: 100%;
}

a:hover {
    color: white;
}

div#container, div#outer_container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0em;
    padding: 0em 0em 0em 0em;
    background: #28211c;
    width: 900px;
    display: block;
    color: #b4a896;
    font-family: "Tahoma", "Arial", serif;
    font-size: 1em;
    min-height: 100%;
    /*-moz-box-shadow: 0px 0px 13px #28211c; 
 -webkit-box-shadow: 0px 0px 13px #28211c; 
         box-shadow: 0px 0px 13px #28211c;*/
}

div#outer_container {
    padding-bottom: 6em;
}

div#outer_container {
    width: 930px;
    background-color: transparent;
    background-color: #28211c;
    background-image: url("../images/site/border.png");
    background-repeat: repeat-y;
}

/* header */
div#container header {
    /*background-color: white;*/
    height: 150px;
    background-image: url('../images/site/header_bg_2.png');
    background-color: transparent;
    margin-bottom: 1em; 
}

/* nav */
nav#main_nav {
/*    overflow: hidden;*/
    float: left;
    z-index: 30;
}

nav#main_nav ul {
    text-align: center;
    margin: 0em;
    padding: 0em 0em 0em 0em;
    margin-left: 1em;
    list-style: none;
}

nav#main_nav ul li {
    position: relative;
    top: -28px;
    float: left;
    display: block;
    height: 50px;
    width: 100px;
    margin-right: -6px;
    background-color: white;
    text-align: center;
    border: 1px solid  #28211c;
    background: #78685e;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0px 0px 7px #28211c;
 -webkit-box-shadow: 0px 0px 7px #28211c; 
         box-shadow: 0px 0px 7px #28211c;
}
/*
nav#main_nav ul li:hover {
    height: 120px;
}
*/
.selected {
    height: 120px;
}

nav#main_nav ul li a {
    position: relative;
    text-align: center;
    display: block;
    height: 20px;
    padding-top: 30px;
    padding-bottom: -30px;
    width: 100%;
    vertical-align: bottom;
    text-decoration: none;
    color: white;
}

/* h1 */
div#container header h1 {
    font-size: 2.1em;
    letter-spacing: 0.1em;
    padding: 0.5em;
    /*text-align: right;
    float: right;*/
}

/*div#container header img {
    height: 100px;
    width: auto;
    text-align: right;
    float: right;
}*/

div#container article h1 {
    font-size: 1.5em;
    letter-spacing: 0.1em;
    text-align: center;
    float: none;
    margin-bottom: 1em;
}

/* h2 */
div#container article section h2 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

hr {
    text-align: center;
    margin: 1em auto 1em auto;
    border: none 0;
    border-top: 1px solid #473b32;/*the border*/
    width: 98%;
    height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

div#container article section {
    /*margin-bottom: 1.2em;*/
    padding: 1em;
    text-align: justify;
}

div#container article section:hover {
    background: #2e2520;
}

div#container section p {
    padding-bottom: 1em;
}

footer {
    position: relative;
    height: 4em;
    margin-top: -6em;
    text-align: center;
    background: #28211c;
    color: #b4a896;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

footer div#created_by {
    position: relative;
    float: left;
    font-size: 0.7em;
    padding-left: 1em;
    padding-top: 1em;
}

div#container article#videok section {
    text-align: center;
}

/*image list*/
div.image_list {
    overflow: hidden;
}

div.image_list ul {
    text-align: center;
    margin: 0em;
    padding: 0em 0em 0em 0em;
    list-style: none;
}

div.image_list ul li {
    display: inline; /* block; */
    /*float: left;*/
    margin: 0.5em;
}

div.image_list ul li img {
    background-color: white;
    padding: 0.2em;
    border: 1px solid #b4a896;
    vertical-align: center;
    width: auto;
    max-height: 100px;
    height: 100px;
    image-rendering: optimizeQuality;
}

div.image_list ul li img:hover {
    background-color: #b4a896;
}

#logo {
    image-rendering: optimizeQuality;
    position: relative;
    float: right;
    background-color: transparent;
}

#mystat {
    position: rerelative;
    margin: 0em;
    padding: 0em;
    padding-right: 1em;
    padding-top: 1em;
    float: right;
}

.push {
    min-height: 100%;
    height: 100% !important;
    padding-bottom: 280px;
}

.center {
    text-align: center;
}

.big {
    font-size: 1.2em;
}

.highlight {
	color: #FF7B00;
}

.bold {
	font-weight: bold;
}

#social_icons {
    position: relative;
    top: 160px;
    left: -10px;
    float: right;
    text-align: right;
    
}

#social_icons img {
    height: 64px;
    width: auto;
}
