/* CSS Reset */
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, html { margin: 0; padding: 0; }
ul, ol { margin: 1em 0; padding: 0 0 0 20px; }
li { margin-bottom: 1em; }

/** Very simple fixed layout **/
body {
  /* font size 120% = 19.2px (100% with medium text = 16px@96ppi) */
  font: normal 120%/1.6 Georgia, Times, 'Times New Roman', serif;
  background: #fff url( "images/globo.png" ) right 75% fixed no-repeat;
  color: #555;
}

#page {
  width: 780px;
  margin: 0 auto;
  padding: 0;
  background: transparent url( "images/rainbow.gif" ) left top no-repeat;
}

#header {
  display: block; width: 100%; margin: 0; padding: 0;
  background: transparent url( "images/title-bg.png" ) repeat-y right top;
}

.site-name {  padding: 10px 0 0 30px; margin: 0 0 0 64px; }
.site-name a {
  display: block; overflow: hidden; width: 450px; height: 70px;
  text-indent: -1000em; background: transparent url(images/chiesa-anima-universale.gif) no-repeat 0 0;
}

.main { margin-top: 36px; }

/* Primary Navigation */
#primary-nav {
  clear: both; margin: 0 0 0 64px; padding: 12px 12px 0 0;
  background: #edbca7 url( "images/primary-nav.png" ) repeat-x right bottom;
  border-style: solid; border-width: 1px 2px 0 1px; border-color: #fff #eed #fff #999;
  list-style: none;
  font: bold 0.8em/1.2em Tahoma, Helvetica, Arial, sans-serif;
  text-align: center;
}

#primary-nav li {
  float: right;
  width: 120px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #a2a296;
  border-right: 1px solid #a2a296;
  background: #bdf;
}

#primary-nav a {
  display: block;
  margin: 0;
  padding: 5px 10px 4px;
  border-style: solid;
  border-width: 2px 1px 1px 0;
  border-color: #eed;
}

#primary-nav a:hover { padding: 6px 10px 3px; background: #eed; border-color: #eed #fff; color: #333; }
#primary-nav a:focus { background: #eed; color: #f00; }

/**
 * Site Footer
 */
#footer {
  clear: both;
  margin: 10px 0 0; padding: 10px;
  border-top: 1px solid #ccc;
  font-size: 0.8em;
  line-height: 1.4;
  text-align: center;
  background-color: transparent;
}

#footer p { margin: 10px 18px; }


/**
 * Site tipography
 */

h1, h2, h3, h4, h5, h6 {
  margin: 0; padding: 0;
  font-family: Georgia, Times,"Times New Roman", serif;
  color: #036;
}

h1 {
  padding: 10px 0;
  border-bottom: 1px solid #cb0;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.0;
  letter-spacing: +1px;
}

h2 {
  margin: 21px 0 7px;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.3;
  color: #900;
}

p { margin: 1em 0; }

a { font-weight: 400; }
a:link, a:visited { color: #03c; text-decoration: none; }
a:hover, a:focus { color: #f00; text-decoration: underline; }

abbr, acronym { font-variant: small-caps; text-transform: lowercase; cursor: select; }
hr { height: 0; margin: 1em 0; border: none; border-top: 1px solid #ccc; }
strong { color: #333; font-weight: 700; letter-spacing: 1px; word-spacing: 1px; }

dt { clear: both; color: #900; font-weight: 700; font-size: 1.2em; margin-bottom: 1em; }
dd { margin-bottom: 1em; }

blockquote { margin: 0 1em 1.8em 4em; color: #512; }
blockquote.picture { margin-left: 0; }

.picture img { float: left; margin: 0 12px 10px 0; }
.picture-alt img { float: right; margin: 0 0 10px 12px; }
.picture img, .picture-alt img {
  /* put a fake photo frame around inline images */
  padding: 4px;
  background: #fff;
  border-style: solid; border-width: 1px; border-color: #e8e8e8 #ccc #ccc #e8e8e8;
}

.richiamo { display: block; float: right; padding: 0 10px 2px; background-color: #f0f0f0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
 }

/**
 * CSS support
 */
.clear { clear: both; }
.skip { display: none; }

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
