/* Default font settings. 
   The font-size percentage is of 16px. (0.875 * 16px ~ 14px) */

body {
  color: #444;
  font-family: museo-slab-1,museo-slab-2,"Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height:1.125em; /* 16x1.125=18px */
}

p,
ul,
ol {
  font-size: 0.875em; /* 16x0.875=14px */
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 18px; 
}

p.bigger {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

strong {
  font-weight: 500;
}

i, em {
    font-style: italic;
}

small {
	font-size: .8em;
}

ul {
  list-style-type: square;
  margin-left: 2em;
}

h1,h2,h3 {
	padding-left: 18px;
	padding-right: 18px;
	font-weight: 500;
	color: #fff;
}

h1 { 
  color: #ffcc66;
  font-size: 1.375em; /* 16x1.375=22px */
  line-height: 1.636em;/* 16x1.636=36px */
  margin-bottom:  0.5em; 
}

h2 {
  font-family: "mostra-nuova-1","mostra-nuova-2";
  font-size: 1.375em; /* 16x1.375=22px */
  line-height: 1.25em;
  font-weight: 400;
  color: #B53F3F;
  padding-top: 18px;
  margin-bottom: 0.75em;
}

h2.sponsor {
    padding-top: 0;
	border-bottom-color: #aaa;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	clear: left;
}

.buy_online h2 {
  padding:0;
  margin-bottom: 6px;
  font-size: 1.125em; 
}

.buy_online p {
	color: #ddd;
	  text-align: center;
	  margin-bottom: 0;
}

h3 { 
  font-size: 1em; 
}

.infobox h3, #privacy h3, #gustin h3 {
	color: black;
	margin-bottom: 18px;
}

h4 {
	margin: 0;
	padding: 5px 10px 0;
	font-size: 1.2em;
	color: #333;
	border-bottom: 1px solid #eee;
}

a.toggler {
	font-weight: normal;
	letter-spacing: 3px;
	text-decoration: none;
	color: #222;
	text-transform: uppercase;
}


#cboxContent {
	color: #333;
}

#cboxContent h2, h3 {
	color: #9E0B0B;
	font-weight: 400;
    text-shadow: none;
    margin-bottom: 0.25em;
}

#cboxContent em {
	color: black;
}

.blc {
	color: #eee;
}
