﻿@font-face {
  font-family:'Myriad Web Pro';
  src:url('../font/Myriad Web Pro.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:'Adventure Subtitles';
  src:url('../font/Adventure Subtitles.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:'Hind';
  src:url('../font/Hind.ttf') format('truetype');
}
@font-face {
  font-family:'Roboto';
  src:url('../font/Roboto.ttf') format('truetype');
}
@font-face {
  font-family:'RobotoCondensed';
  src:url('../font/RobotoCondensed.ttf') format('truetype');
}


* {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;
}


/* SELETTORI */
body {
  padding:0;
  font-family:'Myriad Web Pro';
  font-size:16px;  
  background-color: #fff;
  color:#404040;
}

/*
h1 {
  font-size:1.5em;
  color:#606060;
  border:1px solid #202020;
  text-shadow:0 0 3px #808080;
}
*/

h1 {
  font-family:RobotoCondensed;
  font-size:200%;
  color:#008080;
  font-weight:normal;
}

h2 {
  font-size:1.375em;
  color:#e0e0e0;
  text-shadow:1px 1px 1px #000, 0 0 2px #000;
}


/* CLASSI */
.leftPosition {
  float:left;
}

.rightPosition {
  float:right;
}

.resetPosition {
  clear:both;
}

.boxCurvedCorner {
  border-radius:4px 4px;
}

/* da css di cerecLovers */
.Centered {
  margin:0 auto;
}
.LeftPosition {
  float:left;
}

.RightPosition {
  float:right;
}

.ResetPosition {
  clear:both;
}

.CurvedCorner {
  border-radius:4px 4px;
}

.SiteContentWidth {
  max-width:1024px;
  min-width:720px;
  margin:0 auto;
  padding:0 6px;
}