<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: normal;
  src: url('Oswald/Oswald-Regular.eot');
  src: local('Oswald'), local('Oswald'), url('Oswald/Oswald-Regular.ttf') format('truetype');
}

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {
	font-size: 13px;
	font-weight: 300;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	overflow: hidden;
}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #000;}
a:hover {color: #02779E;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #02779E; color: #fff; text-shadow: none;}
::selection {background: #02779E; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #02779E;} 

ins {background-color: #02779E; color: #000; text-decoration: none;}
mark {background-color: #02779E; color: #000; font-style: italic; font-weight: bold;}

html,body {
	overflow: hidden !important;
}

body {
	background: #f0f0f0;
}
header {
	height: 55px;
	padding-top: 5px;
	background: #02779E;
	text-transform: uppercase;
}

header h1 {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 0 10px;
	font-weight: 400;
}

header h1 a:link,
header h1 a:visited {
	text-decoration: none;
	color: #fff;
}

header h1 a:hover,
header h1 a:visited:hover {
	text-decoration: none;
	color: #fff;
}

header h1 .main {
	color: #20bef2;
	font-size: 1.2em;
}

header a.backHome:link,
header a.backHome:visited {
	position: absolute;
	right: 15px;
	top: 15px;
	display: block;
	text-indent: -999em;
	width: 34px;
	height: 30px;
	background: url(../images/home.png) 0 0 no-repeat;
}

header a.backHome:hover,
header a.backHome:visited:hover {
	background-position: 0 -30px;
}

aside nav {
	width: 200px;
	min-height: 340px;
	background: url(../images/logo-sei.png) bottom center no-repeat;
	position: absolute;
	left: 0;
	top: 61px;
	text-transform: uppercase;
	font-weight: 400;
	z-index: 19;
}

aside nav li {
	position: relative;
}

aside nav li a {
	display: block;
	text-decoration: none;
	height: 40px;
	width: 200px;
	}

aside nav li span.bg {
	position: absolute;
	height: 100%;
	display: block;
	background: #02779E;
	width: 0px;
	top:0;
	left: 0;
	z-index: 1;
}

aside nav li span.name {
	position: absolute;
	display: block;
	top:0px;
	line-height: 40px;
	left: 10px;
	z-index: 2;
	color: #02779e;
}

aside nav li.active-nav-item span.bg {
	width: 200px;
}

aside nav li.active-nav-item span.name {
	color: #fff;
}




section {
	display: none;
}

section nav {
	width: auto;
	position: absolute;
	left: 200px;
	top: 60px;
	z-index: 19;
}

section nav ul {
	height: 100%;
}

section nav li {
	display: block;
	position: absolute;
	padding: 1px;
	font-weight: 400;
}

section nav li a {
	display: block;
	width: 100%;
	height: 100%;
}

section nav li a .icon {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
	height: 100%;
}


section nav li#nav-chi a .icon { background-image: url(../images/thumbs/chi-e.jpg); }
section nav li#nav-riconoscerlo a .icon { background-image: url(../images/thumbs/come-riconoscerlo.jpg); }
section nav li#nav-vangeli a .icon { background-image: url(../images/thumbs/parola-vangelo.jpg); }
section nav li#nav-arte a .icon { background-image: url(../images/thumbs/apostolo-arte.jpg); }
section nav li#nav-luoghi a .icon { background-image: url(../images/thumbs/luoghi-culto.jpg); }
section nav li#nav-tradizione a .icon { background-image: url(../images/thumbs/la-tradizione.jpg); }

section nav li a .name {
	display: block;
	color: #02779E;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-size: 32px;
	line-height: 40px;
}

section nav li a .description {
	display: block;
	color: #333;
	position: absolute;
	top: 50%;
	margin-top: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 24px;
}


footer {
	display: none;
}

.overlay {
	background: rgb(255,255,255);
	position: absolute;
	left: 201px;
	top: 61px;
	z-index: 9;
	width: 0;
	height: 0;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
}

#overlay-close {
	display: none;
	top: 15px;
	right: 60px;
	background: transparent url(../images/close.png) no-repeat center center;
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
	opacity: 0.6;
	z-index: 999;
	text-indent: -9000px;
}

.overlay .entry-title,
.overlay .entry-content {
	padding: 40px;
}

.overlay .entry-content {
	padding-top: 0px;
	font-family: Arial, sans-serif;
	font-size: 1em;
}

.overlay .entry-content .audio-container {
	background: #eee;
	width: 400px;
	/*float: right;
	margin-left: 20px;
	padding: 20px;*/
	margin-bottom: 20px;
	margin-top: 16px;
	clear: both;
}

.overlay .entry-title h2 {
	color: #02779E;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

.overlay .entry-content p,
.overlay .entry-content ul {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 25px;
	padding-right: 15px;
	min-height: 75px;
}

.overlay .entry-content .fix {
	min-height: 1px;
}

.overlay .entry-content ul {
	margin-left: 1em;
}

.overlay .entry-content ul li {
	list-style-type: square;
	margin-bottom: 6px;
}

.overlay .entry-content ul li.alt {
	color: #02779E;
}

.overlay .entry-content blockquote {
	font-size: 1.1em;
	padding-left: 12px;
	margin-left: 12px;
	margin-bottom: 10px;
	border-left: 2px solid #02779E;
	color: #666;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 25px;
}

.overlay .entry-content blockquote .firma {
	text-align: right;
	color: #02779E;
	font-style: italic;
}

.overlay .entry-content .gallery-item,
.overlay .entry-content .grey {
	clear: both;
	background: #eee;
	min-height: 210px;
	margin-bottom: 30px;
}

.overlay .entry-content .grey p {
	min-height: 50px;
	margin-bottom: 40px;
	padding-right: 15px;
}

.overlay .entry-content .grey {
	padding:20px;
}

.overlay .entry-content .thumbs-container {
	float: left;
	margin: 0px 24px 0px 0;
}

.overlay .entry-content .thumbs-container a {
	display: block;
}

.overlay .entry-content .grey .audio-container {
	/*padding: 0 0 14px 0;*/
}

.overlay .entry-content .gallery-item .audio-container {
	/*padding: 20px 20px 14px 0;*/
	padding: 0px;
}

.overlay .entry-content .gallery-item .audio-container.top {
	padding-top: 0;
}

.overlay .entry-content .gallery-item .item-meta {
	font-style: italic;
	color: #02779E;
	padding-top: 12px;
	padding-right: 15px;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}

.alignleft {
	float: left;
	margin: 0px 24px 0px 0;
}

.alignright {
	float: left;
	margin: 0px 0 0px 24px;
}

.aligncenter {
	display: block;
	margin: 0px auto;
	clear: both;
}

.clearfloat {
	clear: both;
	display: block;
	line-height: 1px;
	height: 0px;
}

.hidden {
	display: none !important;
}

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}

</pre></body></html>