/* 
Document   : content
Created on : 25-gen-2008, 23.06.14
Author     : Admin
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*-------CONTENT-GENERAL---------*/

ul li{
    list-style: none;
}

.back{
    font-size: 12px;
    float: right;
}
.nav{
    font-size: 12px;
}

.nav a {
    color:#8f1222;    
}

.nav a:hover {
    color:#ffffff;
    background-color:#8f1222;
}

.admin {
    font-size: 12px;
    font-family: Verdana;
}

.admin a {
    color:#8f1222;
}

ul li .admin{
    font-size: 11px;
}

#content {
	margin-top: 0em;
	margin-bottom:1em;
    font-family: Arial;
	z-index:10;
}

#content h1 {
	font-family: Arial;
    font-size:0.8em;
    font-weight:bold;
    background-color:#eeeeee;
}

#content .nav {
    width:100%;
    margin-top:0em;
	margin-bottom:0;
    font-family: Arial;
    font-size:0.8em;
    font-weight:bold;
    background-color:#eeeeee;
}

#content .nav .admin {
    float:none;
    font-weight:bold;
    font-size:16px;
}

#content .pagination {
	width:100%;
	margin-left:0.1em;
	margin-top:0em;
	margin-bottom:0;
    font-family: Arial;
    font-size:0.8em;
    font-weight:bold;
    background-color:#eeeeee;
	vertical-align:top;
}

/*---------HOME PAGE--------------*/

#player {
	padding-top:1em;
}
 
#player object {
	width:510px;
	height:384px;
}

#text-box-it {
    float:left;
    width: 51%;
    margin-top: 1em;
	margin-bottom:0.2em;
    padding-top: 0em;
    padding-bottom: 0.2em;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    text-align:justify;
}

#text-box-en {
    float:left;
    width: 51%;
    margin-top: 1em;
	margin-bottom:1em;
    padding-top: 0em;
    padding-bottom: 1em;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    text-align:justify;
}

#text-box-it a {
	color:#8f1222;
	font-weight:bold;
}

#text-box-it a:hover {
	text-decoration:underline;
}

#text-box-en a {
	color:#8f1222;
	font-weight:bold;
}

#text-box-en a:hover {
	text-decoration:underline;
}

#about-images {
	float:right;
	width: 6%;
	margin-right:1em;
	padding-right:1em;
}

#about-images .images {
    text-align:left;
    /*background-color: #cccccc;*/
}

#about-images li {
    list-style: none;
    margin-bottom: 0.3em;
}

#about-images a {
    border: none;
    outline:none;
}

#about-images .images img {
    width: 80px;
    border: none;
}

#current-image {
	width:100%;
}

#show {
	width:35%;
	float:right;
	margin-top:1em;
}

#show img {
	width:100%;
}
.caption {
	font-size:9px;
	width:30em;
	font-style:italic;
}



/*------AMMINISTRAZIONE------*/
#form-title{
    font-size: 12px;
    font-weight: bold;
    line-height: 2em;
}

#content form {
    height: 460px;
	font-size: 12px;
    line-height: 1em;
	overflow:auto;
}

.form .general-info{
    
}

.form .depth-info {
    
}

.form .project-curator  {
	float: right;
}

.form img {
    width:100px;
}

#project .admin{
    font-size:11px;    
    float:none;
}

.project .header .admin {
    font-size:11px;    
}

#project .event .admin {
    float: right;
}

#event .admin {
    font-family: Verdana;
    font-size:10px;    
   	float:none;
}


/*-------ARTIST---------*/
#participants-list {
	padding-left:1em;
    padding-top:1em;
    margin-top:0em;
	display:inline-block;	
}

#participants-list li {
	width:19em;
	margin-right:0.5em;
	font-family:'Arial';
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background-color:#eeeeee;
	/*margin-bottom:1em;*/
}

/*#participants-list li a {
	margin-bottom:1em;
}

#participants-list a {
	margin-bottom:1em;
}
*/
#participants-list .artist-list {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#artist {
	width:100%;
	margin-top:1em;
	font-family: 'Arial';
	border-top:1px solid #cccccc;
	padding-top:0em;
	float:left;	
	
}

#artist .name {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#eeeeee;
	width:50%;
	margin-bottom:0.5em;
}

#artist .bio {
	width:50%;
	float:left;
	font-size:11px;
	margin-bottom:1em;
	/*border-right:1px solid #cccccc;*/
}

#artist .cv {
	width:45%;
	font-size:11px;
	float:right;
}

#artist .uri {
	width:50%;
	margin-top:2em;
	font-size:12px;
	font-weight: bold;
	color:#8f1222;
	margin-bottom:2em;

}

#artist #events-list {
	width:50%;
	margin-top:0em;
	margin-bottom:0;
    font-family: Arial;
    font-size:0.8em;
    font-weight:bold;
    background-color:#eeeeee;
}

#artist #events-list .event {
	padding-bottom:0.5em;
	background-color:#ffffff;
}
#artist #events-list .event img {
	width:70px;
}

#participants-list {
	font-size:12px;
}

/*-------LISTE---------*/
#projects-list {    
    padding-left:0em;
    padding-top:0em;
    margin-top:0em;
	border-bottom: 1px solid #cccccc;
}

#projects-list li{
    list-style:none;
    margin-left:0;    
}

#projects-list a {
    color:#000000;
}

#projects-list .title:hover {
    background-color:#eeeeee;	
}

.project {
    width:100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    text-align: left;
	padding-top:0.5em;
   	padding-bottom:0.2em;
	overflow:hidden;
}

.project .logo {
    float: left;
    width:140px;
    margin-top: 0em;
    margin-right: 0.5em;
    margin-bottom: 0.1em;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
}

.project .admin {
    float:right;
}

#events-list {
    padding-left:0em;
    margin-top:0em;
	border-bottom: 1px solid #cccccc;
	
}

#events-list li{
    list-style:none;
    display: inline;
    margin-left:0;
}

#events-list .event img.logo {
    float:right;
	width:160px;
    margin-top: 0em;
	margin-right: 0.5em;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
}

#events-list .event h1, h2, h3 {
    font-family:'Arial';
}

#events-list .event a {
    color:#000000;
}

#events-list .event .title:hover {
    background-color:#eeeeee;
}

.event{
    width:100%;
	min-height:7.2em;
	padding-top:0.5em;
	padding-bottom:1em;
    	border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    text-align: left;
    margin-bottom:0em;
	overflow:hidden;
    
}

.event .genre {
    font-size:12px;
    text-transform:none;
}

.event .participants {
	width:65%;    
}

#content #news-list {
	width:100%;
	height:auto;
	padding-left:0em;
    margin-top:0em;
	display:inline;
	border-top: 1px solid #cccccc;
}

#content #news-list li {
	width:12em;
	height:12em;
	overflow:hidden;
	margin-right:1.2em;
	border-top:none;
	margin-bottom:0.5em;
	border-bottom:2px solid #8f1222;
	z-index:0;
}

#content #news-list li:hover {
	cursor:hand;
}

/*#content #news-list li:active {
	height:12em;
	z-index:1;
}*/

#content #news-list .postable a {
    font-size: 14px;
    color: #000000;
	text-transform:uppercase;
}


/*------CLASSI COMUNI LISTE-----------*/
.header {
    font-family:"Arial";
}

.header .title {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
	padding-top:0em;
	margin-bottom:0em;
	background-color:#ffffff;
}

.header .subtitle {
    font-size: 0.8em;
    font-weight: bold;
    text-transform: none;
    color:#000000;
	margin-top:0.5em;
	margin-bottom:0em;
	line-height:0em;
}

.header .participants {
    font-size: 9pt;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
	margin-top:1em;
	margin-bottom:0em;
}

.header .participants a:hover {
	background-color:#dddddd;
}

.header .description{
	margin-top:0.5em;
    font-size: 0.7em;
    text-transform: none;
    color: #000000;
}

.header .date {
    padding-top:0.5em;
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
    color:#8f1222;
}

/*--------SHOW---------*/

#project {
    margin-top:1em;
	padding-top:0em;
	padding-bottom: 0em;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
	font-family: "Arial";
}

#project .nav {  
	width:8em;
    float: right;
    font-family: 'Arial';
    font-size:12px;
    background-image:url(/images/hover_red.png);
    background-repeat: no-repeat;
    background-position: 0px -5px;
    padding-top:0em;
	margin-right:0.2em;
    padding-left:1em;
}

#project .nav:hover{
    font-family: Arial;
    font-size:12px;
    background-image:url(/images/hover_white.png);
    background-repeat: no-repeat;
    background-position: 0px -5px;
    color:#ffffff;
    background-color:#8f1222;
}

#project .nav:active{
    font-family: Arial;
    font-size:12px;
    background-image:url(/images/hover_red.png);
    background-repeat: no-repeat;
    background-position: 0px -5px;
    color:#ffffff;
    background-color:#8f1222;
	overflow:visible;
}

#project h1, h2, h3 {
    font-family:"Arial";
}

#project a {
    color:#000000;
}

#project ul {
	padding-left:0em;
    margin-top:1em;
}

#project .curator {
	font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #555555;
    
}

#project .curator-name {
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #777777;
}

.participants {
    font-size: 12px;
    font-style: normal;
    font-weight:bold;
    text-transform: uppercase;
}

#project .date {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #8F1223;
}

#project .event {   /*------related---------*/
	width:80%;
	margin-left:0em;
	margin-bottom:0em;
	overflow:visible;
}

#project .event img {   /*------related---------*/
	width:120px;
	float: right;
}

#event {
	margin-top: 1em;
    padding-bottom: 0em;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
	font-family: "Arial";
}

#event .nav {
    width:8em;
    float:right;
    font-size:12px;
    background-image:url(/images/hover_red.png);
    background-repeat: no-repeat;
    background-position: 0px -5px;
    margin-right:0.2em;
    padding-top:0em;
	padding-left:1em;
}

#event .nav:hover {
    font-size:12px;
    background-image:url(/images/hover_white.png);
    background-repeat: no-repeat;
    background-position: 0px -5px;
    color:#ffffff;
    background-color:#8f1222;
}

#event .nav:active{
    font-size:12px;
    background-image:url(/images/hover_red.png);
    background-repeat: no-repeat;
    background-position: 0px -5px;
    color:#ffffff;
    background-color:#8f1222;
}

#event a {
    color:#000000;
}

#event .genre {
	font-size: 13px;
	margin-top:0.2em;
	margin-bottom:0em;
}

#event .info {
	font-size:12px;
	color:#aaaaaa;
	margin-bottom:0em;
	margin-top:0em;
}

#event .project h5 {
    width:50%;
    margin-top:0em;
    margin-bottom:1em;
    font-family: Arial;
    font-size:1em;
    font-weight:bold;
    background-color:#eeeeee;
}

#event .project {   /*------related---------*/
    margin-top:0em;
    margin-bottom:3em;
    padding:0;
    font-size:14px;
    font-family:Arial;
    font-style:normal;
}

#event .project img {  /*------related---------*/
    width:80px;
}


/*-------CLASSI COMUNI SHOW------------*/
.title {
	margin-top: 0em;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.subtitle {
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
    color:#000000;
}

.participants {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
	margin-bottom:0em;
	margin-top:0.5em;
} 

.date {
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
    color:#8f1222;
}

.description {
   font-size: 11px;
    text-transform: none;
    color: #000000;
    width: 100%;
    padding-top:1em;
    margin-bottom:1em;
}





