@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Clear Floated Elements
*/

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
.view-articoli-home .views-field-field-image-def
{
    max-height: 330px;  
    overflow: hidden;
}
.view-articoli-home img {
   /* height: 400px;
    outline: 0 none;
    width: 600px;*/
    width: 100%;
}

.view-home2 .views-field-field-image-def
{
    max-height: 220px;  
    overflow: hidden;
}

.view-home2 img { 
    width: 350px;
}



.view-articoli-dx .views-field-field-image-def
{
    max-height: 160px;  
    overflow: hidden;
}

.view-articoli-dx img {
    /*height: 160px;
    outline: 0 none;*/
    width: 100%;
}

.node-forum .field-name-field-image-def
{
    max-height: 300px;  
    overflow: hidden;
    display: inline-block;
}

.node-forum img {
 
    width: 520px;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clear {
  height:1%;
}

/*
  Style HTML Tags
*/

body {
  font-family: 'Source Sans Pro', sans-serif;
  /*color: #A2A2A2;*/
  font-size: 14px;
  line-height: 140%;
  background: #fff;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #3b3b3b;
  text-decoration:none;
}

a:hover {
  color: #ad0000;
  text-decoration: none;
}

li a.active {
  color: #8D8C8C;
}

h1, h2, h3, h4, h5, h6 {
  color: #777;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  margin-bottom:6px;
  line-height: 100%;
}

h1 { font-size:20px; }

h2 { font-size:20px; }

h3 { font-size:18px; }

h4 { font-size:16px; }

h5 { font-size:15px; }

h6 { font-size:14px; }

p { margin-bottom:5px; }

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td { vertical-align: middle; }

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

table {
  background: #ececec;
  border: 1px solid #bbbbbb;
}

th {
  background: #8A8A8A;
  padding: 10px 15px;
  color: white;
}

td {
  background: #FCFCFC;
  text-align: left;
  padding: 10px 15px;
  border: 1px solid #E7E6E6;
}

code {
  background: #F1F1F1;
  text-shadow: 1px 1px #fff;
  border: 1px solid #ddd;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

hr {
  border:none;
  border-top:#EEE 1px solid;
}

dt {
  font-weight:bold;
  margin-bottom:24px;
}

dd {
  margin-left:30px;
  margin-bottom:24px;
}

ul {
  list-style-type:disc;
  margin-left:15px;
  margin-bottom:12px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom:0
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

big {
  font-size:1.3em;
}

cite,
em {
  font-style:italic;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  quotes:none;
  border: 1px solid #ECECEC;
  background: #FCFCFC url(../images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

strong {
  font-weight:bold;
}

sup,
sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  font-size:10px;
}

sup {
  bottom:1ex;
}

sub {
  top:.5ex;
}

img,
video {
  max-width:100%;
  height:auto;
}

video {
  display:block;
}

audio {
  max-width:100%;
}
/*
.content a img {
  padding:5px;
  box-shadow:0 0 3px #EEE;
  background:#FFF;
  border:#EEE 1px solid;
}*/

.content a:hover img {
  background:#F0F0F0;
}

/*
  Theme Design, Layout and Typography
*/
/*
#inner_header_wrapper {
  position:relative;
  background: #37393A;
  padding: 0 0 10px 0;
}*/

#search_div .content
{
	float: left;
    font-size: 15px;
    padding: 3px;
    text-transform: uppercase;
}

#inner_header_wrapper
{
	clear: both;
}

.menu_wrapper{
 /* background: #ECF0F1;*/
 font-weight: bold;
 text-transform: uppercase;
}

#header {
  max-width: 1024px;
  margin: 0 auto;
}
/*
.header_left{
  float: left;
  width: 50%;
  margin-top: 18px;
}*/

.header_right{
  float: right;
  width: 27%;
  text-align: right;
}

.header_inner_wrapper{
  overflow: hidden;
}

input:focus{ outline-color: #F8DDD9; }

#logo { 
	border-bottom: 2px solid #eeeeee;
	text-align: center;
	 }


#site-title a,
#site-description {
  color: #A5A9AC;
  font-weight: normal;
}

#site-title,
#site-description {
  float:left;
}

#site-title a{
  margin: 0 5px;
  font-size:30px;
  font-weight: bold;
  letter-spacing: -1px;
}

#site-title a{
  float: left;
  line-height: 100%;
}

#site-description {
  color: #9B9B9B;
  margin: 0;
  float: left;
  clear: both;
  font-size: 12px;
  line-height: 100%;
}

/*Main Menu*/

#search_div{
  max-width: 1024px;
  margin: 0 auto 1px auto;
}

#main-menu2
{
	background: #232323;
}

#main-menu2 .menu-navigation-container
{
float:left;
width: 83%;
padding: 10px;
}

#main-menu,#main-menu2 {
  max-width: 1024px;
  margin: 0 auto 1px auto;
}

#main-menu ul, #main-menu2 ul{
  padding:0;
  margin:0;
  list-style:none;
  font-size:13px;
}




#main-menu li {
  display: inline-block;
  background: none;
 /* float:left;*/
  padding:0;
  padding-left:3px;
  margin:0;
  position: relative;
  font-family:tahoma;
  font-size: 13px;
}

#main-menu a {
	 border-bottom: 5px solid #000000;
    color: #313131;
    display: block;    
    padding: 0 3px 4px;
    text-align: center;
    text-decoration: none;
    }

#main-menu a.contextual-links-trigger
{
	border:0;
}
#main-menu2 a {
	color: #FFF;
    display: block;
    font-size: 13px;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

#main-menu li ul,#main-menu2 li ul{
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 9;
}

#main-menu li li a,#main-menu2 li li a {
  color: #777;
  margin: 0;
  background: #FFFFFF;
  border-top: 1px solid #000000;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
  padding: 10px 14px;
  font-weight: normal;
}


#main-menu2 li li a {
  color: #FFF;
}

#main-menu li:hover > a, #main-menu li > a.active {
    background: none repeat scroll 0 0 white;
    border-bottom: 5px solid #e7bd1e;
    color: #333;
    text-decoration: none;
}


#main-menu2 li:hover > a, #main-menu2 li > a.active {
    color: #e7bd1e;
    text-decoration: none;
}

#main-menu li li > a.active{
  color: #777;
  background: #FAFAFA;
  border-top: 1px solid #fff;
}

#main-menu2 li li > a.active{
  color: #FFF;
  background: #FAFAFA;
  
}

#main-menu li li > a:hover{
  color: #fff;
  background: #1ABC9C;
  border-top: 1px solid #fff;
}


#main-menu2 li li > a:hover{
  color: #fff;
  background: #1ABC9C;
  
}
#main-menu li li ul{
  top: 0;
  left: 115px;
}

#main-menu li li,#main-menu2 li li{
  min-width: 130px;
  border-right: 0;
}

#main-menu li:hover > ul,#main-menu2 li:hover > ul{
  display: block;
}


/*Mobile Menu*/

#main-menu .nav-toggle ,
#main-menu2 .nav-toggle {
  display:none;
}

.drop-down-toggle {
  position: absolute;
  top: 7px;
  right: 16px;
  display: none;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  background: #eee;
  border: #ddd 2px solid;
}

.drop-down-arrow {
  display:block;
  width:0;
  height:0;
  margin:8px 0 0 5px;
  border-top:5px solid #aaa;
  border-left:transparent 5px solid;
  border-right:transparent 5px solid;
}

ul, div.item-list ul{
  margin: 5px 0 5px 0;
  padding: 0;
}

.content ul li{
  background: url("../images/marker.png") no-repeat scroll 4px center rgba(0, 0, 0, 0);
  background-position: 4px 6px;
  list-style: none outside none;
  margin: 0 0 3px;
  padding: 0 0 0 15px;
}

#container {
  clear: both;
  margin: 0 auto;
  max-width: 1024px;
  overflow: hidden;
  padding: 0;
  background: #fff;
}





#slider {
  background: transparent;
  position:relative;
  box-shadow: none;
  overflow: visible;
}

.nivo-caption {
  background: rgba(255, 255, 255, .6);
  width: 100%;
  font-size: 13px;
  padding: 15px 15px 15px 97px;
  color: black;
  line-height: 120%;
  bottom: 0px;
}

.nivo-caption h2{
  color: rgb(51, 50, 50);
}

.nivo-caption p{
  padding-left: 0;
  color: rgb(87, 83, 83);
}

.slider-wrapper #slider{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-default .nivo-controlNav{
  padding: 20px 0 0 0;
  display: none;
}

#slider a:active {
  outline:none;
}

.slides,
.flex-control-nav {
  margin:0;
  padding:0;
  list-style:none;
}

.slides {
  width:100%;
  overflow:hidden;
}

#slider .slides > li {
  display:none;
  position:relative;
  margin:0;
}

#slider .slides li:first-child {
  display:list-item;
}

.flex-pauseplay span {
  text-transform:capitalize;
}

.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.flex-control-nav {
  position:absolute;
  right:4%;
  bottom:7.3%;
  text-align:center;
}

.flex-control-nav li {
  display:inline-block;
  margin:0 0 0 15px;
}

.flex-control-nav li:first-child {
  margin:0;
}

.flex-control-nav li a {
  display:block;
  width:24px;
  height:24px;
  box-shadow:0 0 3px #999;
  cursor:pointer;
  background:#e9e9e9;
  color:#333;
  font-weight:bold;
  line-height:24px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
  background:#fff;
}

#slider .post {
  padding:1.83%;
  margin:0;
  box-shadow:none;
  background:none;
}

#slider .entry-container {
  float:right;
  max-width:50%;
}

#slider .slide-image {
	max-width:49%;
	padding:0.47%;
	background:#E9E9E9;
}

#slider .entry-header,
#slider .entry-summary {
  margin-left:5%;
}

#slider .entry-title{
  margin-left:0;
  margin-bottom:15px;
}

.content-sidebar-wrap {
  float:left;
  width:100%;
}
/*
.front .content-sidebar-wrap article{
  background: #FAFAFA;
  padding: 20px;
}*/

.content-sidebar-wrap #content {
  display: inline;
  margin-bottom: 1.5%;
  float:left;
  width:100%;
}

#sidebar-first {
  color: #888;
  float: right;
}

#sidebar-first .views-row {
 border-bottom: none;
    color: #232323;
    font-family: "PT Serif",serif;
    padding: 10px 0 15px;
}

#sidebar-second .views-row {
 border-bottom: 0;
    color: #232323;
    font-family: "PT Serif",serif;
    padding: 0;
}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width:82%;
}

body.two-sidebars #content {
  border-right: 2px solid #e3e3e3;
    padding:0 10px;
    width: 65%;
}
body.two-sidebars.page-user #content {
  border-right: 0;

    width: 542px;
}



body.two-sidebars #sidebar-first {
  width: 35%;
  padding-left: 18px;
}
/*
body.two-sidebars #sidebar-second {
  width: 19%;
}*/

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 80%;
}

body.sidebar-first #sidebar-first {
  width: 19%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 83%;
}

body.sidebar-second #content {
  width: 100%;
}
/*
body.sidebar-second #sidebar-second {
  width: 19%;
}*/

#post-content {
   padding: 0 2% 0 0;
}

.breadcrumb {
  margin: 0 20px;
  margin-bottom: 10px;
  border-bottom: #EEE 1px solid;
  padding: 20px 0 10px 0;
  background: none;
}

#head, #content, #sidebar-second, #sidebar-first {
  margin-top: 10px;

}

#sidebar-second {
float:right;

}


.node {
 border-bottom: 7px solid #f0f0f0;
    color: #232323;
    font-family: "PT Serif",serif;
    padding: 10px 0 15px;
}

.views-row {
 border-bottom: 7px solid #f0f0f0;
    color: #232323;
    font-family: "PT Serif",serif;
    padding: 10px 0 38px;
}


.views-row-1 .node
{
	padding: 3px 0 15px;
	}
	


.view-articoli .views-row ,.view-articoli3 .views-row {
 border-bottom: 7px solid #f0f0f0;
    color: #232323;
    font-family: "PT Serif",serif;
    padding: 10px 0 30px;
}

.node h2.title, .page-title {
  font-size: 20px;
  font-family: 'PT Serif', serif;
  font-style: italic;
   padding-bottom: 10px;
  
}

.view-content h2
{
	clear:both;
  font-size: 20px;
  font-family: 'PT Serif', serif;
  font-style: italic;
   padding-bottom: 10px;

  
}




.dxtag {   margin-top: -10px;
  
    position: relative;
 

    top: 10px;
    z-index: 20;
}

.dxtag a {
	text-transform:uppercase;
	font-weight:bold;
	/*background-color: #900;*/
    color: #fff;
 padding-right: 10px;
font-size:12px;
   
	}

.dxtag a:hover {
	
	/*background-color: #900;*/
    color: #000;
}	
	
 

.views-row-odd .dxtag{
 padding: 7px;
    background: #ad0000;
}

.views-row-even .dxtag{
 padding: 7px;
    background: #5e5e5e;
}


/*
.block {
  margin-bottom: 1%;
}*/

aside .block .content li{
  margin: 0 0 10px;
}

.block > h2{
  font-size: 18px;
  font-weight: normal;
  margin: 30px 0px 20px 0;
}

.theme-default .nivo-directionNav a {
  opacity: 9 !important;
  background: url(../images/arrows.png);
}

.nivo-directionNav{
  position: absolute;
  bottom: 38px;
  left: 4px;
}

.theme-default a.nivo-nextNav{
  left: 45px;
}

.theme-default a.nivo-nextNav:hover{
  background-position: -30px bottom;
}

.theme-default a.nivo-prevNav:hover{
  background-position: left bottom;
}

.theme-default a.nivo-nextNav {
  background-position: -30px 0;
}

#footer-area .block > h2 {
  margin-bottom: 10px;
  color: #1ABC9C;
}

#footer-area ul.menu li a.active{
  color:#ddd;
}

.region-front-welcome{
  background: url("../images/hr.png") top center no-repeat;
  padding-top: 4%;
  margin: 0px 10px 40px 10px;
  text-align: center;
}

.region-front-welcome h2{
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
}
/*
.submitted {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 4px;
  clear: both;
  color: #888;
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
}*/

.links {
  margin-top: 10px;
  font-size: 14px;
}

ul.links {
  margin:0;
}

.links li a {
	font-family: 'PT Serif', serif;
    color: #af5050;
    float: right;
    font-size: 16px;
    text-transform: uppercase;
    padding-right: 13px;
}

.link a {
	font-family: 'PT Serif', serif;
    color: #af5050;
    float: right;
    font-size: 18px;
    text-transform: uppercase;
}

.links li a:hover,.link a:hover {

  color: #333333;
}



/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/

table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit{
  cursor: pointer;
  margin:5px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
 /* padding: 10px;*/
  border-radius: 2px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/

.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/

.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li{
  float: left;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/


.field-name-body
{
padding-bottom: 10px;
text-align: justify;	
}
.field-name-field-tags {

  float:left;
}

.datacreated
{
	
	float: left;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
     margin-left: 10px;
}
.data_created{
	display:none;
}

.views-field .data_created {
    color: #232323;
    font-size: 15px;
    padding-left: 22px;
    text-transform: uppercase;
}
.field-type-text
{
	color:#c1c1c1;
	padding:2px 0 15px;
}

.field-name-field-tags a{
 font-family: 'PT Serif', serif;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 15px;
 color:#e0e0e0;
}


.views-field-name span{
	 color: #c1c1c1;
    font-weight: bold;
    text-transform: uppercase;	
}
.views-field-name {
	margin-bottom: 5px;
}

.field-name-field-tags a:hover{
 font-family: 'PT Serif', serif;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 15px;
 color:#af5050;
}

.views-field-body .field-content {
    margin-bottom: 19px;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-taxonomy-forums  .field-item {
    border-image: none;
    color: #f1f1f1;
    font-weight: bold;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    margin:0;
}

.field-name-taxonomy-forums  .field-item a:link {    
    color: #c1c1c1;
}
.field-name-taxonomy-forums  .field-item a:hover {    
   color: #ad0000;
}



.node-teaser .field-name-taxonomy-forums  .field-item {
    border:none;
    padding: 0 10px 0 0;
}

.node-teaser .field-name-taxonomy-forums div {
  float: left;
  display: inline;
  margin-top: 0px;
}

.field-name-field-tags div {
  display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/

.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/

.item-list .pager li {
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}
.item-list .pager {
padding-top: 8px;
}

.item-list ul li {
    margin: 0;
    padding: 0;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/

.field-name-taxonomy-forums div {
  float: right;
  display: inline;
  margin-top: 4px;
  padding: 0 4px 0 0;
}
.sharethis-wrapper {
    border-color: #dddddd;
    border-style: solid none;
    border-width: 1px medium 1px 1px;
    float: right;
    padding-top: 5px;
    text-align: right;
    width: 40%;
}

.st_facebook_custom{
	background: url(../images/fb.png) no-repeat;
}

.st_twitter_custom{
	background: url(../images/tw.png) no-repeat;
}


.st_googleplus_custom{
	background: url(../images/gm.png) no-repeat;
}


.st_email_custom{
	background: url(../images/em.png) no-repeat;
}




.sharethis-wrapper span
{
	height: 28px;
    position: relative;
    width: 27px;
	text-decoration:none;
	color:#000000;
	display:inline-block;
	cursor:pointer;
}

.node-teaser .submitted
{
	display:none;
}

.page-node .submitted-teaser
{
	display:none;
}

.submitted {
    border-color: #dddddd;
    border-style: solid none;
    border-width: 1px medium 1px 1px;
    float: left;
    margin-bottom: 12px;
    padding: 9px;
    text-align: left;
    width: 60%;
    text-transform: uppercase;
	font-weight: bold;	
}


.submitted-teaser {
    border-color: #dddddd;
    border-style: solid none;
    border-width: 1px medium 1px 1px;
    float: left;
    margin-bottom: 12px;
    padding: 9px;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
	font-weight: bold;	
}

.submitted .firma {
	color: #c1c1c1;
    display: inline;
	padding-right:10px;
	
}
.submitted-teaser .firma{
	color: #c1c1c1;
    float: left;
	padding-right:10px;
	
}



.submitted .data_creazione  {
	color:#242424;
	display: inline;
	padding-left:10px;
	
}


.submitted-teaser .data_creazione {
	color:#242424;
	float: left;
	padding-left:10px;
	
}





.field-name-field-textabbonato {
    font-style: italic;
    padding: 5px 0;
}

#forum .submitted {
  font-size: 12px;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}
/*
.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}*/

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(../images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

/* Images */

img { outline: 0; }

img.scale-with-grid { max-width: 100%; height: auto; }

/* Comments */

.comment h2.title { 
  margin-bottom: 1em; 
}

.comment div.user-picture{
	width: 75px;
}

.comment div.user-picture img { 
  margin-left: 0; 
}

.comment { 
  margin-bottom: 20px; 
  display: table; 
  vertical-align: top; 
}

.comment .attribution {
  display: table-cell; 
  padding: 0 35px 0 0; 
  vertical-align: top; 
  overflow: hidden; 
}

.comment .attribution img { 
  margin: 0; 
  padding: 0;
  border: 0;
  border-radius: 50%;
}

.comment .attribution .username { 
  white-space: nowrap; 
}

.comment .comment-submitted p { 
  font-size: 1.071em; 
  line-height: 1.2; 
  text-align: center;
}

.comment .comment-submitted .comment-time { 
  font-size: 0.786em; 
}

.comment .comment-submitted .comment-permalink { 
  font-size: 0.786em; 
  text-transform: lowercase; 
}

.comment .content { 
  font-size: 0.929em; 
  line-height: 1.6; 
}

.comment .comment-text { 
  padding: 0 25px 10px 0px; 
  display: table-cell; 
  vertical-align: top;
  position: relative; 
  width: 100%; 
}

.comment .indented { 
  margin-left: 9%; 
}

.comment-unpublished { 
  margin-right: 5px; 
  padding: 5px 2px 5px 5px; 
}


/* -------------- Form Elements   ------------- */

fieldset { 
  background: #ffffff; 
  border: 1px solid #cccccc; 
  margin-top: 10px; 
  margin-bottom: 32px;
  padding: 0 0 10px; 
  position: relative; 
  top: 12px;
  -khtml-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
  clear: both;
}

.fieldset-wrapper { 
  margin-top: 25px; 
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0; 
}

.filter-wrapper { 
	clear:both;
  top: 0; padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0; 
  -khtml-border-radius-topleft: 0; 
  -moz-border-radius-topright: 0; 
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0; 
  -webkit-border-top-right-radius: 0; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0;
}

.filter-help a { 
  font-size: 0.857em; 
  padding: 2px 20px 0; 
}

.filter-wrapper .form-item label { 
  margin-right: 10px; 
}

.filter-wrapper .form-item { 
  padding: 0 0 0.5em 0.5em; 
}

.filter-guidelines { 
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed { 
  background: transparent;
  -khtml-border-radius: 0; 
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
   border-radius: 0;
}

fieldset legend { 
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px; width: 100%;
  -khtml-border-radius-topleft: 4px; 
  -moz-border-radius-topleft: 4px; 
  -webkit-border-top-left-radius: 4px; 
  border-top-left-radius: 4px; 
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px; 
  -webkit-border-top-right-radius: 4px; 
  border-top-right-radius: 4px; 
}

fieldset.collapsed legend { 
  -khtml-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
}

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { 
	
	border-color: #ccc;
   
    font-family: arial; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin: 10px 0; float: left; width: 100%; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions {
  padding: 10px 0 0 0;
  background: none;
  border: 0;
  margin: 0;
}

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #1ABC9C;
  border: 0;
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px; 
  -ms-border-radius: 3px; 
  -khtml-border-radius: 3px; 
  border-radius: 3px;
  color: #fff; 
  position: relative;  
  padding: 10px 15px;
  cursor: pointer;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #19967D;
}

#block-search-form { 
	float:right;
	margin: 0; overflow: hidden; position: relative; }
	
	
#block-block-17{ 

	padding-right:10px;
	float:right;
	margin: 0; overflow: hidden; position: relative; }
#search_div #block-block-2 .content
{
		text-transform:lowercase;
}

#block-block-18,#block-block-21{ 

	padding-right:10px;
	float:right;
	margin: 0; overflow: hidden; position: relative; }
	
	
	

#search_div .content #login-search
{
		text-transform:capitalize;
}

#block-search-form .form-item{ margin: 0; }

#block-search-form .content { margin-top: 0; }

#block-search-form input {  
	 border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    color: #444;
  padding:0;
  margin-right: 5px;
  width: 190px;
}

#block-search-form input.form-submit { 
  margin-left: 0;
  margin-right: 0;
  height: 21px;
  width: 23px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border:none;
  background: url(../images/search.png) no-repeat;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 1px;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { opacity: .7; }

#search-block-form .form-actions{ float: left; padding: 0; }

#search-block-form .form-actions input { margin: 1px 0; }

#search-form .form-item-keys label { display: block; }

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

#top-area {
  clear:both;
  position:relative;
  margin-bottom: 15px;
}

#top-area .block {
  margin: 0;
}

#top-area .block p{
  margin: 0;
}

#top-area .column {
  float: left;
  width: 32.3%;
  margin: 1.8% 0;
  margin: 0 5px;
}

#top-area h2{
  padding: 9px 10px 0px 10px;
  color: rgb(114, 114, 114);
  margin-bottom: 0;
  margin: 0;
}

.front h2{
  border: 0;
}
/*
#top-area img,
.field-name-field-blog-image img,
.node-type-article .content img{
  margin-bottom: 10px;
  padding: 4px;
  background: white;
  border-radius: 0px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;

}
*/
#top-area img:hover,
.field-name-field-blog-image img:hover,
.node-type-article .content img:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3), 0 0 0 transparent, 0 0 0 transparent;
}

#top-area .column .content{
  padding: 10px;
}

#top-area .column:first-child {
  margin-left:0;
}

#top-area .column-title {
  color:#e0e0e0;
}

#top-area li {
  border-bottom:#555 1px dashed;
}

#footer {
border-top: 2px solid #e3e3e3;
}

#footer li{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 1px 0;
  padding: 8px;
  background: none;
  line-height: 100%;
}

#footer li:last-child{
  border: 0;
}

#footer_wrapper{
  max-width: 1024px;
  margin: 0 auto;
}

#footer-area {
  position:relative;
  padding: 2% 0 0 0;
  color:rgb(128, 128, 128);
}

#footer-area .column {
  float:left;
  width: 22%;
  margin:0 0 1% 3.8%;
}

#footer-area .column:first-child {
  margin-left:0;
}

#footer-area .column-title {
  color:#e0e0e0;
}

#copyright {
  clear:both;    
  padding:0 0px;
}

.copyright {
  float:left;
  max-width:728px;
}

.credits {
  float:right;
  max-width:370px;
  margin-right:12px;
  text-align:right;
}

#copyright p {
  margin:0;
}

.footer_credit{
  color: #777;
  overflow: auto;
  padding: 20px 0px;
}

.footer_inner_credit{
  max-width: 1024px;
  margin: 0 auto;
}


/*Admin style*/

#toolbar ul li{ background: none; }

.region-top-nav{ display: block; overflow: hidden; }

.region-top-nav .block-menu{ margin: 0; }



.region-top-nav h2{ display: none; }

.region-top-nav ul li { 
  display: inline-block;
  background: none;
  border-right: 1px solid #807F7F;
  padding: 0 4px;
  line-height: 100%; 
}

.region-top-nav ul li:last-child{
  border: 0;
}

.region-top-nav li a.active{
  color: #fff;
}

#user-login-form .form-text{ width: 90%; }

#comments h2{ margin: 30px 0; font-size: 18px; }

.content .field{

}

.field .field-label{
  font-weight: normal;
  color: #888686;
}


/*USER LOGIN*/

#block-user-login .item-list{
  clear: both;
}

.not-logged-in.page-user aside{
  display: none;
}

.not-logged-in.page-user .content-sidebar-wrap{
  max-width: 839px;
 /* margin: 0 auto;
  float: none;
  overflow: hidden;*/
}

.not-logged-in.page-user input.form-text, 
.not-logged-in.page-user textarea.form-textarea{
  width: 100%;
}

.not-logged-in.page-user #breadcrumbs{ display: none; }


/*Error Style*/

div.error,
div.status,
div.warning{
  background: #FEF5F1;
  border-radius: 3px;
  border-color: #EC7F58;
  padding: 15px 20px;
}

div.status{
  background: #F8FFF0;
  border-color: #BE7;
}

div.warning{
  background-color: #FFFCE5;
  border-color: #ED5;
}


/*Social Media*/
.socialbar
{
	
	float:left;
}
.social 
{
	float:right;
	
}

.social li
{
	float:left;
	
}

#socialbar li a
{
	padding: 4px 5px 0 0;
}


#social-media-icons ul{
  overflow: hidden;
  text-align: center;
  margin-top: 15px;
}

#social-media-icons li{
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0;
}

#social-media-icons li a{
  width: 21px;
  height: 21px;
  background: url(../images/social-icons.png);
  display: block;
  font-size: 0;
  text-indent: -1000px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#social-media-icons li .rss{ background-position: -387px 45px; }
#social-media-icons li .twitter{ background-position: -183px 45px; }
#social-media-icons li .facebook{ background-position: -1px 45px; }
#social-media-icons li .gplus{ background-position: -319px 45px; }
#social-media-icons li .linkedin{ background-position: -342px 45px; }
#social-media-icons li .dribbble{ background-position: -297px 45px; }
#social-media-icons li .vimeo{ background-position: 44px 45px; }
#social-media-icons li .youtube{ background-position: -228px 45px; }
#social-media-icons li a:hover{ background-position-y: 90px;}

/*Acces denied/Page not found*/

.access-denied,
.page-not-found{
  text-align: center;
  margin: 70px 0 50px 0;
}

.page-node-12 aside,
.page-node-13 aside,
.page-node-12 .page-title,
.page-node-13 .page-title,
.page-node-12 #breadcrumbs,
.page-node-13 #breadcrumbs{
  display: none;
}

#container .stButton .stFb,#container .stButton .stTwbutton,#container .stButton .stMainServices
{
 height: 33px;
}