@import url(../css/navi.css);
@import url(../css/forms.css);
@import url(../css/homepage.css);
@import url(../css/gallery.css);
@import url(../css/portfolio.css);
@import url(../css/featured_slide.css);

body{
	margin:0 auto;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#496076;
	background:#eaf8ff url(../images/marine.jpg) top no-repeat;
	}

img{margin:0; padding:0; border:none;}
.justify{text-align:justify;}
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart{list-style-type:none; margin:0; padding:0;}
.clearer{ clear:both;}
.clear:after{content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0;}
.clear{display:inline-block;}
html[xmlns] .clear{display:block;}
* html .clear{height:1%;}

.transparent{
	background: url(../images/transparent.png) repeat;
	width:1000px;
	overflow:hidden;
	margin:0 auto;}
a{
	outline:none;
	text-decoration:none;
	color: #457689;
	font-weight: bold;
}

.fl_left{float:left; }
.fl_right{
	float:right;
}


		
/********** menu lingue top**********/
.lingue{
		margin: 35px 100px 0 0;
		float:right;}
.lingue ul { text-align: right;  padding:0; margin:0; list-style:none; border:0; float:right;}
.lingue ul li { float:left; margin:0; padding:0 5px; border:0; }



.imgholder, .imgl, .imgr{padding:4px; border:1px solid #D8D8D8; text-align:center;}
.imgl{float:left; margin:0 15px 15px 0; clear:left;}
.imgr{float:right; margin:0 0 15px 15px; clear:right;}

.floatleft{
	float:left;
	mergin:5px;
	margin-right: 15px;
}
	
.floatright{
	float:right;
	mergin:5px;}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper{
	display:block;
	width:100%;/*non cambiare, per centrare il sito*/
	text-align:left;

	
	}

div.wrapper h1{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:normal;
	line-height:normal;
	}

.row1{color:#496076; }
.row2, .row2 a{color:#496076; }
.row3{padding:5px 0 0 0; color:#666666;}
/*PORTAMENU*/.row4{ }
.row5{color:#496076;  }
.row5 a{color:#659db2; }

/* ----------------------------------------------Generalise-------------------------------------*/

#header, #academiclinks, #footer{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:1024px;
	}


/* ----------------------------------------------Header-------------------------------------*/

#header{
	padding:0 0 5px 0;
}

#header h1, #header p, #header ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:normal;
	}

#header h1{font-size:32px; font-variant:small-caps;}
#header p{font-size:12px;}
#header .fl_left{margin-top:30px;}
#header .fl_left p{margin-top:4px;}
#header .fl_right p{text-align:center;}

/* ----------------------------------------------Content-------------------------------------*/

#container{
	position:relative;
	margin:0 auto;
	display:block;
	width:930px;
	background-color: #FCF8EB;
	overflow:hidden;
	padding:40px 10px 10px 10px;
	z-index: 201;
	top: -85px;
}

#container h1, #container h2, #container h3{
	color:#659db2;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	font-family: 'Lobster10Regular';
	font-size: 28px;
	}
	
#container h3{
	color:#659db2;
	margin:0;
	padding:0;
	font-family: 'Lobster10Regular';
	font-size: 28px;
	}
	
#container h4{
	color:#659db2;
	margin:0 0 5px 0;
	padding:0;
	font-family: 'Lobster10Regular';
	font-size: 15px;
	}
	
#container h5, #container h6{
	color:#CC0066;
	margin:10px 0 5px 0;
	padding:0px;
	font-family: 'Lobster10Regular';
	font-size: 18px;
	width: 100%;
	border-top: 1px dotted #DDDDDD;
	}

#container .title{
	}

#container .readmore{
	display:block;
	width:100%;
	text-align:right;
	}

#content{
	display:block;
	float:left;
	width:630px;
	}

/* ------Comments-----*/

#comments{margin-bottom:40px;}

#comments .commentlist{margin:0; padding:0;}

#comments .commentlist ul{margin:0; padding:0; list-style:none;}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}

#comments .commentlist li.comment_odd{color:#666666; background-color:#F7F7F7;}
#comments .commentlist li.comment_odd a{color:#179CFF; background-color:#F7F7F7;}

#comments .commentlist li.comment_even{color:#666666; background-color:#E8E8E8;}
#comments .commentlist li.comment_even a{color:#179CFF; background-color:#E8E8E8;}

#comments .commentlist .author .name{font-weight:bold;}
#comments .commentlist .submitdate{font-size:smaller;}

#comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight:normal; text-transform:none;}

#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}

/* ----------------------------------------------Column-------------------------------------*/

#column{
	display:block;
	float:right;
	width:300px;
	}

#column .holder, #column #featured{
	display:block;
	width:300px;
	margin-bottom:20px;
	}

#column .holder h2.title{
	display:block;
	width:100%;
	height:65px;
	margin:0;
	padding:15px 0 0 0;
	font-size:20px;
	text-transform:none;
	line-height:normal;
	border-bottom:1px dotted #999999;
	}

#column .holder h2.title img{
	float:left;
	margin:-15px 8px 0 0;
	padding:5px;
	border:1px solid #999999;
	}

#column div.imgholder{
	display:block;
	width:290px;
	margin:0 0 10px 0;
	}

#column .holder p.readmore{
	display:block;
	width:100%;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}

/* Featured Block */

#column #featured ul, #column #featured h2, #column #featured p{
	margin:0;
	padding:0;
	list-style:none;
	color:#666666;
	background-color:#F7F7F7;
	}

#column #featured a{
	color:#179CFF;
	background-color:#F7F7F7;
	}

#column #featured li{
	display:block;
	width:250px;
	margin:0;
	padding:20px 25px;
	color:#666666;
	background-color:#F7F7F7;
	}

#column #featured li p.imgholder{
	display:block;
	width:240px;
	height:90px;
	margin:20px 0 15px 0;
	}

#column #featured li h2{
	margin:0;
	padding:0 0 8px 0;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:normal;
	border-bottom:1px dotted #999999;
	}

#container #column .readmore a{
	display:block;
	width:100%;
	margin-top:15px;
	height:auto;
	padding-left:0;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	background:none;
	}

#column .latestnews{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	}

#column .latestnews li{
	display:block;
	width:100%;
	height:99px;
	margin:0 0 11px 0;
	padding:0 0 21px 0;
	border-bottom:1px dotted #C7C5C8;
	overflow:hidden;
	}

#column .latestnews li.last{
	margin-bottom:0;
	}

#column .latestnews p{
	display:inline;
	}

#column .latestnews img{
	float:left;
	margin:0 10px 0 0;
	padding:4px;
	border:1px solid #C7C5C8;
	clear:left;
	}



/*new footer*/

#pagefooter {
	background:url(../images/footerbg.jpg) repeat-x;
	height:300px;
	width:100%;
	padding-top:11px;
	position:relative;
	top:-85px;
}
#bottom {
	background:url(../images/footerbg.png) repeat-x;
	height:250px;
	width:940px;
	margin:0 auto;
	padding:0 20px;
}
#bottom .block1 {
	width:300px;
	padding:15px 20px 20px 0;
	background:url(../images/footerblockdiv.png) right top repeat-y;
	height:200px;
	float:left;
}
#bottom .block2 {
	width:240px;
	padding:15px 0 20px 40px;
	height:200px;
	float:right;
}
#bottom .block3 {
	margin:0 330px 0 345px;
	padding:15px 0;
	height:200px;
}
#pagefooter h2 {
	font:bold 2.2em 'Lobster10Regular';
	color:#804000;
	margin-bottom:10px;
}
.teamimg .imgthmb {
	background:transparent url(../images/footerimgbg.png) left top no-repeat;
	display:block;
	float:left;
	height:78px;
	width:78px;
	padding:3px 0 0 4px;
	margin:5px;
}
.teamimg {
	padding-left:15px;
}
.block1 h2 {
	padding-left:15px;
}
#pagefooter p {
	color:#457689;
	line-height: 18px;
}
/********** BOX OFFERTE **************/
.box-post{
	background-color:#fffff6;
	padding:10px;
	margin-bottom: 5px;
	border:1px dotted #c4c4c4;
	width: 225px;
}

.box-post h2{
  color:#4a8c9c;
  border-bottom:none;
  margin:0;
  padding:0;
}

.box-post h4{
	font-weight:bold;
	color:#000000;
	padding:2px;
	margin:0;
}

.box-post .immagine{
	padding: 2px;
	border:1px solid #CCCCCC;
}

/********** BOX OFFERTE NEW **************/
.offertalayout{
	background-color:#fffff6;
	padding:10px;
	margin-bottom: 5px;
	border:1px dotted #c4c4c4;
	width: 100%;
}

.offertalayout h2{
  color:#4a8c9c;
  border-bottom:none;
  margin:0;
  padding:0;
}

.offertalayout h4{
	font-weight:bold;
	color:#000000;
	padding:2px;
	margin:0;
}

.offertalayout .immagine{
	padding: 2px;
	border:1px solid #CCCCCC;
}
