/*
Theme Name: Galerie V2
Theme URI:
Author: Jens Geiling
Author URI:
Description:
Version: 0.2
License: GNU General Public License
License URI:
Tags:
*/

nav select {
	display: none;
}

nav, .nav-bar {
	background: rgba(0,0,0,.25);
	margin-top: -4px;
	border: none;
}

.oldie nav, .oldie .nav-bar, .oldie .flyout {
	background: url(images/black.png);
}

.oldie .title {
	height: 65px;
}

.nav-bar li {
	border: none;
}

@media (max-width: 960px) {
      nav ul { 
      	display: none !important;
      }
      nav select {
      	display: inline-block;
      	margin-top: 9px;
      	margin-left: 9px;
      }
}

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, li, .nav-bar a {
	color: #fff !important;
}

body {
	background: #88AC10 url(images/bg3.png) no-repeat top left;
	font-family: 'Francois One', Helvetica, Arial, sans-serif;
	font-size: 100%;
}

#content p, #content li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.75em;
	line-height: 1.4;
}

.flyout a {
	font-size: 1.5em;
}

#content p a {
	color: #fff;
	border-bottom: #fff 1px dotted;
}

.motto {
}

.brand {
	margin: 15px 10px 0 0;
	float: left;
}

.item {
	display: inline-block;
	margin-bottom: 6%;
}

.title {
	margin: .75em 0;
	padding-left: 1.5em;
	background: url(images/logo.png) no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	-o-background-size: contain;
}

#content {
	margin-top: 0%;
}

header {
	margin-bottom: 20px;
}

.headline {
	margin-bottom: 10px;
}

.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}

.alignright {
	float: right;
	margin-left: 5px 0 5px 10px;
}

.post {
	border-bottom: #fff 1px dotted;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.post img {
	float: left;
	margin: 0 10px 5px 0;
}

footer {
	padding-top: 25px;
	font-size: 1.25em;
}

footer a {
	color: #313F02;
}

footer li {
	margin-bottom: 5px;
}

footer h2 {
	font-size: 1.75em;
}

p.wp-caption-text {
	font-size: 1.5em !important;
	font-style: italic;
}

.empty_thumb {
	display: block;
	width: 229px;
	height: 146px;
}