/*
Theme Name: Wedding Gobetti
Theme URI: http://gobedia.net
Author: the WordPress team + Claudio Gobetti
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a gorgeous color scheme and matching header images, optional display fonts for beautiful typography, and a wide layout that looks great on large screens yet remains device-agnostic and is readable on any device.
Version: 0.1

Template: twentythirteen
*/

@import url("../twentythirteen/style.css");

.site-header{
	background:#F8DDAF url(img/bg.jpg) center top  no-repeat;
	background-size:cover;
}
	.site-header .home-link{
		position:relative;
		min-height:0 !important;
		padding:10px 20px 20px;
	}
	.home-link:after{
		position:absolute;
		left:2%;
		bottom:10%;
		content:"";
		display:block;
		width:50%;height:50%;
		background-image:url(img/rondine1-2x.png);
		background-position:left top;
		background-repeat:no-repeat; 
		background-size:contain;
		z-index:9;
	}
		.site-title{
			padding:0;
			text-align:center;
			background:url(img/ribbon.png) center center  no-repeat;
			background-size:contain;
		}
			.site-title span{
				display:block;margin:0 auto;width:90%;
				padding:2% 3%
			}
				.site-title img{max-width:100% !important;height:auto;}
		.site-description{line-height:1.5;margin-top:0px;padding-right:12%;text-align:right;font-style:normal;font-size:20px;}
			.site-description span{
				display:inline-block;padding:0 15px;background-color:#FFF;
				-webkit-box-shadow:1px 2px 2px 2px rgba(0, 0, 0, .6);box-shadow:1px 2px 2px 2px rgba(0, 0, 0, .6);
					-o-transform:rotate(-5deg);
					-ms-transform:rotate(-5deg);
					-moz-transform:rotate(-5deg);
					-webkit-transform:rotate(-5deg);
				transform:rotate(-5deg);
			}
/* NAV */
.nav-menu{}
.nav-menu li a {
	color: #141412;
	display: block;
	font-family:Bitter,Georgia,serif;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
}
.nav-menu li:hover > a, .nav-menu li a:hover{background-color:#F60;color:#fff;}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a{color:#000;font-style:normal; border-bottom:4px solid #F60; padding-bottom:11px }






/* POST */
[class*="format-"] .entry-title{font-size:36px;}
.entry-title a:hover{color:#71543b}


.format-standard{}
.format-video{background:#71543b;}
	.format-video .entry-title{color:#F8DDAF}
		.format-video .entry-title a{color:#F8DDAF}
	.format-video .entry-content{color:#f0f0f0}
		.format-video .entry-content a{color:#f0f0f0}
	.format-video .entry-meta{color:#F8DDAF}
		.format-video .entry-meta a{color:#F8DDAF}
.format-chat{background:#F8DDAF}
.format-gallery{background:#F8DDAF}			




#wpstats{display:none !important}

@media (max-width: 643px) {
	.site-description{font-size:14px}
	
	.toggled-on .nav-menu li a{border:0}
	.toggled-on .nav-menu li a:hover, .toggled-on .nav-menu ul a:hover {
		background-color:#F60;
		color:#fff;
	}
	.toggled-on .nav-menu .current_page_item > a, .toggled-on .nav-menu .current_page_ancestor > a, .toggled-on .nav-menu .current-menu-item > a, .toggled-on .nav-menu .current-menu-ancestor > a{padding-bottom:15px}
	
	.entry-title,
	[class*="format-"] .entry-title{font-size:22px;}
}