/*
Theme Name: Euroflow
Theme URI: http://www.euroflow.it
Description: Tema per il sito web Euroflow.it
Version: 1.0
Author: HSM srl
Author URI: http://www.hsm.it


*/


* {
 margin:0px;
 padding:0px;

}
body {
	background-image:url(img_layout/bg_body.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFFFFF;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:#333;
}
a {
	color:#2A76C4;
}
table, tr, td {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size:12px;
}
form {
	margin:0px;
	padding:0px;
}
input, select, textarea {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size:12px;
	color:#666666;
}

h1,h2,h3,h4,h5 {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

h2 {
	background-image:url(img_layout/bg-h2.gif);
	background-repeat:no-repeat;
	font-size: 1.5em;

	color:white;
	padding-left:22px;
	padding-top:4px;
	height:23px;
	margin:0px;
}
h2 a {
	color:white;
}

h3 {
	background-image:url(img_layout/bg-h3.gif);
	background-repeat:no-repeat;
	color:white;
	padding-left:22px;
	padding-top:4px;
	height:23px;
	margin:0px;
	font-size: 1.2em;
	color:white;
}
h3 a {
	color:white;

}


h4 {
font-size: 1.3em;
color: #fa861f;
font-weight: bold;
margin-top:5px;
}

h5 {
font-size: 17px;
color: #4068aa;
font-weight: bold;
margin-bottom:12px;
margin-top:5px;
}

p {
	line-height: 1.6em;

}

img {
	border:0px;
	margin:0px;
	padding:0px;

}


#header {
	margin-top:10px;
	height:99px;
}
#menu {
	height:50px;
}
#page {
	width:1000px;
	background-color:#FFFFFF;
	margin:auto;
	text-align:center
}
#content {
	width:595px;
	margin-left:5px;
	float:left;
	text-align:justify;
	background-color:#FFFFFF;
}

#content .img-title {
	text-align:left;
	margin-left:13px;
	margin-top:12px;
}

#sidebar-left {
	width:200px;
	float:left;
	text-align:left;
}
#sidebar-right {
	width:200px;
	float:left;
	text-align:left;
}

#news-ticker-box {

		width:200px;
	height:111px;
	background-image:url(img_layout/news_02.png); 
	background-repeat:no-repeat;
	background-color: inherit;

}

#news-ticker {

	margin-left:20px;
	margin-right:20px;



}
.tickerDate{


}


#search {
	width:200px;
		height:87px;

	background-image:url(img_layout/cerca.png);
	background-repeat:no-repeat;


}

#searchform {

	
	margin-left:45px;
	margin-top:34px;
	float:left
}

#searchform input {

	width:110px;

}

#dbem-location-map {
    width: 560px !important;
    height: 320px !important;
}



#footer {
	clear:both;
	width:1000px;
	border-top-style:solid;
	border-top-color:#CCC;
	border-top-width:1px;
margin: 10px 0 10px 0;
}
#footer a {
	color:#333;
}
#footer p {
	color:#666;
	padding:4px;
	margin:2px;
	font-size:9px;

}

#footer a {
	color:#666;
	

}

.white {
	color:white;
}
.faq-category {
	text-align:left;
	margin-left:13px;
	margin-top:14px;
	font-size:16px;
	font-weight:bold;
	display:block;
	color:white;
	background-color:#006699;
	padding:2px;
}
.faq-section {
	text-align:left;
	margin-left:20px;
	margin-top:11px;
	margin-bottom:5px;
	font-size:14px;
	color:#FA861F;
	font-weight:bold;
	display:block;
}
.tr-row1 {
	background-color:#F2F2F2;
}
.link-event {
	color:#FA861F;
}

.postmetadata {
color:#999;
font-size:11px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:8px;
	margin-top:5px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 20px;
	margin-left:14px;
	margin-right:14px;

	}



.entry {
	margin-left:15px;
	margin-right:15px;
		font-size: 1.2em;
		clear:both
}

.entry p {
	margin-bottom:10px;
}

.archivetitle {
	border-bottom:1px #06C solid;
	background-color:#F2F6F9;
	margin-top:10px;

}

.archivetitle  a {
	text-decoration:none;
	font-weight:bold;

}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
	
	
	.clear {
	clear: both;
}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}
	
	/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */
	
	
	/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
