/*
Theme Name: Mappa theme
Theme URI: 
Author: Chiara Mannari
Author URI: http://www.webapois.com/chiaramannari
Description: Tema sviluppato per il progetto Mappa
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: 
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =General
----------------------------------------------- */


body {
	background: #fff url(images/gradient_page.png) repeat-x;
	color:#373737;
	padding: 0 2em;
	color: #373737;
	font-family: "Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.625;
}

#page {
	background: #fff url(images/gradient_page.png) repeat-x;
	margin: 0 auto;
	padding: 0;
	width: 960px; /*larghezza totale con padding 1024*/
}

hr {
visibility: hidden;
margin: 0;
clear: both;
}

#main {
	padding: 0;
}

#primary {
	margin: 18px 12px 0 0;
	width: 630px;
	float: right;
	min-height: 600px;

}

/* Links */
a {
	color: #3d3d3d;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #A3251C;
}

#primary a {
font-weight: bold;
}



/* =Header
----------------------- */

#branding {
	border-bottom: 1px solid #c9c9c9;
	
	padding-top: 14px;
	/*
	padding-bottom: 6px;
	margin-bottom:18px;*/
	height: 26px;
}

#branding a {
	font-size: 12px;
}

#branding hgroup {
	margin: 0 7.6%;
}

#logo {
height: 226px;
width: 302px;
float: left;
margin: 18px 0 6px 0;
}

.social  {
width: 16px;
height: 16px;
float:left;
padding: 4px 4px 0 4px;
}

#top_menu {
float: left;
width: 300px;
}

#top_menu a {
border-left: 1px solid #3D3D3D;
padding: 0 2px 0 4px;
margin: 0;
}

#top_menu a.home {
border-left: 0;
padding: 0 2px 0 0px;
}

#language {
float: right;
}

#social {
float: left;
}

ul#qtranslate-chooser {
margin: 0;
}

ul#qtranslate-chooser li {
display: inline;
text-transform: lowercase;
}

li.lang-it {
border-right: 1px solid #3D3D3D;
padding: 0 3px;
margin: 0 3px;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
clear: both;
border-top: 1px solid #c9c9c9;
padding-top: 10px;
width: 960px;
}

#text_footer {
font-size: 12px;
width: 285px;
float: left;
text-align: left;
line-height: 18px;
}


#icon_footer {
width: 663px;
height: 135px;
background: #cdcdcd;
float: right;
color: #818181;

}

.logo_footer {
margin: 14px 0px 10px 16px;
border-right: 1px dotted #666666;
padding-right: 16px;
}

.last_logo {
border: 0;
}

#loghi_footer {
float:left;
width: 200px;
x
margin-top: 14px;

}

#menu_footer {
font-size: 11px;
line-height: 12px;
text-align: right;
float: right;
margin: 14px 10px 0 0;
width: 250px;
}

#menu_footer li {
list-style: none;
font-size: 12px;
padding: 1px;
}

#menu_footer li a {
color: #cdcdcd;
}

#menu_footer p {
margin-bottom: 5px;
}

#license {
clear: both;
font-size: 11px;
}

/* =Menu
-------------------------------------------------------------- */


#access {
	margin: -7px 0 0 0;
	width: 318px;
	padding: 0;
	z-index: 100;
}

#box_menu #access {
width: 290px;
}

#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 -1px 0;
	padding-left: 0;

}

/* li + li : elimino il bordo dall'ultimo elemento della lista 
#access li + li {
	border-top: 1px solid #c9c9c9;
	padding: 2px 2px 1px 2px;
}
*/

#access li {
	border-bottom: 1px solid #c9c9c9;
	padding: 2px 2px 1px 2px;
}

#access li:last-child {
	border-bottom: 0;
}

#access a {
	color: #666666;
	display: block;
	text-decoration: none;
}

#access a:hover {
color: #A3251C;
}
/*
#access li:hover > a,
#access a:focus {
	background: #f9f9f9;  //Show a solid color for older browsers 
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); //Older webkit syntax 
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
*/
/*cancellare per menu slide ...... 
#access ul li:hover > ul {
	display: inline;
}
*/

#access .current_page_item > a,
#access .current_page_ancestor > a {
	/*
	font-weight: bold;
	color: #A3251C;
	*/
}
#access ul ul {
	display: none;
	margin: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul li {
	margin: 0 0 0 40px;
	border: 0;
	padding: 0;
}
#access ul ul a {
	padding: 0 0 0 2px;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
}

#access li:hover > a,
#access a:focus {

}
/*
#access ul li:hover > ul {
	display: block;
}
*/


/* =Content
----------------------------------------------- */



/* ------ home page ------- */

#box_menu_top {
	float: left;
	margin-top: 7px;
}

#box_menu_top #access {
	width: 348px;
}

#info_project {
float: right;
}

#logo_regione {
margin: 18px 0 2px 4px;
}

#logo_regione img {
}

#logo_unipi {
padding-top: 0;
border-top: 1px dotted #828fa5;

}

#logo_unipi img{
border: 0;
}



#info_project #searchform {
margin-top: 0;
margin-bottom: 6px;
}


#content_homepage {
margin: 0;
padding: 0;
width: 960px;
overflow: hidden;
border-top: 1px solid #c9c9c9;
}

#project_step {
background: url(images/sfondo_step.png) repeat-x;
color: #ffffff;
height: 24px;
padding: 4px 16px;
overflow: hidden;
}

#project_step h1, #project_step h2, #project_step h3, #project_step h4, #project_step p  {
display: inline;
}

#project_step h1 a, #project_step h2 a, #project_step h3 a, #project_step h4 a {
color: #ffffff;
font-weight: normal;
}

#project_step p a  {
color: #6a2528;
}


#project_step p {
display: inline;
}


#slider {
padding-bottom: 25px;
background: url(images/slider_bottom.png) no-repeat bottom;
}
#content_slides {
width: 660px;
overflow: hidden;
}

#texts-slides .text-slide {
width: 290px;
height: 275px;
display: none;
padding: 0;
font-size: 13px;
color: #818181;
overflow:hidden;
height:260px;
overflow: hidden;

}

.text-slide p {
line-height: 17px;
padding-top: 10px;
}

#slides {
height: 261px; /*height: 275px;*/
width: 660px;
padding: 0;
font-size: 13px;
color: #818181;
overflow:hidden;

}

.slide {
float: left;
width: 660px;
overflow:hidden;

}

.text-slide {
float: right;

}
.slide img {
padding: 12px 8px 0 0; /*padding: 12px 8px 12px 0; */
float: left;
}

.text-slide h3 {
font-size: 18px;
font-weight: bold;
margin-top:10px;
margin-bottom: 0; 
}

.text-slide h1 {
color: #a3251c;
font-size: 36px;
font-weight: bold;
line-height: 36px;
padding-top:3px;
}

#control-slides {
z-index: 3;
position:absolute;
margin-top: 20px;
margin-left: 508px; 
/*
position: absolute;
top: 385px;
left: 660px;
*/
}

#control-slides ul li.controlItem {
display: inline;
list-style: none;
padding: 4px;
width: 13px;
height: 13px;
/*background: url(images/pulsante.png) no-repeat center;*/

}

#menu-slides {
width: 660px;
z-index: 2;
position:absolute;
margin-top: 222px;
}

#menu-slides ul {
margin: 0;
display: block;
width: 660px;
height: 40px;
}

#menu-slides ul li.menuItem {
float: left ;
list-style: none;
width: 132px;
height: 40px;
font-size: 15px;
margin: 0px;
padding-left: 0;
cursor: pointer;
color: #ffffff;
background: #000;
opacity: 0.7;
filter: alpha(opacity=70); /*per Internet Explorer 6-7*/
/*filter: "alpha(opacity=70)"; per Internet Explorer 8*/ 
}

#menu-slides ul li.menuItem span {
padding-left: 8px;
}


#menu-slides ul li.menuItem:hover, #menu-slides ul li.act {
opacity: 1;
filter: alpha(opacity=100); /*per Internet Explorer 6-7*/
/*filter: "alpha(opacity=100)"; per Internet Explorer 8*/ 
background:url(images/selettore.png);
font-weight: bold;
}

#webgis-archivio {
border:0; /*border-top: 1px solid #c9c9c9;*/
padding: 0 0 10px 0;
height: 146px;
}

#webgis {
background: url(images/sfondo_webgis.png);
height:146px; 
width: 660px;
color: #fff;
float:left;
}


#webgis h1 {
font-weight: lighter;
font-size: 30px;
padding: 8px 14px;
}

#webgis p {
padding: 15px 10px 0 145px;
font-size: 14px;
line-height: 17px;
}

#archivio {
background: url(images/sfondo_archiviodigitale.png);
width: 290px;
height: 146px;
float: right;
color: #fff;

}

#archivio h1 {
font-weight: lighter;
font-size: 25px;
padding: 11px 0 0 14px;
line-height: 27px;
}

#archivio p {
padding: 25px 10px 0 100px;
font-size: 14px;
line-height: 17px;
}

#webgis a, #archivio a {
color: #ffffff;
}

#fascia_eventi {
border-top: 1px solid #c9c9c9;
border-bottom: 1px solid #c9c9c9;
color: #737373;
padding: 2px 0;
height: 24px;
overflow: hidden;
}

#fascia_eventi strong, #fascia_eventi p {
display: inline;
}

#fascia_eventi a strong {
color: #A3251C;
}

#fascia_eventi span.title {
color: #a3251c;
font-weight: bold;
}



#blocco_grigio {
background: url(images/sfondo_grigio.png) no-repeat;
color: #fff;
width: 960px;
height: 350px;
margin: 10px 0;
padding: 0;
}

#mappa_answers {
width: 275px;
height: 100%;
overflow: hidden;
float: left;
margin: 0 10px 0 12px;
padding: 0;
}

#mappa_answers h1, #multimedia h1, #latest_news h1 {
font-size: 19px;
padding: 6px 0 6px 0px;
font-weight: lighter;
color: #ffffff;
margin: 0;
}

#mappa_answers ul {
margin: 0;
}

#mappa_answers li {
width: 364px;
height: 50px;
background: url(images/sfondo_answer.png);
list-style: none;
margin-bottom: 14px;
}

#mappa_answers li p {
padding: 10px 0 0 15px;
font-weight: lighter;
font-size: 15px;
}

#mappa_answers li a {
color: #737373;
}

#multimedia {
width: 360px;
height: 350px;
overflow: hidden;
float: left;
margin-left: 0;
margin-top: 0;
}

#mappa_answers h1 a, #multimedia a, #latest_news h1 a {
color: #ffffff;
}

#latest_news {
width: 285px;
height: 328px;
overflow: hidden;
float: right;
font-size: 14px;
color: #000000;
padding-right: 5px;
}

#latest_news a {
}

#latest_news ul {
margin: 0;
line-height: 18px;

}

#latest_news ul li {
list-style: none;
margin-bottom: 10px;
font-size: 13px;
}

#latest_news ul li p {
margin-bottom: 0px;
}

#latest_news span.date a {
font-weight: bold;
font-size: 13px;
}

/*----------- page 404 ------------*/

.error404 ul {
list-style: square inside none;
}


/*----------- post ------------*/

#nav-above {
display: none;
}

.paged #nav-above {
display: block;
}


.nav-previous {
float: left;
width: 50%;
margin: 10px 0 20px 0;
}

.nav-next {
float: right;
text-align: right;
width: 50%;
margin: 10px 0 10px 0;

}

.nav-next a:hover, .nav-previous a:hover  {
text-decoration: underline;
}

#nav-single a:hover {
text-decoration: underline;
}

#content-multimedia .hentry, #content-archivio .hentry, .hentry  {
border-bottom: 1px solid #DDDDDD;
margin-bottom: 20px;
}
/* adiacent siblings selector: non supportato da IE
.hentry + .hentry {
border-bottom: 0;
border-top: 1px solid #DDDDDD;
padding: 20px 0 0px 0;
*/
	/*
	margin: 0 0 0 40px;
	
	position: relative;
	width: 500px;
	*/
/*}*/

.singular .hentry {
border-bottom: 0;
margin-bottom: 10px;
}


.entry-title, .category-title {
	clear: both;
	font-size: 23px;
	font-weight: lighter;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 0;
}

.type-page .entry-title, .category-title  {
	font-size: 32px;
}


.entry-title,
.entry-title a {
	text-decoration: none;
}

#primary .entry-title a, #primary .post-entry-title a  {
	text-decoration: none;
	font-weight: lighter;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	padding: 15px 0 10px 0;
}
.entry-meta a {
	font-weight: bold;
}

/* Comments link */

.post .reply-bubble a {
	background:  url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
	float: right;
	margin-top: 15px;

}

#primary .post .reply-bubble a {
	font-weight: normal;
}

.post .reply-bubble a:hover {
	background:  url(images/comment-bubble_c.png) no-repeat;
}

.entry-header {

}

.entry-title, .entry-header .entry-meta {
}


.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.post .reply-bubble .leave-reply {
	visibility: hidden;
}

.entry-content,
.entry-summary {
	clear: both;
	padding: 0 0 8px 0;
}

.entry-content h1 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 .8125em;
}

.entry-content h2, .comment-content h2 {
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 .8125em;
}



h3 {
	font-weight: lighter;
	font-size: 18px;
	margin-bottom: 5px;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}


/* ----------------- Post category: Eventi ---------------------- */

p.link_archivio {
clear: both;
text-align: right;
}


/* =Sidebar
----------------------------------------------- */

#sidebar {
margin: 0px 0 30px 0;
width: 290px;
}

#sidebar h1 {
font-size: 20px;
font-weight: lighter;
padding: 10px;

}

#sidebar h1 a {
color: #608190;
}

#sidebar div#ultime_news {
background: url(images/sfondo_sidebar.png) repeat-x ;
}

#sidebar ul {
margin: 0px 10px 0px 25px;
}

#sidebar ul li {
margin-bottom: 7px;
}

#sidebar ul li span.date {
color: #608190;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
}
.widget-title {
	color: #666;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
	padding: 10px 10px 0 10px;
	margin: 0;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	/*
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	/*
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	margin: 0 auto 1.625em;
	position: relative;
	width: 90%;
	padding: 5%;
}

#reply-title {
    color: #373737;
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
}

#respond p {
    margin: 10px 0;
}

#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
    background: none repeat scroll 0 0 #EEEEEE;
    box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    color: #555555;
    display: inline-block;
    font-size: 13px;
    left: 4px;
    min-width: 60px;
    padding: 4px 10px;
    position: relative;
    top: 40px;
    z-index: 1;
}

#respond label {
    line-height: 2.2em;
}

#respond textarea {
    resize: vertical;
    width: 95%;
}

#respond input[type="text"], #respond textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(204, 204, 204, 0.95) inset;
    padding: 10px;
    position: relative;
    text-indent: 80px;
}

/* this line makes disappear comment text inside textarea when you're writing */
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}

#respond .form-submit {
    float: right;
    margin: -20px 0 10px;
}

#respond input#submit {
    background: none repeat scroll 0 0 #222222;
    border: medium none;
    /*
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    */
    color: #EEEEEE;
    cursor: pointer;
    font-size: 15px;
    left: 30px;
    margin: 20px 0;
    padding: 5px 42px 5px 22px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: lighter;

}



textarea {
    padding-left: 3px;
    width: 98%;
}

/**/
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin: 0 7px 5px 0;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}

.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 0px;
	text-align: center;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders 
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
 Add fancy borders to all WordPress-added images but not things like badges and icons and the like 
	border: 1px solid #ddd;
	padding: 6px;
}
*/
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Text elements */
p {
	margin-bottom: 1em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}

/*------------- page ---------------*/


#box_menu {
display:block;
width: 290px;
overflow: hidden;
margin-top: 10px;
padding-top:10px;
border-top: 1px solid #bdbdbf;
}

#box_search {
display:block;
width: 302px;
overflow: hidden;
margin-bottom: 30px;

/*margin-top: 220px;*/
}

#box_search form {
text-align: left;

}

.page {
border: none;
}

.type-page {
padding-bottom: 0;
margin-bottom: 0;
}

.type-page .entry-content {
padding-bottom: 0;
}

/* ---------- page: sitemap ------------*/

.page-list .page_item {
padding: 3px;
}

.page-list li ul li {
list-style-type: none;
}
/* ---------- page: report -------------*/


h2#lista_report, h2#lista_articoli {
font-size: 15px;
font-weight: bold;
margin-bottom: 8px;
}

/*---------------- search form --------------------*/

#searchform {
margin-top: 18px;
text-align: left;
}

label.screen-reader-text {
display: none;
}

input#s {
	background: #fff url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: inset 5px 5px 10px #dedede;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 2px 10px 2px 28px;
}
input#searchsubmit {
	display: none;
}

/*--------------------Easy post type : BIBLIOTECA ---------------------*/

.italics {
font-style: italic;
}

h2.biblioteca {
font-size: 15px;
font-weight: bold;
margin-bottom: 8px;
}

#primary a.document_download {
background: url(images/icon_document.gif) no-repeat;
font-weight: normal;
padding-left: 22px;

}

.content-biblioteca div.hentry {
margin-bottom:0;
padding-bottom: 0;
}

#list-biblioteca {
clear: both;
}

/*
#access_list {
float: left;
width: 40%;
}

#ricerca {
float: right;
border-left: 1px solid #818181;
padding-left: 30px;
width: 40%;

}
*/
#access_list {
text-align:center;
margin: 10px 70px;
padding: 0 10px;
border-bottom: 1px solid #C9C9C9;
}

#access_list a {
padding: 40px;
}

#ricerca {
margin-top: 20px;
}

#ricerca h2{
margin: 0 0 20px 0;
font-size: 15px;
font-weight: lighter;
}

#ricerca legend {
display: inline;
}

#search-biblioteca {
padding: 0 20px;
}

#search-biblioteca fieldset {
float: left;
padding: 5px 20px;
}

#search-biblioteca input {
margin: 7px 0;

}


/*--------------------Easy post type : EQUIPE ---------------------*/

#content .gallery {
}

dt.gallery-icon {
height: 148px;
width: 148px;
overflow: hidden;
border: 1px solid #c6c7c8;
cursor: pointer;
}

dt.gallery-icon img {
height: 121px;
width: 121px;
margin:12px;
}

dl.gallery-item {
	width: 150px;
	margin: 3px;
	float: left;
	overflow: hidden;
}

dd.gallery-caption {
margin: 1px 0 0 0;
padding: 5px 0 0 4px;
font-weight: normal;
height: 61px;
background:  url(images/sfondo_equipe_gallery.png) repeat-x;
font-size: 12px;
line-height: 16px;
overflow: hidden;
cursor: pointer;


}

#primary dd.gallery-caption h3 a {
font-weight: bold;
font-size: 12px;
}

#primary dd.gallery-caption a {
font-weight: normal;
}


.gallery {
clear: both;
margin-bottom: 15px;
}

/* single equipe */

h1.equipe-title {
font-size: 25px;
font-weight: lighter;
margin: 10px 0 5px 8px;

}

.single-equipe-icon {
float: left;
width: 180px;
}

.single-equipe-text {
float: right;
width: 425px;
}

ul#list_contatti_equipe {
margin-left: 0;
}

ul#list_contatti_equipe li {
list-style: none;
padding-bottom: 4px;
}


.single-equipe-icon img {
height:auto;
width: 180px;
margin-right: 14px;
border: 1px solid #c6c7c8;
}

ul.list_equipe {
margin: 5px 5px 0 5px;
padding: 0;
}

ul.list_equipe li {
list-style-type: none;
margin: 10px 0;
}

/*-------------------- SEARCH  ---------------------*/

.search-header {
margin: 20px 0;
}

.search-header .search-title {
}

.search-header .search-title span {
font-style: italic;
}


