/*
Theme Name: HOX ITALIA
Theme URI: http://empirethemes.com/starter-theme
Description: A starter theme for WordPress. ET-Starter is meant to help you create your own WordPress theme with ease.
Author: FREEmenti
Author URI: http://www.freementi.it		
version: 1.0
Tags: white, widget-ready, threaded-comments
*/

/* basics */

*{margin:0; padding:0;}

html, body {height: 100%;}

#container {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 30px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";s
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


body { font-family: arial, tahoma, sans-serif; font-size: 12px; color: #FFF; background-color: #2d3a41; background-image: url(immagini/bk.gif); background-repeat: repeat-x; background-position: 0px 0px; }

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #333;
	margin:15px;
	padding:0 12px;
	}

code{font-family:"Courier New", Courier, monospace;}


/* links */

a{ color:#FFF; text-decoration:none; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #f8f8f8; }

a:hover{ text-decoration: none; color:#000; }

/* PARAGRAFI */
p { font-size: 12px; line-height: 15px; }



/* container */


#container { width:960px; margin: 0 auto; padding:0; color:#FFF; position: relative; }
	
/* header */

#header { width:250px; overflow:hidden; float: left; padding-top: 30px; }

#header h1{
	font:bold 42px "arial", georgia, times;
	padding:0;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 12px "arial", georgia, times;
	color:#333;
	padding: 0 0 20px 0;
	margin:0;	
	}
	
	
.logo{ width:129px; background-image: url(immagini/logo.png); background-repeat: no-repeat; background-position: 0px 0px; text-indent: -9999px; display: block; height: 85px; }


/* header image */

/* please note: header image styling is overwritten by the functions.php file starting on line 310. Only adjust if you know what you are doing. */

#headerimg{
	width:850px;
	height:200px;
	background:#ccc;
}
	




/* main menu */

#menu{ text-transform:uppercase; width:250px; font-family: "arial", georgia, times; font-size: 14px; margin-top: 40px; display: block; }	


#dropmenu { text-transform:uppercase; position:relative; z-index:300; margin:0; }
	
#dropmenu li a { padding:0px; margin: 0; color: #FFF; display:block; border-bottom:none; line-height: 25px; text-decoration: none; }
	
#dropmenu li a:hover { color:#000; text-decoration:none; }
	
#dropmenu li { float:left; position:relative; list-style-type: none; margin: 0; padding:0px; width: 250px; 	}
	
#dropmenu ul { position:absolute; display:none; width:12em; margin-top: -35px; margin-right: 0; margin-bottom: 0; margin-left: 120px; padding-top: 0px; padding-right: 0; padding-bottom: 0; padding-left: 0; }

#dropmenu li ul {width:14.1em; padding:10px 0;  display: none; position: absolute; z-index:999; line-height:24px;}
#dropmenu li ul li {border:none; padding:0;}
#dropmenu li ul a {width:12em; height:auto; float:left; color:#aaa; padding:0 10px; border:none; border-radius:none !important; color:#fff;}
#dropmenu li ul a:hover { color:#000; height:auto; border-radius:none !important; }
#dropmenu ul ul {top:auto; padding:0 0 10px 0;}
#dropmenu li ul ul {left:12em; margin:0 0 0 20px; top:auto;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none; border:none; }
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}


#dropmenu li.current_page_item a { color:#000; }

#dropmenu li.current_page_item li a { color:#FFF; }

#dropmenu li li a { color:#FFF; }

#dropmenu li li a:hover { color:#000; }

#dropmenu li.current_page_item li a:hover { color:#000; }

#dropmenu li ul li.current_page_item a {background:none !important;}






/* content */


.content { overflow: hidden; margin:0; float: left; width: 650px; padding-top: 150px; }
	
.content-middle{
	float: left;
	width:50%;
	}
	
.content-left{
	float: left;
	width:60%;
	}

.content-right{
	float: right;
	width:60%;
	}
	
.content.content-two-columncontent-right{
	float: right;
	width:70%;
	}
	
.content.content-two-columncontent-left{
	float: left;
	width:70%;
	}

.post {
	margin:0;
	padding:0 0 40px 0;
	line-height:15px;
	}
	
.pagetitle{
	font:normal 18px "arial", verdana, times;
	margin:0 0 20px 0;
	color:#777;
	}
	
.post h2{ text-transform:uppercase; font-family: "arial", verdana, times; font-size: 14px; font-style: normal; font-weight: normal; font-variant: normal; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #a2b3bb; width: 280px; }
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
	
.post h3{
	font:normal 12px "arial", times;
	padding:4px 0 15px 0;
	margin:0 0 15px 0;
	color:#505050;
	border-bottom:1px solid #ddd;
	}

.post ul {margin:20px;}

.post li {list-style-type:square;}

.entry p{ margin-top: 6px; margin-right: 0; margin-bottom: 6px; margin-left: 0; }

.postmetadata{
	clear: both;
	border-top:1px dotted #ccc;
	padding:6px 0;
	margin: 20px 0;
	}
	

.navigation {
	font-size:11px;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:15px 0;}
.alignright a{float:right; margin:15px 0;}
	





/* Primary Sidebars */

.primary-sidebar{
	margin:10px 0 0 0;
	padding: 0;
	font-size:12px;
	overflow:hidden;
	}
	
.primary-sidebar.content-left{
	float: right;
	width:20%;
	}
	
.primary-sidebar.content-middle{
	float: right;
	width:24%;
	}
	
.primary-sidebar.content-right{
	float: left;
	width:20%;
	}
	
.primary-sidebar.content-two-columncontent-left{
	float: right;
	width:24%;
	}
	
.primary-sidebar.content-two-columncontent-right{
	float: left;
	width:24%;
	}

.primary-sidebar h2{
	font:normal 16px "arial", verdana, times;
	color: #000;	
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom:1px solid #ddd;
}

.primary-sidebar p {margin:0; padding:14px 5px 14px 0;}

.primary-sidebar img {padding: 0; margin: 0;}

.primary-sidebar ul {
	margin:0;
	padding:0;
	}
	
.primary-sidebar.content-middle ul{
	margin:0 0 0 20px !important;
	}
	
.primary-sidebar.content-left ul{
	margin:0 0 0 20px !important;
	}
	
.primary-sidebar.content-right ul{
	margin:0 20px 0 0 !important;
	}

.primary-sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
	}

.primary-sidebar ul ul {
	margin:14px 0;
	padding: 0;
}

.primary-sidebar.content-middle ul ul{
	margin:14px 0 !important;
	}
	
.primary-sidebar.content-left ul ul{
	margin:14px 0 !important;
	}
	
.primary-sidebar.content-right ul ul{
	margin:14px 0 !important;
	}

.primary-sidebar ul ul li {
	list-style-type: none;
	}

.primary-sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

.primary-sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	list-style-position:inside;
	color: #898989;
}




/* sidebar styling for single column theme */

	

.primary-sidebar.content-two-columncontent-middle li{
	float:left;
	width:200px;
	margin:20px 20px 20px 0;
	}
	
.primary-sidebar.content-two-columncontent-middle li ul li{
	float:left;
	width:200px;
	margin: 0 !important;
	}
	
	






/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	

	
	
	

/* footer */

#footer { width: 960px; position: relative; margin-right: auto; margin-left: auto; }
	
#footer p{ color: #fff; text-align:center; font-size:10px;}

/* ALTRE */

.iva { position: absolute; top: 0px; right: 0px; }

#switch { position: absolute; top: 30px; right: 0px; z-index: 999; }
#switch a{ font-size: 12px; line-height: 15px; }


.address { position: absolute; left: 0px; top: 0px; }

.front1 { background-image: url(immagini/home.png); background-repeat: no-repeat; background-position: 0px 0px; display: block; height: 600px; width: 598px; position: absolute; right: 0px; bottom: 0px; }

.colonna  { display: block; width: 420px; }

#map_1  { color: #333; border: 5px solid #EEE; }
