@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0.2b (http://builder.yaml.de)
 * @file        my_layout.css
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
/* @import url(../yaml/print/print_003_draft.css); */


/* ---------------------------------------
           MODIFICHE AGGIUNTIVE
   --------------------------------------- */

 /* PROGETTI */
  p.prj_titolo {
	color: #880000; 
  	vertical-align: top;
  	font-weight: bold;  
  	font-size: 1.6em; 
	}
  font.prj_nome {
        color: #880000; 
  	font-size: 0.9em;
  	font-weight: bold; 
	}				 
  font.prj_strumento 	{
		color: #000000; 
  	font-size: 0.8em;  
	}

  /* DISCOGRAFIA */
  font.disc_grp {
        color: #880000; 
  	font-size: 1.1em;
  	font-weight: bold;
	}				 
  font.disc_tit {
	color: #000000; 
  	font-size: 1em;  
        font-style: italic;
	}
  div.disc_cover {
       position: relative;
       top: 30px;
      }	
  div.disc_grp {
       position: relative;
       text-align: left;
       left: 260px;
       top: -260px;
       line-height: 12px;
	}	
  div.disc_tit {
       position: absolute;
       text-align: left;
       left: 260px;
       top: 280px;
	}	
  div.disc_player {
       position: absolute;
       text-align: left;
        top: 280px;
	}	
/* DUMMY  SECTION */
/* ************
   ************
   ************
   ************
   ************
   ************
   ************
   ************ */




