﻿/*

CSS FRONT-END VER. 1

MEDIA

© Interattiva e-comunicazione
  www.lineagrafica.it
------------------------------------------------
*/

/* -----------------------------------------------
   LISTA DOWNLOAD
----------------------------------------------- */

ul.download {padding:0 0 1em 0;}
ul.download li {
	list-style-type: none;
	position: relative;
	display: block;
	min-height:40px;
	padding: .5em 0 0 40px;
	border-bottom: 0px solid #ccc;
	background: transparent url(../images/download-file.png) no-repeat left 5px;}
	#content ul.download li.pdf { background-image: url(../images/download-pdf.png);}
	#content ul.download li a { display: block; text-decoration: none; font-weight: bold;}
	#content ul.download li a:hover {text-decoration: underline;}
	#content ul.download li em { font-style: normal; font-size: 0.8em;}
	#sidebar ul.download li {border: none;}

	 ul.download li span.photo {
	 	display: block;
		position: absolute;
		top: 5px;
		left: 0px;
		background: white;
		border: 1px solid #ccc;
		width: 29px;
		height: 35px;}
		ul.download li span.photo img {width: 29px; height: 35px;}
		ul.download li.locked {background-image: url(../images/download-lock.png);}
		#content ul.logged li {}

		#sidebar .logged,
		#sidebar p.login {display: none;}

	#content .gallery ul {list-style-type: none;}
	#main .gallery ul li {list-style-type: none;}


	.gallery a {display: none;}
	.gallery a.first {
		display: block;
		float: left;
		margin: 0 0 .8em 0;
		border: 1px solid #232323;}

	.gallery a em {
		display: none;
	}


		/*
		.gallery a.first .photo {
			display: block;
			float: left;
			width: 80px;
			height: 55px;
			cursor: pointer;}
		*/

/* -----------------------------------------------
   GALLERIA
----------------------------------------------- */
a.thumb {
	display: block;
	position: relative;
    width: 79px;
	height: 61px;
	float: left;
	margin: 0 10px 20px 0;
	color: #666;
	border: 1px solid #333;}
		a.thumb em {
		display: block;
		position: absolute;
		width: 15px;
		height: 15px;
		right: -1px;
		bottom: -1px;
		background: transparent url(../images/play_button.gif) no-repeat left top;}