/*   
Theme Name: astecnica snc
Theme URI: http://www.astecnica.com
Description: Tema principale di <a href="http://www.astecnica.com">www.astecnica.com</a>
Author: Luca Cargnelutti
Version: v.1.0
*/

body {
	font: 10px "Microsoft Sans Serif", sans-serif, Arial, Verdana, Tahoma;
	background-color: White;
	color: #0F238C;
	margin: 0px;
	padding: 0px;
}
#logo {
	border: 0;
	margin: 0em 0em 0.75em 0em;
	padding: 0px;
	/*	background: url(img/background.jpg) no-repeat 100%;*/
}
#logo a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	border: 0;
	margin: 0;
	padding: 0px 0px; /*	padding: 50px 10px 10px 10em;*/
	cursor: pointer;
	text-align: center;
}

.counter{
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333399;
}
#testata {
	background-color: transparent;
	padding: 0em 0em 0em 10em;
	white-space: nowrap;
	list-style: none;
	margin: 0;
	height: auto;
	line-height: normal;
}

#testata li a {
/* The normal, unselected tabs. They are all links */
	background-color: transparent;
	border-color: #0F238C;
	border-width: 1px;
	border-style: dotted dotted none dotted;
	color: #0F238C;
	height: auto;
	margin-right: 0.5em;
	padding: 0em 4em 0em 4em;
	text-decoration: none;
	text-transform: lowercase;
}
#testata li {
	display: inline;
}
#testata li.selected a {
/* The selected tab. There's only one of this */
	background-color: #FD1813;
	border: 1px solid #0F238C;
	border-bottom: #FD1813 1px solid;
	color: White;
}

#testata li a:hover {
	background-color: #FD1813;
	border-color: #0F238C;
	border-bottom-color: #FD1813;
	color: White;
}
#barrasu {
/* Bar with personalized menu (user preferences, favorites etc) */
	background-color: #FD1813;
	border-top-color: #0F238C;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #0F238C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 1.6em;
	color: Black;
	padding: 0em 3em 0em 3em;
	margin: 0;
	text-align: right;
	text-transform: lowercase;
	list-style: none;
}

#barrasu li {
	padding-left: 8px;
	color: White;
	margin-left: 1em;
	display: inline;
}
#barrasu li a{
	padding-left: 8px;
	color: White;
	margin-left: 1em;
	display: inline;
	text-decoration: none;
}
#barragiu {
/* Bar with personalized menu (user preferences, favorites etc) */
	background-color: #FD1813;
	border-top-color: #0F238C;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #0F238C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 4em;
	padding: 0em 3em 0em 3em;
	margin: 0;
	text-align: right;
	text-transform: lowercase;
	list-style: none;
	/*	width: 100%;*/
	clear: both;
}
#barragiu li {
	padding-left: 8px;
	color: White;
	margin-left: 1em;
	display: inline;
}
#barragiu li a{
	padding-left: 8px;
	color: #FD8582;
	margin-left: 1em;
	display: inline;
	text-decoration: none;
	text-align: right;
}
#contenuto{
	font-size: 14px;
	padding: 5px 20px 5px 20px;
	background: url(img/background000.png) repeat-y left;
	float: left;
	margin: 10px 10% 5px 10%;
	padding: 5px;
	display: block;
}
#contenuto p.intestazione{
	/*	border-bottom: 1px dotted #020098; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FD1813;
	padding: 5px 5px 0px 5px;
	margin: 25px 0px 5px 0px;
}
#contenuto p.intestazione span.nav{
	font-size: 0.5em;
}
#contenuto p.intestazione span.nav a{
	text-decoration: none;
}
div.news {
	border-top: 1px dotted #020098;
	display: block;
	clear: both;
	width: 100%;
	padding: 0px 0px 10px 0px;
}
div.news p.titolo{
	font-size: 14px;
	margin: 10px 0 10px 0;
	font-weight: bold;
}
span.post_date {
	font-size: 0.7em;
	font-weight: normal;
}
div.news p{
	font-size: 12px;
	margin: 0 0 0 0;
	font-weight: normal;
}
#contenuto a {
	text-decoration: underline;
	color: #0F238C;
}
#contenuto a:HOVER {
	text-decoration: none;
	background-color: #ffc7c6;
}
#contenuto li a.custlink {
	text-decoration: none;
	display: inline;
	padding: 0px 0px 0px 0px;
}
li.spacer{
	width: 100%;
	text-align: left;
}
A.close{
	color: #0F238C;
	text-decoration: underline;
}

/* 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 */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

