@charset utf-8;

body {
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FFFFFF;
}

#header #search .button_search {
    float: right;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

/* larghezza del input text*/
#header #search .button_search input {  
    width: 140px;  /* invece di 100px*/   
}

#header #search .button_search a {   
    width: 26px;  
}

h1 {
    line-height: 1.1em;
    margin: 0px;
    padding: 0px;
}
h2 {
    line-height:1.4em;
    padding-left:0px;
}

#right h1 {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 1.5em;
    padding-top: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-bottom: 10px;
}
#right h2 {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 1.2em;
    padding: 0px;
    margin-bottom: 3px;
}
#right p {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 4px;
    line-height: 1.4em;
}

#container {   
    background: #FFFFFF;
    text-align: left; /* this overrides the text-align: center on the body element. */
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0px;
}                                    
#main {
    width:1000px;
    margin:auto;
    padding-right: 0;
    padding-left: 0;
    padding-top: 10px;
    background-image: none;
    background-repeat: repeat-y;
    background-position: center top;
    padding-bottom: 0px;
    min-height: 500px;    
}
#header {
    font-family: Georgia, Times New Roman, Times, serif;
    height: 125px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 0px;
}
#header_back {
    background: url(https://univaq.it/images/patterns/headertest.jpg) repeat-x center top;
    width: 100%;
}
#header #title_left {
    font-size: 0.8em;
    text-align: center;
    float: left;
    width: 7em;
    margin-top: 70px;
    line-height: 1.1em;
    margin-left: 16px;
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
#header #title {
    float: left;
    margin-left: 6px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#header #search {
    width: 100%;
    float: right;
    height: 19px;
    margin-top: 8px;
    margin-bottom: 0px;
}
#header #foto {
    background-image: none;
    float: right;
    height: 75px;
    width: 269px;
    margin-top: 10px;
}
#header #search #buttons {
    float: right;
    width: 100%;
}

.button{float:left;
  width:auto;}

#header #search .button_search input {
    margin-right: 2px;
    font-size: 0.9em;
    background-color: #FFFFFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 2px;
    float: left;
    height: 15px;
    margin-top: 1px;
}
#header #search .button_search a {
    display: block;
    width: 20px;
    float: left;
}
#header #search .button {
    
    display: block;
    
    border-left-width: 1px;
    border-left-style: unset;
    border-left-color: #FFFFFF;
    height: 20px;
}
#header #search img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    display: block;
    margin: auto;
    padding-top: 2px;
}
#header #search .button a {
    color: #FFFFFF;
    display: block;
    height: 1.6em;
    margin-right: 10px;
    margin-left: 10px;
    font-weight:bold;
}
#header h1 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    font-weight: bold;
    font-variant: small-caps;
    margin: 0;
}
#header h2 {
    font-size: 1.8em;
    font-weight: normal;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#header a {
    text-decoration: none;
}
#left {
    float: left; /* since this element is floated, a width must be given */
    width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 70px;  /*40px; modified */
    margin-left: 4px;  
}
#right {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 200px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
}
#footer {
  background: url(https://univaq.it/images/patterns/headertest.jpg) repeat-x center top;
    margin: 0px;
    padding: 0;
    height: 80px
}
#footer p {
    margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    font-size: 0.9em;
}
#footer a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
#footer a:hover {
    text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#logo_cont{
  height:85%;
  margin-left:20px;
  float:left;
  }
#logo{
  height:100%
    }

/* Modifiche */
.social {
    /* background-color: #FFFFFF;  */
    padding-left: 13%;
    padding-top: 6%;
}

.social-footer {
    padding-left: 43%;
    padding-top: 4px;
}

.linksCredits {
  /*vertical-align: middle;*/
}

.stripe_thin {
    height:6px;
  width: 100%;
  /*margin-left: calc(-1 * ((100vw - 100%) / 2));*/
}

.stripe_thin_2 {
  height:20px;}

.iconsCredits {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

#copyright {
  padding-top: 8px;
  font-size: 0.9em;
  text-align:center;
  width:100%;
  float:none;
}

#credits {
    float: none;
    text-align:center;
}

.important {
    font-weight: bold;
}
.detail {
     font-style : italic;
}