/* This file will hold the website styles */

body {
  font: 14px/1.6 "Open Sans", sans-serif;
  color: #4D4D4D;
}
    
.header-wrapper {
  background: url(../images/header-bg.png) repeat-x top left;
  height: 130px;
}

p {
  margin-bottom: 1em;
}

.logo {
  margin-top: 20px;
}

.site-menu .list-menu li {
  display: inline-block;
  margin-right: 15px;
  color: #666666;	
}

.site-menu .list-menu li a {
  padding: 80px 0.8em 0.8em 0.8em;
  display: block;
  color: #666666;
}

.site-menu .list-menu li a:hover, .site-menu .list-menu li a:focus {
  background: #666666;
  color: #FFFFFF;
}

.social-media {
  position: relative;
}

.social-media .region-media a {
  display: block;
  float: left;
  margin-right: 8px;
}

.social-media .region-media a.google-plus {
  margin-right: 0;
}

.region-media {
  margin-left: 15px;
  margin-top: 72px;
}

h1 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0.1em;
}

h2 {
  font-size: 1.5714em;
  font-weight: 700;
  margin-bottom: 0.2em;
}

/* theme spesific css */
.content-inner h1, .content-inner h2, .content-inner h3 {
  text-align: center;
}

/* end of theme spesific css */

h3 {
  font-size: 1.1428em;
  font-weight: 400;
}

.copyright-notices p {
  margin-bottom: 0;
}

.wrapper-titles {
  margin-bottom: 30px;
}

.content-inner {
  margin: 30px 0;
}

.content-inner p {
  text-align: center;
}

.postscript-wrapper {
  margin-top: 120px;
}

.postscript {
  padding: 40px 0;
  font-size: 0.8571em;
}

.footer {
  font-size: 0.8571em;
}

.footer-notice {
  font-style: italic;
  text-align: right;
}

.block-2 {
  text-align: center;
}

.member-dsa {
  color: #666666;
  text-align: center;
  padding-top: 70px;
  background: url("../images/logo-dsxalk.png") no-repeat center top;
}

.block-2 .name-surname-note {
  margin-top: 30px;
}

.postscript-wrapper {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.region-menu-contact-info p, .region-menu-contact-info a {
  padding: 0.1em 0 0.2em;
  color: #666666;
}

.region-menu-contact-info img {
  float: left;
  padding-top: 2px;
  padding-right: 15px;
}

.region-menu-contact-info p, .region-menu-contact-info a {
  margin-bottom: 0.7em;
}

.footer-wrapper {
  margin-top: 20px;
  color: #666666;
}

.footer-notice {
  margin-top: 30px;
}

.mypic {
  width: 156px;
  height: 176px;
  position: relative;
  margin: -160px 0 30px 70px;
}

.mypic img {
  border: 8px solid #DDDDDD;
}

.footer ul.list-menu-logos li {
  display: inline-block;
  margin-right: 40px;	
}

.logos a {
  margin-top: 8px;
  padding-top: 40px;
  display: block;
}

.logos a.logo-iphost-link {
    background: url("../images/logo-iphost.png") no-repeat center 0;
}

.logos a.logo-iphost-link:hover, .logos a.logo-iphost-link:focus {
    background: url("../images/logo-iphost.png") no-repeat center -41px;
}

.logos a.logo-esepia-link {
    background: url("../images/logo-esepia.png") no-repeat center 0;
}

.logos a.logo-esepia-link:hover, .logos a.logo-esepia-link:focus {
    background: url("../images/logo-esepia.png") no-repeat center -45px;
}

.logos img {
  text-align: center;
}

a:link, a:visited, a:active {
  text-decoration: none;
}

a:hover, a:focus {
  color: #4D4D4D;
}

.content-inner .main-page-title {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 0.6em;
  font-size: 1.5714em;
  font-weight: 400;
}

.content-inner h3 {
  font-weight: 700;
  margin-bottom: 0.3em;
}

.sc-map {
  margin: 20px 0;
}

.content-inner.contact img {
  float: none;
  margin: 20px 0;
}

.content-inner a:link, .content-inner a:visited, .content-inner a:active {
  color: #44a3c7;
}

.content-inner a:focus, .content-inner a:hover {
  text-decoration: underline;
}

.content ul, .content ol {
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.content ul li {
  list-style: disc;
}

.content ol li {
  list-style: decimal;
}

.logos li.logo-iphost {
  width: 77px;
}