header, nav {display: block; }

html, body {
    font-family: Verdana, Arial, sans-serif;
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%; }

.wrapper {
    min-height: 100%;
    margin-bottom: -50px; }

.footer, .push {
    height: 50px; }

body {
    background-image: url(crossword.png);
    background-color: #002266; }

ul {
    list-style: none;
    margin: 0;
    padding: 20px; }

li, h2{
    display: inline;
    padding-left: 20px;
    padding-right: 20px; }
h1, h3, h4, h6 {
    text-align: center;
    color: white; }

main {
    display: block;
    border-style: double;
    padding: 30px;
    margin: 50px;
    overflow: auto; }

#aboutusdesc {
    border-style:solid;
    float: left;
    padding-right: 20px;
    width: 45% }

#aboutuspic {
    border-style: solid;
    margin-right: 50px;
    float: right; }

#menu {
    height: 140px;
    left: 0;
    top: 0;
    border-style: solid;
    box-shadow: 0 0 8px #000;
    background: url(crossword.png) repeat-x left bottom, none repeat 0 0 #001133; }

#hometext {
    color: white;
    font-weight: 300;
    margin: 10px; }

#homepic {
    height: 500px;
    padding-top: 20px;
    padding-bottom: 20px; }

#gigtable {
    padding-top: 20px;
    clear: both;
    text-align: center;
    color: white; }
#gigs {
    border-style: solid;
    border-color: black;
    width: 100%; }

th {text-align: right; }
tr {text-align: center; }

#music {
    width: 75%;
    margin: auto;
    text-align: center; }

div.gallery {
    margin: 10px;
    border: 1px solid black;
    float: left;
    width: 200px;
    display: block; }
div.gallery:hover {
    border: 1px solid black; }
div.gallery img {
    width: 100%;
    height: auto; }

footer {
    display: block;
    margin: auto;
    background-color: #001133;
    background-image: url(crossword.png);
    font-size: small;
    font-style: italic;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: solid;
    box-shadow: 0 0 8px #000; }

#thedoofihome {
    display: block;
    margin: auto;
    border-style: solid; }

input[type=text],select, textarea {
    width: 50%;
    padding: 10px;
    border: 1px solid black;
    border-radius: 3px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    resize: vertical; }

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer; }

input[type=submit]:hover {
    background-color: #45A049; }

.formcontainer {
    border-radius: 3px;
    background-color: #F2F2F2;
    padding: 10px; }

iframe {
    padding: 10px; }

nav a { text-decoration: none; }
nav a:link { color: #606060; }
nav a:visited{ color: #80AAFF; }
nav a:hover { color: #808080; }

footer a { text-decoration: none; }
footer a:link { color: #606060; }
footer a:visited{ color: #80AAFF; }
footer a:hover { color: #808080; }


