/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*Edited by Netcraft Studio*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Istok Web', sans-serif;
	font-weight: normal;
}
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font-family: 'Istok Web', sans-serif;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
nav {
	color: white;
	text-align: center;
}
nav a {
    color: #FFFFFF;
    font-family: "Istok Web", sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.5;
    margin: 1em;
    text-decoration: none;
    text-transform: uppercase;
    transition: text-shadow 0.5s ease 0s;
    -moz-transition: text-shadow ease 0.5s;
    -webkit-transition: text-shadow ease 0.5s;
    -o-transition: text-shadow ease 0.5s;
    display: inline-block;
}
nav a:hover {
	color: white;
	text-decoration: none;
	text-shadow: 0.1em 0.1em 0 #6EA4AB;
	-webkit-text-shadow: 0.1em 0.1em 0 #6EA4AB;
	-moz-text-shadow: 0.1em 0.1em 0 #6EA4AB;
	-o-text-shadow: 0.1em 0.1em 0 #6EA4AB;
}

@media screen and (max-width: 775px){
  nav a{
    width: 100%;
    float: left;
  }
}



/* Headings */

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

/* `Spacing */

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
/* ADD-ON */

.justify {
	text-align: justify;
}

h1 {
    background-color: #2C2C2C;
    color: #FFFFFF;
    font-family: "Istok Web",sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    height: auto;
    padding: 8px;
    width: 100%;
    margin-top: 1em;
}

.footer {
	font-family: "Istok Web", sans-serif;
	color: white;
	font-size: 0.8em;
	text-align: center;
}
.netcraft {
	font-family: "Istok Web", sans-serif;
	color: #D5170D;
	font-size: 0.8em;
}
#top-link {
	font-family: "Istok Web", sans-serif;
	font-size: 1em;
	color: #ffffff;
}
#link a {
	color: #D5170D;
	font-weight: bold;
	text-decoration: none;
}
#link a:hover {
	color: #2c2c2c;
	font-weight: bold;
	text-decoration: none;
}

.privacy{
    font-size: 80%;
    margin: 30px 0 0;
    color: #676767;
}

#infoMedia h1{
    float: right;
    padding: 0;
    background-color: transparent;
    color: #4B4B4B;
    font-weight: 400;
    text-align: right;
    font-size: 1em;
    margin: 10px 0 0px 0;
    line-height: 1;
}

#infoMedia h1 span{
    float: right;
    margin-left: 10px;
    width: 11em;
}

.footer span{
    border-left: 1px solid #f5f5f5;
    padding-left: 5px;
}

@media screen and (max-width: 775px) {
    .footer p{
        text-align: center;
    }
    .footer span {
        border: none;
        padding: 0;
        text-align: center;
        width: 100%;
        float: left;
    }
}