@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bck.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #3c3c3c;
	font-size: 14px;
	margin: 0;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
	font-weight: normal;
}

h1, h2 {
	color: #304aa7;
}

h1 {
	font-size: 24px;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

h3 {
	border-bottom: 1px solid #dedede;
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
}

h4 {
	background-color: #A0ADDA;
	border-bottom: 1px solid #3F57AF;
	margin: 0;
	margin-bottom: 10px;
	padding: 5px;
}

a, h3, .usernation {
	color: #c73737;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #1c1b1b;
	line-height: 26px;
	margin: 0;
	margin-bottom: 15px;
	text-align: justify;
}

a img {
	border: none;
}

.gray {
	color: #b1b0b0;
}

.clear {
	clear: both;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.t_left {
	text-align: left;
}

.t_right {
	text-align: right;
}

/*box*/

#container {
	margin: 0 auto;
	width: 960px;
}

#header {
	height: 115px;
	margin-bottom: -5px;
	position: relative;
}

html>body #header {
	margin-bottom: 0;
}

  #logo {
	 width: 200px;
  }
  
  #logo_angle {
	  background-image: url(../images/logo_angle.jpg);
	  background-repeat: no-repeat;
	  height: 9px;
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 200px;
	  z-index: 2;
  }
  
  #share, #phrase, #langs {
	  position: absolute;
  }

  #phrase {
	  font-style: italic;
	  left: 220px;
	  top: 80px;
  }
  
  #share {
	  right: 0;
	  top: 20px;
  }
  
  #share a {
	  color: #105CB6;
 	  text-decoration: none;
 }
  
  #langs {
	  right: 0;
	  top: 73px;
  }
  
  #langs ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
  }
  
  #langs ul li {
	  float: right;
	  margin-left: 8px;
  }
  
#navigation {
	background-image: url(../images/nav_bck.jpg);
	background-repeat: repeat-x;
	height: 64px;
	position: relative;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	float: left;
	margin-right: 29px;
}
	
	.nav_home, .nav_home:hover, .nav_guidelines, .nav_guidelines:hover, .nav_competition, .nav_competition:hover, .nav_news, .nav_news:hover, .nav_aboutus, .nav_aboutus:hover {
		background-repeat: no-repeat;
	}
	
	.nav_home, .nav_guidelines, .nav_competition, .nav_news, .nav_aboutus {
		height: 64px;
		position: absolute;
		z-index: 1;
	}
	
	.nav_home {
		background-image: url(../images/nav_home.jpg);
		left: 0;
		width: 126px;
	}
	
	.nav_home:hover {
		background-image: url(../images/nav_home_hover.jpg);
	}
	
	.nav_guidelines {
		background-image: url(../images/nav_guidelines.jpg);
		left: 120px;
		width: 203px;
	}

	.nav_guidelines:hover {
		background-image: url(../images/nav_guidelines_hover.jpg);
	}
	
	.nav_competition {
		background-image: url(../images/nav_competition.jpg);
		left: 323px;
		width: 179px;
	}
	
	.nav_competition:hover {
		background-image: url(../images/nav_competition_hover.jpg);
	}
	
	.nav_news {
		background-image: url(../images/nav_news.jpg);
		left: 502px;
		width: 138px;
	}
	
	.nav_news:hover {
		background-image: url(../images/nav_news_hover.jpg);
	}
	
	.nav_aboutus {
		background-image: url(../images/nav_aboutus.jpg);
		left: 640px;
		width: 144px;
	}
	
	.nav_aboutus:hover {
		background-image: url(../images/nav_aboutus_hover.jpg);
	}

#pres {
	background-image: url(../images/pres_bck.jpg);
	background-repeat: no-repeat;
	height: 320px;
	margin-bottom: 20px;
	position: relative;
}

#pres_angle {
	background-image: url(../images/pres_angle.jpg);
	background-repeat: no-repeat;
	bottom: 0;
	height: 20px;
	position: absolute;
	right: 0;
	width: 159px;
}

#percorso {
	background-image: url(../images/percorso_bck.jpg);
	background-repeat: repeat-x;
	color: #7a7a7a;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 0 18px;
}

#main {
	position: relative;
}

.sx {
	float: left;
	width: 580px;
}

.dx {
	float: right;
	width: 360px;
}

#anteprima, #artists {
	clear: both;
}

#anteprima ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#anteprima ul li {
	float: left;
	height: 220px;
	margin: 0 18px 15px 0;
	width: 174px;
}

#anteprima ul li:hover {
	background-color: #b1b0b0;
}

.anteprima {
	border: 1px solid #b1b0b0;
	margin-bottom: 5px;
	padding: 5px;
}

.anteprima_title, .anteprima_info {
	font-size: 12px;
	overflow: hidden;
	padding: 0 5px;
}

.anteprima_title {
	text-transform: uppercase;
}

#artists ul {
	list-style-image: url(../images/artists_list.jpg);
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#artists ul li {
	border-bottom: 1px solid #dedede;
	float: left;
	height: 18px;
	line-height: 18px;
	margin-bottom: 4px;
	margin-right: 7px;
	padding-bottom: 2px;
	width: 173px;
}

#artists ul li a {
	color: #585858;
}

.userdate, .usernation {
	clear: both;
	line-height: 14px;
}

.usernation {
	margin-bottom: 15px;
}

.news {
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}

.newsdate {
	font-size: 12px;
	margin: 0;
}

.photous {
	border: 1px solid #CCC;
	float: left;
	margin: 0 15px 0 0;
}

.profilo {
	border-bottom: 1px solid #CCC;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.profilo_text {
	display: block;
	float: right;
	margin: 0;
	width: 560px;
}

.profilo p {
	font-size: 14px;
	line-height: 20px;
}

.teamc {
	background-color: #efefef;
	float: left;
	margin-right: 10px;
	padding: 10px;
	width: 370px;
}

#guidelines {
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
}

#guidelines ul {
	list-style-type: decimal;
	padding: 0;
}

#guidelines ul ul {
	list-style-type: upper-alpha;
	padding: 20px 40px;
}

#guidelines ul ul ul {
	list-style-type: none;
}

#guidelines ul li {
	margin-bottom: 10px;
}

.facebook, .twitter, .paypal {
	margin-bottom: 10px;
}

#footer {
	clear: both;
	font-size: 12px;
	margin: 40px 0 20px 0;
	text-transform: uppercase;
}
