/*
Theme name: Ashford
Theme URI: http://ashford.turtleinteractive.com/
Description: Customize, guild and grow professional web sites using WordPress as a CMS. By <a href="http://ashford.turtleinteractive.com">Tim Bednar</a>.
Version: 0.3
Author: Tim Bednar
Author URI: http://www.turtleinteractive.com/
Tags: ashford, two columns, three columns, widgets, fixed width, 960 Grid System, jQuery, theme options, page template, framework, parent theme, child theme, cms

This software is licensed under the CC-GNU GPL version 2.0 or later.
http://creativecommons.org/licenses/GPL/2.0/
*/

/* Body */

body{
  background-color: #555; 
  color: #555;
}

/* Links */

a{
  color:#fff;
  text-decoration:none;
}
a:hover{
  background-color:#F0F8FF;
}

/* Buttons */

.button{
background-image:url(images/buttonBg.png);
background-repeat:repeat-x;
background-position: left top;
border:outset 1px #ccc;
cursor:pointer;
color:#555;
font-weight:bold;
padding: 9px 10px;
}
.button_green{
background-color:Green;
color:#FFF;
}
a.button_green:hover{
background-color:GreenYellow ;
color:#555;
}
.button_blue{
background-color:DodgerBlue;
color:#FFF;
}
a.button_blue:hover{
background-color:Cyan;
color:#555;
}
.button_red{
background-color:Red;
color:#FFF;
}
a.button_red:hover{
background-color:DeepPink ;
color:#555;
}

/* Typography */

h1,h2,h3,h4,h5 {
  font-family:Georgia,"Times New Roman",Times,serif;
  font-weight:normal;
  margin-bottom:0px
}


h2 {
  margin-bottom:10px
}



h1.post_title{
font-size:18px;
}
blockquote{
margin:0 30px;
}
#box ul.ticks li{
  background-image:url(images/tick.png);
  background-position: 5px 10px;
  background-repeat: no-repeat;
  list-style:none;
  padding:0 0 0 26px;
}
#box p.tick {
  background-color:#EEE;
  background-image:url(images/tick.png);
  background-position: 5px 10px;
  background-repeat: no-repeat;
  border:1px #DDD solid;
  list-style:none;
  padding:10px 10px 10px 26px;
}
#box p.exclamation {
  background-color:#EEE;
  background-image:url(images/exclamation.png);
  background-position: 5px 10px;
  background-repeat: no-repeat;
  border:1px #DDD solid;
  list-style:none;
  padding:10px 10px 10px 26px;
}
#box p.information{
  background-color:#EEE;
  background-image:url(images/information.png);
  background-position: 5px 10px;
  background-repeat: no-repeat;
  border:1px #DDD solid;
  list-style:none;
  padding:10px 10px 10px 26px;
}
#box .outline{
  background-color:#EEE;
  border:1px #DDD solid;
  margin-bottom:20px;
  padding:10px;
}

/* Page */

#page{
}
#page_inner{
  float:left;
}

/* Top */

#top{
  height:174px;
  margin:0 10px;
}
#blog_brand{
  font-size:30px;
  height:150px;
}
#blog_brand a:hover{
  background-color:transparent;
}
#blog_logo{
  background-image:url(images/logo-barometro.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  display:block;
  height:174px;
  width:940px;
}
#blog_link{
  display:block;
  position:relative;
  top:30px;
  width:940px;
}

#blog_name{
  color:#555;
}
#blog_description{
  color:#DDD;
  font-size:.8em;
  font-weight:normal;
  padding-left:10px;
}
#search{
float:right;
margin:6px 10px 0 0;
}
#search_input{
  float:left;
}
input#s{
  background-color:transparent;
  background-image:url(images/search_box.png);
  background-position: top left;
  background-repeat: no-repeat;
  border:none;
  height:17px;
  padding:2px 10px 1px 10px;
  width:160px;
}
#search_submit{
  float:left;
  height:20px;
  width:40px;
}
input#search_btn{
  background-color:transparent;
  background-image:url(images/search_btn.gif);
  background-position: top left;
  background-repeat: no-repeat;
  border:none;
  cursor:pointer;
  height:20px;
  margin:0;
  padding:0;
  width:40px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Opera 9 rules here */
#search_submit{
  margin-top:-3px;
}
}
/* Navigation */

#navigation{
  background-color:transparent;
  background-image:url(images/navigation_bg.png);
  background-position:top left;
  background-repeat:repeat-x;
  float:left;
	height:34px;
  width:940px;
}

/* http://users.tpg.com.au/j_birch/plugins/superfish/#download */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.6em; /* Ashford adjusted based on .sf-menu a padding values */
	z-index:		999; /* Ashford changelog from z-index: 99 */
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** ASHFORD DEFAULT SKIN ***/
.sf-menu {
  float:left;
  margin:	0;
  position:relative;
  z-index:999;
  
}
.sf-menu a {
	border-left:	none;
	border-top:		none;
	padding: 		.85em 1em;
	text-decoration:none;
}
.sf-menu a,
.sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
}

.sf-menu li.sfHover a,
.sf-menu li.sfHover a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	background-color:#7288B7;
  color:			#fff;
}
#navigation ul.sf-menu li a:hover{
background-color:#7288B7;
text-decoration:underline;
  color:			#fff;

}
#navigation ul.sf-menu li {
	background-color: transparent;
}
#navigation ul.sf-menu li.current_page_item a {
background-color: #FFF;
color:#3B5998;
}
#navigation ul.sf-menu ul li.current_page_item a,
#navigation ul.sf-menu ul li.current_page_item a:hover {
background-color: #7288B7;
cursor:default;
color:#000;
font-weight:bold;
text-decoration:none;
}
#navigation ul.sf-menu li ul {
border-right:2px #DDD solid;
border-left:2px #EEE solid;
border-bottom:2px #DDD solid;
}
#navigation ul.sf-menu li ul li ul{
border-top:2px #DDD solid;
}
#navigation ul.sf-menu li:hover,
#navigation ul.sf-menu li.sfHover,
#navigation ul.sf-menu a:focus,
#navigation ul.sf-menu a:hover,
#navigation ul.sf-menu a:active {
  color:#3B5998;
	outline:		0;
}

/*** arrows **/
#navigation .sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#navigation .sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
#navigation .sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#navigation .sf-menu ul a:focus > .sf-sub-indicator,
#navigation .sf-menu ul a:hover > .sf-sub-indicator,
#navigation .sf-menu ul a:active > .sf-sub-indicator,
#navigation .sf-menu ul li:hover > a > .sf-sub-indicator,
#navigation .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Hero */

#hero,
#hero_inner{
line-height:.8em;
}

/* Box */

#box{
  background-color:transparent;
  background-image:url(images/box_bottom.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  float:left;
  width:940px;
}
#box_inner{
  background-color:#FFF;
  float:left;
  margin-bottom:10px;
  padding:40px 0 0 0;
  width:940px;
}
#breadcrumbs{
color:#BBB;
margin-bottom:20px;
}
#breadcrumbs a{
color:#bbb;
margin-bottom:20px;
}

/* Content */

#content{
  position:relative;
  padding-bottom:20px;
}
#paginate{
clear:both;
}
.paginate-previous{
float:left;
}
.paginate-next{
float:right;
}

/* Post */

.post{
  float:left;
  margin-bottom:20px;
}
.grid_6 .post{
width:340px;
}
.grid_9 .post{
  width:520px;
}
.grid_10 .post{
  width:580px;
}
.grid_9 .post_title{
  float:left;
  width:420px;
}
.grid_9 .post_date{
  color:#CCC;
  float:left;
  width:100px;
}
.post_content_excerpt p{
  font-size:12px;
}
.post_content_has_image p{
margin-left:180px;
}
.post_date strong{
  color:#BBB;
  display:block;
  text-transform:uppercase;
}
.post_by{
  border-top:#CCC dotted 1px;
  clear:both;
  color:#CCC;
  margin-bottom:20px;
  text-transform:uppercase;
}
.post_by a{
  color:#CCC;
}
.post_click_here a{
  color:#CCC;
  text-transform:lowercase;
}
.post_image_thumb{
float:left;
margin:0 10px 10px 0;
width:150px;
}
.post_image_thumb a{
border:1px solid #EEE;
display:block;
padding:9px;
}
.post_excerpt_readmore a{
  font-weight:bold;
  white-space:nowrap;
  font-size:13px;
}
.post_content_excerpt ol.post_meta{
  margin-top:20px;
}
.post_meta{
  border:1px solid #EEE;
  clear:both;
  font-size:11px;
  list-style:none;
  margin:0;
  padding:2px 2px 1px 2px;
  width:514px;
}
.post_meta li{
  background-color:#EEE;
  clear:both;
  margin:0 20px 1px 0;
  padding:3px;
  list-style:none;
  width:508px;
}
.post_meta li span{
  display:block;
  float:left;
  font-weight:bold;
  padding-right:5px;
  width:120px;
}
.post_comments_title{
  margin-bottom:0px;
}
.post_comments{
  border-top:1px dotted #BBB;
  float:left;
  padding:10px 0;
  margin-bottom:10px;
  width:520px;
}
.post_comments_author{
background-color:#EEF3E2;
}
.post_comments_by{
  float:left;
  margin-right:20px;
  text-align:right;
  width:140px;
}
.post_comments_text{
  float:left;
  width:340px;
}
#comments_form{
  background-color:#D1EEEE;
  float:left;
  margin-bottom:20px;
  padding:10px;
  width:500px;
}
#comments_form label{
  display:block;
}
#comments_form p{
  float:left;
  width:490px;
}
#comments_form p input{
  background-color:#E0FFFF;
  border:1px #CCC solid;
  padding:3px;
  width:484px;
}
#comments_form textarea{
  background-color:#E0FFFF;
  border:1px #CCC solid;
  font-family:arial;
  font-size:13px;
  padding:3px;
  width:490px;
}
.post_comments_btn{
  clear:both;
  width:auto;
}

/* Recent list*/


#post_list_recent{
  clear:both;
  padding-top:20px;
}
#post_list_recent h2{
  border-bottom:1px solid #D1EEEE;
}
.post_list{
  border-bottom:1px solid #D1EEEE;
  list-style:none;
  margin:0;
}
.post_list a{
  display:block;
  padding:2px;
}
.post_list a:hover{
  background-color:#E0FFFF;
  text-decoration:none;
}

/* Speeddial */

#speed_dial{
  margin-top:40px;
  width:960px;
}
#speed_dial .post_grid_unit{
  font-size:13px;
}
#speed_dial .post_grid_unit a{
  background-color:transparent;
  background-image:url(images/speed_dial_bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  color:#FFF;
  display:block;
  height:80px;
  padding:10px;
}
#speed_dial .post_grid_unit a:hover{
  background-image:url(images/speed_dial_bg.png);
  background-position: bottom right;
}
#speed_dial .post_grid_unit a span.post_grid_title{
  display:block;
  height:80px;
  overflow:hidden;
}

/* Sidebar */

#sidebar{
  float:left;
}
#sidebar_inner{
  background-color:#EEE;
  background-image:url(images/sidebar_bottom_bg.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  float:left;
  padding:10px;
}
.widget{
  float:left;
  margin-bottom:20px;
}
.grid_5 .widget{
  width:260px;
}
.grid_4 .widget{
  width:220px;
}
.widget .widget_title{
  border-bottom:1px #BBB dotted;
  font-family:georgia;
  font-size:18px;
  font-weight:normal;
}
.widget ul,
.widget ol{
  margin:0;
}
.widget li{
  border-bottom:1px #BBB dotted;
  list-style:none;
  margin:0;
  padding:3px 0;
}
.widget .current_page_item a{
background-color:transparent;
color:#000;
cursor:default;
font-weight:bold;
}
.widget .current_page_item li a{
  background-color:#F0F8FF;
color:#3B5998;
cursor:pointer;
font-weight:normal;
}
.widget ul li a{
  display:block;
  padding:0 3px;
}
.widget li ul{
list-style:square;
}
.widget li li{
border:none;
padding-left:30px;
}

/* Bottom */

#bottom {
  background-color:#EEE;
  border-top:1px solid #DDD;
  float:left;
  
  padding:20px 100px 0 100px;
  width:740px;
}
#bottom .widget{
  margin-right:20px;
  width:220px;
}


/* Footer */

#footer{
  color:#000;
  float:left;
  margin:30px 10px;
}
#footer a{
color:#FFF;
}
#footer a:hover{
background-color:transparent;
text-decoration:underline;
}
#footer p{
  clear:both;
  font-size:12px;
}
#nav_redux{
  font-size:12px;
  list-style:none;
  padding:0;
  margin:0;
  text-align:center;
}
#nav_redux li{
  float:left;
  list-style:none;
  padding:0;
  margin:0;
}
#nav_redux li a{
display:block;
margin-right:10px;
}
#loginout a{
font-weight:bold;
}

/* System*/

.hint{
  background-color:#EEE;
  background-image:url(images/lightbulb.png);
  background-position: 2px 4px;
  background-repeat: no-repeat;
  border:1px solid #DDD;
  padding:3px 3px 3px 22px;
}
#speedialhint{
  clear:both;
  float:left;
  margin:40px 0;
}
.widget ul li.hint a{
  display:inline;
}
.widget li.hint{
  margin-top:10px;
  padding:3px 3px 3px 22px;
}
.widget_hint{
padding-left:24px;
width:209px;
}
body.hints .hint{
  display:block;
}
body.nohints .hint{
  display:none;
}
body.hints #infobar .hint{
  display:inline;
}
body.hints #infobar.on .hint{
  display:none;
}
body.hints #infobar.off .hint{
  display:inline;
}
span.post_edit{
  margin-right:10px;
}
span.post_comments_edit{  
  margin-right:10px;
}
#user_info{
background-color:#000;
color:#FFF;
margin:0;
text-align:center;
}
#user_info a{
color:#FFF;
  padding-left:26px;
}
#user_info a:hover{
  background-color:#555;
}
#wp_userid{
  background-image:url(images/user.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
  font-weight:bold;
}
#wp_userid a{
  padding-left:0;
}
#wp_dashboard{
  background-image:url(images/application.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
}
#wp_new_page{
  background-image:url(images/page_edit.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
}
#wp_new_post{
  background-image:url(images/note_edit.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
}
#wp_configurator{
  background-image:url(images/application_edit.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
}
#wp_widgets{
  background-image:url(images/cog.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
}
#wp_bug{
  background-image:url(images/bug_add.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
}
#wp_logout{
  background-image:url(images/stop.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
}
#wp_help{
  background-image:url(images/help.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
}
#not_found{
  background-color:#EEE;
  margin-bottom:20px;
  padding:20px;
}
#not_found h1{
  margin:0;
}
#not_found p{
  background-image:url(images/exclamation.png);
  background-position: 2px 4px;
  background-repeat: no-repeat;
  margin:0;
  padding:3px 3px 3px 22px;
}

/* WordPress Required */

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin:0 10px 10px 0;
}

.alignright {
  float: right;
  margin:0 0 10px 10px;
}
.size-thumbnail,
.size-medium,
.size-full{
  background-color:#FFF;
  border:1px #DDD solid;
  padding:9px;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -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;
}

/* Ashford Add-ons */

body #jquery-lightbox{
  /* Ashford jQuery Lightbox Plugin */
  z-index:9999; 
}



.pagine-home{

}

.pagine-home h2{
  border-bottom:1px solid #D1EEEE;
  margin-bottom:15px;
  
}

#post-50 p img{
	display: block;
	float: left;
	margin: 5px 5px 30px 5px;
	padding:5px;
	border:1px solid #ddd;
}


a[href$=".pdf"]{padding-right: 20px; background: url(images/acrobat.png) no-repeat center right}


h2 a  {
	font-size:12px;
}





#cse-search-box input{
	border:#657DAF;
	font-weight:bold;
	font-size:10px;
	color:#3A5897;

}


#cse-search-box submit{
	border:#657DAF;
	background-color:#657DAF;
	font-weight:bold;
	font-size:10px;
}




.motore-ricerca{
	padding-top:7px;
	padding-left:696px;
}

