/*
Theme Name: Wilson Child
Theme URI: http://example.com/
Description: Tema Child per il tema Wilson
Author: Paolo Foresti
Author URI: http://www.sixi.it/
Template: wilson
Version: 0.1.0
*/

.footer {
		padding: 4%;
		background: #272F38;
		text-align: center;
		color: #FFF;
		font-size: 0.85em;
}
.footer a {
    font-size: 0.85em;
		color: #FFF;
}
.footer a:hover {
    font-weight: bold;
		font-size: 0.9em;
}
.my_credits {
	background: #353E49;
	/*padding: 1%;*/
	padding-bottom: 5px;
}
.wrapper {
	background: none;
}
.content {
	background: url('images/1px-white.png') right repeat-y;
	font-size: 0.85em;
}
#logo_sixi {
	margin-top: 3%;
	margin-left: 8%;
	background: transparent;
}
#sopra_logo {
	height: 5px;
	background: #353E49;
	border: 0px solid yellow;
}
.post-inner {
	border: 0px solid red;
	padding-left: 8%;
	padding-right: 8%;
	padding-bottom: 8%;
	padding-top: 2%;
}

.post img {
	border: 0;
}


.post h1, h2, h3
{
	font-variant: small-caps;
	color: #385B88;
}
.post h4
{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.9em;
	font-weight: bold;
	color: #385B88;
	margin-bottom: 6%;
}

.post-header {
	margin-bottom: 3%;
}

.sidebar { margin-top: 2%; }

.navigation {
	font-size: 1.1em;
}
.navigation a {
	line-height: 1.5;
	/*color: #EC8501;*/
}
.navigation i {
		padding-right: 15px;
}

.widget-title {	font-size: 1.1em; }


.widget-content ul li a {
	text-decoration: none;
	color: #FFF;
}
.widget-content ul li a:hover {
	text-decoration: none;
	color: #FF706C;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
}

.spazio_a_dx {
	padding-right: 10px;
}

.blog-menu {
	padding-top: 10%;
	padding-bottom: 10%;
	margin-top: 10%;
	margin-bottom: 10%;
}

.breadcrumbs {
	padding-top: 2%;
	padding-left: 8%;
	padding-bottom: 1%;
	font-weight: bold;
}
.breadcrumbs a {
	color: #444;
}
.breadcrumbs a:hover {
	color: #EC8501;
}
.breadcrumbs span {
	border-top: 0px solid #EEE;
}

.post ul li a {
	text-decoration: none;
	font-size: 1.1em;
}
.post ul li a:hover {
	text-decoration: none;
	color: #FF706C;
	font-weight: bold;
	letter-spacing: 1px;
}

@media (max-width: 788px) {
	.nav-toggle p {
		color: lightgray;
	}
	
	.nav-toggle .bar {
		background: lightgray;
	}
}
