/*CSS RESER*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
cursor: default;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset, img {
border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
font-style: normal;
font-weight: normal;
}
ol, ul {
list-style: none;
}
caption, th {
text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: normal;
}
q:before, q:after {
content: '';
}
abbr, acronym {
border: 0;
}
html, body {
/*background: url("../images/paper_fibers.png") repeat;*/
background: #000;
font-size: 16px;
}
.header {
width: 100%;
height: 0em;
/*background-color:#26241f;*/
}
.fh {
font-family: 'Roboto Condensed';
letter-spacing: 0.1em;
color: #6d6e71;
font-size: 2em;
}
.ft {
font-family: "Syncopate";
}
.page {
position: relative;
width: 1024px;
margin: 0 auto;
margin-top: 3em;
border-left: 1px solid #000;
border-right: 1px solid #000;
/*height:100%;*/
background-color: #000;
}
.page .image-container {
margin: 0 auto;
width: 844px;
}
.page .image-container img {
width: 100%;
}
.page .content {
position: relative;
margin-top: 1.5em;
margin-left: 90px;
margin-right: 90px;
margin-bottom: 2em;
}
.page .content .social-media {
display: inline-block;
width: 16em;
height: 15em;
}
.page .content .social-media h2 {
display: block;
}
.page .content .social-media ul {
margin: 0.75em 0 auto;
}
.page .content .social-media ul li {
display: block;
float: left;
margin-left: 1em;
}
.page .content .social-media ul li:first-child {
margin-left: 0;
}
.page .content .social-media ul li a {
display: block;
width: 49px;
height: 49px;
text-decoration: none;
border: none;
outline: none;
}
.page .content .social-media ul li a:active {
outline: none;
}
.page .content .social-media ul li a.facebook-link {
background: url("../images/facebook.png") no-repeat center;
}
.page .content .social-media ul li a.facebook-link:hover {
background: url("../images/facebook-hover.png") no-repeat center;
}
.page .content .social-media ul li a.twitter-link {
background: url("../images/twitter.png") no-repeat center;
}
.page .content .social-media ul li a.twitter-link:hover {
background: url("../images/twitter-hover.png") no-repeat center;
}
.page .content .social-media ul li a.youtube-link {
background: url("../images/youtube.png") no-repeat center;
}
.page .content .social-media ul li a.youtube-link:hover {
background: url("../images/youtube-hover.png") no-repeat center;
}
.page .content .player {
display: inline-block;
float: right;
width: 32em;
height: 15em;
}
.page .content .events {
display: inline-block;
float: right;
width: 26em;
height: 20em;
}
.page .content .contacts {
display: inline-block;
/*margin-top:4em;*/
height: 200px;
}
.page .content .contacts a {
display: block;
text-decoration: none;
text-transform: uppercase;
color: #fff;
margin-top: 0.5em;
/*padding-right: 0.75em;*/
/*background: url("../images/arrow.png") no-repeat right;*/
}
.page .content .contacts a:hover {
text-shadow: 0 0 2px #333;
}
.footer {
clear: both;
width: 100%;
height: 3em;
margin-top: 2em;
background-color: #6d6e71;
} 