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

body {
  color: #ddd;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 81.3%;
  line-height: 18px;
}

p,
ul,
ol {
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 18px; 
}

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

strong {
	color: #e1bebe;
}

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: 3em; 
  line-height: 1;
  margin-bottom:  0.5em; 
}

h2 {
  font-family: "mostra-nuova-1","mostra-nuova-2";
  font-weight: 400;
  color: #ffcc66;
  text-shadow: #000 2px 2px 3px;
  font-size: 1.538em; 
  padding-top: 18px;
  margin-bottom: 0.75em;
}

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

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


h3 { 
  font-size: 1em; 
}

.infobox h3, #privacy 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 {
	color: #841517;
	font-weight: 400;
  text-shadow: none;
}

#cboxContent em {
	color: black;
}