/*
Theme Name: Michele D'Attanasio theme
Theme URI: http://www.micheledattanasio.com/
Description: Tema 2010 del sito di Michele D'Attanasio, direttore della fotografia AIC.
Version: 1.0
Author: Andrea Cutelli
Author URI: http://www.andreacutelli.it/
Tags: blue, yellow, cross processing, absolute liquid layout
*/
* {
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}
a:focus { outline: 0; }

#contenitore{
	position: absolute;
	width: 100%;
	height: 100%;
}

#wrap {
	height: 550px;
	width: 100%;
	z-index: 5;
	position: absolute;
	left: 0px;
	top: 0px;
}
.curvy {
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.hidden{
	display: none;
}
#top-sx {
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#logo span {
	display: none;
}
#logo a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu {
	margin-top: 120px;
}
.button {
	height: 30px;
	width: 186px;
	display: block;
}
.button h2{
	display: none;
}
.bio a {
	display: block;
	height: 29px;
	width: 51px;
	background-image: url(images/bio.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.bio a:hover, .bio a.selected {
	background-position: 0px -30px;
}
.film a {
	display: block;
	height: 29px;
	width: 65px;
	background-image: url(images/film.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.film a:hover, .film a.selected {
	background-position: 0px -30px;
}
.spot a {
	display: block;
	height: 29px;
	width: 87px;
	background-image: url(images/spot.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.spot a:hover, .spot a.selected {
	background-position: 0px -30px;
}
.forum a {
	display: block;
	height: 29px;
	width: 114px;
	background-image: url(images/forum.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.forum a:hover, .forum a.selected {
	background-position: 0px -30px;
}
.contact a {
	display: block;
	height: 29px;
	width: 155px;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.contact a:hover, .contact a.selected {
	background-position: 0px -30px;
}
.showreel a {
	display: block;
	height: 29px;
	width: 180px;
	background-image: url(images/showreel.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.showreel a:hover, .showreel a.selected {
	background-position: 0px -30px;
}
#top-center {
	position: absolute;
	top: 0px;
	left: 400px;
}

#top-dx {
	position: absolute;
	top: 0px;
	right: 0px;
}
#default {
	padding: 20px;
	text-align: right;
}
#showreel {
	padding: 20px;
	text-align: right;

}
#biografia {
	background-image: url(images/opacity50.png);
	background-repeat: repeat;
	height: 420px;
	padding: 35px;
	margin: 35px;
}
#biografia .text {
	color: #FFF;
	overflow: auto;
	height: 420px;
	padding-right: 20px;
}
#forum {
	padding: 35px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
#forum a {
	color: #FFF;
	text-decoration: none;

}
#forum h2  {
	font-weight: normal;
	display: block;
	margin-top: 20px;
	font-size: 20px;
	color: #900;
}
#forum h2 a:hover {
	color: #900;
}

#forum small {
	font-size: 11px;
	font-family: Tahoma;
	color: #333;
	display: block;
	margin-bottom: 20px;
}
#forum .sep {
	display: block;
	height: 40px;
}
.commento {
	width: 800px;
	float: right;
	background-image: url(images/opacity50.png);
	padding: 20px;
	margin-bottom: 50px;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.messaggio {
	width: 600px;
	float: right;
	background-image: url(images/opacity20.png);
	padding: 20px;
	margin-bottom: 10px;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	clear: both;
}
.small {
	font-size: 11px;
	font-family: Tahoma;
	color: #41655B;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4D665B;
	margin-top: 5px;
	padding-top: 5px;
}
.small span a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
}
#commentform {
	width: 300px;
	float: right;
	padding: 15px;
	margin: 15px;
	background-color: #A2A493;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#commentform p {
	font-size: 10px;
	font-family: Verdana;
	color: #333;
}



#commentform p a {
	color: #666;
}
label {
	font-size: 10px;
	font-family: Verdana;
	margin-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
	display: block;
}
input {
	font-family: Verdana;
	font-size: 12px;
	color: #CCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#words {
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #8F927C;
	padding: 3px;
	font-family: Verdana;
	font-size: 11px;
	color: #CCC;
	width: 290px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#name, #email, #url {
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #8F927C;
	padding: 5px;
	width: 290px;
	margin-bottom: 10px;
}
#submit {
	color: #333;
	margin-top: 15px;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
}

.required {
	color: #900;
	font-size: 8px;
}
.businesscard {
	font-family: Arial;
	font-size: 14px;
}
.businesscard h2 {
	font-weight: normal;
	text-transform: uppercase;
}
.businesscard h3 {
	font-weight: normal;
	font-size: 18px;
}

.businesscard a {
	color: #FFF;
	text-decoration: none;
}
.businesscard a:hover {
	color: #900;
}
#film {
	padding-top: 35px;
	padding-right: 35px;
}
#spot-content {
	width: 850px;
	float: right;
}

#film .anteprima-video {
	float: left;
	margin-left: 20px;
}
.titolo a img {
	border: 5px solid #000;
}

.anteprima_titles {
	margin-bottom: 30px;
	font-family: verdana;
	font-size: 11px;
}
.anteprima_titles a {
	color: #CC0;
	text-decoration: none;
	background-color: #000;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	text-transform: uppercase;
}
.titolo-film-spot {
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 15px;
}
h2.nome-spot {
	font-family: arial;
	font-weight: normal;
	color: #FFF;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}
