/*  ---------------------------------------------------------- */
/*               file user.css                                 */
/*  foglio di stile per sito Fumetti a Novara                  */
/*  da utilizzare con Joomla                                   */
/*  made by fefe  luglio 2017                                  */
/*  ---------------------------------------------------------- */
body.site.fluid {      
	background-color: #95a0b7;
}
body.site {
	border-top: 0px;
	padding: 20px;
	background-color: #f4f6f7;
}
.header {                
	 margin-bottom: 0px; 
}
.row-fluid {           
		width: 100%;
		*zoom: 1;
      background-color: #d8dae6;
	}
.navigation {           
	padding: 5px 0;
	 border-top: 1px solid rgba(0,0,0,0.075); 
	 border-bottom: 1px solid rgba(0,0,0,0.075); 
	 background-color: #bc5c2c; 
 	 margin-bottom: 0px; 
}
.breadcrumb {
	  margin: 0px 0; 
}
.breadcrumb > .active {
	color: #4e495d; 
}
.breadcrumb {
	padding: 8px 15px;
	margin: 0 0 0px;
	list-style: none;
	background-color: #cb6235; 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.breadcrumb > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
    text-shadow: 0 0px 0 #cb6235; 
}
.well {
	min-height: 50px;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #e56f25; 
	border: 1px solid #e56f25;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0.05);
}
	.span3 {
		width: 220px;
      background-color: #e56f25;
      min-height: 50px;
	padding: 15px;
	}
.nav-pills > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav-pills > .active > a
{
	color: #fff;
	background-color: #bc5c26;
}
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
	color: #fff;
	background-color: #bc5c26;
}
p {
  font-size: 13px;
  color: #4e495d;
  text-align: justify;    
}
.dirittiAutore {
	font-size: 14px;
	color:#eee;
	text-align: right;
	font-style: italic;
  	padding: 15px;
		
}