/*
Theme Name: ALIg
Theme URI: http://www.alig.it
Description: The fresh ALIg 2.0 re-design.
Version: 2
Author: Daniele Polencic
Tags: alig, black

ALIg 2.0 WordPress by Daniele Polencic || http://alig.it
*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body { line-height: 1; }
ol, ul { list-style: none; }
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before { content: ""; }
blockquote:after { content: ""; }
q:before { content: ""; }
q:after { content: ""; }
blockquote, q { quotes: "" ""; }
img {
	display: block;
}
a {
	text-decoration: none;
	color: white;
}
a:hover, .yellow {
	color: #F9D357;
}
.yellow:hover {
	text-decoration: underline;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
body, html {
	height: 100%;
}
body {
	color: white;
}
#header {
	background: url(images/bg_header.gif) repeat-x black;
}
#top {
	height: 113px;
	position: relative;
}
	#top h1 a {
		position: relative;
		top: 10px;
		text-indent: -9999em;
		display: block;
		width: 350px;
		height: 128px;
		background: url(images/logo.png) no-repeat;
		position: relative;
		z-index: 10;
	}
	
	#top ul {
		position: absolute;
		bottom: 5px;
		right: 0;
	}
	
		#top ul li {
			display: inline;
			border-left: 1px solid white;
		}
		
		#top ul li:first-child {
			border-left: none;
		}
			
			#top ul li a {
				display: inline-block;
				text-transform: uppercase;
				padding: 0px 5px 0px 9px;
				font-family: Lucida Grande,Lucida,Helvetica,Arial;
				font-size: 11px;
				color: white;
			}
			
			#top ul li a:hover {
				color: #F9D357;
			}
#slideshow {
	position: relative;
	background-color: black;
	width: 100%;
	overflow: hidden;
}
	#slideshow img {
		width: 1500px;
		height: 475px;
		display: none;
		position: absolute;
		top: 0;
		background-color: black;
	}
	#slideshow .activeslide {
		display: block;
	}
#menu {
	height: 30px;
	width: 100%;
	background: url(images/bg_menu.gif) repeat-x black;
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	float: left;
}
	#menu > ul {
		margin: 0px auto;
		width: 960px;
	}
	
	#menu > ul > li {
		display: inline;
		position: relative;
		cursor: pointer;
	}
	
		#menu > ul > li span, #menu > ul > li a {
			display: inline-block;
			height: 30px;
			line-height: 30px;
			padding: 0 10px;
			margin: 0 10px;
			text-transform: uppercase;
			color: white;
		}
		
		/*#menu > ul > li:first-child span, #menu > ul > li:first-child a {
			margin-left: 0;
			padding-left: 0;
		}*/
	
		#menu > ul > li:hover .submenu {
			display: block;
		}
		
		#menu > ul > li:hover > span, #menu > ul > li:hover > a {
			color: #F9D357;
		}
		
	#menu .submenu {
		display: none;
		position: absolute;
		left: 0;
		bottom: 22px;
		width: 270px;
	}
		
		#menu .submenu .bgsubmenu {
			background-color: black;
			display: inline-block;
			-moz-border-radius-topright: 10px;
			-webkit-border-radius-topright: 10px;
			border-radius-topright: 10px;
			opacity:0.9;
			filter:alpha(opacity=90);
		}
		
		#menu .submenu .bgsubmenu li {
			margin: 0 5px;
		}
		
		#menu .submenu .bgsubmenu .category {
			/*margin: 3px 0px 0px 15px;*/
		}
		
		#menu .submenu .bgsubmenu .category a:hover {
			color: #F9D357;
		}
		
#container {
	width: 100%;
	background-color: #171717;
	padding-bottom: 320px;
}
.content {
	margin: 0px auto;
	width: 960px;
}
#footer {
	position: relative;
	margin-top: -320px;
	background: url(images/line_footer.gif) repeat-x #151515;
	height: 320px;
}

	#footer .block {
		float: left;
		margin-left: 100px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
	}
	
	#footer .block:first-child {
		margin-left: 0;
		width: 210px;
	}
	
	#footer h6 {
		font-family: Helvetica,Arial,sans-serif;
		font-weight: bold;
		font-size: 20px;
		padding-top: 40px;
		margin-bottom: 20px;
	}
	
	#footer ul {
		width: 500px;
	}
	
	#footer ul li {
		float: left;
		margin: 10px;
		position: relative;
	}
	
		#footer ul li a {
			display: block;
			text-indent: -9999em;
			background-image: url(images/sponsor.png);
			background-repeat: no-repeat;
			height: 42px;
		}
		
		#adecco { background-position: 0 0; width: 78px; }
		#adecco:hover { background-position: -78px 0; }
		#aton { background-position: 0 -42px; width: 74px; }
		#aton:hover { background-position: -74px -42px; }
		#carifvg { background-position: 0 -84px; width: 168px; }
		#carifvg:hover { background-position: -168px -84px; }
		#cblade { background-position: 0 -126px; width: 52px; }
		#cblade:hover { background-position: -52px -126px; }
		#eitos { background-position: 0 -168px; width: 42px; }
		#eitos:hover { background-position: -42px -168px; }
		#fincantieri { background-position: 0 -210px; width: 151px; }
		#fincantieri:hover { background-position: -151px -210px; }
		#kpmg { background-position: 0 -252px; width: 88px; }
		#kpmg:hover { background-position: -88px -252px; }
		#illy { background-position: 0 -294px; width: 42px; }
		#illy:hover { background-position: -42px -294px; }
		#interna { background-position: 0 -336px; width: 100px; }
		#interna:hover { background-position: -100px -336px; }
		#vistra { background-position: 0 -378px; width: 100px; }
		#vistra:hover { background-position: -100px -378px; }
		#uniud { background-position: 0 -420px; width: 42px; }
		#uniud:hover { background-position: -42px -420px; }
		#generali { background-position: 0 -462px; width: 140px; }
		#generali:hover { background-position: -140px -462px; }
		#mib { background-position: 0 -546px; width: 99px; }
		#mib:hover { background-position: -99px -546px; }
		#nice { background-position: 0 -504px; width: 35px; }
		#nice:hover { background-position: -35px -504px; }
		
	
#pool {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
#main {
	padding-top: 85px;
}
	#main .content h2, #main .content h3 {
		font-family: Helvetica,Arial,sans-serif;
		font-weight: bold;
	}
	
	#main .content h2 {
		letter-spacing: -1.5px;
		font-size: 48px;
	}
	
	#main .content h3 {
		letter-spacing: -1px;
		font-size: 20px;
	}
	
	#main .content {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		padding-bottom: 100px;
	}
	
	#main .content p {
		line-height: 1.3em;
	}
	
	#main .content ul {
		list-style: disc;
		margin: 20px 60px;
		line-height: 1.6em;
	}
	
	#main .content h2 + h3 {
		margin-top: 5px;
	}
	
	#main .content h2 + p, #main .content h3 + p {
		margin-top: 25px;
	}
	
	#main .content p + h3 {
	  margin-top: 20px;
	}
h2 + .form {
	margin-top: 60px;
}

p + .form {
	margin-top: 40px;
}

.form {
	margin-top: 50px;
}

	.form li {
		margin: 15px 0;
	}
	
	.form li:first-child {
		margin-top: 0;
	}
	
		.form li label {
			margin-left: 10px;
		}
		
		.form li input {
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			padding: 3px 5px;
			display: inline-block;
			width: 170px;
		}
		
		.form li input[type=radio], .form li input[type=checkbox] {
			width: auto;
			padding: 0;
		}
		
		.form li input[type=checkbox] {
			margin-right: 10px;
		}
		
		.form li .double {
			width: 340px;
		}
		
		.form li .small {
			width: 85px;
		}
		
		.form li .larger {
			width: 100px;
		}
		
		.form li span {
			margin: 0 0 0 10px;
		}
		
		.form li select {
			width: 50px;
			text-align: center;
			margin: 0 5px;
		}
		
		.form li textarea {
			width: 340px;
			height: 200px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}
		
		.form .submit {
			margin-top: 60px;
			text-align: center;
		}
		
		.form .submit input {
			width: 100px;
		}
		
		.form li p {
			margin: 30px 200px;
		}
		
		.form li .checkbox div {
			margin: 5px 0;
		}

#intro {
	width: 430px;
	word-spacing: 1px;
}

#main #highlight {
	width: 400px;
	list-style: none;
	float: right;
	margin: 0;
}

	#highlight h6 a {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -1px;
	}
	
		#highlight h6 a span {
			margin-right: 10px;
		}
	
	#highlight small {
		font-size: 12px;
		margin-left: 20px;
	}
	
	#highlight li {
		margin-bottom: 20px;
	}
	
#main .content img {
  display: inline;
}