body {
	background-image: url('../images/background.png');
	background-position: left top;
	background-repeat:repeat;
}

.wrapper {
	background-image: url('../images/background-header.png');
	background-position: center 40px;
	background-repeat:no-repeat;
}

#container {
	background-color: transparent;
}

#header {
	background: transparent;
}

#header .wrap{
	padding-top: 0px;
}

#header .profile-pic {
	text-align: center;
}

#header .logo {
	width: auto;
	_height:120px;
	padding-top: 120px;
	_overflow: hidden;
}

#header .logo a {
	display: block;
	height: 130px;
	overflow: hidden;
}

#header .logo img {
	width: 100%;
}

#content {
	/*/
	float: right;
	padding-right: 0px;
	padding-left: 14px;
	border-right: none;
	*/
}


#featured-cats .category .left {
	width: auto;
	margin-bottom: 15px;
}

#featured-cats .category .right {
    float: left;
    width: 100%;
}

#featured-cats .category .right .item-post {
	float: left;
	width: 50%;
	clear: none;
}

#content .attachment-wt-feat-thumb {
	float: left;
	margin-right: 15px;
}

#sidebar {
	/*
    float: left;
    margin-left: 0px;
    margin-right: 15px;
    */
}

#main-menu {
	background: #94c7fa;
	background: -moz-linear-gradient(top,  #94c7fa 1%, #6699cc 24%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#94c7fa), color-stop(24%,#6699cc));
	background: -webkit-linear-gradient(top,  #94c7fa 1%,#6699cc 24%);
	background: -o-linear-gradient(top,  #94c7fa 1%,#6699cc 24%);
	background: -ms-linear-gradient(top,  #94c7fa 1%,#6699cc 24%);
	background: linear-gradient(to bottom,  #94c7fa 1%,#6699cc 24%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c7fa', endColorstr='#6699cc',GradientType=0 );

	border-bottom: 2px solid #cfcfcf;
	box-shadow: 0px 2px 2px #cfcfcf;

	margin-top: 0px;

}

#main-menu ul li a {
	border: none;
	font-weight: 400;
}

.ticker a {
	color:#4882B1;
}

h2.title span {
	background-image: url('../images/background.png');
	background-position: left top;
	background-repeat:repeat;
}

#single-post {
	margin-bottom: 20px;
}

#single-post .post-right header h1{
	font-size: 32px;
	margin: 0px 0px 2% 0px;
}

#content .attachment-wt-large-thumb {
    background: none repeat scroll 0 0 #F3F3F3;
    padding: 4px;
}

#footer {
	background-image: none;
	border-top:1px solid rgba(41, 47, 51, 0.2);
}

#footer h4 {
	color: #4882B1;
}

#footer a:hover {
	color:#4882B1;
}

#footer .footer-info {
	color:#333;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* DISABILITA STICKY POST BANNER*/
.sticky:before {
	display: none;
}



/* MEDIA QUERY */
@media screen and (max-width: 479px) { 
	
	.hide-mobile {
		display: none;
	}
	
	#content {
		padding-left: 5px;
		float: none;
	}

	#footer .widget_recent_entries {
		display:none;
	}

	#footer .widget_recent_comments {
		display:none;
	}
	
	#footer .widget_archive {
		display:none;
	}
	
}
