html,body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}
header,nav,section,article,aside,footer {
	display: block;
}

body {
	margin: 0 auto;
	font-family: Georgia, serif;
	color: #111;
	background: url(farmer.png) fixed;
}

#sidebar {
	width:300px;
	height: 100%;
	background:#001500 url(dark_leather.png) top right;
	box-shadow: 1px 0px 6px rgba(0,0,0,0.7);
	position: fixed;
	float: left;
	left: 0px;
	overflow: auto;
    margin-top: -10px;
}

#sidebar h1 {
	color: #fff;
	font-weight: normal;
	padding: 20px;
	font-family: Junge, Georgia, serif;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3), 1px 1px 4px rgba(0,0,0,1);
}
#sidebar h2.formally {
	font-family: Junge, Georgia, serif;
	color:#fff;position:absolute;top:90px;margin-left:25px;margin-bottom:20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3), 1px 1px 4px rgba(0,0,0,1);
	font-size: 14px;
	width: 260px;
	font-weight: normal;
	font-style: italic;
}

#sidebar .menu {
    display: none;
}

#content {
	margin: 10px 20px 20px 320px;
}

#content section {
	background: #fff;
	background: rgba(255,255,255,0.8);
	width: 840px;
	padding: 4px;
	border-radius: 2px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	margin-bottom:20px;
}

#content section>div {
	border: 1px solid #c0c0c0;	
	padding: 20px;
}

#content .motif {
	margin: 0 auto;
	margin-bottom: -11px;
	margin-left: 370px;
	position: relative;
	z-index: 20;
}

section h2,section h3 {
	text-shadow: 1px 1px 1px #c0c0c0;
	margin: 5px;
	font-family: Junge, Georgia, Serif;
}
section p {
	text-indent: 5px;
	line-height: 1.4;
}

#content article header {

	border-bottom: 1px solid #c0c0c0;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Junge, Georgia, Serif;
	padding: 10px;
	background: #f0f0f0;
}

#content article {
	margin-bottom: 45px;
}

#content article aside {
	float: right;
	width: 340px;
	text-align: right;
	display: inline-block;
}

#content article aside img {
	margin: 10px;
	vertical-align: top;
	box-shadow: 1px 0px 3px #666;
	border: 0px;
	border-radius: 1px;
	float: left;
}

#content article aside span {
	float: right;
	clear: both;
	font-size: 0.8em;
}	

nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

nav a.selected {
	background: url(redleather.png) top right;
	box-shadow: inset 0px 1px 8px rgba(0,0,0,1) ;
	text-indent: 5px;
	border-top: 1px solid #000;
}
nav a.nolink:hover {
	font-style: normal;
	box-shadow: none;
	background: inherit;
	cursor: default;
}

nav a {
	color: #FFF;
	text-decoration: none;
	width:260px;
	padding: 18px 20px;
	display: block;
	text-shadow: 0px 0px 1px rgba(255,255,255,0.6);
	border-top: 1px dashed #63795A;
	font-family: Junge, Georgia, Serif;
}

nav>ul>li>ul {
	margin-top: -8px;
}

nav>ul>li>ul>li>a {
	padding: 8px 5px 8px 35px;
	border-top: 0px;
}
nav a:hover {
	box-shadow: inset 0px 1px 8px rgba(0,0,0,1) ;
	background: rgba(0,0,0,0.4);
}

.pagination a {
	color: #111;
	padding: 5px;
	background: #f0f0f0;
	text-decoration: none;
	border-radius: 1px;
}
.pagination a:hover,.pagination a.active {
	background: #c0c0c0;
	color: #000;
}

.contact_info {
	float: left;
	width: 400px;
	padding: 5px;
	margin: 25px 5px;
}

.feedback {
	margin: 10px;
}

.feedback input, .feedback textarea {
	width: 300px;
	padding: 6px;
	margin: 4px;
	font-size: 16px;
	font-family: Arial;
}

.feedback textarea {
	width: 500px;
}

.feedback .submit {
	width: inherit;
	min-width: inherit;
	padding: 8px;
	border-radius: 3px;
	background: lightgreen;
	border: 1px solid green;
	box-shadow: inset 1px 1px 3px rgba(255,255,255,1), 1px 1px 3px rgba(0,0,0,0.2);
	color: #000;
}

.map {
	float: right;
	padding: 5px;
	border: 1px solid #c0c0c0;
	margin: 5px;
}	

footer {
	padding: 0px 20px 20px;
	font-size: 12px;
}
footer a {
	color: #000;
}

@media only screen 
and (max-device-width : 667px) 
and (orientation : portrait) { 
    #sidebar {
        width: 100%;
        height: 150px;
        background: #001500 url(dark_leather.png) top right;
        box-shadow: 6px 0px 6px rgba(0,0,0,0.7);
        position: fixed;
        float: left;
        left: 0px;
        overflow: auto;
        margin-top: -20px;
        z-index: 100;
    }
    #content {
        margin: 20px;
        padding: 140px 20px;
    }
    #content section {
        width: auto;
    }
    #sidebar h1 {
        font-size: 2.8em;
        padding: 20px 40px;
        margin-top: 20px;
    }
    #sidebar h2.formally {
        display: none;
    }

    #sidebar .menu {
        display: inline-block;
        position: fixed;
        top: 50px;
        right: 30px;
        z-index: 101;
        color: #fff;
        font-size: 2.5em;
        font-weight: normal;
        font-family: serif;
    }
    #sidebar.expand {
        height: 100%;
    }
    nav a {
        width: auto;
        font-size: 5vh;
        padding: 18px 45px;
    }
    nav>ul>li>ul a {
        padding: 18px 65px;
    }
    .home img {
        width: 100%;
    }

    #content .motif {
        display: none;
    }
    #content.home {
        margin: 20px 5px;
        padding: 140px 00px;
    }
}