/* -- Import Lybraries -- */
@import url(reset.css);
@import url(960gs.css);

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #444;
}

h1 {
    text-align: center;
    color: #01446F;
    font-size: 300%;
    padding: 10px 0 20px;
}

h2 {
    text-align: center;
    color: #01446F;
    font-size: 140%;
    padding: 10px 0 20px;
}

h3{
    color: #322c2c;
    font-size: 120%;
    padding: 5px 0 10px;
}

.liberatoria {
	border: 2px solid;
	margin: 10px;
	padding: 20px;
}

.pLiberatoria {
    font-family:  Tahoma;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    text-align: left;
    margin-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
}

.privacy {
    font-family:  Tahoma;
    font-size: 13px;
    color: #000000;
    line-height: 18px;
    text-align: left;
    margin-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
}

h4 {
    color: #01446F;  
    font-size: 120%;
    padding: 10px 0 5px; 
}

h5 {
    font-family:Baskerville Old Face;
    text-align: center;
    color: #dc143c;
    font-size: 250%;
    padding: 5px 0 25px;
}

h6 { 
    color: #01446F; 
    font-size: 120%;
    padding: 10px 0 5px;
    text-align:center; 
}

.img{
    text-align: center;
    line-height: 20px;
}

.cit {
    text-align:right;
    margin-bottom: 20px;
    padding: 0 10px;
}

p {
    line-height: 20px;
    text-align: justify;
    margin-bottom: 0px;
}

a { color: #01446F }

ul, ol { 
    margin: 10px; 
    list-style: disc inside; 
    line-height: 20px; 
}

ol { list-style-type: decimal; }

#slideshow {
    border: 0px solid #000;
    overflow: hidden;
    margin: 0px auto 20px;
    position: relative;
    width: 90%;
    height: 400px;
}

#slideshow img {
    width: 100%;
    height: 400px;
}

label {
    display: block;
    font: 1rem 'Fira Sans', sans-serif;
}

label {
    margin: .6rem 0;
}

button {
  border: none;
  color: white;
  background-color: #01446F;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* -- Header -- */
#header {
    background-color: #322c2c;
    border-bottom: 10px solid #01446F;
    height: 80px;
}

ul#menu {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 900px;
}

#menu li {
    float: left;

}

#menu li a {
    color: white;
    font-weight: bold;
    display: inline-block;
    line-height: 50px;
    height: 40px;
    width: 100px;
    text-align: center;
    text-decoration: none;

}

#menu li a:hover, #menu li a.active {
    text-align: center;
    background-color: #01446F;

}

/* -- Container -- */
#wrapper .post, #wrapper .advertise {
    margin-bottom: 20px;
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
}

.post p.meta { 
    color: #01446F;
    font-size: 18px; 
    text-align: right;
}

.post p.img, .advertise p.img { text-align:center; }

#sidebar p.about { 
    border-left: 5px solid #01446F; 
    padding-left: 10px; 
}
    
#sidebar ul { margin: 10px 0; }

#sidebar li {    
    line-height:25px;
    list-style: disc inside;
    padding-left: 15px;
}


/* -- Footer -- */
#footer {
    color: white;
    width: 100%;
    background-color: #322c2c;
    border-top: 5px solid #01446F;
    height: 80px;
    clear: both;
}

#footer p {
    color: white;
    line-height: 20px;
    text-align: center;
    margin:0;
}