
body {
	margin: 0;
	padding: 0;
	background: url(../images/background.jpg);
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #3B3B3B;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: serif;
	font-weight: normal;
	color: #F6B300;
	/* letter-spacing: -2px; */
	/* text-transform: uppercase; */ 
}

h1 {
	font-size: 2em;
}

h2 {
	letter-spacing: 1px;
	font-size: 2.4em;
	color: #000
}

h3 {
	font-size: 1em;
	color: #000
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #4C5C37;
}

a:hover {
}

/* Header */

#header-wrapper {
}

#header {
	clear: both;
	max-width: 65em;
	margin: 0px auto;
	}

/* Logo */

#logo {
	margin: 0px;
	padding: 20px 0px;
	color: #000000;
	font-size: 1.6em;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	margin: 0px;
	padding: 0.3em 0px;
	text-align: center;
	text-transform: lowercase;
	font-size: 2.5em;
	font-weight: 400;
	color: #956D3D;
    text-shadow: 5px 5px 5px #000000;
}

#logo h2 {
	margin: 0px;
	padding: 0.3em 0px;
	text-align: center;
	text-transform: lowercase;
	font-size: 1.8em;
	font-weight: 400;
	color: #956D3D;
	text-shadow: 5px 5px 5px #000000;
}

#logo h1 a:hover{
		color: #ffffff;
}

#logo h2 a:hover{
		color: #ffffff;
}

#logo h1 span {
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #ce9655;
	}

/* Menu */

#menu-wrapper {
	overflow: hidden;
		}

#menu {
	max-width: 64em;
	margin: 1em auto;
	padding: 0.5em;
	background: #CE9655;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	border-right: 1px solid #CE9655;
}

#menu a {
	display: block;
	margin: 0px 0.2em;
	line-height: 3.2em;
	padding: 0 1em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #000;
}

#menu .current_page_item a {
}

/* Page */

#wrapper
{
	overflow: hidden;
	padding-bottom: 40px;
	}

#page {
	overflow: hidden;
	max-width: 60em;
	margin: 0em auto;
	padding: 2em 2.5em 1.5em 3em;
	background: #FFFFFF;
	border: #CE9655 2px solid;
}

/* Content */

#content {
	float: left;
	max-width: 40em;
}

#content_g {
	float: left;
	max-width: 65em;
}

.post {
	margin-bottom: 15px;
}

.post-alt
{
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	font-size: 28px;
}

.post .title a {
	border: none;
	color: #3D2729;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-weight: normal;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: left;
}

.links {
	display: inline-block;
	height: 30px;
	padding: 30px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #1C1C1C;
}

.button
{
	padding: 10px 25px;
	background: #CE9655;
	border-radius: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFFFFF;
}

.before::before, .after::after {
            content: "\A";
            white-space: pre;
        }
		
#galerie {
	box-sizing: border-box;
	background-color: #ffffff;
	background-size: 10.2em 10.2em;
	background-position: 0px 2px, 4px 35px, 29px 31px, 34px 6px;
	padding: 2em 2em;
	}

#galerie figure {
	background: #FFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	display: inline-block;
	height: 11.5em;
	margin: 0 0 1em 1em;
	overflow: hidden;
	padding: 2px;
	width: 11.5em;
	transition: all 0.25s ease-in;
	border: #CE9655 1px solid;
}

#galerie figure img {
	width: 11.4em;
	height: 11.4em;
}

#galerie figure:hover,
#galerie figure:focus {
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8);
	margin: -1em 0px 0 20px;
	padding: 5px 5px px 5px;
	max-width: 13.1em;
	z-index: 2;
	transform: scale(2);
}

#galerie figure:nth-child(3n-2):hover,
#galerie figure:nth-child(3n-2):focus {
	transform: scale(2);
}

#galerie figure:nth-child(5n):hover,
#galerie figure:nth-child(5n):focus {
	transform: scale(2);
}

#galerie:after {
	clear: both;
	content: " ";
	display: block;
}

@media only screen and (max-width: 75em) {
	body {
		width: 100%;
		margin: 2% 0;
		padding: 5%;
	}
	#galerie {
		width: 63em;
		margin: 100px auto;
	}
}

@media only screen and (max-width: 50em) {
	#galerie {
		width: 100%;
		margin: 100px auto;
	}
}

/* Sidebar */

#sidebar {
	float: right;
	max-width: 18em;
	margin: 0px;
	color: #787878;
}

#sidebar p
{
	color: #3B3B3B;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 50px;
}

#sidebar li li {
	border-bottom: 1px solid #CACACA;
	margin: 0px 0px;
	padding: 10px 0px;
	border-left: none;
	list-style: inside circle;
}

#sidebar li li a {
	color: #3B3B3B;
}

#sidebar li li span {
	display: block;
	padding: 0;
	font-size: 1em;
	font-style: italic;
}

#sidebar h2 {
	padding-bottom: 20px;
	font-size: 1.4em;
	color: #3D2729;
}

#sidebar p {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	max-width: 65em;
	min-height: 4em;
	margin: 3em auto 1em auto;
	padding: 0px 0 1em 0;
	background: #CE9655;
	border-top: 1px solid #A59282;
	font-family: 'Arvo', serif;
	}

#footer p {
	margin: 0;
	padding-top: 1.3em;
	line-height: normal;
	font-size: 1.4em;
	letter-spacing: 2px;
	/* text-transform: uppercase; */
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #AF8048;
}

#sidebar #info-box {
	height: auto;
	padding-left: 3em;
	position: relative;
	top: 0;
	width: auto;
}