/* Reset ######################### */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ######################### Reset */

body{
	background: #000;
	color: #FFF;
}

a{
	color: #fff;
}

/* struttura */

#main
{
	width: 750px;
	border: #333 1px solid;
	margin: auto auto;
	margin-top: 32px;
	margin-bottom: 64px;
}

#title{
	height: 50px;
	border-bottom: #333 1px solid;	
	background: url('img/title-footer.png');
}

#head{
	height: 180px;
	border-bottom: #333 1px solid;
	background: url('img/head.png');
}

#head{
	height: 180px;
	border-bottom: #333 1px solid;
}
/* menu ############################### */

#menu{
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #000;
	//border-top: #333 solid 1px;
	border-bottom: #333 solid 1px;
}
 
#menu span{	
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 8px;
	padding-bottom: 8px;
	
}
/*
#menu span:hover{
	background: #222;
	border: #333 solid 1px;
	padding-bottom: 7px;
	padding-left: 31px;
	padding-right: 31px;
	cursor:pointer;
}*/

#menu a{
	font-size: 12pt;
	text-decoration: none;
	font-weight: normal;
	color: #aaa;
}

#menu a:hover{
	color: #f80;
	text-decoration: underline;

}


/* post ########################### */
#post{
	min-height: 250px;
	border-bottom: #333 1px solid;
	background: url('img/bg2.gif') bottom;
}

#footer{
	height: 32px;
	background: url('img/title-footer.png') bottom;
}

#open{
	/*height: 300px;
	color: #f00;
	background: #222;
	border-bottom: #fff 1px solid;*/
}

#edit{
	padding: 16px;
}

#edit textarea
{
	height: 800px;
	width: 600px;
	padding: 16px;
	background: #222;
	color: #fff;
}

/* home ######################### */

#home{
	padding: 16px;
	font-family: arial;
	font-size: 9pt;
	line-height: 13pt;
	letter-spacing: 1px;
	min-height: 330px;
}

#_a{
	margin-top: 16px;
	float: right;
	padding-left: 8px;
}

#_b{
	margin-top: 16px;
	position: relative;
	top: 8px;
	text-align: center;
}

#home em{
	font-family: times;
	font-style: italic;
	color: #F80;
}

#home h1{
	font-family: serif;
	font-size: 16pt;
	margin-bottom: 16px;
	padding-top: 8px;
	border-bottom: 1px #666 dotted;
}

#home p{
	padding-top: 8px;
	font-style: italic;
	color: #ccc;
}

#home img{
	padding: 4px;
	margin: 4px;
	background: #400;
	border: 1px #f00 dotted;
}


/* bio ######################### */

#bio{
	padding: 16px;
}

#bio p{
	position: relative;
	color: #aaa;
	font-size: 10pt;
	font-family: serif;
	font-style: italic;
	word-spacing: 2px;
	letter-spacing: 1px;
	line-height: 15pt;
	padding: 8px 8px;
	
}


#bio h1{
	position: relative;
	top: 16pt;
	width: 95%;
	
	letter-spacing: 4px;
	text-align: center;
	font-family: serif;
	font-size: 16pt;
	border-bottom: 1px #666 dotted;
	margin-bottom: 16pt;
}

#bio strong{
	font-family: monospace;
		text-align: right;
		font-size: 8pt;
		color: #f80;
		margin-right: 24px;
		margin-bottom: 8px;
		margin-top: 8px;
		display: block;
}

#bio em{
	margin-left: 8px;
	font-size: 9pt;
	font-family: sans-serif;
	font-style: italic;
	color: #eee;
}

/* modus operandi ######################## */


#modus table tr td{
	vertical-align: top;
	padding: 16px;
	
}

#modus h4{
	margin-bottom:48px;
	font-family: serif;
	font-size: 16pt;
	letter-spacing: 2px;
	text-align: center;
	border-bottom : 1px #666 dotted;
}
	

#modus p{
	
	color: #888;
	position: relative;
	left: 8px;
	font-family: arial;
	font-size: 9pt;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 12pt;
	margin-bottom: 8px;
	margin-top: 8px;
}

#modus p b{
	color: #fff;
	position: relative;
	left: -8px;
}


#modus  img{
	margin-bottom: 8px;
	text-align: center;
	width: 330px;
}


#modus blockquote{
	color: #aaa;
	font-family: monospace;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 14px;
	background: #222;
	border: 1px #333 solid;
	padding: 8px;
	
}

#service{
	border-top: 1px #666 dotted;
	width: 718px;
	
	margin: auto auto;
	margin-top: 16px;
	padding-top:16px;
	min-height: 100px;
}


/* audio ##################################### */
#audio{
	font: inherit;
	
}

#audio img{
	margin-bottom: 16px;
}

#audio pre{
	color: #f80;
	padding-bottom: 16px;
	text-align: center;
	font-style: italic;
	

}

#audio table td{
	padding: 16px;
}

#audio h4{
	font-family: serif;
	width: 300px;
	font-size: 16pt;
	text-align: left;
	border-bottom: 1px #666 dotted;
	margin-bottom: 8px;
	letter-spacing: 1px;

}

#audio td{
	width: 375px;
}

#audio td p{
	position: relative;
	left: 8px;
	color: #ddd;
	padding-bottom: 16px;
	padding-right: 8px;
	font-size: 11pt;
	font-style: italic;
	text-align: justify;
}

#audio td b{

	font-style: normal;
	display: block;
	color: #f80;
	margin-top: 4px;
	font-size: 10pt;
	font-weight: bold;
	font-family: arial;
	line-height: 12pt;
}

#audio td em{
	position: relative;
	left: 4px;
	display: block;
	color: #aaa;
	font-family: arial;
	font-size: 8pt;
	margin-bottom: 8px;
	padding-right: 4px;
	letter-spacing: 1px;
	text-align: left;
}

.player{
	position: relative;
	top: 4px;
	left: 8px;
}

/* reset blokquote */
#audio blockquote h4, #audio blockquote b, #audio blockquote p, #audio blockquote em{
	color: #fff;
	font: inherit;
	border: none;
	display: inline;
	padding: 0px;
	position: inherit;
}

#audio blockquote{
	background: #222;
	border: 1px #333 solid;
	
}

#audio blockquote h4{
	
	letter-spacing: 1px;
	font-size: 9pt;
	display: block;
	padding: 8px;
	
}

#audio blockquote p{
	color: #666;
	font-family: arial;
	display: block;
	padding: 8px;
	font-size: 7pt;
	line-height: 9pt;
}

#audio blockquote em{
	color: #666;
	display: block;
	padding: 8px;
	font-size: 9pt;
	font-style: italic;
}

/* contact ################################ */

#cont{
	padding: 16px;
}

#div_preventivo{
	padding: 16px;
	background: #222;
	border: 1px #333 solid;
	display: none;
	//display: block;
}

#cont h1{
	font-family: times;
	font-size: 18pt;
	text-align: center;
	border-bottom: 1px #666 dotted;
	margin-bottom: 16px;
}

#cont input[type="text"]{
	color: #f80;
	font-size: 11pt;
	padding: 4px;
	position: relative; 
	top: -8px;
	height: 24px;
	width: 45%;
	background: #222;
	border: #000 1px solid;
	border-bottom: #f80 2px dashed;
}

#cont input[type="text"]:hover{
	border: #f80 1px solid;
}

#cont input[type="checkbox"]{
	margin-right: 8px;
}

#div_preventivo input[type="text"]{
	background: #000;
}

#cont textarea{
	font-size: 11pt;
	font-style: italic;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #f80;
	background: #222;
	border: #f80 1px dotted;
	width: 94%;
	height: 128px;
	padding: 8px;
}

#cont input[type="submit"]
{
	width: 48px;
}


#cont b{
	margin-top: 16px;
	letter-spacing: 2px;
	display: block;
	width: 50%;
	font-family: times;
	font-size: 12pt;
	border-bottom: 1px #666 dotted;
	
}
#cont p{
	font-family: sans-serif;
	font-size: 10pt;
	padding-bottom: 8px;
	padding-top: 8px;
}

#cont p em{
	font-family: serif;
	font-style: italic;
	font-size: 9pt;
	color: #666;
}

/* mail msf ################################ */

#mail_msg{
	padding: 16px;

}


/* blog ##################### */

#blog{
	font-family: serif;
	font-size: 10pt;
	padding: 16px;
}

#blog h4 a{
	display: block;
	font-family: serif;
	font-size: 18pt;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	letter-spacing: 2px;
	margin-top: 16px;
}

#blog h4 a:hover{
	color: #f80;
}

#blog p{
	padding-top: 8px;
	padding-bottom: 16px;
	padding: 8px 8px;
	color: #bbb;
	font-family: sans-serif;
	line-height: 12pt;
	font-style: italic;
	text-align: left;
	word-spacing: 1px;
	letter-spacing: 1px;
	
}

#cols{
	width: 100%;
}

#cols td{
	padding: 8px;
}

#blog code{
	color: #f80;
	font-family: monospace;
	font-size: 8pt;
	font-style: normal;
}

#blog em{
	font-family: serif;
	font-size: 11pt;
	color: #fff;
}

#blog strong{
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}


/* anteprima mail ################## */

#mail {
	margin: 32px;

}

#mail p{
	border: 1px #666 dotted;
	background: #222;
	padding: 16px;
	
}

#mail h4{
	font-family: serif;
	margin-bottom: 8px;
	font-size: 18pt;
}


/* add_this_style ####################### */

#add_this_style{
	width: 263px;

	position: relative;
	top: 42px;
	left: 510px;
}
#icon_link{
	text-align: right;
	
}
#icon_link a img{

	background: none;
	border: none;
	margin: 0px;
}

#direct_cont_icn a img{
		margin-left: 8px;
	
}
