/*
    Document   : layout.css
    Created on : 11-Jun-2011, 22:19:23
    Author     : Tim Burt
    Description:
        Main styles for the site
*/

body {
    margin: 0px;
    padding: 0px;
    border: none;
    background: #eee;
    font-family: verdana, helvetica, sans-serif;
    background-image: url('../images/north-devon-hog-roast-background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#main {
    min-height: 100%;
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

img.thumb {
    height: 150px;
    padding: 0px;
    margin: 5px;
    border-top: none;
    border-left: none;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}

a {
    text-decoration: none;
    border: none;
    color: blue;
}

a:hover {
    text-decoration: underline;
}

img.logo {
    float: right;
    width: 299px;
    height: 161px;
    border: none;
    padding: 5px;
}

header {
	display: flex;
	justify-content: space-between;
}


.typography h1 {
    font-size: 24px;
    clear: left;
    padding-top: 40px;
}

p {
    font-size: 14px;
}

#Footer {
    text-align: center;
	padding-top: 20px;
	border-top: solid 1px #999;
	margin-top: 30px;
}

#mainmenu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mainmenuitem {
    float: left;
    display: inline-block;
    padding: 15px;
}

.typography {
    padding: 0px 15px;
}

#galleryholder {
    text-align: center;
    padding: 20px;
}

.photos img {
    margin: 10px;
    border: solid 1px #333;
}

#smlinks {
    text-align: right;
}

#foodstandard {
    float: left;
}

#Form_Form {
    margin-bottom: 20px;
}

#Layout {
    margin-bottom: 15px;
}

.typography img {
	max-width: 100%;
}
div#Header {
	min-width: 250px;
}
ul.otherslist {
	list-style: none;
	column-count: 1;
	text-align: center;
}

.otherslist li {
	padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
	ul.otherslist {
		column-count: 3;
	}
}