/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "Arimo", arial, verdana, sans-serif;
font-weight:normal;
}

img {border-radius:4px;}
thead th,
tbody th{
font-family: "Arimo", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Arimo", arial, verdana, sans-serif;
}

.menu{
font-family: "Arimo", arial, verdana, sans-serif;
margin-bottom:50px;
}

blockquote{
font-family: "Arimo", arial, verdana, sans-serif;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#000;
background:#efefef url(css/img/gray_jean.png);
font:normal 0.9em/150% 'Arimo', arial, verdana, sans-serif;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}

#wrap{
width:100%;
background:#fff;
margin:30px auto 30px auto;
padding:0 2%;
border:1px solid #ccc;
}


#footer{
text-align:center;
padding:30px;
margin:100px 0 0 0;
border-top:1px solid #ddd;
color:#999;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
background:#fff;
height:80px;
}

	#link-top{
	display:none;
	}

/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.7em;
	color:#efefef;
	text-decoration:none;
	}

	.navbar span{
	color:#86dc00;
	}


	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}

		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}

		.box_nav_page a{color:#ff0;}

		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform: uppercase;
		line-height:100%;
		font-size: 1.2em;
		}

.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}

#header{
	height:50px;
	background: -moz-linear-gradient(center top , rgb(252, 252, 252) 0%, rgb(224, 224, 224) 100%) repeat scroll 0% 0% transparent;
}
#container{  
  margin-left: auto ;
  margin-right: auto ;
  text-align:center;
  position:relative;
  top:-49px;}
#main{text-align:left;}
.mybox{
background: rgb(94,188,229); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(94,188,229,1) 0%, rgba(6,109,171,1) 7%, rgba(6,109,171,1) 89%, rgba(138,187,215,1) 94%, rgba(42,123,170,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,188,229,1)), color-stop(7%,rgba(6,109,171,1)), color-stop(89%,rgba(6,109,171,1)), color-stop(94%,rgba(138,187,215,1)), color-stop(100%,rgba(42,123,170,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(94,188,229,1) 0%,rgba(6,109,171,1) 7%,rgba(6,109,171,1) 89%,rgba(138,187,215,1) 94%,rgba(42,123,170,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(94,188,229,1) 0%,rgba(6,109,171,1) 7%,rgba(6,109,171,1) 89%,rgba(138,187,215,1) 94%,rgba(42,123,170,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(94,188,229,1) 0%,rgba(6,109,171,1) 7%,rgba(6,109,171,1) 89%,rgba(138,187,215,1) 94%,rgba(42,123,170,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(94,188,229,1) 0%,rgba(6,109,171,1) 7%,rgba(6,109,171,1) 89%,rgba(138,187,215,1) 94%,rgba(42,123,170,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ebce5', endColorstr='#2a7baa',GradientType=0 ); /* IE6-9 */
	background-color:#4d99e0;
	font-size:20px;
	color:#fff;
}
.mybox table,tr,td{text-align:center;}

a {text-decoration: none}

tr.list_items:hover {
  background-color: orange;  
}

@media all and (min-width: 968px) {
	.lturl{width:150px;}
	.lturlb{width:140px;}
	
}
@media all and (max-width: 768px) {
	.lturl{width:280px; float:right;  }
	.lturlb{width:280px; float:right;  }
	
}

.voce_dizionario{text-align:left;}
.voce_dizionario:first-letter{font-size:16px;}

/** stile per box.htm */

.bbox {
	width:145px;
	height:130px;
	float:left;
	border:1px solid rgba(250,250,250,0.3);

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	margin: 0 0px 10px 13px;
	overflow:hidden;

	background-color:rgba(255,255,255,0.3);
	padding: 10px 10px 5px 10px;
	
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
}
	
.bbox:hover {
	background-color:rgba(255,255,255,0.8);
	}


.box_nav {
	width:100%;
	min-height: 20px;
	margin:5px;
	padding: 10px 0px 6px 0px;
	border-top: 1px solid #fff;
	font-family: Helvetica,sans-serif;
	font-style: normal;
	font-weight: lighter;
	}

.box_nav_current_page {
	background-color: #ffffff;
	color: #e2001c;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-decoration: none;
}

.box_nav_current_page a {
	color: #e2001c;
	text-decoration: none;
}

.box_nav_page {
	color: #e2001c;
	background-color: rgba(0,0,0,0.3);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-decoration: none;
}

.box_nav_page a {
	color: #fff;
}

.box_nav_page a:hover {
	background-color: #e06f11;
	color: #fff;
}

.box_nav_next, .box_nav_prev {
	font-family: serif;
	font-size: 22px;
	color: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
	padding: 0 2px 0 5px;
	text-align: center;
	}

.box_nav_next a, .box_nav_prev a {
	color: #ffffff;
}

.box_nav_next:hover, .box_nav_prev:hover {
	color: #ff0500;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
}

#contentbox {
}

/*end BOX.htm */
