/*
Theme Name: Responsive Web Site

Description:  Tema realizzato in Html5, Responsive. 
Version: 1.0
Author: Andrea Marchetti
Site: http://www.marchettidesign.net
*/

/* Reset.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
html {overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body, html{height: 100%;}
/*** General ***/
body {color: #666;font: 16px/28px;font-family: 'Source Sans Pro', sans-serif;background: #e2e2e0;}

	/* Typography */
	a 			{color: #fd4c5b;text-decoration: none;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
	a:hover 	{color: #666;}
	a:active	{outline: none;}
	p, dl, hr, h1, h2, h3,
	ol, ul, dd, pre, table, fieldset {margin-bottom: 20px;}
	h1, h2, h3, h4, h5, h6 {font-weight: 300}
	h1 			{font-size: 32px;}
	h2 			{font-size: 28px;}
	h3 			{font-size: 26px;letter-spacing: -1px;}
	h4 			{font-size: 21px;margin-bottom: 15px;}
	h5 			{font-size: 18px;}
	h6 			{font-weight: normal;font-size: 16px;}
	
	/* Structure */
	
	#header 		{width: 100%;float:left;position: fixed; z-index:100} 
	#mainmenu		{width: 100%;float:left;background: #A5A5A5;}
	#cop			{width: 100%;height: 75%;float:left;position:relative;margin-top:40px; overflow: hidden;}
	#wrapper 		{width: 960px;margin: 0 auto;background:#fff;}
	#main 			{width: 920px;float:left;padding: 20px 20px 20px 20px;}
	#content 		{width: 620px;float:left;}
	#sidebar 		{width: 270px;float:right;}
	#footer			{width: 920px;float:left;padding: 30px 20px 10px 20px;background:#666;}
	

/*** Menu ***/
#mainmenu ul 			{margin: 0px;float:left; list-style: none;float:left;}
#mainmenu ul li 		{float: left;margin: 0;position: relative;}
#mainmenu ul.menu li a 	{color: #fff; display: block;font-size: 16px;padding: 14px 20px;font-weight: 300}
#mainmenu a:hover 		{background:#666;}

#site-title a 			{float: left;color:#fff;text-transform: uppercase;font-size:20px;padding: 11px 20px;}
#site-title a:hover 	{background: none;}
	
	
	/* Button Responsive Menu*/
	.btn-responsive-menu{position: absolute; top:6px; right:10px;display: none;float: right;padding:5px;cursor:pointer;color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background:#333;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
	.icon-bar 			{display: block;width: 18px;height: 2px;margin:5px;background-color: #f5f5f5;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}

	.show{display:block!important}


/*** Cop ***/
#cop .caption			{width: 94%; text-align: left;color:#fff;position: absolute; bottom:0; background: url(img/bg.png) repeat-x;padding-top:30px;padding-bottom:30px; padding-left: 3%;padding-right: 3%;}
#cop .caption h2		{font-size: 50px;margin:0 0 10px 0;}
#cop .caption p			{margin: 0 0 0px 0}


.intro{text-transform: uppercase;font-weight: 700;}

	
/*** Post ***/
.post {padding: 0;}


	/* Post title */
	.post .entry-title 	{margin-bottom: 20px;}
	.post .entry-title a{display: block;font-size: 38px;line-height:40px;letter-spacing: -1px;}
	.post .entry-content{line-height:25px;}
	.index-thumb		{width:100%;height:auto;margin-bottom:10px;}
	
	hr{border-bottom: 1px solid #ccc;border-top:none;border-left:none;border-right:none;margin:25px 0 20px 0;}
		

/*** Sidebar ***/
#sidebar {}
	.side-el{width:100%;float:left;border-bottom: 1px solid #eee;display: block;padding-bottom: 15px; margin-bottom: 20px;
		transition: all 0.3s ease 0s;
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		-ms-transition: all ease 0.3s;
		
	}
	.side-el:hover {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform-origin-x: 0;
		
	}
	
	.side-el img{ width:20%; height:auto; border-radius: 5000px;float:left;margin-right: 20px}
	.side-el h2{font-size:22px;margin:5px 0 0 0;padding:0;}
	.side-el p{margin:0;padding:0;color:#666}

	/* Lists in widgets */
	.widget h3			{}
	.widget li 			{line-height: 30px;list-style-type:none}


/*** Footer ***/
#footer 				{color: #fff;}
#footer a 				{font: 14px;}


/*** Misc ***/ 
.alignleft  	{float:left;margin: 0 20px 20px 0;}
.alignright 	{float:right;margin: 0 0 20px 20px;}
.clear 		{clear: both;}
.sep 		{padding: 0 5px;}
.hide 		{display: none;}
.alert {
  background-color: #fef9c7;
  border-color: #fcdd4a;
  color: #3b3601;
  border-radius: 0 5px 5px 0;
  padding: 10px 14px;margin:0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}






.basic-grey {
    margin-left:auto;
    margin-right:auto;
    background: #FFFFFF;
    font: 12px verdana, Arial, Helvetica;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:0px solid #E4E4E4;
}    
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
	color: #FF7F00;
    height: 25px;
    margin-bottom: 10px;
    margin-right: 2px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 150px
	font-size: 10px;
    line-height:15px;
}




.basic-grey submit {
clear:both;
padding: 0px 25px 20px;
margin:0;
float:right;
}

/* stilizzazione del bottone invia */
.basic-grey button{
/* grandezza del bottone */
width:150px;
line-height:28px;
/* ombre esterne */
box-shadow: 0 1px 2px rgba(0,0,0,0.4);
border: solid 1px #C3C3C3;
/* arrotondare angoli del bottone */
border-radius: 5px;
background-color: #878787;
/* sfondo a gradiente */    
background-image:linear-gradient(center top , #C41A1A, #C41A1A);
color:#fff;
cursor:pointer;
text-align:center;
}
/* cambio dello stile del bottone al passaggio del mouse */
.basic-grey button:hover {
border-color: #C41A1A;
box-shadow: none;
}

/* Cambiare stile del bottone quando sara premuto  */
.basic-grey button:active {
background-image:linear-gradient(#CB2121, #CB2121);
border-bottom: 1px solid #CB2121;

/* ombre interne*/
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}




























/*MODULO DIV ARROTONDATI   */
#roundbox {
    text-align: center;
    background: #CCDDEE;
    padding: 2px 2px 2px 2px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px; /* UPDATE */
}

/*MODULO WEB   */
#divprincipale {float:middle;border: 1px solid #969696;height:210px;width:320px;margin-top:3px;marginleft:8px;padding:8px;text-align:center;
border-radius:15px 15 px 15 px 15px;-moz-border-radius: 15px;-webkit-border-radius:15px;border: 1px solid #969696;
  	       box-shadow: 0 0 25px #969696;-moz-box-shadow:0 0 25px #969696;webkit-box-shadow:0 0 25px #969696;
  	       filter:progid:DXImageTransform.Microsoft.Shadow(color='#969696',Direction135, Strength=10);
}


