html,
body {
  height: 100%;
  background-color: #333;
  color: #333;
}
body {
  
}

h1.ot_title {
	display: none;
}
.site-wrapper {
  background-color:#ffffff; 
}
.bg-header {
	background-color: rgb(248, 250, 250);
	opacity: 1;
}
.bg-header-semi, #number{
	background: rgba(248, 250, 250, 0.9)
}
.bg-copertina {
	background-image: url(../images/copertina_bg.jpg);
	background-repeat: no-repeat;
    background-position: right top; 
}
.bg-page {
	background-color: #F8FAFA;
}
.page-header{
	border: 0;
	margin: 20px 0 5px 20px;
}
.page-header h4 {
	font-size: 1.2em;
}
#firstpage {
	background-color: #fff;
	min-height: 700px;
}
.			{
    border-bottom: 0;
    margin: 30px 0 20px 20px;
    padding-bottom: 9px;
}
footer {
	border-top: 6px solid #0085B2;
	font-size: 12px; 
	padding: 20px 0; 
}
#sommario {
	border-bottom: 6px solid #EC9D0D;
	/* 
		font-family: "Helvetica", "Arial", sans-serif; 
		font-weight: bold;
	*/
	font-size: 1em;
	font-family: 'Russo One', sans-serif;
}
#sommario li a { color: #666666; }
#sommario li.selected a { color: #EC9D0D; }

/* titoli del sommario */
.rubrica { 
	text-align: right; 
	padding-top: 6px;
}
h4.rubrica_tit, .rubrica_tit {
	padding-bottom:2px;
	color: #0085B2;
	border-bottom: 1px solid #ccc;
	font-family: 'Oswald', sans-serif;
	font-size: 1.1em;
	}

.rubrica h5, .rubrica h5 a {	
	display: block;
	color: #333;
	font-family: 'Open Sans', sans-serif;	
	font-size: 16px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom:2px;
	line-height: 1.4em;
}

.rubrica a:hover { 
	color: #065AB4; 
	text-decoration: none;
	background-color: #EFEEEE;
}
.auth_title {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
#number {
	font-weight: bold;
	font-size: 16px;
	padding: 8px;
	
}
#logofides {
	margin: 20px;
}
#copertina {
	padding:8px;

}
#photogallery {
/*	background: rgba(120, 120, 120, 0.6); */
	padding:8px;
}
#photogallery h3 {
	color: #FFD944;
	font-size: 14px;
	font-weight: bold;	
	padding-bottom:2px;
/*	border-bottom: 1px solid #FFD944; */
	font-family: 'Oswald', sans-serif;
	margin:0;
}
#photogallery h2, #photogallery h2 a {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0;
}
#photogallery h2 span {
	font-size: 15px;
	font-weight: normal;
}
#menu, #numero {
	padding:0;
}

.bg-page #menu {
border-bottom: 6px solid #EC9D0D;
padding-bottom: 1px;
}
.bg-page #sommario {
border-bottom: none;
}
/* Page */
#headrubrica1, #headrubrica2 {
	padding: 0 0 8px 0;
	border-bottom: 1px solid #ccc;
	margin: 14px 0;
	font-size: 1.3em;
}
.titolo {
	font-size: 2.5em;
	font-weight: bold;
}
.auth_article {
	font-size: 1.4em;
	font-style: italic;
	color: #EC9D0D;
}
#sottotitolo {
	font-size: 1.4em;
	color: #888;
	font-style: italic;
	
	margin: 20px 0 40px 0;
}
#testoarticolo {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 1.3em;
	margin-bottom: 30px;
	color: rgb(10,10,10);
}
#finearticolo {
	
	margin: 20px 0;
}
#contacts {
	border-bottom: 1px solid #ccc;
	margin: 20px;
	padding-bottom: 20px;
}
#contacts li {
	padding-right: 30px;
}
#contacts a { 
	font-size: 16px; 
	font-weight: bold;
}
#contacts a:hover { text-decoration: none; }
#notaautore {
	font-style: italic;
}
a:focus {
    outline: none;
}
.didascaliafoto {
	font-size:12px;
	padding: 4px;
}

.pagination>.disabled>span, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
	display: none;
}