/** Fonts **/
@font-face {
	font-family: 'Adobe Caslon Pro Regular';
	src: url('../fonts/acaslonpro-regular.eot');
	src: local('☺'), url('../fonts/acaslonpro-regular.woff') format('woff'), url('../fonts/acaslonpro-regular.ttf') format('truetype'), url('../fonts/acaslonpro-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Defaults **/
body {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
}

img {
	max-width:100%;
}

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

a:hover {
	text-decoration: none;
	color: #888;
}

.clear {
	clear: both;
}

/** Full Height **/
html, body, #container
{
	height:100%;
	margin:0;
	padding:0;
}

/** Two Columns and Footer **/
#sidebar {
	height:auto!important;
	min-height:100%;
	float: left;
	width: 50%;
}

#section {
		/* IE Fallback */
		/* background: rgb(0,0,0); */
		
		/* IE Filter */
		/*background: transparent;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)"; /* IE8   
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);   /* IE6 & 7      
		zoom: 1;
 		*/
	/* background: rgba(0,0,0,0.6); */
	background: #000;
	height:auto!important;
	min-height:100%;
	float: right;
	width: 50%;
}

#section.home { 
	background: transparent;
}
#article {
	padding: 8px;
}

#footer
{
	background:red;
	bottom:0;
	height:53px;
	left:0;
	position:fixed;
	width:100%;
}



/* Headings and Paragraphs */

h1 {
	font-family: 'Adobe Caslon Pro Regular';
	font-size: 4em;
	line-height: 1.2;
	/* text-shadow: #000 2px 2px 2px; */
}

h2 {
	font-size: 3em;
}

h3 {
	margin-top: 10px;
	font-size: 1.2em;
}

p {
	font-size: 1em;
	text-align: justify;
}


/** Slice **/
#article 
{
	margin: 20px 0;
}

#article img.slice
{
	margin: 0 0 10px 0;
}

/** Slogans **/
#article h1 {
	text-indent: -9999px;
}

#article h2 {
	text-indent: -9999px;
}

#slogan.home {
	position: absolute;
	top: 66%;
	left: 66%;
	width: 465px;
	height: 85px;
	margin: 0px 0 0 -180px;
}

#slogan.storia {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 465px;
	height: 85px;
	margin: -135px 0 0 -70px;
}

#slogan.azienda {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 465px;
	height: 85px;
	margin: -140px 0 0 -70px;
}

#slogan.prodotto {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 465px;
	height: 85px;
	margin: -140px 0 0 -70px;
}

#slogan.gallery {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 465px;
	height: 85px;
	margin: -135px 0 0 -70px;
}

#slogan.ricette {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 465px;
	height: 85px;
	margin: -135px 0 0 -60px;
}

#slogan.contatti {
	position: absolute;
	top: 66%;
	left: 66%;
	width: 465px;
	height: 85px;
	margin: 0px 0 0 -180px;
}

/** Credits **/
div#credits {
	text-align: right;
	position: absolute;
	top: 24px;
	right: 8px;
}

/** Gallery **/
#left_gallery
{
    bottom: 10px;
    height: 50px;
    position: fixed;
    width: 49%;
}

#left_gallery img
{
	float: right;
	width: 58px;
	height: 40px;
	border: 2px solid #fff;
	margin-right: 10px;
	margin-bottom: 10px;
}

#right_gallery
{
    margin-top: 30%;
    width: 80%;
}

#right_gallery img
{
	width: 58px;
	height: 40px;
	border: 2px solid #fff;
	margin-right: 10px;
	margin-bottom: 10px;
}

/** Tabs **/
#tabs ul
{
	display: none;
	float: right;
}

#tabs div {
	clear: both;
}

#tabs ul li {
	display: inline;
	margin-right: 20px;
}
/** Lang **/
#lang
{
	position: fixed;
	right: 8px;
	top: 8px;
}