/*
Theme Name: My Domain
Version: 0.0.1
Author: Martin Str&ouml;m
Author URI: http://my-domain.se
Description: umad?
*/

@font-face {
  font-family: 'chorinerstrasse';
  src: url('fonts/chorinerstrasse-webfont.eot');
  src: url('fonts/chorinerstrasse-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/chorinerstrasse-webfont.woff') format('woff'),
       url('fonts/chorinerstrasse-webfont.ttf') format('truetype'),
       url('fonts/chorinerstrasse-webfont.svg#chorinerstrasse') format('svg');
  font-weight: normal;
  font-style: normal;
}

body { background-color: silver; padding-bottom: 15px; }
time { display: block; }

@-webkit-keyframes hover-effect {
    0% { color: #8300FF; }
    4% { color: #6200FF; }
    8% { color: #3F00FF; }
   12% { color: #1F00FF; }
   16% { color: #3F00FF; }
   20% { color: #0043FF; }
   24% { color: #0081FF; }
   28% { color: #00C3FF; }
   32% { color: #00FFFB; }
   36% { color: #00FFBF; }
   40% { color: #00FF81; }
   44% { color: #00FF3F; }
   48% { color: #00FF02; }
   52% { color: #3DFF00; }
   56% { color: #7DFF00; }
   60% { color: #BCFF00; }
   64% { color: #FCFF00; }
   68% { color: #FFC400; }
   72% { color: #FF8A00; }
   76% { color: #FF4C00; }
   80% { color: #FF1300; }
   84% { color: #E80030; }
   89% { color: #E80030; }
   95% { color: #C70074; }
  100% { color: #8300FF; }
}

a { color: blue; }

a:hover {
  -webkit-animation: hover-effect 3s infinite;
}

h1, h2, nav li {
  font-family: chorinerstrasse, ArialBold, 'Arial Bold', arial, sans-serif;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

nav ul, nav li {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

h1#main-header {
  font-size: 80px;
  margin-top: 17px;
}


/* article header */
h2 {
  font-size: 45px;
}

nav li {
  font-size: 130%;
  line-height: 130%;
}

nav li a:hover {
  background: url(images/glitter.gif);
}

span.li { font-size: 220%; position: relative; top: 5px; }

#logo {
  position: fixed;
  right: 20px;
  top: 21px;
  text-align: center;
  width: 219px;
  height: 161px;
  background: url(images/logo-mmm.png) no-repeat;
  -webkit-transition: all 2s;
}

#logo img { display: none; }

#logo:hover {
  background-image: url(images/logo-mmm-grayscale.png);
  -webkit-transform: rotate(360180deg);
}

h1 a {
  text-decoration: none;
  background: url(images/sparkles29jc.gif);
}

/* post specific */
#post_byob_sthlm {
  margin-left: 2em;
  -webkit-transform: skew(19deg);
  -moz-transform: skew(19deg);
  transform: skew(19deg);
  font-size: 120%;
}

#post_byob_sthlm img {
  -webkit-box-shadow: 9px 9px 9px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 9px 9px 9px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 9px 9px 9px 3px rgba(0, 0, 0, 0.6);
}

/* YesNoMaybe */
.wp-image-876 {
  -webkit-transition: -webkit-filter 5s ease-out;
  -webkit-transition-delay: 5s;
}

.wp-image-876:hover {
  -webkit-filter: blur(400px);
}

/* tag cloud */
.site-tag a {
  display: inline-block;
  margin-right: 12px;
}

#instacrt-images a { display: inline; }
#instacrt-images a img { display: inline; }
#wow-instacrt {
  font-family: chorinerstrasse, ArialBold, 'Arial Bold', arial, sans-serif; font-size: 150px;
  -webkit-transition: text-shadow 25s linear;
  text-shadow: 0 0 0 #fff;
}

blockquote { 
  border-left: 10px solid gray;
  padding-left: 1rem;
  margin-left: 2rem;
}
