/*
Theme Name: No frills
Version: 1.0
*/


/* ---------------------------------------- body e Links ---------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}


body{
	font-family: Arial, Helvetica, sans-serif;
	background:#FFF;
	color:#333;
	font-size:14px;
	margin:0;
	padding:0;
}

a{
	outline:none;
}

a:link{
	color:#F00;
	text-decoration:none
}

a:hover, a:active{
	color:#336;
	text-decoration:none
}

a:visited, #contact_form a:hover, #contact_form a:active{
	color:#C39;
	text-decoration:none
}
	
a.contatct_btn{
	line-height:25px;
	color:#FFF;
	padding-right:15px;
	background:url(images/contact_btn_bg.gif) center right no-repeat;
}


#spazio_contact a.active{
	
	background:url(images/contact_btn_bg_act.gif) center right no-repeat;
}

#contact_form a{
	color:#FFF;
}


.boxgrid a:link, .archivio a.dai:link, .archivio a.dai:visited{
	background:#FFF url(images/ingrand.gif) right top no-repeat;
	padding:3px 20px 3px 3px;
	line-height:22px;
	font-weight:normal
}

.more a{
	padding:3px;
	background:#FFF
}

.boxgrid a:hover, .boxgrid a:active, 
.archivio a.dai:hover, .archivio a.dai:active{
	background:#FFF url(images/ingrand.gif) right center no-repeat;
}

.boxgrid a:visited,
.archivio a.dai:visited{
	background:#FFF url(images/ingrand.gif) right bottom no-repeat;
}

#footer a:link{
	background:#F00;
	padding:5px;
	color:#FFF
}

#footer a:hover, #footer a:active{
	background:#336; color:#FFF; padding:5px;
}

#footer a:visited{
	background:#C39; color:#FFF;padding:5px;
}
/* ---------------------------------------- Colonne ---------------------------------------- */
.uno, .due, .tre, .quattro, .cinque, .sei, .otto, .dieci,.dodici, .sedici{
	margin:0px 10px;
	float:left;
}

.clear{
	clear:both;
}

.clearsx{
	clear:left;
}

.cleardx{
	clear:right;
}

.punto{
	background:url(images/punto.gif) bottom right no-repeat;
}

.uno{
	width:40px;
}

.due{
	width:100px;
}

.tre{
	width:160px;
}

.quattro{
	width:220px;
}

.cinque{
	width:280px;
}

.sei{
	width:340px;
}


.otto{
	width:460px;
}

.dieci{
	width:580px;
}

.dodici{
	width:700px;
}

.sedici{
	width:940px;
}

.contenitore{
	width:960px;
	margin:0 auto
}


/* ---------------------------------------- Elementi di Layout ---------------------------------------- */
/* --- Inizio Menu --- */
#menu{
	background: url(images/sfumatura.png) bottom left repeat-x;
	height:195px;
}

#menu ul, #menu ul li a{
	display:block;
	margin:0;
	padding:0
}


#menu a#menu_communication:link, #menu a#menu_communication:visited, 
#menu a#menu_advertising:link, #menu a#menu_advertising:visited,
#menu a#menu_web:link, #menu a#menu_web:visited,
#menu a#menu_pr:link, #menu a#menu_pr:visited{
	background-position:bottom left
}


#menu a#menu_communication:hover, #menu a#menu_communication:active, 
#menu a#menu_advertising:hover, #menu a#menu_advertising:active,
#menu a#menu_web:hover, #menu a#menu_web:active,
#menu a#menu_pr:hover, #menu a#menu_pr:active, 
#menu a#menu_communication.active, #menu a#menu_advertising.active, #menu a#menu_web.active, #menu a#menu_pr.active{
background-position:top left	
}

#menu ul li{
	list-style-type:none;
	display:block;
	float:left;
	margin-right:30px;
	margin-top:55px;
}

#menu a#menu_communication{
	width:150px;
	height:30px;
	background:url(images/menu_communication.gif) no-repeat;
}

#menu a#menu_advertising{
	width:114px;
	height:30px;
	background:url(images/menu_advertising.gif) no-repeat;
}


#menu a#menu_web{
	width:45px;
	height:30px;
	background:url(images/menu_web.gif) no-repeat;
}


#menu a#menu_pr{
	width:155px;
	height:30px;
	background:url(images/menu_pr.gif) no-repeat;
}
/*-- LINGUE --*/
#menu li.active{
	display:none;
}

#menu ul li.lingue{
	float:right;
	margin:63px -10px 0 0
}

a.qtrans_flag_en, a.qtrans_flag_it{
	width:14px;
	height:10px;
	display:block;
}
a.qtrans_flag_en{
	background:url(images/eng.gif);
}

a.qtrans_flag_it{
	background:url(images/ita.gif);
}

/* --- Fine Menu --- */
#spazio_contact{
	background:url(images/contact_bg.gif) top center;
	height:25px;
	font-size:11px
}

#spazio_contact span, #footer span{
	line-height:25px;
	margin-right:30px;
}

#contact_form{
	height:455px;
	overflow:hidden;
	background:url(images/cont_bg.gif) bottom center no-repeat #000 ;
	border-bottom:2px solid #333;
	margin:0;
	display:none;
	color:#FFF
}

span#email, span#telefono, span#fax, span#vcard, span#mappa{
	display:block;
	margin-top:5px;
	padding-left:60px;
	font-size:16px;
	line-height:30px;
	font-weight:bold
}

span#email{
	background:url(images/mail_ico.gif) left center no-repeat;
}

span#telefono{
	background:url(images/tel_ico.gif) left center no-repeat;
}

span#fax{
	background:url(images/fax_ico.gif) left center no-repeat;
}

span#vcard{
	background:url(images/vcard_ico.gif) left center no-repeat;
}

span#mappa{
	background:url(images/map_ico.gif) left center no-repeat;
}


#header {
	  position:absolute;
	  top:0;
	  left:0;
	  z-index:100;
	  width:100%;
 }
 
@media screen{
	body>div#header{
		position: fixed;
	}
}




.spazio{
	height:250px;
	clear:both;
}

.separe{
	height:320px;
}

.grafix{
	background:url(images/grafix.jpg) center top no-repeat;
}

/* --- Inizio Box Portfolio --- */

.portfolio{
	width:960px;
	background:url(images/portfolio_bg.gif) left top;
	float:left; 
}

.archivio .portfolio{
	width:720px;
}

.boxgrid{ 
	width: 220px; 
	height: 280px; 
	float:left; 
	overflow: hidden; 
	position: relative;
	margin:10px
}

.boxgrid img{ 
	position: absolute;
	height:290px;
	top: 0; 
	right: 0; 
	border: 0; 
}

.boxgrid h4, .more .zeppa{ 
	padding:10px 10px 0 10px; 
	line-height:20px;
	diplay:block;
	height:46px;
	overflow:hidden
}

.boxgrid p, .more p{ 
	padding:10px;
}
				
.boxcaption{ 
	float: left; 
	padding:0;
	position: absolute; 
	background: url(images/black.png); 
	height: 100px; 
	width: 100%; 
}

.more{
height:100px;
margin-top:190px;
background: url(images/more_bg.gif); 
}
	
.captionfull .boxcaption {
 		top: 280px;
 		left: 0;
}

.caption .boxcaption {
 		top: 280px;
 		left: 0;
}
/* --- Fine Box Portfolio --- */


/* --- Inizio Form Contatti --- */
/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform { 
	margin:10px 0 0 0; 
	width: 580px; 
	background:url(images/form_bg.png) right bottom no-repeat
}

.cform .cf_hidden, .cform legend, .cform label, span.reqtxt, span.emailreqtxt{
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important; 
}

ol.cf-ol li	{
	margin:0 0 20px!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}




/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	padding:3px 0; 
	text-align:left;
	letter-spacing:1px;
	font-size:15px;
}


/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select 
{ 
	padding:6px 3px;
	border:1px solid #CCC;
	color:#333;
	font-size:14px;	
}
.cform input:hover, .cform textarea:hover, .cform select:hover,
.cform input:focus, .cform textarea:focus, .cform select:focus
{
	border:#F00 1px solid
}


.cform textarea,
.cform input {
	width:572px; 
}
.cform select {
	width:580px; /* attempt to have equal length */
}  

.cform input.cf_upload, .cform input.cf_upload:focus{
	margin-left:170px;
	width:380px;
	height:29px;
	border:0
}

.cform textarea {
	height: 120px;
	overflow:auto;
}

#cf_field_1{
	background:url(images/name.gif) right center no-repeat #FFF;
}

.fldemail {
	background:url(images/ml.gif) right center no-repeat #FFF;
}

.cf-ol li#li--4{
	background:url(images/upload.gif) left center no-repeat #FFF;
	height:30px;
	width:580px;
}

#cf_field_3{
	background:url(images/msg.gif) right bottom no-repeat #FFF;
}


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:left;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{
	background:url(images/invia.png) left  no-repeat; 
	border:none;
	width:158px;
	height:40px	;
}
.cform input.resetbutton {
	width: auto;
}
.cform input.backbutton {
	width: auto;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */

.fldemail cf_error,
ol.cf-ol li.cf_li_err, #cf_field_2.cf_li_err {
	background:#F99;
}

.fldemail cf_error, .cf_error
{
	background:#F99 url(images/alert.gif) right center no-repeat;
	color:#F00
}


ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 5px;
	padding:0;
	color: #00FF00;
}

ol.cf-ol ul.cf_li_text_err li {

}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#f8f1f1;
	display:none;
	padding:10px 15px!important;
	width:420px;
	line-height:1.3em;
	margin:10px 0;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:white!important;
	text-decoration:underline!important;
}
div.success, div.waiting{
	background:#333333;
	color:#FFF;
	display:block;
	width:380px;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	z-index:30;
	position:absolute;
	top:392px;
	margin-left:170px
}
div.failure {
	display:none;
}
/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: -7px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: -7px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html ol.cf-ol,
* html ol.cf-ol li{	
	display:inline-block; /*for IE6!!*/
}
*+html ol.cf-ol,
*+html ol.cf-ol li{	
	display:inline-block; /*for IE6!!*/
}
* html img.captcha	{
	margin-top:1px!important;
}
*+html img.captcha	{
	margin-top:1px!important;
}

/* --- Fine Form Contatti --- */

#footer{
	height:25px;
	line-height:25px;
	font-size:11px;
	padding-bottom:20px;
}

#footer span{
	background:#000;
	padding:5px;
}


/* ---------------------------------------- Typo ---------------------------------------- */
h1, h2, #menu #menu_communication, #menu #menu_advertising, #menu #menu_web, #menu #menu_pr, .cform input.sendbutton, a.qtrans_flag_en, a.qtrans_flag_it, .navi .left a, .navi .right a{
	display:block;
	text-indent:-9999px;
	font-size:0;
}

#menu h1 a:link, #menu h1 a:visited{	
	background:url(images/logo_comandc.gif) no-repeat top left;
	width:207px;
	height:85px;
	float:left;
	margin-right:30px;
}

#menu h1 a:hover, #menu h1 a:active{
	background:url(images/logo_comandc.gif) no-repeat bottom left;
}

h2{
	margin-bottom:40px;
}

#contact_form h2{
	background:url(images/contatti_title.jpg) no-repeat;
	margin:0;
	width:100%;
	height:88px;
}

h2#no-frills_title{
	background:url(images/nofrills_title.gif) no-repeat;
	width:340px;
	height:53px
}

h2#communication_title{
	background:url(images/communication_title.gif) no-repeat;
	width:351px;
	height:53px
}	

h2#adv_title{
	background:url(images/adv_title.gif) no-repeat;
	width:253px;
	height:53px
}	

h2#web_title{
	background:url(images/web_title.gif) no-repeat;
	width:101px;
	height:53px
}	

h2#pr_title{
	background:url(images/pr_title.gif) no-repeat;
	width:349px;
	height:53px
}	

.boxcaption h4{
	color:#FFF;
}

h3{
	font-size:25px;
	font-weight:normal
}

h4{
	font-size:20px;
}

p{
	line-height:40px;
	text-align:justify
}

#contact_form p{
	line-height:25px;
}

.white{
	color:#FFF;
	font-weight:bold;
}



.dx{
	text-align:right;
}
.boxgrid span{
	color:#CCC;
	font-size:10px;
	position:absolute;
	left:10px;
	bottom:0px
}
/* ----------------------------------- pagina singola ------------------------------------ */
#singola #cont{
	padding:10px
}

#singola img, #singola p{
	width:99%;
	float:right
}


#singola p{
	padding-bottom:50px;
}

#singola h3{
	background:url(images/black.png);
	z-index:2;
	position:absolute;
	top:0;
	font-size:30px;
	padding:0 5px
}

#singola .navi{
	height:30px;
	width:100%;
	z-index:4;
	position:fixed;
	bottom:10px;
	background:#333;
	line-height:30px
}

#singola .navi .left{
	float:left;
	width:60px;
	margin:5px 10px
}

#singola .navi .right{
	float:right;
	width:60px;
	margin:5px 10px
}

.navi .right a{
	background:url(images/next_bg.gif) top left no-repeat;
	display:block;
	width:60px;
	height:21px;
	
}

.navi .left a{
	background:url(images/prev_bg.gif) top left no-repeat;
	display:block;
	width:60px;
	height:21px;
	
}

.navi .right a:hover{
	background:url(images/next_bg.gif) bottom left no-repeat;
}

.navi .left a:hover{
	background:url(images/prev_bg.gif) bottom left no-repeat;
}

.archivio a{
	font-weight:normal
}

#singola p a:link{
	background:#F00;
	padding:5px;
	color:#FFF
}

#singola p a:hover, #singola p a:active{
	background:#336; color:#FFF; padding:5px;
}

#singola p a:visited{
	background:#C39; color:#FFF;padding:5px;
}