@charset "UTF-8";
/* CSS Document */

/*
Theme Name:     Origami Premium Child
Theme URI:      http://www.gec-art.com
Description:    Tema Child per il tema origami
Author:         9Periodico Studio
Author URI:     http://www.9periodico.com
Template:       origami
Version:        0.1.0
*/
#page-container {
	box-shadow: none;
	border: none;
	margin: 0px 0px 0px;
	background: none repeat scroll 0% 0% #FFF;

}


#footer .copyright{
	margin: 0px;
}

#menu ul {
	border: none;
	background: #FFF;
	margin-bottom: 60px;
	text-align: left;
}

#menu ul li {
	padding-left: 0px;	
	padding-right: 55px;
}


#menu ul li a{
	font-size: 1.1em;
}

#menu ul li a:hover{
	color: #909090;
}

.current-menu-item a{
	color: #909090 !important;
}

.post .below-content {
	border: none;
	background: #FFF;
}

#logo #searchform #s {
	border: none;
	background: url('../origami/images/mag.png') no-repeat scroll 10px center;
	color: #A6A6A6;
}

.content a {
	color: #999 !important;
	text-decoration:none !important;

}

.content a:hover{
	color: #777 !important;
	text-decoration:none !important;
}

.post  .below-content {
	padding:5px 10px !important;
}

.content hr{
	margin-top:30% !important;
}

.mobile-nav-frame{
	background:#fff;
		
}

.mobile-nav-frame ul{
	background:none;
	border:0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.mobile-nav-frame ul li a.link {
	text-shadow:none;
	color:#505050;
}

.mobile-nav-frame form.search input[type=search] {
	padding:5px;
	font-size:13px;	
}