/* --- FONTFACE --- */

@font-face {
    font-family: 'SansationRegular';
    src: url('http://www.electronicstudio.ch/font/Sansation_Regular-webfont.eot');
    src: url('http://www.electronicstudio.ch/font/Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.electronicstudio.ch/font/Sansation_Regular-webfont.woff') format('woff'),
         url('http://www.electronicstudio.ch/font/Sansation_Regular-webfont.ttf') format('truetype'),
         url('http://www.electronicstudio.ch/font/Sansation_Regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'SansationBold';
    src: url('http://www.electronicstudio.ch/font/Sansation_Bold-webfont.eot');
    src: url('http://www.electronicstudio.ch/font/Sansation_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.electronicstudio.ch/font/Sansation_Bold-webfont.woff') format('woff'),
         url('http://www.electronicstudio.ch/font/Sansation_Bold-webfont.ttf') format('truetype'),
         url('http://www.electronicstudio.ch/font/Sansation_Bold-webfont.svg#SansationBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SansationLightLightItalic';
    src: url('http://www.electronicstudio.ch/font/Sansation_Light_Italic-webfont.eot');
    src: url('http://www.electronicstudio.ch/font/Sansation_Light_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.electronicstudio.ch/font/Sansation_Light_Italic-webfont.woff') format('woff'),
         url('.http://www.electronicstudio.ch/font/Sansation_Light_Italic-webfont.ttf') format('truetype'),
         url('http://www.electronicstudio.ch/font/Sansation_Light_Italic-webfont.svg#SansationLightLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* --- DETAIL --- */


/*!!! modifica colori */
body
{
	padding: 0px;
	margin: 0px;
	color: #dedede;
	background-color: #191919;
	font: 1em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

table, td
{
	border-width:0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding:0px;
	vertical-align: top;
}
a { text-decoration: none;}
img {border: none;}

div.detail
{
    margin: 0 auto;
    padding-top:20px;
}

div.row
{
    clear: both;
}

#previous, #current, #next, #index
{
    font-size: 2.2em;
}

#previous, #current
{
    float: left;
    font-family: 'SansationRegular', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    
}

#next, #index
{
	float: right;
	font-family: 'SansationRegular', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#previous a, #previous a:active, #previous a:visited
{
	padding-left: 15px;
	padding-bottom: 0.1em;
	color: #BBB;
	background: url("../img/previous.png") no-repeat center left;
}
#previous a:hover
{
	color: #bd110f;
	background: url("../img/previous_active.png") no-repeat center left;
}

#next a, #next a:active, #next a:visited
{
	padding-right: 15px;
	padding-bottom: 0.1em;
	color: #BBB;
	background: url("../img/next.png") no-repeat center right;
}
#next a:hover
{
	color: #bd110f;
	background: url("../img/next_active.png") no-repeat center right;
}


#index a, #index a:active, #index a:visited
{
	padding: 0 0 0.1em 25px;
	color: #BBB;
	background: url("../img/index.gif") no-repeat center left;
}
#index a:hover
{
	color: #bd110f;
	background: url("../img/index_active.png") no-repeat center left;
}

.imgInfo
{
	font-size: 0.8em;
	color: #777;
	margin: 0px 0px 10px 0px;
}

#photo
{
	margin: 0 0 5px 0;
	text-align: left;
}

#photo img
{
	background-color: #BBB;
}

#photoInfo
{
	font-size: 1em;
	text-align: left;
	color: #BBB;
	margin: 0 0 15px 0;
	padding: 0px;
	clear: both;
}

ul.clean {
	font-family: 'SansationRegular', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin:0;
	list-style: none;
	text-align: left;
}

ul.clean li {
	padding: 0;
	margin:0;
	list-style: none;
}

ul#footer
{
	font-family: 'SansationRegular', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
    float: left;
	clear: both;
	padding: 0;
	list-style: none;
}

ul#footer li
{
	font-size:.8em;
	color:#dedede;
	margin:0;
	padding: 0;
}


