/* Copyright Pedro Paredes - 2014 */


body {
  background-color: #d9d9d9;
  font-size: 1.1em;
}

#content {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: White;
}

header {
  padding-left: 0px;
}

sidebar {
  border-right: 1px solid #ccc;
}

sidebar nav {
  margin-left: -15px;
  margin-right: -15px;
}

sidebar nav .list-group {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  font-size: 1.2em;
  margin-bottom: 0px;
}

sidebar nav .list-group .list-group-item {
  font-variant: small-caps;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

sidebar nav a.list-group-item.active {
  background-color: #74dcdf;
  border-color: #74dcdf;
  background-image: linear-gradient(to bottom, #74dcdf 0px, #71bdc4 100%);
  text-shadow: 0 -1px 0 #5f91bd;
}

sidebar nav a.list-group-item.active:hover {
  background-color: #74dcdf;
  border-color: #74dcdf;
  background-image: linear-gradient(to bottom, #74dcdf 0px, #71bdc4 100%);
  text-shadow: 0 -1px 0 #5f91bd;
}

sidebar nav .list-group-header {
  font-size: 1.4em;
  z-index: 2;
  color: #FFFFFF;
  background-color: #428BCA;
  border-color: #428BCA;
  background-image: linear-gradient(to bottom, #428BCA 0px, #3278B3 100%);
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 #3071A9;
}

sidebar nav .list-group .list-group-item span {
  padding-left: 20px;
}

#main {
  margin-bottom: 20px;
  margin-top: 20px;
}

#main a {
  text-decoration: none;
  color: #3980BD;
  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

#main a:hover {
  color: #73B5CA;
}

#main header h2 {
  font-weight: 200;
  font-size: 3em;
  color: #888888;
  letter-spacing: -1px;
  margin-left: 80px;
  margin-bottom: 20px;
}

#main header h2 strong {
  font-weight: 300;
  color: #666666;
}

#main p {
  font-weight: 400;
  font-size: 1.3em;
  text-align: justify;
}

#main h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-top: 1px;
  background-color: #F5F5F5;
  font-variant: small-caps;
  border-bottom: 1px solid #cfcfcf;
}

#main table {
  font-size: 1.3em;
  font-weight: 300;
}

#main ol {
  padding-left: 10px;
  margin-left: 15px;
  font-size: 1.3em;
  font-weight: 300;
}

#main ul {
  list-style: none;
  padding-left: 10px;
  margin-left: 15px;
  font-size: 1.3em;
  font-weight: 300;
  border-left: 2px solid #cfcfcf;
}

#main ul li {
  padding-bottom: 5px;
  padding-top: 5px;
  border-top: 1px solid #cfcfcf;
}

#main ul li:first-child {
  padding-top: 0px;
  border-top: none;
}

#main .img {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer {
  padding: 0;
}

footer {
  background-color: #a6a6a6;
  font-size: 0.8em;
  padding: 1em 0;
  text-align: center;
}