/* ------------------------------------------------ */
/* FONTS                                            */
/* ------------------------------------------------ */

@font-face {
    font-family: 'agencyfb';
    src: url('/fonts/agencyfb-regular-webfont.eot');
    src: url('/fonts/agencyfb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/agencyfb-regular-webfont.woff') format('woff'),
         url('/fonts/agencyfb-regular-webfont.ttf') format('truetype'),
         url('/fonts/agencyfb-regular-webfont.svg#agencyfbregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'agencybold';
    src: url('/fonts/agencyfb-bold-webfont.eot');
    src: url('/fonts/agencyfb-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/agencyfb-bold-webfont.woff') format('woff'),
         url('/fonts/agencyfb-bold-webfont.ttf') format('truetype'),
         url('/fonts/agencyfb-bold-webfont.svg#agencyfbbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ------------------------------------------------ */
/* GENERAL                                          */
/* ------------------------------------------------ */

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, san-serif;
  font-size: 14px;
  height: 100%;
  background: #222;

  -webkit-font-smoothing: antialiased;
  background: #333 url(/images/office.png);
}

a, a:active, a:visited, a:hover, a:visited:hover {
  color: #A8DFF4;

  -webkit-transition: all 0.1s linear;
     -moz-transition: all 0.1s linear;
      -ms-transition: all 0.1s linear;
       -o-transition: all 0.1s linear;
          transition: all 0.1s linear;
}

a:hover, a:visited:hover  {
  color: #4E6E92
}

h1, h2, h3, h4 {
  font-size: 32px;
  margin: 0;
  font-variant: small-caps;
  font-weight: 300;

  clear: none;

  letter-spacing: 2px;
  text-decoration: none;

  color: #FFF;
  text-shadow: 2px 2px 1px #000;
}

h1, h2, h3, h4 {
  font-family: 'agencyfb', sans-serif;
  font-size: 62px;
  margin: 0;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 32px;
}

h1OFF:first-letter {
  color: #A8DFF4;
}

h1OFF a:first-letter {
  color: #A8DFF4;
}

h1OFF:hover:first-letter, h1OFF a:hover:first-letter {
  color: #4E6E92;
}

h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter {

}

hr {
  height: 1px;
  border: 0;
  background-color: #444;
}

input[type=text], input[type=number], input[type=date], input[type=submit], input[type=email], input[type=url], select, option, .button, .button:visited {
  font-family: 'Open Sans Condensed', sans-serif;
  height: 55px;
  padding: 6px;
  font-size: 24px;

  -webkit-border-radius: 10px; 
  -moz-border-radius:    10px; 
  border-radius:         10px;

  outline: none;
  text-decoration: none;
}

select, option, input[type=submit], .button, .button:visited {
  height: 55px;
}

input[type=text], input[type=email], input[type=url] {
  font-size: 13px;
  width: auto;
  height: auto;
}

input[type="submit"], .button, .button:visited {
  padding: 10px 35px;
  border: 0;
  background-color: #A8DFF4;
  color: #4e6e92;
  font-size: 36px;
  height: 70px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
  text-transform: uppercase;
}

input[type="submit"]:hover, .button:hover, .button:visited:hover {
  cursor: pointer;
  background-color: #c8ecf8;
}

textarea {
  font-size: 16px;
  padding: 12px;
  outline: none;

  -webkit-border-radius: 7px; 
  -moz-border-radius:    7px; 
  border-radius:         7px;

  box-shadow: inset 0 0 5px rgba(0,0,0,.5);
  -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.5);
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.5);
}


/* ------------------------------------------------ */
/* LAYOUT                                           */
/* ------------------------------------------------ */

#container {
  width: 1000px;
  height: 100%;
  margin: 0 auto 0 auto;
}

#content {
  background-color: #333;
  background: #333 url(/images/office.png);
  border-top: 0px solid #777;
  margin-top: 25px;
}

#sidecolumn {
  float: right;
  width: 350px;
  padding-left: 20px;
}

#logotext {
  display: none;
  font-family: 'agencybold';
  color: #A8DFF4;
  font-size: 158px;
  /*text-shadow: 1px 1px 2px #000;*/
  /*-webkit-text-stroke: 1px #FFF;*/

  position: absolute;
  top: 205px;
  left: 420px;
  z-index: 999;
}

.blogthumb {
  float: left;
  width: 120px;
  margin: 0px 20px 0 0;
  border-radius: 7px;
  border: 1px solid #777;

  -webkit-transition: 0.2s -webkit-filter linear;
  -moz-transition: 0.2s -moz-filter linear;
  -moz-transition: 0.2s filter linear;
  -ms-transition: 0.2s -ms-filter linear;
  -o-transition: 0.2s -o-filter linear;
  transition: 0.2s filter linear, 0.2s -webkit-filter linear;
}

.blogthumb:hover {
  filter: brightness(140%);
  border: 1px solid #FFF;
}

.post {
  padding: 25px 35px;

  -webkit-border-radius: 5px; 
  -moz-border-radius:    5px; 
  border-radius:         5px;

  color: #EFEFEF;
  width: 620px;
  width: 65%;
  margin-left: 40px;
  margin: 0;
  text-align: left;

  border: 1px solid #525252;
  -webkit-box-shadow: 2px 2px 2px #000;
  -moz-box-shadow: 2px 2px 2px #000;
  box-shadow: 2px 2px 2px #000;
  background-image: url(/images/darkpixel_45.png);
}

.post h1 {
  font-size: 34px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 48px;"
}

.post p {
  line-height: 150%;
  font-size: 16px;
  text-align: justify;
}

.video {
  display: inline-block;
  margin-right: 60px;
}

.video iframe {
  border: 1px solid #525252;
  box-shadow: 3px 3px 2px #000;
  -moz-box-shadow: 3px 3px 2px #000;
  -webkit-box-shadow: 3px 3px 2px #000;
  border-radius: 0;
}

/* ------------------------------------------------ */
/* MISCELLANEOUS                                    */
/* ------------------------------------------------ */

.hidden {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.border {
  border: 1px solid #000;
}

.nomargin {
  margin: 0;
}

.notextshadow {
  text-shadow: none;
}

.notransition {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.nohighlight {
  -webkit-user-select: none;
  -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}

.red {
  border: 1px solid red;
}

.clear {
  clear: both;
}

.border {
  border: 1px solid #000;
}

.light {
  color: #CCC;
}

.date {
  font-size: 12px;
  color: #888;
}

.padding_10 {
  padding: 10px;
}

.lightshadow {
  box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

.relative {
  position: relative;
}

.small {
  font-size: 11px;
}

.opacity {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

  /* IE 5-7 */
  filter: alpha(opacity=90);

  /* Netscape */
  -moz-opacity: 0.9;

  /* Safari 1.x */
  -khtml-opacity: 0.9;

  /* Good browsers */
  opacity: 0.9;
}

.breadcrumb {
  margin: 15px 30px;
  color: #777;
  font-size: 20px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.breadcrumb a {
  font-size: 18px;
}

/* ------------------------------------------------ */
/* HEADER/LOGO                                      */
/* ------------------------------------------------ */

#header {
  background: #000;
}

#logo {
  background: url(/images/spyparty-logo.png) no-repeat;
  display: inline-block;
  width: 272px;
  height: 99px;
  position: absolute;
  top: 18px;
  top: 42px;
  top: 14px;
  left: 20px;
  z-index: 99;
}

.logo_hover {
  background: url(/images/spy-party-logo-hover.png) no-repeat !important;
}

#fans {
  position: absolute;
  top: 5px;
  top: 29px;
  top: 1px;
  left: 285px;
  z-index: 100;

  background: url(/images/fans.png) no-repeat;
  width: 159px;
  height: 112px;

  -webkit-transition: all 0.3s linear, -webkit-transform 0.3s;  /* For Safari 3.1 to 6.0 */
  -o-transition-property: all 0.2s linear;
  transition: all 0.3s linear, transform 0.3s;
}

#fans:hover {
  cursor: pointer;
  background: url(/images/fans-hover.png) no-repeat;

  -webkit-transition: all 0.3s linear, -webkit-transform 0.3s;  /* For Safari 3.1 to 6.0 */
  -o-transition:      all 0.2s linear;
  transition:         all 0.3s linear, transform 0.3;

  -webkit-transform: rotate(11deg) scale(1.1);
  -moz-transform:    rotate(11deg) scale(1.1);
  -ms-transform:     rotate(11deg) scale(1.1);
  -o-transform:      rotate(11deg) scale(1.1);
  transform:         rotate(11deg) scale(1.1);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.1);
}

/* ------------------------------------------------ */
/* NAVIGATION                                       */
/* ------------------------------------------------ */

#navcontainer {
  position: relative;
  border-bottom: 5px solid #777;
  height: 100px;
  background: #000 url(/images/office.png);
  background: #000;

  -webkit-box-shadow:  1px  1px 3px rgba(0,0,0,0.5), 
              -1px -1px 3px rgba(0,0,0,0.5);


  -moz-box-shadow:  1px  1px 3px rgba(0,0,0,0.5), 
              -1px -1px 3px rgba(0,0,0,0.5);


  box-shadow:  1px  1px 3px rgba(0,0,0,0.5), 
              -1px -1px 3px rgba(0,0,0,0.5);

  background-image: url(/images/spyparty-bg_lighter.png), 
                    url(/images/newheaderbg_lighter.png);
  background-repeat: no-repeat, repeat;

  -webkit-border-radius: 0 0 10px 10px; 
  -moz-border-radius:    0 0 10px 10px; 
  border-radius:         0 0 10px 10px;
}

#nav {
  position: absolute;
  top: 14px;
  top: 69px;
  top: 39px;
  right: 0;
  padding: 12px 0 12px 12px;
  margin: 0;
  height: 50px;
  width: 900px;
  width: auto;
  margin: 0 auto 0 auto;

  z-index: 101;

  border-top: 0px solid #777;
  list-style-type: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@-moz-document url-prefix() {
  #nav {
    top: 38px;
  }
}

#nav li {
  display: inline-block;
}

#nav a {
  font-size: 2.8em;
  color: #F9F9F9;
  font-family: 'agencyfb', sans-serif;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-variant: small-caps;

  text-align: center;
  text-shadow: 2px 2px 2px #000;
  text-decoration: none;
  font-variant: small-caps;

  margin: 0 0 0 20px;

  text-shadow: 2px 2px 2px #000;

  padding: 0 16px 0 14px;
  padding: 0 16px 0 16px;
  border-bottom: 5px solid #777;
  border-bottom: 5px solid #526180;
  border-bottom: 5px solid transparent;
}

#nav a.beta {
  color: #A8DFF4;
}

#nav a:hover {
  color: #A8DFF4;
  -webkit-border-radius: 8px; 
  -moz-border-radius:    8px; 
  border-radius:         8px;
  border-bottom: 5px solid #A8DFF4;
}

#nav a:hover span {
  -webkit-filter: blur(1.4px);
  filter:         blur(1.4px);
  filter:         url(#ff-blur);
  -moz-filter:    blur(2px);
  -o-filter:      blur(1.4px);
  -ms-filter:     blur(1.4px);

  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  filter:blur(add = 0, direction = 300, strength = 10);
}

/* ------------------------------------------------ */
/* SOCIAL MEDIA                                     */
/* ------------------------------------------------ */

#follow a {
  margin-right: 18px;
}

#facebook {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(/images/facebook.png) no-repeat;
}

#facebook:hover {
  background: url(/images/facebook_on.png) no-repeat;
}

#twitter {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(/images/twitter.png) no-repeat;
}

#twitter:hover {
  background: url(/images/twitter_on.png) no-repeat;
}

#youtube {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(/images/youtube.png) no-repeat;
}

#youtube:hover {
  background: url(/images/youtube_on.png) no-repeat;
}

#twitch {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(/images/twitch.png) no-repeat;
}

#twitch:hover {
  background: url(/images/twitch_on.png) no-repeat;
}

div.follow {
  float: right;
  width: 200px;
}

#tweets {

}

span.tweet_text, span.tweet_text a, span.tweet_text a:visited {
  font-size: 12px;
}

ul.tweet_list {
  clear: both;
  margin-top: 4px;
  padding: 0;
}

ul.tweet_list li {
  position: relative;
  min-height: 44px;
  list-style: none;
  text-align: left;
  margin: 0;
  color: #E9E9E9;
}

ul.tweet_list li img {
  position: absolute;
  top: 6px;
  left: 6px;
}

ul.tweet_list li.tweet_even, ul.tweet_list li.tweet_odd {
  padding: 8px 10px 6px 50px;
  margin-bottom: 3px;
}

ul.tweet_list li.tweet_odd {
  background-color: #365770;
}

span.tweet_time a, span.tweet_time a:visited {
  color: #888;
}

span.tweet_time a:hover, span.tweet_time a:visited:hover {
  color: #222;
}

/* ------------------------------------------------ */
/* STREAMS                                          */
/* ------------------------------------------------ */

div.streamer {
  clear: right;
  width: 100%;
  -webkit-border-radius: 10px; 
  -moz-border-radius:    10px; 
  border-radius:         10px;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
}

div.streamer:hover {
  background: #000;
  border: 1px solid #777;

  box-shadow:         inset 1px 1px 6px rgba(168,223,244,.7), inset -1px -1px 6px rgba(168,223,244,.7);
  -moz-box-shadow:    inset 1px 1px 6px rgba(168,223,244,.7), inset -1px -1px 6px rgba(168,223,244,.7);
  -webkit-box-shadow: inset 1px 1px 6px rgba(168,223,244,.7), inset -1px -1px 6px rgba(168,223,244,.7);
}

div.streamer p {
  width: 50%;
}

.preview {
  border: 1px solid #525252;
  -webkit-border-radius: 7px; 
  -moz-border-radius:    7px; 
  border-radius:         7px;
  -webkit-box-shadow: 2px 2px 2px #000;
  -moz-box-shadow: 2px 2px 2px #000;
  box-shadow: 2px 2px 2px #000;
}

div.streamer:hover .preview {
  border: 1px solid #a8dff4;
}

.preview:hover {
  border: 1px solid #a8dff4;
}

#lateststreams {
  float: right;
  margin: 25px 80px 0 0; 
}

.howlong {
  margin: 30px;
}

.online, .offline {
  text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
  font: 18px 'agencyfb', sans-serif;
  text-transform: uppercase;
}

.online, .online a {
  color: #a8dff4;
  color: green;
}

.offline {
  color: #525252;
}

.light {
  color: #727272;
}

.status {
  display: none;
}

/* ------------------------------------------------ */
/* FOOTER                                           */
/* ------------------------------------------------ */

