html {
    height: 100%;
    margin-bottom: 1px;
}

body {
    margin: 0px 0px 0px 0px;
    height: 100%;
    font-size: 100%;
}

a:link, a:visited {
    color : #ffcc00;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color : #ffcc00;
    text-decoration: underline;
    font-weight: normal;
}

p {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: left;
}

div, p, table, td, th {
    font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif;
/*    line-height: 1.3em; */
/*    font-size: 1em; */
    font-size: 100%;
    color: #777;
}

h1 {
    padding: 0;
    font-family:Helvetica ,Arial,sans-serif;
/*    font-size: 1.3em; */
    font-size: 130%; 
    font-weight: bold;
    vertical-align: bottom;
    color: #777;
    text-align: left;
    width: 100%;	
}

h2 {
    padding: 0;
    font-family:Helvetica ,Arial,sans-serif;
/*    font-size: 1.2em; */
    font-size: 120%;
    font-weight: bold;
    vertical-align: bottom;
    color: #777;
    text-align: left;
    width: 100%;
}

h3 {
    margin: 0;
    font-weight: bold;
    font-family: Verdana,Helvetica ,Arial,sans-serif;
/*    font-size: 1em; */
    font-size: 110%;
    border-bottom: 1px solid #ccc;
    color: #777;
    padding-left: 0px;
    margin-bottom: 10px;
    text-align: left;
}

/* Main Layout */

.dark {
    margin: 30px 18px 0px 18px;
    background: #000000;
}

/* Footer of the page */

#footer {
    text-align: center;
    padding-top: 8px;
/*    font-size: .90em; */
    font-size: 90%;
    color: #aaa;
}

/* The two columns of the page */

#leftcolumn {
    padding: 0;
    margin: 0;
    width: 20%;
    float: left;
}

#maincolumn {
    min-height:180px;
    margin-left: 20%;
    float: none;
    padding-left: 25px;
    width: auto !important;
    width: 100%;
}

/* Main contents area */

#graybox {
    background: #121212;
    width: auto !important;
    width: 100%;
    border: 1px solid #333;
    border-radius: 15px
}

#graybox_main {
    margin: 0 18px 0px 18px;
    background: #121212;
    width: auto !important;
    width: 100%; 
    padding-top: 10px;
}

#graybox_main div {
    text-align: left;
}


/* Left menu */

.module-grey h3 {
    font-family: Helvetica, Arial, sans-serif;
/*    font-size: 1em; */
    font-size: 100%;
    font-weight: bold;
    color: #777;
    margin: -2px -8px 0 -8px;
    border-bottom: 1px solid #777;
    padding-left: 10px;
    padding-bottom: 2px;
}

.module-grey {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    border: 1px solid #777;  
    border-radius: 10px
}

.module-grey div {
    padding: 8px;
    width: auto !important;
    width: 100%;
}

.module-grey ul {
    margin: 10px 0;
    padding-left: 20px;
}

.module-grey ul li a:link, .module-grey ul li a:visited {
    font-weight: bold;
}

.module-grey a.mainlevel:link, .module-grey a.mainlevel:visited  {
     background: none;
     padding-left: 0;
}

.module-grey ul li a:hover {
     font-weight: bold;
}

.submenu ul {
     margin: 0 0 5px 0;
}

/* Gallery */

.galleries {
/*    width: 100%; */
/*    text-align: center; */
}

.galleries a {
    text-decoration: none;
}

.center-galleries {
    width: auto;
    margin: 0px auto; 
/*    justify-content: center;*/
}

.gallery {
    display: inline-block;
    width: 520px;
    border: 2px solid #777;
    padding: 2px;
    margin:0 0.5rem 1rem 0.5rem;
    -webkit-transition:background-color 0.1s ease-out;
    -moz-transition:background-color 0.1s ease-out;
    -o-transition:background-color 0.1s ease-out;
    transition:background-color 0.1s ease-out;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px
}

.gallery:hover {
    border: 2px solid #fff;
}

.gallery table, .recipe table{
    positon: relative;
    top: 10px;
}

.gallery img, .recipe img {
    height: 9rem;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px
}

.gallery heading, .recipe heading {
    margin: 0px;
    font-weight: bold;
    font-family: Verdana,Helvetica ,Arial,sans-serif;
/*    font-size: 1em; */
    font-size: 100%; 
    padding-left: 0px;
    margin-bottom: 10px;
    text-align: left;
}

.gallery description, .recipe description {
/*     padding-top: 100px; */
    font-family: Verdana,Helvetica,Arial,sans-serif;
}

.gallery hr, .recipe hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 0px;
}

/* Lightbox */

.gallery-thumb {
    display:inline-block;
    background: #121212; 
    width: 21.5em; 
    padding:3px;
}

.gallery-image{
    display:block;
    margin-left: auto;
    margin-right: auto;
    height:9rem;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px

    padding:3px;
    border: 3px solid #fff;
}

.gallery-image:hover {
    border-color:#777;
}

/* Recipie specific layout */

.recipe {
    display:block;
    padding:3px;
    min-height: 100px;
    margin:0 0.5rem 1rem 0.5rem;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #777;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius: 3px
}

.recipe:hover {
    text-decoration: none;
    border: 2px solid #fff;
}

.recipe-show {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.recipe-show img {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px
}
