/*
Theme Name: Twenty Ten child
Theme URI: http://wordpress.org/
Description: mia prova, per ora non funziona
Author: Paolo Zanasi
Template: twentyten
Version: 0.1.0
-------------------------------------------------------------- */

@import url("../twentyten/style.css");

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input[type=submit] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6,
#primary h1, #primary h2, #primary h3, #primary h4, #primary h5, #primary h6 {
	font-family: "Lato", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* =Structure
-------------------------------------------------------------- */

/* Layout 
-------------------------------------------------------------*/
body {
    background: url(images/body_bkg.gif);
}
#header {
    padding: 10px 0 0 0;
}
    /* serie per differenziare i colori distintivi delle categrie */
#content h1.page-title { /* --- default classe che vale per tutti */
	color: #903;
	font-size: 32px;
	font-weight: bold;
    text-transform: uppercase;
	margin: 0 0 24px 0;
}
.en-col {
    border-top: 12px solid #a2bd30;
    padding-top: 9px;
}
.ed-col {
    border-top: 12px solid #006c8e;
    padding-top: 9px;
}
.cons-col {
    border-top: 12px solid #d2741d;
    padding-top: 9px;
}
#site-title {
	float: right;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 3px 0;
	width: 173px;
    height: 48px;
    background-image: url(images/tlc-logo.png);
    background-repeat: no-repeat;
    text-indent: -9000px;
}
#site-title a {
    color: #333;
}
#site-description {
    clear: right;
    float: right;
    font-size: 12px;
    font-style: normal;
    margin: 0 0 6px 0;
    width: 240px;
}
#primary, #secondary {
    float: right;
    overflow: hidden;
    width: 236px;
    padding: 12px;
    margin: 12px 10px;
    background-color: #f0f4de;
}
#main .widget-area ul {
    margin-left: 0;
    padding: 0 6px 0 6px;
}
input[type="text"], input[type="password"], textarea {
background: #F9F9F9;
border: 1px solid #CCC;
box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
padding: 2px;
}
/* => Menu
-------------------------------------------------------------- */
#access {
	background: #A2BD30;
	display: block;
	float: left;
	margin: 0 auto;
	width: 740px;
}
#access .menu-header,
div.menu {
	font-size: 14px;
    font-weight: bold;
	margin-left: 12px;
	width: 758px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #eaf0d0;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	display: none;
	position: absolute;
	top: 38px;
	left: -72px;
	float: left;
	width: 680px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 60px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: transparent;
    color: #666;
	line-height: 1em;
	padding: 10px;
	width: auto;
	height: auto;
    border-right: 1px solid #a2bd30;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: transparent;
	color: #333;
}
#access ul li:hover > ul {
    display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #666;
    background: #eaf0d0;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
    background: #eaf0d0
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 16px 0 0 0;
}
#container {
    background-image: url(images/content_bkg.jpg);
    padding: 0;
}
#content {
    width: 624px;
	margin: 0 6px 36px 20px;
    float: left;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 17px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
    font-family: Verdana, Arial, Helvetica;
    font-size: small;
    margin-bottom: 24px;
}
#content ul li {
    margin-bottom: 12px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0px;
}
#content .entry-title-home {
	color: #990033;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0;
}
.entry-title-home a:link,
.entry-title-home a:visited {
	color: #990033;
	text-decoration: none;
}
.entry-title-home a:active,
.entry-title-home a:hover {
	color: #660033;
}
#content .occhiello-home {
	color: #006c8e;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 4px 0 2px 0;
}
.occhiello-home a:link,
.occhiello-home a:visited {
	color: #006c8e;
	text-decoration: none;
}
.occhiello-home a:active,
.occhiello-home a:hover {
	color: #006c8e;
    text-decoration: underline;
}
#content .cat_pdf {
    width: 15%;
    margin-left: 10%;
    text-align: center;
    float: right;
    position: relative;
    top: -54px;
}
#content .cat_pdf a, 
#content .cat_pdf p {
    margin-bottom: 2px;
}
.tiler {
    float: left;
    width: 46.5%;
    padding: 9px 0 0 9px;
    margin-right: 12px;
/*	border-top: 12px solid #a2bd30; */
}
.home .sticky {
	background: transparent;
	border-top: 0px solid #000;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
#natura {
    background-image: url(images/natura_bkg.jpg);
    width: 660px;
    height: 105px;
    margin: 24px 0 0 0;
    clear:both;
}
.tag-riquadro {
    padding: 12px 0 1px 12px;
    background-color: #d8e4ab;
}
.tag-riquadro ol {
    width: 420px;
}
.tag-riquadro ol li {
    list-style-image: url(images/green-energy-bullet.png);
    margin: 0 12px 6px 6px;
   	vertical-align: top;
}
ul.bullets li {
    list-style-image: url(images/green-energy-bullet.png);
    margin-left: 24px;
    vertical-align: top;
}
.tag-riquadro_edilizia {
    padding: 12px 12px 1px 12px !important; 
    background-color: #d8e4ab;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 25%;
}
#content table {
    border: 0px solid #E7E7E7;
    margin: 0 0 24px 32px;
    text-align: left;
    width: 45%;
    float: right;
}
#content .tab-consul tr td {
    border-top: 0px solid #E7E7E7;
    color: #D2741D;
    font-weight: bold;
    padding: 6px;
    vertical-align: middle;
}
#content .tab-ed tr td {
    border-top: 0px solid #E7E7E7;
    color: #006C8E;
    font-weight: bold;
    padding: 6px;
    vertical-align: middle;
}
/* = Sidebar
-------------------------------------------------------------- */
.widget-title {
    color: #4f6c26;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 10px 0;
}
#primary h4 {
    color: #4f6c26;
    font-size: 14px;
    line-height: 120%;
    font-weight: bold;
}
.f-check_side {
    padding-left: 24px;
    text-indent: -24px;
}
/* =Footer
-------------------------------------------------------------- */

/* Footer widget areas */

#footer {
	margin-bottom: 20px;
}
#colophon {
    background-color: #c7d783;
    width: 940px;
	border-top: 0px solid #000;
	margin-top: 14px;
	padding: 18px 0;
	overflow: hidden;
}
#footer-widget-area {
    float: left;
    color: #666;
    padding: 0 0 0 24px;
}
#footer-widget-area h3 {
    font-family: "Lato", "Trebuchet", Arial, Helvetica, sans-serif;
    color: #4F6C26;
    margin: 0 0 4px 0;
}
#footer-widget-area a:link {
    color: #666;
}
#footer-widget-area a:hover {
    text-decoration: underline;
    color: #333;
}
#footer-widget-area .current-menu-item a {
    color: #09c;
}
#footer-widget-area .widget-area {
	float: left;
	padding-left: 12px; 
	width: auto;
    min-height: 220px;
    border-left: 1px solid #4F6C26;
}
#footer #site-info {
    float: left;
    width: 133px;
    height: auto;
    font-size: 0.75em;
    font-weight: normal;
    margin: 0 12px 0 40px;
    padding: 24px 0 0 0;
    background-image: url(images/tlc-logo_mini.png);
    background-repeat: no-repeat;
    background-position: left top;
}
#site-info a {
    color: transparent;
	font-weight: bold;
	text-decoration: none;
    font-size: 27px;
}
#credits {
    border-top: 1px dotted #333;
}
#credits a:link,
#credits a:visited {
    text-decoration: none;
    color: #003399;
    font-size: 1em;
    font-weight: normal;
}
#credits a:hover {
    text-decoration: underline;
}
#footer #piva {
    float: left;
    width:600px;
    margin: 0 0 0 40px;
    font-size: 0.75em;
    line-height: 1em;
}
/* = Menu al piede */
#menu-tlc_foot {
    width:425px;
    font-size: 13px;
    list-style: none;
    text-indent: -16px;
    padding: 0 0 104px 0;
}
#menu-tlc_foot li {
    float:left;
    display: block;
    position: relative;
    margin: 0 44px 0 0;
}
#menu-tlc_foot ul {
    position: absolute;
    float: left;
    top: 36px;
    left: -14px;
    z-index: 900;
    font-size: 11px;
}
#socials {
    font-size: 13px;
	float: right;
	position: relative;
    width: 200px;
    margin-right: 18px;
}
.socials_link {
	border: 1px solid #666;
	display: block;
	line-height: 16px;
	text-decoration: none;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 12px;
}
#site-generator a:hover {
	text-decoration: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}