/*

Theme Name: Halfcreative
Theme URI: http://themeforest.net
Description: Halfcreative theme.
Version: 1.0.2
Author: bitfade
Author URI: http://themeforest.net/user/bitfade
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: photoblogging

*/

/*alignment inside post page content*/
	.alignright,
	.alignleft,
	.aligncenter,
	.sticky,
	.wp-caption-text,
	.wp-caption,
	.bypostauthor,
	.gallery-caption{
		
	}
	
	.alignright{
		float:right;
		clear:right;
		margin-left:20px;
		margin-bottom:10px;
	}
	
	.alignleft{
		float:left;
		clear:left;
		margin-right:20px;
		margin-bottom:10px;
	}
	
	.aligncenter{
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
	}
	
	
/* CUSTOM STYLES */

	section {
 		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	header {
		 background-position: center center;
	}

	nav, #tab a:hover, footer {
		background-color: #3f2611;
	}
	
	nav ul li a, #tab a:hover {
		color: white;
	}
	
	nav ul li a, #tab a {
		font-weight: 700;
		font-size: 14px;
	}
	
	#nav .selected a {
		color: white;
	}
	
	#nav a:hover {
		color: lightyellow;
	}
	
	#tab a {
		background-color: white;
		color: black;
	}
	
	#logo a img {
		max-width: 160px;
	}
	
	strong {
		font-weight: 700;
	}
	
	
/* MEDIA QUERIES */

	@media screen and (max-width: 1024px) {

	nav #logo {
		padding: 15px;
		}
	}
	
/* PAGES */

	#impressum p, #Über uns p, #kontakt p, #training p, #speisekarte p, #oeffnungszeiten p, #buffet p {
		font-size: 22px;
		line-height: 35px;
	}
	
	section#impressum.content, section#oeffnungszeiten.content, section#kontakt.content, section#speisekarte.content, section#ueber-uns.content, section#buffet.content, section#wochenkarte.content {
		padding: 35px 0;
	}
/*
	section#buffet.content {
		background: url('http://larustica-wuerzburg.de/website/wp-content/uploads/2014/01/buffet.jpg') center center no-repeat;
		background-size: cover;
	} 
	
	#speisekarte p, #speisekarte h2, #buffet p, #buffet h2 {
		color: white;
	}
	
	section#speisekarte.content {
		background: url('http://larustica-wuerzburg.de/website/wp-content/uploads/2014/01/pizza.jpg') center center no-repeat;
		background-size: cover;
	}
	
	section#speisekarte a {
		color: lightyellow;
	}
	
	section#speisekarte a:hover {
		text-decoration: underline;
	}
	
	section#oeffnungszeiten.content {
		background-color: rgb(249,249,249);
	}
*/
	