/***************************************
   Theme Name: 
   Theme URI: N/A
   Version: 1.0.0
   Author: ROMENOV
   Author URI: http://www.romenov.com
***************************************/

/***************************************
    Fonts
***************************************/
@font-face {
  font-family: 'sf_fedoraregular';
  src: url('fonts/sf_fedora-webfont.eot');
  src: url('fonts/sf_fedora-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/sf_fedora-webfont.woff') format('woff'),
  url('fonts/sf_fedora-webfont.ttf') format('truetype'),
  url('fonts/sf_fedora-webfont.svg#sf_fedoraregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/***************************************
    General CSS
***************************************/
* {
    margin: 0;
    padding: 0;
}
body {
    background: url('images/soundboard_bg.png') 0 0 no-repeat;
    color: #28566d;
    font: 12px Arial, Helvetica, sans-serif;
}
.clear {
    clear: both;
    line-height: 0;
    height: 0;
}
a {
    color: #28566d;
    outline: none;
}
a img {
    border: 0;
}
p {
    padding: 1em 0 0 0;
}
ul,
ol {
    padding: 1em 0 0 1em;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
img.alignleft {
    margin: 15px 15px 0 0;
}
img.alignright {
    margin: 15px 0 0 15px;
}

#container {
    height: 485px;
    overflow: hidden;
    padding: 270px 0 0 0;
    width: 979px;
}

.button-wrapper {
    float: left;
    height: 85px;
    margin: 0 5px 10px 5px;
    width: 315px;
}
.button {
    background: #e8e240;
    border: 1px solid #a83663;
    border-radius: 10px;
    box-shadow: 4px 4px 0 0 #a83663;
    clear: both;
    font: 24px 'sf_fedoraregular';
}
.button a {
    color: #a83663;
    cursor: pointer;
    /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;

    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;
    height: 70px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 310px;
}
.lte-ie9 .button a {
  display: block;
  height: 45px;
  padding: 20px 0;
}
.lte-ie9 .action {
  display: none !important;
}
.button .action {
    display: none;
}
    